Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 419919 - net-wireless/gnuradio-3.6.0-r1 compile error
Summary: net-wireless/gnuradio-3.6.0-r1 compile error
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Chí-Thanh Christopher Nguyễn
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 13:31 UTC by Nick
Modified: 2012-06-06 22:55 UTC (History)
0 users

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


Attachments
zip file containing emerge build log (build.zip,72.55 KB, application/zip)
2012-06-06 13:34 UTC, Nick
Details

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