Skip Menu |

This queue is for tickets about the Archive-Tar CPAN distribution.

Report information
The Basics
Id: 7544
Status: resolved
Priority: 0/
Queue: Archive-Tar

People
Owner: Nobody in particular
Requestors: wkanoff [...] cablespeed.com
Cc:
AdminCc:

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



Subject: Failed Make Test
Mac OS X 10.3.5 Perl 5.8.5 multithreaded CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.10.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Archive::Tar cp lib/Archive/Tar/Constant.pm blib/lib/Archive/Tar/Constant.pm cp lib/Archive/Tar.pm blib/lib/Archive/Tar.pm cp lib/Archive/Tar/File.pm blib/lib/Archive/Tar/File.pm cp bin/ptar blib/script/ptar /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ptar Manifying blib/man3/Archive::Tar.3 Manifying blib/man3/Archive::Tar::File.3 /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_use........ok t/02_methods....ok 4/0Can't use string ("Unknown") as a symbol ref while "strict refs" in use at /Library/Perl/5.8.5/IO/Zlib.pm line 545. # Looks like your test died just after 4. t/02_methods....dubious Test returned status 255 (wstat 65280, 0xff00) after all the subtests completed successfully t/99_pod........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/02_methods.t 255 65280 4 0 0.00% ?? Failed 1/3 test scripts, 66.67% okay. 0/9 subtests failed, 100.00% okay. make: *** [test_dynamic] Error 2 /usr/bin/make test -- NOT OK This happened in CPAN when I tried to install the Bunble::CPAN
[guest - Thu Sep 2 01:27:52 2004]: Show quoted text
> Mac OS X 10.3.5 Perl 5.8.5 multithreaded > > CPAN.pm: Going to build K/KA/KANE/Archive-Tar-1.10.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Archive::Tar > cp lib/Archive/Tar/Constant.pm blib/lib/Archive/Tar/Constant.pm > cp lib/Archive/Tar.pm blib/lib/Archive/Tar.pm > cp lib/Archive/Tar/File.pm blib/lib/Archive/Tar/File.pm > cp bin/ptar blib/script/ptar > /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/ptar > Manifying blib/man3/Archive::Tar.3 > Manifying blib/man3/Archive::Tar::File.3 > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01_use........ok > t/02_methods....ok 4/0Can't use string ("Unknown") as a symbol ref > while "strict refs" in use at /Library/Perl/5.8.5/IO/Zlib.pm line > 545. > # Looks like your test died just after 4. > t/02_methods....dubious > Test returned status 255 (wstat 65280, 0xff00) > after all the subtests completed successfully > t/99_pod........ok > Failed Test Stat Wstat Total Fail Failed List of Failed >
------------------------------------------------------------------------------ - Show quoted text
> t/02_methods.t 255 65280 4 0 0.00% ?? > Failed 1/3 test scripts, 66.67% okay. 0/9 subtests failed, 100.00% > okay. > make: *** [test_dynamic] Error 2 > /usr/bin/make test -- NOT OK > > This happened in CPAN when I tried to install the Bunble::CPAN
could you try and run this under make test TEST_VERBOSE=1 ? ideally while enabling $Archive::Tar::DEBUG?