#1000 closed defect (invalid)
psbuild fails on gsl-config
| Reported by: | grav | Owned by: | jhoblitt |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | misc | Version: | 2.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Trying to install the PS-IPP-Metadata-Config with
psbuild ipp-2.3 -start PS-IPP-Metadata-Config
the code exits with
checking fitsio.h presence... yes
checking for fitsio.h... yes
checking for ffopen in -lcfitsio... yes
checking for ffdkopn in -lcfitsio... yes
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftwf_plan_dft_2d in -lfftw3f... yes
checking for no gsl-config in {/Users/tgrav/Work/Code/default.darwin/bin /bin /sbin /usr/bin /usr/sbin /usr/texbin /usr/local/bin /bin /usr/bin /usr/local/bin /usr/local/mysql/bin /Library/Frameworks/Python.framework/Versions/Current/bin /Developer/SDKs/MacOSX10.4u.sdk/usr/lib . /bin /usr/bin /usr/local/bin /usr/local/mysql/bin /Library/Frameworks/Python.framework/Versions/Current/bin /Developer/SDKs/MacOSX10.4u.sdk/usr/lib . /bin /usr/bin /usr/local/bin /usr/local/mysql/bin /Library/Frameworks/Python.framework/Versions/Current/bin /Developer/SDKs/MacOSX10.4u.sdk/usr/lib . /bin /usr/bin /usr/local/bin /usr/local/mysql/bin /Library/Frameworks/Python.framework/Versions/Current/bin /Developer/SDKs/MacOSX10.4u.sdk/usr/lib . } /bin /usr/bin /usr/local/bin /usr/local/mysql/bin /Library/Frameworks/Python.framework/Versions/Current/bin /Developer/SDKs/MacOSX10.4u.sdk/usr/lib .... no
configure: error: GSL is required. Obtain it at http://www.gnu.org/software/gsl or use --with-gsl-config to specify location.
problem building psLib : failure in psconfigure
However the required software is in the first directory it claims to have searched:
[tgrav@skathi] ipp-2.3/psconfig --> /Users/tgrav/Work/Code/default.darwin/bin/gsl-config --version
1.6
[tgrav@skathi] ipp-2.3/psconfig -->
Change History (4)
comment:1 by , 19 years ago
comment:3 by , 17 years ago
I don't think it has really fixed itself, but I think comment:ticket:1143:2 may be related, and in particular pschecklibs -force -build should work here, too. But the underlying problem seems to be #1136, in particular see comment:ticket:1136:1

Is this still an issue?