From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q6j0b-0005m5-O9 for garchives@archives.gentoo.org; Mon, 04 Apr 2011 12:35:53 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC054E0509; Mon, 4 Apr 2011 12:34:27 +0000 (UTC) Received: from basement.kutulu.org (187.250.102.97.cfl.res.rr.com [97.102.250.187]) by pigeon.gentoo.org (Postfix) with ESMTP id 76EA5E0509 for ; Mon, 4 Apr 2011 12:34:27 +0000 (UTC) Received: from localhost (basement.kutulu.org [127.0.0.1]) by basement.kutulu.org (Postfix) with ESMTP id 598507D8021 for ; Mon, 4 Apr 2011 04:34:26 -0400 (EDT) X-Virus-Scanned: amavisd-new at kutulu.org Received: from basement.kutulu.org ([127.0.0.1]) by localhost (basement.kutulu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jgkaTRDuAhw0 for ; Mon, 4 Apr 2011 04:34:26 -0400 (EDT) Received: from [192.168.69.4] (wombat.kutulu.org [192.168.69.4]) by basement.kutulu.org (Postfix) with ESMTP id 108DF7D801C for ; Mon, 4 Apr 2011 04:34:26 -0400 (EDT) Message-ID: <4D99BAD8.6030809@kutulu.org> Date: Mon, 04 Apr 2011 08:34:32 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Failed to emerge sys-devel/gcc-4.4.5 References: <201104041341.14216.alan.mckinnon@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 6b8643066c592c95c6a27b55bb2d8278 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