On 4/4/2011 8:07 AM, Pandu Poluan wrote:

MAKEOPTS="-j3"

{standard input}: Assembler messages:
{standard input}:146362: Error: open CFI at the end of file; missing
.cfi_endproc directive
xgcc: Internal error: Killed (program cc1)

This kind of error is often caused by the parallel make not quite working. Try running the build like:

MAKEOPTS="-j1" emerge =sys-devel/gcc-4.4.5

In general, whenever you get strange build errors (i.e. that have no immediately obvious cause) you should try again with MAKEOPTS="-j1". Often it will fix the problem, but even when it doesn't you will usually get a much more useful error.

--Mike

Reply via email to