From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: building guix from guix Date: Sat, 10 May 2014 22:01:03 +0200 Message-ID: <87d2flv1xc.fsf@gnu.org> References: <20140510120146.GA18769@jocasta.intra> <87mwepvl05.fsf@gnu.org> <20140510165156.GA5172@intra> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjDSK-0004NK-Bw for guix-devel@gnu.org; Sat, 10 May 2014 16:01:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WjDSE-0001o9-8p for guix-devel@gnu.org; Sat, 10 May 2014 16:01:12 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:43067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WjDSE-0001ny-21 for guix-devel@gnu.org; Sat, 10 May 2014 16:01:06 -0400 In-Reply-To: <20140510165156.GA5172@intra> (John Darrington's message of "Sat, 10 May 2014 18:51:56 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: John Darrington Cc: guix-devel@gnu.org John Darrington skribis: > > Question: the previous step says to set the variable "LIBRARY_PATH= " - I presume this should say LD_LIBRARY_PATH -=20 > > (I set both anyway). >=20=20=20=20=20=20 > No, it=E2=80=99s literally LIBRARY_PATH. >=20=20=20=20=20=20 > Setting LD_LIBRARY_PATH may have caused non-Guix-provided programs to > link against Guix=E2=80=99s libc, possibly leading to the error abov= e. > > Oh you were right. Unsetting it fixes the problem. Good to hear. Let us know if anything else goes wrong. Ludo=E2=80=99.