Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524334 - making change hits: undef error - This shouldn't happen at /usr/lib64/perl5/5.18.2/Text/Wrap.pm line 84.
Summary: making change hits: undef error - This shouldn't happen at /usr/lib64/perl5/5...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 524548
  Show dependency tree
 
Reported: 2014-10-03 04:59 UTC by SpanKY
Modified: 2014-10-13 12:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2014-10-03 04:59:47 UTC
submitting changes to bug 523428 resulted in the screen:

An unexpected error occurred. This could be a temporary problem, or some code is behaving incorrectly. If this problem persists, please email this page to bugzilla@gentoo.org with details of what you were doing at the time this message appeared.

URL: https://bugs.gentoo.org/process_bug.cgi

undef error - This shouldn't happen at /usr/lib64/perl5/5.18.2/Text/Wrap.pm line 84.
Traceback:
Comment 1 Christian Ruppert (idl0r) gentoo-dev 2014-10-08 12:03:03 UTC
@Frédéric: Did you guys notice something similar as well by chance?
Comment 2 Frédéric Buclin 2014-10-08 12:29:21 UTC
(In reply to Christian Ruppert (idl0r) from comment #1)
> @Frédéric: Did you guys notice something similar as well by chance?

Yes, this is a bug in Text::Wrap 2012.0818 incorrectly parsing strings. Unfortunately, that's the version released with Perl 5.18. I asked rjbs, the maintainer of the perl 5.18 branch, to include this fix in 5.18.3, but he refused arguing that this bug doesn't pass criteria to be backported to the 5.18 branch. But you can manually upgrade to Text::Wrap 2013.0426 or newer, e.g. by using the install-module.pl script provided by Bugzilla.

See https://bugzilla.mozilla.org/show_bug.cgi?id=927455#c7 for the details.
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2014-10-08 15:12:20 UTC
I'll add a perl-core/Text-Tabs+Wrap-2013.52.300 to the tree tonight (the version that is also included in Perl 5.20). That should be new enough to fix the bug, and we can stabilize it later on.
Comment 4 Christian Ruppert (idl0r) gentoo-dev 2014-10-08 15:18:42 UTC
(In reply to Frédéric Buclin from comment #2)
> (In reply to Christian Ruppert (idl0r) from comment #1)
> > @Frédéric: Did you guys notice something similar as well by chance?
> 
> Yes, this is a bug in Text::Wrap 2012.0818 incorrectly parsing strings.
> Unfortunately, that's the version released with Perl 5.18. I asked rjbs, the
> maintainer of the perl 5.18 branch, to include this fix in 5.18.3, but he
> refused arguing that this bug doesn't pass criteria to be backported to the
> 5.18 branch. But you can manually upgrade to Text::Wrap 2013.0426 or newer,
> e.g. by using the install-module.pl script provided by Bugzilla.
> 
> See https://bugzilla.mozilla.org/show_bug.cgi?id=927455#c7 for the details.

Oh, that's even a quite old bug. Thanks!

(In reply to Andreas K. Hüttel from comment #3)
> I'll add a perl-core/Text-Tabs+Wrap-2013.52.300 to the tree tonight (the
> version that is also included in Perl 5.20). That should be new enough to
> fix the bug, and we can stabilize it later on.

I just installed 2013.52.300-r1 and it seems to work fine.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2014-10-08 15:30:19 UTC
(In reply to Christian Ruppert (idl0r) from comment #4)
> 
> (In reply to Andreas K. Hüttel from comment #3)
> > I'll add a perl-core/Text-Tabs+Wrap-2013.52.300 to the tree tonight (the
> > version that is also included in Perl 5.20). That should be new enough to
> > fix the bug, and we can stabilize it later on.
> 
> I just installed 2013.52.300-r1 and it seems to work fine.

Doh, it's already there. Sorry, too much multitasking. I'll ask zlogene to test and stabilize, he's in all involved arch teams.
Comment 6 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2014-10-10 13:26:34 UTC
(In reply to Andreas K. Hüttel from comment #5)
> (In reply to Christian Ruppert (idl0r) from comment #4)
> > 
> > (In reply to Andreas K. Hüttel from comment #3)
> > > I'll add a perl-core/Text-Tabs+Wrap-2013.52.300 to the tree tonight (the
> > > version that is also included in Perl 5.20). That should be new enough to
> > > fix the bug, and we can stabilize it later on.
> > 
> > I just installed 2013.52.300-r1 and it seems to work fine.
> 
> Doh, it's already there. Sorry, too much multitasking. I'll ask zlogene to
> test and stabilize, he's in all involved arch teams.

done.
Comment 7 Andreas K. Hüttel archtester gentoo-dev 2014-10-10 18:49:46 UTC
Old, buggy version dropped from portage tree.
Comment 8 Christian Ruppert (idl0r) gentoo-dev 2014-10-13 12:23:25 UTC
Alright. Should be fixed then. Thanks guys!