Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428150 - sys-devel/binutils-2.21.1-r1 - x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)
Summary: sys-devel/binutils-2.21.1-r1 - x86_64-pc-linux-gnu-g++: Internal error: Kille...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-26 08:31 UTC by Nikola
Modified: 2012-07-26 22:33 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikola 2012-07-26 08:31:40 UTC
I seem to fail emerging sys-devel/binutils-2.21.1-r1 (while updating world).
Error:
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-devel/binutils-2.21.1-r1/work/binutils-2.21.1/gold  -I/var/tmp/portage/sys-devel/binutils-2.21.1-r1/work/binutils-2.21.1/gold -I/var/tmp/portage/sys-devel/binutils-2.21.1-r1/work/binutils-2.21.1/gold/../include -I/var/tmp/portage/sys-devel/binutils-2.21.1-r1/work/binutils-2.21.1/gold/../elfcpp -DLOCALEDIR="\"/usr/share/binutils-data/x86_64-pc-linux-gnu/2.21.1/locale\"" -DBINDIR="\"/usr/x86_64-pc-linux-gnu/binutils-bin/2.21.1\"" -DTOOLBINDIR="\"/usr/x86_64-pc-linux-gnu/bin\""   -W -Wall    -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=stringpool.o -O2 -pipe -MT stringpool.o -MD -MP -MF .deps/stringpool.Tpo -c -o stringpool.o /var/tmp/portage/sys-devel/binutils-2.21.1-r1/work/binutils-2.21.1/gold/stringpool.cc
{standard input}: Assembler messages:
{standard input}:31499: Warning: end of file not at end of a line; newline inserted
{standard input}:32477: Error: no such instruction: `mo'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://bugs.gentoo.org/> for instructions.
make[4]: *** [reloc.o] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/stringpool.Tpo .deps/stringpool.Po

Then it freezes and I had to manually cancel:
^C^C

Exiting on signal 2
^C^C^C^Csandbox:stop  caught signal 2 in pid 3301
make[4]: *** Deleting file `output.o'
make[4]: *** [object.o] Interrupt
make[4]: *** [output.o] Interrupt
sandbox:stop  signal already caught and busy still cleaning up!
make[3]: *** [all-recursive] Interrupt
make[2]: *** [all] Interrupt
sandbox:stop  signal already caught and busy still cleaning up!
make[1]: *** [all-gold] Interrupt
sandbox:stop  signal already caught and busy still cleaning up!
make: *** [all] Interrupt
sandbox:stop  signal already caught and busy still cleaning up!
sandbox:stop  signal already caught and busy still cleaning up!

/usr/portage/sys-devel/binutils/binutils-2.21.1-r1.ebuild: src_compile aborted; exiting.

sandbox:stop  signal already caught and busy still cleaning up!
Comment 1 Rafał Mużyło 2012-07-26 09:48:07 UTC
In the usual case, such warning is an effect of running out of disk pace / memory.
Comment 2 Nikola 2012-07-26 12:08:36 UTC
(In reply to comment #1)
> In the usual case, such warning is an effect of running out of disk pace /
> memory.

I really don't think so, as I was able to emerge sys-devel/binutils-2.20.1-r1 without any issues. Or is 2.21.1-r1 that much bigger?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2012-07-26 17:46:11 UTC
Check dmesg for the reason why it got killed.
Comment 4 Nikola 2012-07-26 22:33:43 UTC
Hm, bummer... seems like Rafal was right anyway:

Out of memory: Kill process 2043 (cc1plus) score 151 or sacrifice child
Killed process 2043 (cc1plus) total-vm:167852kB, anon-rss:39268kB, file-rss:0kB

Changing to RESOLVED/INVALID.