From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: =?UTF-8?Q?Re=3A_Adding_idle3=2Dtools_while_unable_to_run_=E2=80=98guix_l?= =?UTF-8?Q?int=E2=80=99?= Date: Tue, 16 Feb 2016 17:55:20 +0100 Message-ID: References: <1455594992-25761-1-git-send-email-tobias.geerinckx.rice@gmail.com> <20160216072625.GB32172@thebird.nl> 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]:49604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aViv6-0006RK-0b for guix-devel@gnu.org; Tue, 16 Feb 2016 11:56:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aViv5-0004AA-4z for guix-devel@gnu.org; Tue, 16 Feb 2016 11:56:11 -0500 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:34720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aViv4-00049w-R2 for guix-devel@gnu.org; Tue, 16 Feb 2016 11:56:11 -0500 Received: by mail-ob0-x22f.google.com with SMTP id wb13so268246815obb.1 for ; Tue, 16 Feb 2016 08:56:10 -0800 (PST) In-Reply-To: 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: Pjotr Prins Cc: guix-devel Hmm, On 16 February 2016 at 17:22, Tobias Geerinckx-Rice wrote: > > /nix/store/k5m7fb4r3p71mkvaxgqh242aq8kr6h6s-guile-2.0.11/bin/guile: > symbol lookup error: > /gnu/store/rdi8195mysf340rm54xqjmxpl1qjq1wb-nettle-3.2/lib/libhogweed.so.= 4: > undefined symbol: __gmpz_limbs_read > > :-/ My guix checkout was littered with hard-coded paths to Nix's Guile: nix/scripts/list-runtime-roots:#!/nix/store/...-guile-2.0.11/bin/guile -d= s scripts/guix:#!/nix/store/...-guile-2.0.11/bin/guile --no-auto-compile config.status:S["GUILE_CONFIG"]=3D"/nix/store/...-guile-2.0.11/bin/guile-= config" config.status:S["GUILE"]=3D"/nix/store/...-guile-2.0.11/bin/guile" Running guix$ find -type f -exec sed 's@/nix/store/k5m7fb4r3p71mkvaxgqh242aq8kr6h6s-guile-2.0.11@/gnu/store/b44k= 6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11@g' -i {} \; =E2=80=98solved=E2=80=99 that. Is this normal? Should't that have been boot= strapped out? Kind regards, T G-R