Skip Menu |

This queue is for tickets about the Compress-Zlib CPAN distribution.

Report information
The Basics
Id: 1357
Status: resolved
Priority: 0/
Queue: Compress-Zlib

People
Owner: pmqs [...] cpan.org
Requestors: Steven.McLurkin
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.16
Fixed in: (no value)



Subject: Make test fails
Distribution: Compress-Zlib-1.16.tar.gz Perl Version: v5.6.1 built for PA-RISC2.0 Operating System: HP-UX xxxx B.11.00 A 9000/889 1401692371 Zlib Version: zlib-1.1.4.tar.gz I tried compiling zlib first and having Compress-Zlib compile it. zlib compiles ok and make test for zlib works. Make fails with the following error: Compress-Zlib-1.16>make cp Zlib.pm blib/lib/Compress/Zlib.pm AutoSplitting blib/lib/Compress/Zlib.pm (blib/lib/auto/Compress/Zlib) /opt/perl5/bin/perl -I/opt/perl5/lib/5.6.1/PA-RISC2.0 -I/opt/perl5/lib/5.6.1 /opt/perl5/lib/5.6.1/ExtUtils/xsubpp -typemap /opt/perl5/lib/5.6.1/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c cc -c -I/home/snape9/zlib-1.1.4 -D_HPUX_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae -O -DVERSION=\"1.16\" -DXS _VERSION=\"1.16\" +z -I/opt/perl5/lib/5.6.1/PA-RISC2.0/CORE Zlib.c Running Mkbootstrap for Compress::Zlib () chmod 644 Zlib.bs rm -f blib/arch/auto/Compress/Zlib/Zlib.sl LD_RUN_PATH="" ld -b +vnocompatwarnings -L/usr/local/lib Zlib.o -o blib/arch/auto/Compress/Zlib/Zlib.sl /home/snape9/zlib- 1.1.4/libz.a ld: Invalid loader fixup in text space needed in output file for symbol "$00000016" in input file "/home/snape9/zlib-1.1.4/libz.a(in flate.o)" *** Error exit code 1 Stop.