From: Eric S. <er...@re...> - 2003-07-10 21:49:24
|
Hi All, sorry in advance for the long post. Following the instructions to unpack & install the sandweb 1.0rc2 tarball on redhat 8.0 pro on a dual P4 server, I run: perl Makefile.PL (no errors) make (no errors) make test on that last command, I get the following output: ***************************************************** [root@deathstar sandweb]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/auth..........ok t/file..........ok t/repository....ok 8/190+1 records in 0+1 records out Can't call method "debug" without a package or object reference at /usr/local/src/sandweb/blib/lib/SandWeb/Repository/cvs.pm line 2603. t/repository....dubious Test returned status 29 (wstat 7424, 0x1d00) DIED. FAILED tests 9-19 Failed 11/19 tests, 42.11% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/repository.t 29 7424 19 11 57.89% 9-19 Failed 1/3 test scripts, 66.67% okay. 11/30 subtests failed, 63.33% okay. make: *** [test_dynamic] Error 2 ******************************************************** I tried commenting out this line ($log->debug ...... ), but the error showed up at many other locations with similar $log->debug calls seemingly without end. I have the following perl packages installed: perl-Parse-Yapp-1.05-26 perl-libxml-perl-0.07-25 perl-XML-Grove-0.46alpha-21 perl-NKF-1.71-7 mod_perl-1.99_05-3 perl-5.8.0-55 perl-CPAN-1.61-55 perl-DBI-1.30-1 perl-DateManip-5.40-27 perl-HTML-Parser-3.26-14 perl-URI-1.21-3 perl-XML-Parser-2.31-12 perl-XML-Dumper-0.4-22 perl-libxml-enno-1.02-25 perl-XML-Twig-3.05-3 perl-File-MMagic-1.15-2 perl-Text-Kakasi-1.05-2 perl-CGI-2.81-55 perl-Digest-SHA1-2.01-6 perl-Net-DNS-0.26-2 perl-DBD-MySQL-2.1017-3 perl-Filter-1.28-9 perl-HTML-Tagset-3.03-25 perl-libwww-perl-5.65-2 perl-XML-Encoding-1.01-20 perl-Crypt-SSLeay-0.45-2 perl-Digest-HMAC-1.0 Any ideas? Thanks, Eric |