Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 550254

Summary: dev-perl/XML-NamespaceSupport-1.110.0-r1: Operator or semicolon missing before &amp at /usr/lib/perl5/5.20.2/JS ON/PP.pm line 18
Product: Gentoo Linux Reporter: tot-to <bugs.gentoo.org.list>
Component: Current packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED TEST-REQUEST    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info output
/var/tmp/portage/dev-perl/XML-NamespaceSupport-1.110.0-r1/temp/build.log

Description tot-to 2015-05-23 19:37:05 UTC
Please see attached files

Reproducible: Always
Comment 1 tot-to 2015-05-23 19:37:37 UTC
Created attachment 403834 [details]
emerge --info output
Comment 2 tot-to 2015-05-23 19:38:12 UTC
Created attachment 403836 [details]
/var/tmp/portage/dev-perl/XML-NamespaceSupport-1.110.0-r1/temp/build.log
Comment 3 Patrice Clement gentoo-dev 2015-10-05 09:37:09 UTC
Sorry but I can't reproduce this error. JSON/PP.pm is the culprit in your case (malformed for some reason) and is part of the dev-lang/perl-5.20.2 package. Please reinstall the latter and let us know. Thank you.
Comment 4 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2015-10-05 13:06:43 UTC
Attaching the content of /usr/lib/perl5/5.20.2/JSON/PP.pm  also seems useful, because that is clearly a syntax error in JSON/PP.pm itself, and I would expect any code that uses it to fatal.

eg: Please try replication of the fault by doing: 

perl -MJSON::PP -e1

If that fails, we know the file is corrupted.

If it doesn't fail, we need to work out why XML-NamespaceSupport changes perl so that loading breaks.
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2015-10-05 13:36:50 UTC
Also, did you ever user GCC 5 ?