From: Martin A. <arm...@hb...> - 2008-12-09 14:06:46
|
Hi, I just tried to install Log::Log4perl on Solaris 10 (SPARC) with Perl 5.10.0 and ran into the test failure below. Any hints? Regards Martin ---8<--- Running make test PERL_DL_NONLAZY=1 /files/tools/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/001Level...........ok t/002Logger..........ok t/003Layout..........ok t/004Config..........ok t/005Config-Perl.....ok t/006Config-Java.....skipped: only with Log::Dispatch t/007LogPrio.........ok t/008ConfCat.........ok t/009Deuce...........ok t/010JConsole........skipped: only with Log::Dispatch t/011JFile...........skipped: only with Log::Dispatch t/012Deeper..........skipped: only with Log::Dispatch t/013Bench...........ok t/014ConfErrs........ok t/015fltmsg..........ok t/016Export..........ok t/017Watch...........ok t/018Init............ok t/019Warn............ok t/020Easy............ok t/020Easy2...........ok t/021AppThres........ok t/022Wrap............ok t/023Date............ok t/024WarnDieCarp.....ok t/025CustLevels......ok t/026FileApp.........ok t/027Watch2..........ok t/027Watch3..........ok t/028Additivity......ok t/029SysWide.........ok t/030LDLevel.........ok t/031NDC.............ok t/032JRollFile.......skipped: only with Log::Dispatch::FileRotate 1.10 t/033UsrCspec........ok t/034DBI.............skipped: DBD::CSV or SQL::Statement 1.005 not installed, skipping tests t/035JDBCAppender....skipped: only with Log::Dispatch and DBD::CSV t/036JSyslog.........ok t/037JWin32Event.....skipped: only with Log::Dispatch::Win32EventLog t/038XML-DOM1........skipped: only with XML::DOM > 1.29 t/039XML-DOM2........skipped: only with XML::DOM > 1.29 t/040Filter..........ok t/041SafeEval........ok t/042SyncApp.........skipped: - only with L4P_ALL_TESTS t/043VarSubst........ok t/044XML-Filter......skipped: only with XML::DOM > 1.29 t/045Composite.......ok t/046RRDs............skipped: (RRDs not installed) t/048lwp.............1/3 # Failed test at t/048lwp.t line 45. # '' # doesn't match '(?-xism:GET\ file\:\/tmp\/l4p\-tmpfile\-5804\-3150241)' # Failed test at t/048lwp.t line 90. # '' # doesn't match '(?-xism:LWP/UserAgent.pm-\d+)' # Looks like you failed 2 tests of 3. t/048lwp............. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests t/049Unhide..........ok t/050Buffer..........ok t/051Extra...........ok t/052Utf8............ok t/053Resurrect.......ok t/054Subclass........ok t/055AppDestroy......ok Test Summary Report ------------------- t/048lwp (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 1, 3 Non-zero exit status: 2 Files=56, Tests=604, 43 wallclock secs ( 1.00 usr 0.46 sys + 16.76 cusr 1.71 csys = 19.93 CPU) Result: FAIL Failed 1/56 test programs. 2/604 subtests failed. make: *** [test_dynamic] Error 255 MSCHILLI/Log-Log4perl-1.19.tar.gz /usr/local/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MSCHILLI/Log-Log4perl-1.19.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: MSCHILLI/Log-Log4perl-1.19.tar.gz : make_test NO --->8--- |
From: Mike S. <m...@pe...> - 2008-12-09 20:19:05
|
On Tue, 9 Dec 2008, Martin Armbrecht wrote: > I just tried to install Log::Log4perl on Solaris 10 (SPARC) with Perl > 5.10.0 and ran into the test failure below. > > t/048lwp.............1/3 # Failed test at t/048lwp.t line 45. > # '' # doesn't match '(?-xism:GET\ > file\:\/tmp\/l4p\-tmpfile\-5804\-3150241)' Interesting, which version of LWP::UserAgent do you have installed? -- Mike Mike Schilli m...@pe... > > # Failed test at t/048lwp.t line 90. > # '' > # doesn't match '(?-xism:LWP/UserAgent.pm-\d+)' > # Looks like you failed 2 tests of 3. > t/048lwp............. Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/3 subtests > t/049Unhide..........ok > t/050Buffer..........ok > t/051Extra...........ok > t/052Utf8............ok > t/053Resurrect.......ok > t/054Subclass........ok > t/055AppDestroy......ok > > Test Summary Report > ------------------- > t/048lwp (Wstat: 512 Tests: 3 Failed: 2) > Failed tests: 1, 3 > Non-zero exit status: 2 > Files=56, Tests=604, 43 wallclock secs ( 1.00 usr 0.46 sys + 16.76 cusr 1.71 > csys = 19.93 CPU) > Result: FAIL > Failed 1/56 test programs. 2/604 subtests failed. > make: *** [test_dynamic] Error 255 > MSCHILLI/Log-Log4perl-1.19.tar.gz > /usr/local/bin/make test -- NOT OK > //hint// to see the cpan-testers results for installing this module, try: > reports MSCHILLI/Log-Log4perl-1.19.tar.gz > Running make install > make test had returned bad status, won't install without force > Failed during this command: > MSCHILLI/Log-Log4perl-1.19.tar.gz : make_test NO > --->8--- > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > log4perl-devel mailing list > log...@li... > https://lists.sourceforge.net/lists/listinfo/log4perl-devel > |
From: Mike S. <m...@pe...> - 2008-12-10 03:39:48
|
On Tue, 9 Dec 2008, Mike Schilli wrote: > Interesting, which version of LWP::UserAgent do you have installed? Never mind, I found it, it's caused by the latest LWP release (5.822), which got rid of all of its internal debugging functions. I'll fix the Log4perl test suite to omit this test in case LWP>=5.822 is installed. Thanks for your report! -- Mike Mike Schilli m...@pe... > > -- Mike > > Mike Schilli > m...@pe... > On Tue, 9 Dec 2008, Martin Armbrecht wrote: > >> I just tried to install Log::Log4perl on Solaris 10 (SPARC) with Perl >> 5.10.0 and ran into the test failure below. >> >> t/048lwp.............1/3 # Failed test at t/048lwp.t line 45. >> # '' # doesn't match '(?-xism:GET\ >> file\:\/tmp\/l4p\-tmpfile\-5804\-3150241)' |