Skip Menu |

This queue is for tickets about the Data-Dump-Streamer CPAN distribution.

Report information
The Basics
Id: 102369
Status: resolved
Priority: 0/
Queue: Data-Dump-Streamer

People
Owner: yves [...] cpan.org
Requestors: ether [...] cpan.org
mjgardner [...] cpan.org
SREZIC [...] cpan.org
Cc: contyk [...] cpan.org
dom [...] cpan.org
gregoa [...] cpan.org
AdminCc:

Bug Information
Severity: Important
Broken in: 2.38
Fixed in: 2.39



Subject: Test failure with perl 5.21.9
Sorry, I have no details. Just a link to a sample report: http://www.cpantesters.org/cpan/report/fbeb7498-b9ca-11e4-bc58-51fd1bfc4ee8 (As some dependencies like B-Utils also have their own bleedperl problems, it may be needed to patch some of these, too).
On 2015-02-26 02:13:16, SREZIC wrote: Show quoted text
> Sorry, I have no details. Just a link to a sample report: > http://www.cpantesters.org/cpan/report/fbeb7498-b9ca-11e4-bc58- > 51fd1bfc4ee8 > > (As some dependencies like B-Utils also have their own bleedperl > problems, it may be needed to patch some of these, too).
The big picture: http://matrix.cpantesters.org/?dist=Data-Dump-Streamer+2.38 It also fails with the recent perl 5.21.10.
On 2015-03-28 05:20:09, SREZIC wrote: Show quoted text
> On 2015-02-26 02:13:16, SREZIC wrote:
> > Sorry, I have no details. Just a link to a sample report: > > http://www.cpantesters.org/cpan/report/fbeb7498-b9ca-11e4-bc58- > > 51fd1bfc4ee8 > > > > (As some dependencies like B-Utils also have their own bleedperl > > problems, it may be needed to patch some of these, too).
> > The big picture: http://matrix.cpantesters.org/?dist=Data-Dump-Streamer+2.38 > It also fails with the recent perl 5.21.10.
And with perl 5.21.11 (just one month until the next stable perl release...).
From: ppisar [...] redhat.com
Dne Čt 26.úno.2015 02:13:16, SREZIC napsal(a): Show quoted text
> Sorry, I have no details. Just a link to a sample report: > http://www.cpantesters.org/cpan/report/fbeb7498-b9ca-11e4-bc58- > 51fd1bfc4ee8 > > (As some dependencies like B-Utils also have their own bleedperl > problems, it may be needed to patch some of these, too).
The t/global.t failure can be minimized to: $ cat /tmp/test use warnings; use Data::Dump::Streamer; my $a; format g = @# $a . Dump(*g); $ perl -Iblib/{lib,arch} /tmp/test Subroutine B::OP::parent redefined at /usr/lib64/perl5/vendor_perl/B/Utils.pm line 186. $VAR1 = *::g; format g = @# use warnings; ; $a . This was output on perl-5.21.11. Perl 5.20.2 gives: $ perl -Iblib/{lib,arch} /tmp/test $VAR1 = *::g; format g = @# $a . The bug is triggered by "use warnings". Without it the output is the same. One would expect "use strict" to work the same way. And indeed adding "use strict" makes the Dump() to print additional "use strict" line. However, adding "no strict" removes the "use strict" from both perls in contrast to "no warnings" which disappears only with the old perl.
Anything new here? We are about to upload Perl 5.22 to Debian/unstable soon, which means this module will have to be removed from testing first, and later from the archive completely. Any help welcome! Cheers, gregor, Debian Perl Group
Ditto.
On Fri Oct 02 09:29:20 2015, GREGOA wrote: Show quoted text
> Anything new here? > > We are about to upload Perl 5.22 to Debian/unstable soon, > which means this module will have to be removed from testing first, > and later from the archive completely. > > Any help welcome!
I hope to release a new version with a fix in the next days.
On Thu Dec 24 00:08:17 2015, YVES wrote: Show quoted text
> On Fri Oct 02 09:29:20 2015, GREGOA wrote:
> > Anything new here? > > > > We are about to upload Perl 5.22 to Debian/unstable soon, > > which means this module will have to be removed from testing first, > > and later from the archive completely. > > > > Any help welcome!
> > I hope to release a new version with a fix in the next days.
I just released 2.39 which should pass test. Sorry for the inconvenience folks.
Subject: Re: [rt.cpan.org #102369] Test failure with perl 5.21.9 (and 5.22.0)
Date: Thu, 24 Dec 2015 15:04:57 +0100
To: Yves via RT <bug-Data-Dump-Streamer [...] rt.cpan.org>
From: gregor herrmann <gregoa [...] debian.org>
On Thu, 24 Dec 2015 00:54:37 -0500, Yves via RT wrote: Show quoted text
Show quoted text
> I just released 2.39 which should pass test.
Excellent, thanks. Builds fine for me with 5.22.1. Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - https://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Soluna Samay: Insanity
Download signature.asc
application/pgp-signature 949b

Message body not shown because it is not plain text.