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
Created attachment 197162 [details] build.log
Created attachment 197163 [details] Environment of the Machine
[ebuild U ] dev-lang/perl-5.8.8-r6 [5.8.8-r5] USE="berkdb gdbm ithreads -build -debug -doc -perlsuid"
Please try with safe CFLAGS/CXXFLAGS: "-march=athlon64 -O2 -pipe -fno-ident"
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"