Subject: | Can't install POE::Component::Cron |
Date: | Thu, 7 Jan 2010 18:07:37 +0000 |
To: | bug-POE-Component-Cron [...] rt.cpan.org |
From: | "John O'Brien" <obrien.jk [...] gmail.com> |
I'm running perl v5.10.0 on a linux i686 platform (Ubuntu 9.10). I
installed a new hard disk a week ago, so everything is fresh and new.
I installed POE (1.282) and POE-Component-Schedule (0.92) without any errors.
However when I try to install POE-Component-Cron (0.021) I get the
following errors after make test:
make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/POE-Component-Cron.t .. 1/? # This is going to take about two minutes
Attempt to bless into a reference at
/usr/local/share/perl/5.10.0/POE/Component/Schedule.pm line 165.
# Looks like your test exited with 255 just after 2.
4390: Sessions were started, but POE::Kernel's run() method was never
4390: called to execute them. This usually happens because an error
4390: occurred before POE::Kernel->run() could be called. Please fix
4390: any errors above this notice, and be sure that POE::Kernel->run()
4390: is called. See documentation for POE::Kernel's run() method for
4390: another way to disable this warning.
t/POE-Component-Cron.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
Test Summary Report
-------------------
t/POE-Component-Cron.t (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Files=1, Tests=2, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.26 cusr
0.02 csys = 0.31 CPU)
Result: FAIL
Failed 1/1 test programs. 0/2 subtests failed.
make: *** [test_dynamic] Error 255
John