https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5591
--- Comment #5 from Anatoly Pugachev <[email protected]> 2009-07-06 01:35:13 PST --- it's still here for me: $ wget http://people.apache.org/~jm/devel/Mail-SpamAssassin-3.3.0.tar.bz2 $ bzip2 -dc Mail-SpamAssassin-3.3.0.tar.bz2 | tar -xf - $ cd Mail-SpamAssassin-3.3.0 $ echo | perl Makefile.PL && make $ cat t/config.dist | sed 's/run_long_tests=n/run_long_tests=y/' > t/config # else it will be skipped by 'make test' $ make test TEST_FILES="t/spamd_hup.t" /usr/bin/perl build/mkrules --exit_on_no_src --src rulesrc --out rules --manifest MANIFEST --manifestskip MANIFEST.SKIP no source directory found: exiting /usr/bin/perl build/preprocessor -Mvars -DVERSION="3.003000" -DPREFIX="/usr/perl5/5.8.4" -DDEF_RULES_DIR="/usr/perl5/5.8.4/share/spamassassin" -DLOCAL_RULES_DIR="/usr/perl5/5.8.4/etc/mail/spamassassin" -DLOCAL_STATE_DIR="/usr/perl5/5.8.4/var/spamassassin" -DINSTALLSITELIB="/usr/perl5/site_perl/5.8.4" -DCONTACT_ADDRESS="the administrator of that system" -Msharpbang -Mconditional -DPERL_BIN="/usr/bin/perl" -DPERL_WARN="" -DPERL_TAINT="" -m755 -isa-update.raw -osa-update cp sa-update blib/script/sa-update /usr/bin/perl "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/sa-update PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/spamd_hup.t t/spamd_hup....ok 1/110# Failed test 5 in t/spamd_hup.t at line 40 # t/spamd_hup.t line 40 is: ok (-e $pid_file) or warn "$pid_file does not exist post restart"; log/spamd.pid does not exist post restart at t/spamd_hup.t line 40. t/spamd_hup....NOK 5/110Could not open pid file log/spamd.pid: No such file or directory t/spamd_hup....ok 6/110Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. Could not open pid file log/spamd.pid: No such file or directory Exiting subroutine via next at t/SATest.pm line 890. t/spamd_hup....FAILED tests 5, 7-110 Failed 105/110 tests, 4.55% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/spamd_hup.t 110 105 5 7-110 Failed 1/1 test scripts. 105/110 subtests failed. Files=1, Tests=110, 63 wallclock secs ( 0.83 cusr + 0.25 csys = 1.08 CPU) Failed 1/1 test programs. 105/110 subtests failed. *** Error code 29 make: Fatal error: Command failed for target `test_dynamic' completes test just fine: /usr/perl5/5.8.4/bin/prove -v t/spamd_hup.t ... All tests successful. Files=1, Tests=110, 45 wallclock secs ( 8.98 cusr + 2.96 csys = 11.94 CPU) -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
