Hi, I'm trying to build a port dependant on bzip2, and the build fails. I'm running the October 10 snapshot with -current source tree. Any suggestions?
TIA, Marius /usr/ports/archivers/bzip2 $ dmesg | head OpenBSD 4.0-current (GENERIC) #942: Tue Oct 10 17:36:06 MDT 2006 [EMAIL PROTECTED]:/usr/src/sys/arch/alpha/compile/GENERIC Digital Personal WorkStation 433au, 432MHz 8192 byte page size, 1 processor. total memory = 268435456 (262144K) (2318336 reserved for PROM, 266117120 used by OpenBSD) avail memory = 225771520 (220480K) using 3248 buffers containing 26607616 bytes (25984K) of memory mainbus0 (root) cpu0 at mainbus0: ID 0 (primary), 21164A-0 (unknown minor type 0) /usr/ports/archivers/bzip2 $ sudo make Password: ===> Building for bzip2-1.0.3 rm -f libbz2.so.10.3 cc -shared -fpic -o libbz2.so.10.3 blocksort.so huffman.so crctable.so randtable.so compress.so decompress.so bzlib.so compress.so(.text+0x5c20): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5c60): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5c84): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5cac): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5cd4): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5e68): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5ea8): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata compress.so(.text+0x5f2c): In function `sendMTFValues': : relocation truncated to fit: GPREL16 .sdata collect2: ld returned 1 exit status *** Error code 1 Stop in /usr/ports/archivers/bzip2/w-bzip2-1.0.3/bzip2-1.0.3 (line 49 of Makefile). *** Error code 1 Stop in /usr/ports/archivers/bzip2 (line 1961 of /usr/ports/infrastructure/mk/bsd.port.mk).