Gentoo Archives: gentoo-user

From: Mike Edenfield <kutulu@××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Failed to emerge sys-devel/gcc-4.4.5
Date: Mon, 04 Apr 2011 12:35:53
Message-Id: 4D99BAD8.6030809@kutulu.org
In Reply to: Re: [gentoo-user] Failed to emerge sys-devel/gcc-4.4.5 by Pandu Poluan
1 On 4/4/2011 8:07 AM, Pandu Poluan wrote:
2
3 > MAKEOPTS="-j3"
4
5 > {standard input}: Assembler messages:
6 > {standard input}:146362: Error: open CFI at the end of file; missing
7 > .cfi_endproc directive
8 > xgcc: Internal error: Killed (program cc1)
9
10 This kind of error is often caused by the parallel make not
11 quite working. Try running the build like:
12
13 MAKEOPTS="-j1" emerge =sys-devel/gcc-4.4.5
14
15 In general, whenever you get strange build errors (i.e. that
16 have no immediately obvious cause) you should try again with
17 MAKEOPTS="-j1". Often it will fix the problem, but even when
18 it doesn't you will usually get a much more useful error.
19
20 --Mike

Replies

Subject Author
Re: [gentoo-user] Failed to emerge sys-devel/gcc-4.4.5 Pandu Poluan <pandu@××××××.info>