tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: import wip/wcslib?



Am Thu, 19 Mar 2020 15:17:02 +0100
schrieb Thomas Klausner <tk%giga.or.at@localhost>: 


> It doesn't detect cfitsio for me, and then there are PLIST issues:
> 
> => Checking file-check results for wcslib-7.2  
> ERROR: ************************************************************
> ERROR: The following files are in the PLIST but not in /scratch/wip/wcslib/work/.destdir/usr/pkg:
> ERROR:         /scratch/wip/wcslib/work/.destdir/usr/pkg/bin/HPXcvt
> ERROR:         /scratch/wip/wcslib/work/.destdir/usr/pkg/bin/wcsware
> ERROR:         /scratch/wip/wcslib/work/.destdir/usr/pkg/man/man1/HPXcvt.1
> ERROR:         /scratch/wip/wcslib/work/.destdir/usr/pkg/man/man1/wcsware.1
> *** Error code 1

Hm. I guess the root cause is it not finding cfitsio. Checking the
process in my build, it looks not ideal:

checking for /usr/local/cfitsio/lib... no
checking for /local/cfitsio/lib... no
checking for /usr/local/lib... yes
checking for /local/lib... no
checking for /opt/local/lib... no
checking for /opt/SUNWspro/lib... no
checking for /sw/lib... no
checking for /usr/local/cfitsio/include/cfitsio/fitsio.h... no
checking for /usr/local/cfitsio/include/fitsio.h... no
checking for /local/cfitsio/include/cfitsio/fitsio.h... no
checking for /local/cfitsio/include/fitsio.h... no
checking for /usr/local/include/cfitsio/fitsio.h... no
checking for /usr/local/include/fitsio.h... no
checking for /local/include/cfitsio/fitsio.h... no
checking for /local/include/fitsio.h... no
checking for /opt/local/include/cfitsio/fitsio.h... no
checking for /opt/local/include/fitsio.h... no
checking for /sw/include/cfitsio/fitsio.h... no
checking for /sw/include/fitsio.h... no
checking for /local/cfitsio/fitsio.h... no
checking for /local/fitsio.h... no
checking for /usr/include/cfitsio/fitsio.h... no
checking for /usr/include/fitsio.h... yes
checking for recv in -lsocket... no
checking for ffopen in -lcfitsio... yes

It finds the one in the base system, my bad. I'll fix this. OK, I
pushed a commit that hands the path to cfitsio explicitly to the weird
configure script. Also, a missing dependency on flex got added and the
build marked as non-safe for parallel make, according to experiences I
had during manual testing.

Is the current state fixed for you?


Alrighty then,

Thomas

-- 
Dr. Thomas Orgis
HPC @ Universität Hamburg


Home | Main Index | Thread Index | Old Index