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

Bug 277021

Summary: dev-lang/perl-5.8.8-r{5,6}: syntax error while compile
Product: Gentoo Linux Reporter: Max Steel <M.Steel>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
Environment of the Machine

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"