From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Linker error on installing gcc Date: Mon, 22 Apr 2013 18:21:00 +0200 Message-ID: <87txmytu37.fsf@gnu.org> References: <87obd6vm4k.fsf@gnu.org> <878v4avl1h.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUJUR-0005Yx-LN for bug-guix@gnu.org; Mon, 22 Apr 2013 12:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUJUN-0006DP-0d for bug-guix@gnu.org; Mon, 22 Apr 2013 12:21:15 -0400 Received: from [2a01:e0b:1:123:ca0a:a9ff:fe03:271e] (port=59353 helo=xanadu.aquilenet.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUJUM-00067U-Qv for bug-guix@gnu.org; Mon, 22 Apr 2013 12:21:10 -0400 In-Reply-To: (Chris Dale's message of "Mon, 22 Apr 2013 07:27:21 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Chris Dale Cc: bug-guix@gnu.org Chris Dale skribis: >> Something starting with =E2=80=9Cerror:=E2=80=9D, I guess. >> >> > The only thing with in an error in that part of the message is the one th= at > says collect2: error: ld returned with exit status 1,the really generic g= cc > linker error. Hmm, OK. And are you doing chroot builds? >> The actual directory name depends on your --localstatedir or --prefix >> option passed to =E2=80=98configure=E2=80=99. Can you check the value of >> =E2=80=98localstatedir=E2=80=99 in the config.log file? >> > > It was hiding in /usr/local/var/nix, but unfortunately there's also no > substitute-binaries dir in there either! Are you using a very recent snapshot of the =E2=80=98master=E2=80=99 branch? Thanks, Ludo=E2=80=99.