AdaCore / gprbuild

GPRbuild is an advanced build system designed to help automate the construction of multi-language systems.
Other
65 stars 21 forks source link

gprconfig cannot find compilers on OpenBSD 6.1 Sparc64 #30

Closed romxero closed 7 years ago

romxero commented 7 years ago

Although I do have compilers in the given paths of the application, it is having issues generating a configuration. It cannot find the compilers in the path.

Only compilers matching target sparc64-unknown-openbsd6.1 will be preserved create a new target set for sparc64-unknown-openbsd6.1 Will examine P /usr/local/bin Will examine P /usr/local/gnatter/gprbuild-master/bootstrap/bin Will examine P /usr/bin Will examine P /bin Will examine P /usr/sbin Will examine P /sbin Will examine P /usr/X11R6/bin Will examine P /usr/local/sbin Foreach compiler in /usr/local/bin regexp=FALSE extra_dir=FALSE Foreach compiler in /usr/local/gnatter/gprbuild-master/bootstrap/bin regexp=FALSE extra_dir=FALSE Foreach compiler in /usr/bin regexp=FALSE extra_dir=FALSE Foreach compiler in /bin regexp=FALSE extra_dir=FALSE Foreach compiler in /usr/sbin regexp=FALSE extra_dir=FALSE Foreach compiler in /sbin regexp=FALSE extra_dir=FALSE Foreach compiler in /usr/X11R6/bin regexp=FALSE extra_dir=FALSE Foreach compiler in /usr/local/sbin regexp=FALSE extra_dir=FALSE List of targets supported by a compiler: No compilers found for target sparc64-unknown-openbsd6.1

romxero commented 7 years ago

I had to run the program within the directory that built everything, and not in the bin directory specified by --PREFIX when building. Is this a bug?