Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 465532 - sys-devel/clang-3.2 - Error: expected comma after name `_ZTSN7testing' in .size directive
Summary: sys-devel/clang-3.2 - Error: expected comma after name `_ZTSN7testing' in .si...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-11 14:31 UTC by adr
Modified: 2013-04-11 18:49 UTC (History)
0 users

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


Attachments
emerge -pvuDN @world; emerge --info (emerge.out,5.74 KB, text/plain)
2013-04-11 14:32 UTC, adr
Details
build log (gzipped) (20130411-104819.log.gz,89.67 KB, application/x-gzip)
2013-04-11 14:35 UTC, adr
Details

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