Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416083 - www-client/firefox-10.0.4 - collect2: ld terminated with signal 9 [Killed]
Summary: www-client/firefox-10.0.4 - collect2: ld terminated with signal 9 [Killed]
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 14:25 UTC by David
Modified: 2012-05-15 18:37 UTC (History)
0 users

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


Attachments
build.log (build.log.gz,330.81 KB, application/x-gzip)
2012-05-15 14:25 UTC, David
Details
emerge --info (emerge-info.txt,4.70 KB, text/plain)
2012-05-15 14:26 UTC, David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David 2012-05-15 14:25:57 UTC
Created attachment 311869 [details]
build.log

Will attach build.log and emerge --info
Comment 1 David 2012-05-15 14:26:37 UTC
Created attachment 311871 [details]
emerge --info
Comment 2 Rafał Mużyło 2012-05-15 14:35:10 UTC
collect2: ld terminated with signal 9 [Killed]

...well, given the place, you've most likely ran out of memory.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-15 18:37:35 UTC
Please figure out why the process was killed. While it was most likely caused by the kernel running out of memory and invoking the OOM killer, you might want to verify that in dmesg's output. If that's the case:

1) Install more RAM.
2) Set MAKEOPTS=-j1.
3) Remove -pipe from CFLAGS/CXXFLAGS.

If not, provide more information and reopen this bug report.