From: Noah R. <nr...@wa...> - 2006-08-03 23:54:42
|
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. # '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 |
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 > |
From: Noah R. <nr...@wa...> - 2006-08-07 16:22:43
Attachments:
perl-V.out
|
On Sunday 06 August 2006 00:02, Mike Schilli <m...@pe...> wrote: > Log::Log4perl > 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? I've attached the output of `perl -V`. However, I must apologise, as it looks like the fault is in the tool I was using to do the build (cpan2rpm). Running `make` and `make test` by hand results in the tests passing just fine. I should have checked that before emailing the list. Now I've just got to figure out what cpan2rpm is doing to make things fail. 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 |
From: Mike S. <m...@pe...> - 2006-08-07 17:25:00
|
On Mon, 7 Aug 2006, Noah Romer wrote: > I've attached the output of `perl -V`. However, I must apologise, as it looks > like the fault is in the tool I was using to do the build (cpan2rpm). Running > `make` and `make test` by hand results in the tests passing just fine. I > should have checked that before emailing the list. Now I've just got to > figure out what cpan2rpm is doing to make things fail. That would explain it :). If you find out what the problem is with cpan2rpm, please let us know, it might be relevant to Log::Log4perl in general. -- Mike Mike Schilli m...@pe... |