Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550254 - 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
Summary: dev-perl/XML-NamespaceSupport-1.110.0-r1: Operator or semicolon missing befor...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-23 19:37 UTC by tot-to
Modified: 2015-10-05 13:36 UTC (History)
0 users

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


Attachments
emerge --info output (emerge.info,13.34 KB, application/x-info)
2015-05-23 19:37 UTC, tot-to
Details
/var/tmp/portage/dev-perl/XML-NamespaceSupport-1.110.0-r1/temp/build.log (build.log,2.89 KB, text/plain)
2015-05-23 19:38 UTC, tot-to
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ?