pkgsrc-Users archive

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

Re: bzip 2 fails to build on IRIX 6.5




> On 8 Sep 2019, at 12:53, Roland Illig <roland.illig%gmx.de@localhost> wrote:
> 
> Have a look at the bottom of .work.log in the WRKDIR. I suspect that the pkgsrc wrappers mess up the command line, and therefore the "sgi1.0" is interpreted as a filename.

/usr/pkg/bin/libtool --tag=CC --mode=link gcc -Wl,-R/usr/pkg/lib -O2 -I/build/archivers/bzip2/work/.buildlink/include -Wall -Winline -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 -o libbz2.la blocksort.lo bzlib.lo compress.lo crctable.lo decompress.lo huffman.lo randtable.lo -version-info 0:0 -rpath /usr/pkg/lib -no-undefined -L/build/archivers/bzip2/work/.buildlink/lib 
[*] /build/archivers/bzip2/work/.wrapper/bin/gcc /build/archivers/bzip2/work/.wrapper/bin/gcc -shared -DPIC .libs/blocksort.o .libs/bzlib.o .libs/compress.o .libs/crctable.o .libs/decompress.o .libs/huffman.o .libs/randtable.o -L/build/archivers/bzip2/work/.buildlink/lib -Wl,-R/usr/pkg/lib -O2 -Wl,-soname -Wl,libbz2.so.1 -Wl,-set_version -Wl,sgi1.0 -Wl,-update_registry -Wl,.libs/so_locations -o .libs/libbz2.so.1.0
<.> /build/archivers/bzip2/work/.gcc/bin/gcc -shared -DPIC .libs/blocksort.o .libs/bzlib.o .libs/compress.o .libs/crctable.o .libs/decompress.o .libs/huffman.o .libs/randtable.o -L/build/archivers/bzip2/work/.buildlink/lib -Wl,-rpath,/usr/pkg/lib -O2 -Wl,-soname -Wl,libbz2.so.1 -Wl,-set_version -Wl,sgi1.0 -Wl,-update_registry -Wl,.libs/so_locations -o .libs/libbz2.so.1.0 -mabi=n32 -I/build/archivers/bzip2/work/.buildlink/include 

yes it seems its passing the sgi1.0 as a file name. The lib tool command seems to be the 1st one to try and put the sgi1.0 in. Where in the pkgsrc framework would i need to look next?

Thanks 

Mark



Home | Main Index | Thread Index | Old Index