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

Bug 419919

Summary: net-wireless/gnuradio-3.6.0-r1 compile error
Product: Gentoo Linux Reporter: Nick <nbgomez>
Component: Current packagesAssignee: Chí-Thanh Christopher Nguyễn <chithanh>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: autobuilds   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: zip file containing emerge build log

Description Nick 2012-06-06 13:31:57 UTC
merge fails with compile error

tried to merge in a virtualbox machine. Tried three different memory settings (upward of 756 MB).
Comment 1 Nick 2012-06-06 13:34:37 UTC
Created attachment 314415 [details]
zip file containing emerge build log

Build log in a zip file
Comment 2 Rafał Mużyło 2012-06-06 14:05:49 UTC
Given that the error message looks random:
{standard input}: Assembler messages:
{standard input}:367967: Warning: end of file not at end of a line; newline in
serted
{standard input}:369318: Error: unknown pseudo-op: `.cfi_de'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc dir
ective
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)

running out of disk space / memory seems most likely reason.

On unrelated note: while in this case it didn't matter, zip is a *very* poor choice of compression format.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-06-06 14:43:19 UTC
Check dmesg for signs of the OOM killer.

Try dropping -pipe from CFLAGS, and if that does not help, replace -O2 with -O1.

In any case, this is not a gnuradio bug.
Comment 4 Nick 2012-06-06 22:55:48 UTC
It was a memory problem. Increased memory to 1024 MB and it compiled.