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 15:08:58 +0200 Message-ID: <87mwepvl05.fsf@gnu.org> References: <20140510120146.GA18769@jocasta.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]:45860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wj71V-00011x-RO for guix-devel@gnu.org; Sat, 10 May 2014 09:09:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wj71P-00046n-Qh for guix-devel@gnu.org; Sat, 10 May 2014 09:09:05 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:42730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wj71P-00046j-Jy for guix-devel@gnu.org; Sat, 10 May 2014 09:08:59 -0400 In-Reply-To: <20140510120146.GA18769@jocasta.intra> (John Darrington's message of "Sat, 10 May 2014 14:01:47 +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: > I have been trying to follow the section in README entitled=20 > > * Installing Guix from Guix > > and have got as far as : > - re-run the configure script passing it the option > `--with-libgcrypt-prefix=3D$HOME/.guix-profile/ > > This results in a error:=20 > /bin/sh: relocation error: /home/john/.guix-profile/lib/libc.so.6: symbol= _dl_find_dso_for_object, version GLIBC_PRIVATE not defined in file ld-linu= x.so.2 with link time reference > > What does this mean and how can I resolve it? What command produces that error? > Question: the previous step says to set the variable "LIBRARY_PATH" - I p= resume this should say LD_LIBRARY_PATH -=20 > (I set both anyway). No, it=E2=80=99s literally LIBRARY_PATH. Setting LD_LIBRARY_PATH may have caused non-Guix-provided programs to link against Guix=E2=80=99s libc, possibly leading to the error above. Ludo=E2=80=99.