Skip Menu |

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

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

People
Owner: pmqs [...] cpan.org
Requestors: njh [...] bandsman.co.uk
Cc:
AdminCc:

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



Subject: Fails to install on Cygwin
$ make test /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'b lib/arch')" t/*.t t/01version.....ok t/02zlib........Compress::Zlib object version 1.38 does not match bootstrap para meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. Compilation failed in require at t/02zlib.t line 6. BEGIN failed--compilation aborted at t/02zlib.t line 6. t/02zlib........dubious Test returned status 2 (wstat 512, 0x200) t/03examples....ok t/04encoding....Compress::Zlib object version 1.38 does not match bootstrap para meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. Compilation failed in require at t/04encoding.t line 19. BEGIN failed--compilation aborted at t/04encoding.t line 19. t/04encoding....dubious Test returned status 2 (wstat 512, 0x200) t/05gzsetp......ok t/06gzdopen.....Compress::Zlib object version 1.38 does not match bootstrap para meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. Compilation failed in require at t/06gzdopen.t line 6. BEGIN failed--compilation aborted at t/06gzdopen.t line 6. t/06gzdopen.....dubious Test returned status 2 (wstat 512, 0x200) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/02zlib.t 2 512 ?? ?? % ?? t/04encoding.t 2 512 ?? ?? % ?? t/06gzdopen.t 2 512 ?? ?? % ?? Failed 3/6 test scripts, 50.00% okay. 0/25 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 14
[guest - Fri Sep 23 07:36:43 2005]: Show quoted text
> $ make test > /usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, > 'blib/lib', 'b > lib/arch')" t/*.t > t/01version.....ok > t/02zlib........Compress::Zlib object version 1.38 does not match > bootstrap para > meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. > Compilation failed in require at t/02zlib.t line 6. > BEGIN failed--compilation aborted at t/02zlib.t line 6. > t/02zlib........dubious > Test returned status 2 (wstat 512, 0x200) > t/03examples....ok > t/04encoding....Compress::Zlib object version 1.38 does not match > bootstrap para > meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. > Compilation failed in require at t/04encoding.t line 19. > BEGIN failed--compilation aborted at t/04encoding.t line 19. > t/04encoding....dubious > Test returned status 2 (wstat 512, 0x200) > t/05gzsetp......ok > t/06gzdopen.....Compress::Zlib object version 1.38 does not match > bootstrap para > meter 1.34 at /usr/lib/perl5/5.8/cygwin/DynaLoader.pm line 253. > Compilation failed in require at t/06gzdopen.t line 6. > BEGIN failed--compilation aborted at t/06gzdopen.t line 6. > t/06gzdopen.....dubious > Test returned status 2 (wstat 512, 0x200) > Failed Test Stat Wstat Total Fail Failed List of Failed > ----------------------------------------------------------------------
--------- Show quoted text
> t/02zlib.t 2 512 ?? ?? % ?? > t/04encoding.t 2 512 ?? ?? % ?? > t/06gzdopen.t 2 512 ?? ?? % ?? > Failed 3/6 test scripts, 50.00% okay. 0/25 subtests failed, 100.00% > okay. > make: *** [test_dynamic] Error 14
Not sure what is going on with your install. Do you already have Compress::Zlib 1.34 installed? Paul
OK, assuming the make installed worked there isn't much I can do. Paul
[PMQS - Fri Sep 23 09:24:54 2005]: Show quoted text
> OK, assuming the make installed worked there isn't much I can do. > > Paul
Marking as resolved.