Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 277021 - dev-lang/perl-5.8.8-r{5,6}: syntax error while compile
Summary: dev-lang/perl-5.8.8-r{5,6}: syntax error while compile
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 10:56 UTC by Max Steel
Modified: 2009-07-08 14:57 UTC (History)
0 users

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


Attachments
build.log (build.log,94.01 KB, text/plain)
2009-07-08 11:02 UTC, Max Steel
Details
Environment of the Machine (environment,115.88 KB, text/plain)
2009-07-08 11:03 UTC, Max Steel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Steel 2009-07-08 10:56:32 UTC
While remerging perl-5.8.8, compile breaks whith syntax error.


Reproducible: Always

Steps to Reproduce:
1. emerge -1 perl
2. [break]



emerge --info:
http://pastebin.org/546
Comment 1 Max Steel 2009-07-08 11:02:42 UTC
Created attachment 197162 [details]
build.log
Comment 2 Max Steel 2009-07-08 11:03:33 UTC
Created attachment 197163 [details]
Environment of the Machine
Comment 3 Max Steel 2009-07-08 11:05:19 UTC
[ebuild     U ] dev-lang/perl-5.8.8-r6 [5.8.8-r5] USE="berkdb gdbm ithreads -build -debug -doc -perlsuid"
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-08 14:43:35 UTC
Please try with safe CFLAGS/CXXFLAGS:
"-march=athlon64 -O2 -pipe -fno-ident"
Comment 5 Max Steel 2009-07-08 14:57:00 UTC
Hmm, thank you, that works:

CFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer"
CXXFLAGS="-march=athlon64 -O2 -pipe -fno-ident -fomit-frame-pointer -fvisibility-inlines-hidden"