Subject: | forkm.t problem with perl 5.8 |
Net-Daemon-0.38 (forkm) fails to test successfully prior to installation. Please see screen log included below. The problem is not evident with Net-Daemon-0.37
Perl version: v5.8.0 built for PA-RISC2.0
OS: HP-UX B.11.11 U 9000/800
===============================================
qroot:/opt/src/Net-Daemon-0.38> perl Makefile.PL
make
make test
Writing Makefile for Net::Daemon
qroot:/opt/src/Net-Daemon-0.38> make
Manifying blib/man3/Net::Daemon::Test.3
Manifying blib/man3/Net::Daemon.3
Manifying blib/man3/Net::Daemon::Log.3
qroot:/opt/src/Net-Daemon-0.38> make test
PERL_DL_NONLAZY=1 /usr/contrib/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base..........ok
t/config........ok
t/fork..........ok
t/forkm.........dubious
Test returned status 15 (wstat 3840, 0xf00)
after all the subtests completed successfully
t/ithread.......skipped
all skipped: no reason given
t/ithreadm......skipped
all skipped: no reason given
t/loop-child....ok
t/loop..........ok
t/single........ok
t/thread........skipped
all skipped: no reason given
t/threadm.......skipped
all skipped: no reason given
t/unix..........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
---------------------------------------------------------------------------------------------------------------------
t/forkm.t 15 3840 10 0 0.00% ??
4 tests skipped.
Failed 1/12 test scripts, 91.67% okay. 0/43 subtests failed, 100.00% okay.
*** Error exit code 2
Stop.
qroot:/opt/src/Net-Daemon-0.38>