From: Mike S. <m...@pe...> - 2006-08-06 07:02:56
|
On Thu, 3 Aug 2006, Noah Romer wrote: > Ok, this is on a Fedora Core 5 system, perl 5.8.8. `make test` > fails with the below: > > t/024WarnDieCarp.....NOK 50 > # Failed test '%F-%L adjustment' > # in t/024WarnDieCarp.t at line 153. This is very strange. When I'm running the test suite against perl 5.8.8, it works fine: PERL_DL_NONLAZY=1 perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001Level...........ok t/002Logger..........ok ... t/024WarnDieCarp.....ok t/025CustLevels......ok t/026FileApp.........ok Are you sure you're using Log::Log4perl 1.06 from CPAN and perl-5.8.8 from perl.com? Can you send the output of perl -V? -- Mike Mike Schilli m...@pe... > # 't/024WarnDieCarp.t-148: Log and die!' > # doesn't match '(?-xism:024WarnDieCarp.t-145: Log and die!)' > t/024WarnDieCarp.....NOK 51 > # Failed test 'Check logcroak/Carp' > # in t/024WarnDieCarp.t at line 176. > # '/usr/src/redhat/BUILD/Log-Log4perl-1.06/blib/lib/Log/Log4perl/Logger.pm-951: > Inferno! at t/024WarnDieCarp.t line 174 > # ' > # doesn't match '(?-xism:171)' > t/024WarnDieCarp.....NOK 52 > # Failed test 'Check logdie' > # in t/024WarnDieCarp.t at line 182. > # 't/024WarnDieCarp.t-170: Inferno!' > # doesn't match '(?-xism:167)' > t/024WarnDieCarp.....NOK 53 > # Failed test 'Check logcarp' > # in t/024WarnDieCarp.t at line 210. > # '/usr/src/redhat/BUILD/Log-Log4perl-1.06/blib/lib/Log/Log4perl/Logger.pm-932: > Inferno! at t/024WarnDieCarp.t line 200 > # ' > # doesn't match '(?-xism:197)' > # Looks like you failed 4 tests of 57. > t/024WarnDieCarp.....dubious > Test returned status 4 (wstat 1024, 0x400) > DIED. FAILED tests 50-53 > Failed 4/57 tests, 92.98% okay > > Any ideas as to the cause? > > Thanks, > Noah > -- > Noah Romer <nr...@wa...> > GPG Key Fingerprint: 944E C2F8 EBEC BCC7 EEA9 9381 1B21 0098 CC8D 45BA > The information transmitted may contain confidential material and is intended only for the person or entity to which it is addressed. If you are not the intended recipient, please delete the information from your system and contact the sender. > > > > This message has been scanned for compliance violations by the Defender e-mail appliance, powered by WaLaSystems. For more information, visit www.WaLaSystems.com > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > log4perl-devel mailing list > log...@li... > https://lists.sourceforge.net/lists/listinfo/log4perl-devel > |