From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KzTBU-0003wo-Gv for garchives@archives.gentoo.org; Mon, 10 Nov 2008 09:35:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF92E02D8; Mon, 10 Nov 2008 09:35:46 +0000 (UTC) Received: from mail.ukfsn.org (mail.ukfsn.org [77.75.108.10]) by pigeon.gentoo.org (Postfix) with ESMTP id A2B90E02D8 for ; Mon, 10 Nov 2008 09:35:46 +0000 (UTC) Received: from localhost (smtp-filter.ukfsn.org [192.168.54.205]) by mail.ukfsn.org (Postfix) with ESMTP id F1F04DF14E for ; Mon, 10 Nov 2008 09:35:45 +0000 (GMT) Received: from mail.ukfsn.org ([192.168.54.25]) by localhost (smtp-filter.ukfsn.org [192.168.54.205]) (amavisd-new, port 10024) with ESMTP id 1HMJK7nr5v2f for ; Mon, 10 Nov 2008 09:12:26 +0000 (GMT) Received: from wstn.ethnet (unknown [78.32.181.186]) by mail.ukfsn.org (Postfix) with ESMTP id C2216DF135 for ; Mon, 10 Nov 2008 09:35:45 +0000 (GMT) From: Peter Humphrey Organization: at home To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Can't emerge sandbox Date: Mon, 10 Nov 2008 09:35:27 +0000 User-Agent: KMail/1.9.9 References: <200811061802.14462.peter@humphrey.ukfsn.org> In-Reply-To: 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811100935.27608.peter@humphrey.ukfsn.org> X-Archives-Salt: 878731b3-616b-4122-aca3-5792dd7c07f7 X-Archives-Hash: 79fc866ee62a348ca37b5e0ce16847ae On Thursday 06 November 2008 18:42:44 Helmut Jarausch wrote: > The lines > configure:2292: i686-pc-linux-gnu-gcc -march=opteron -O2 -pipe > conftest.c >&5 /usr/libexec/gcc/i686-pc-linux-gnu/ld: crt1.o: No such > file: No such file or directory collect2: ld returned 1 exit status > > look like a misconfigured gcc. That was it. > Can you emerge any package which requires the C-compiler? > Try > gcc-config -l $ gcc-config -l [1] i686-pc-linux-gnu-4.2.2 * [2] x86_64-pc-linux-gnu-4.1.2 * $ qfile i686-pc-linux-gnu-4.2.2 cross-i686-pc-linux-gnu/gcc (/etc/env.d/gcc/i686-pc-linux-gnu-4.2.2) I did have the cross-compiler stuff installed when I was experimenting with distcc, but I removed it long ago. Looks like something hung on. A simple emerge -C cross-i686-pc-linux-gnu/gcc corrected the problem, as now: $ gcc-config -l [1] x86_64-pc-linux-gnu-4.1.2 * ...and emerge -q1 sandbox runs to completion. I still don't know though why only sandbox was affected - 21 other packages were merged ok. > I hope this helps, Certainly did - thanks. Now to figure out how to resume the emerge -e world from where it stopped :-) Thanks also to the others who offered help. -- Rgds Peter