Skip Menu |

This queue is for tickets about the POE-Component-Cron CPAN distribution.

Report information
The Basics
Id: 53491
Status: resolved
Priority: 0/
Queue: POE-Component-Cron

People
Owner: chris [...] fedde.us
Requestors: obrien.jk [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Subject: Re: [rt.cpan.org #53491] Can't install POE::Component::Cron
Date: Fri, 8 Jan 2010 09:59:47 -0700
To: bug-POE-Component-Cron [...] rt.cpan.org
From: chris fedde <chris [...] fedde.us>
It's been a while since I looked at this code. I'll try to recreate your problem this evening when I'm home. On Thu, Jan 7, 2010 at 11:08 AM, John O'Brien via RT <bug-POE-Component-Cron@rt.cpan.org> wrote: Show quoted text
> Thu Jan 07 13:07:59 2010: Request 53491 was acted upon. > Transaction: Ticket created by jkobrien >       Queue: POE-Component-Cron >     Subject: Can't install POE::Component::Cron >   Broken in: (no value) >    Severity: (no value) >       Owner: Nobody >  Requestors: obrien.jk@gmail.com >      Status: new >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=53491 > > > > 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 > >
Subject: Re: [rt.cpan.org #53491] Can't install POE::Component::Cron
Date: Sat, 9 Jan 2010 22:21:53 +0000
To: bug-POE-Component-Cron [...] rt.cpan.org
From: "John O'Brien" <obrien.jk [...] gmail.com>
Many thanks. I appreciate it greatly. One typo in my report. I'm running Kubuntu, rather than Ubuntu. John 2010/1/8 Chris Fedde via RT <bug-POE-Component-Cron@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=53491 > > > It's been a while since I looked at this code.  I'll try to recreate > your problem this evening when I'm home. > > On Thu, Jan 7, 2010 at 11:08 AM, John O'Brien via RT > <bug-POE-Component-Cron@rt.cpan.org> wrote:
>> Thu Jan 07 13:07:59 2010: Request 53491 was acted upon. >> Transaction: Ticket created by jkobrien >>       Queue: POE-Component-Cron >>     Subject: Can't install POE::Component::Cron >>   Broken in: (no value) >>    Severity: (no value) >>       Owner: Nobody >>  Requestors: obrien.jk@gmail.com >>      Status: new >>  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=53491 > >> >> >> 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 >> >>
> >
Something in POE::Component::Schedule 0.92 seems to tickle this bug.
a patch for poco::schedule has been found that fixes the issue.
Subject: Re: [rt.cpan.org #53491] Can't install POE::Component::Cron
Date: Sun, 24 Jan 2010 11:49:38 +0000
To: bug-POE-Component-Cron [...] rt.cpan.org
From: "John O'Brien" <obrien.jk [...] gmail.com>
This resolves the issue on my system also. Many thanks. 2010/1/22 Chris Fedde via RT <bug-POE-Component-Cron@rt.cpan.org>: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=53491 > > > a patch for poco::schedule has been found that fixes the issue. >
patches holding. open a new issue if this recurs