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

Bug 465532

Summary: sys-devel/clang-3.2 - Error: expected comma after name `_ZTSN7testing' in .size directive
Product: Gentoo Linux Reporter: adr <adr>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge -pvuDN @world; emerge --info
build log (gzipped)

Description adr 2013-04-11 14:31:40 UTC
The package fails to compile. It's a first install, pulled in by enabling the "libobjc2" USE flag on gnustep-base/gnustep-make-2.6.4.

I saved the build directory, in case additional info is needed.

Reproducible: Didn't try
Comment 1 adr 2013-04-11 14:32:52 UTC
Created attachment 345226 [details]
emerge -pvuDN @world; emerge --info
Comment 2 adr 2013-04-11 14:35:17 UTC
Created attachment 345228 [details]
build log (gzipped)
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-04-11 15:45:04 UTC
i686-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)

Looks like you ran out of RAM. Try removing -pipe from C[XX]FLAGS, MAKEOPTS=-j2 and so on to relieve some pressure.
Comment 4 adr 2013-04-11 18:49:54 UTC
You're right. Sorry, I didn't notice it was RAM. I forgot it's just the kitchen computer. I'll be more gentle to it. :)