Skip Menu |

This queue is for tickets about the POSIX-RT-Timer CPAN distribution.

Report information
The Basics
Id: 58384
Status: resolved
Priority: 0/
Queue: POSIX-RT-Timer

People
Owner: LEONT [...] cpan.org
Requestors: jdrago_999 [...] yahoo.com
Cc:
AdminCc:

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



Subject: Tests fail under Ubuntu 9.10
This is my build output: john@work-laptop:~/Desktop/POSIX-RT-Timer-0.001$ perl Build.PL Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'POSIX-RT-Timer' version '0.001' john@work-laptop:~/Desktop/POSIX-RT-Timer-0.001$ ./Build Building POSIX-RT-Timer cc -I/usr/lib/perl/5.10/CORE -DXS_VERSION="0.001" -DVERSION="0.001" -fPIC -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -o lib/POSIX/RT/Timer.o lib/POSIX/RT/Timer.c ExtUtils::Mkbootstrap::Mkbootstrap('blib/arch/auto/POSIX/RT/Timer/Timer.bs') cc -shared -O2 -g -L/usr/local/lib -o blib/arch/auto/POSIX/RT/Timer/Timer.so lib/POSIX/RT/Timer.o -lrt john@work-laptop:~/Desktop/POSIX-RT-Timer-0.001$ ./Build test t/00-load.t ....... /usr/bin/perl: symbol lookup error: /home/john/Desktop/POSIX-RT-Timer-0.001/blib/arch/auto/POSIX/RT/Timer/Timer.so: undefined symbol: mXPUSHs t/00-load.t ....... Dubious, test returned 127 (wstat 32512, 0x7f00) Failed 1/1 subtests t/10-clocks.t ..... /usr/bin/perl: symbol lookup error: /home/john/Desktop/POSIX-RT-Timer-0.001/blib/arch/auto/POSIX/RT/Timer/Timer.so: undefined symbol: mXPUSHs t/10-clocks.t ..... Dubious, test returned 127 (wstat 32512, 0x7f00) No subtests run t/20-signals.t .... /usr/bin/perl: symbol lookup error: /home/john/Desktop/POSIX-RT-Timer-0.001/blib/arch/auto/POSIX/RT/Timer/Timer.so: undefined symbol: mXPUSHs t/20-signals.t .... Dubious, test returned 127 (wstat 32512, 0x7f00) Failed 4/4 subtests t/25-callbacks.t .. /usr/bin/perl: symbol lookup error: /home/john/Desktop/POSIX-RT-Timer-0.001/blib/arch/auto/POSIX/RT/Timer/Timer.so: undefined symbol: mXPUSHs t/25-callbacks.t .. Dubious, test returned 127 (wstat 32512, 0x7f00) Failed 3/3 subtests t/pod-coverage.t .. /usr/bin/perl: symbol lookup error: /home/john/Desktop/POSIX-RT-Timer-0.001/blib/arch/auto/POSIX/RT/Timer/Timer.so: undefined symbol: mXPUSHs t/pod-coverage.t .. Dubious, test returned 127 (wstat 32512, 0x7f00) Failed 2/2 subtests t/pod.t ........... ok Test Summary Report ------------------- t/00-load.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: Bad plan. You planned 1 tests but ran 0. t/10-clocks.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: No plan found in TAP output t/20-signals.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: Bad plan. You planned 4 tests but ran 0. t/25-callbacks.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: Bad plan. You planned 3 tests but ran 0. t/pod-coverage.t (Wstat: 32512 Tests: 0 Failed: 0) Non-zero exit status: 127 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=6, Tests=2, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.18 cusr 0.01 csys = 0.23 CPU) Result: FAIL Failed 5/6 test programs. 0/2 subtests failed. john@work-laptop:~/Desktop/POSIX-RT-Timer-0.001$
Thanks for the report. I have just fixed this and uploaded a new version. I was using some functions that were a little more recent than I had thought them to be. Regards, Leon Timmermans
Subject: Re: [rt.cpan.org #58384] Tests fail under Ubuntu 9.10
Date: Mon, 14 Jun 2010 14:06:49 -0700 (PDT)
To: bug-POSIX-RT-Timer [...] rt.cpan.org
From: John Drago <jdrago_999 [...] yahoo.com>
Mr Timmermans - You rock. Thanks! --- On Mon, 6/14/10, Leon Timmermans via RT <bug-POSIX-RT-Timer@rt.cpan.org> wrote: Show quoted text
> From: Leon Timmermans via RT <bug-POSIX-RT-Timer@rt.cpan.org> > Subject: [rt.cpan.org #58384] Tests fail under Ubuntu 9.10 > To: jdrago_999@yahoo.com > Date: Monday, June 14, 2010, 2:22 PM > <URL: https://rt.cpan.org/Ticket/Display.html?id=58384 > > > Thanks for the report. I have just fixed this and uploaded > a new > version. I was using some functions that were a little more > recent than > I had thought them to be. > > Regards, > > Leon Timmermans >