Skip Menu |

This queue is for tickets about the Test-Refcount CPAN distribution.

Report information
The Basics
Id: 85998
Status: open
Priority: 0/
Queue: Test-Refcount

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

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



From: gregoa [...] cpan.org
Subject: libtest-refcount-perl: FTBFS with perl 5.18: test failures
This bug has been forwarded from http://bugs.debian.org/711616 -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> Source: libtest-refcount-perl Version: 0.07-1 Severity: important User: debian-perl@lists.debian.org Usertags: perl-5.18-transition Tags: sid jessie This package FTBFS with perl 5.18 from experimental (in a clean sbuild session): dh_auto_test t/00use.t ....... ok t/01count.t ..... Failed 4/8 subtests t/02one.t ....... Failed 1/3 subtests t/03weak.t ...... Failed 2/2 subtests t/04reftypes.t .. ok t/99pod.t ....... ok Test Summary Report ------------------- t/01count.t (Wstat: 11 Tests: 4 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 8 tests but ran 4. t/02one.t (Wstat: 11 Tests: 2 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 3 tests but ran 2. t/03weak.t (Wstat: 11 Tests: 0 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=6, Tests=14, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.24 cusr 0.03 csys = 0.33 CPU) Result: FAIL -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) <--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<--<-- Thanks in advance, gregor herrmann, Debian Perl Group
From: paul [...] city-fan.org
On Sat Jun 08 16:51:27 2013, GREGOA wrote: Show quoted text
> This bug has been forwarded from http://bugs.debian.org/711616 > > -->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->-->--> > > Source: libtest-refcount-perl > Version: 0.07-1 > Severity: important > User: debian-perl@lists.debian.org > Usertags: perl-5.18-transition > Tags: sid jessie > > This package FTBFS with perl 5.18 from experimental (in a clean sbuild > session): > > dh_auto_test > t/00use.t ....... ok > t/01count.t ..... > Failed 4/8 subtests > t/02one.t ....... > Failed 1/3 subtests > t/03weak.t ...... > Failed 2/2 subtests > t/04reftypes.t .. ok > t/99pod.t ....... ok > > Test Summary Report > ------------------- > t/01count.t (Wstat: 11 Tests: 4 Failed: 0) > Non-zero wait status: 11 > Parse errors: Bad plan. You planned 8 tests but ran 4. > t/02one.t (Wstat: 11 Tests: 2 Failed: 0) > Non-zero wait status: 11 > Parse errors: Bad plan. You planned 3 tests but ran 2. > t/03weak.t (Wstat: 11 Tests: 0 Failed: 0) > Non-zero wait status: 11 > Parse errors: Bad plan. You planned 2 tests but ran 0. > Files=6, Tests=14, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.24 cusr > 0.03 csys = 0.33 CPU) > Result: FAIL
I've observed failures like this with 5.18 in Fedora too. However, if you build the package without Devel::FindRef installed, the test suite passes.
From: ntyni [...] iki.fi
On Sat Aug 10 10:20:35 2013, paul@city-fan.org wrote: Show quoted text
> On Sat Jun 08 16:51:27 2013, GREGOA wrote:
Show quoted text
> > Test Summary Report > > ------------------- > > t/01count.t (Wstat: 11 Tests: 4 Failed: 0) > > Non-zero wait status: 11 > > Parse errors: Bad plan. You planned 8 tests but ran 4. > > t/02one.t (Wstat: 11 Tests: 2 Failed: 0) > > Non-zero wait status: 11 > > Parse errors: Bad plan. You planned 3 tests but ran 2. > > t/03weak.t (Wstat: 11 Tests: 0 Failed: 0) > > Non-zero wait status: 11 > > Parse errors: Bad plan. You planned 2 tests but ran 0. > > Files=6, Tests=14, 1 wallclock secs ( 0.03 usr 0.03 sys + 0.24 > > cusr > > 0.03 csys = 0.33 CPU) > > Result: FAIL
> > I've observed failures like this with 5.18 in Fedora too. However, if > you build the package without Devel::FindRef installed, the test suite > passes.
Yes, Devel::FindRef is broken on perl >= 5.17.4 due to changes in PADLIST typing. I just mailed the Devel-FindRef author, Marc Lehmann, about this.
On Fri Aug 16 06:51:35 2013, ntyni@iki.fi wrote: Show quoted text
> Yes, Devel::FindRef is broken on perl >= 5.17.4 due to changes in > PADLIST typing. > > I just mailed the Devel-FindRef author, Marc Lehmann, about this.
Ah - I already sent a message about that, oops. Though sounds like yours has more detail in it than mine. -- Paul Evans