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:
@Frédéric: Did you guys notice something similar as well by chance?
(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.
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.
(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.
(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.
(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.
Old, buggy version dropped from portage tree.
Alright. Should be fixed then. Thanks guys!