From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34637: inferiors example yields error from guix package Date: Fri, 08 Mar 2019 12:35:21 +0100 Message-ID: <87h8cdha4m.fsf@gnu.org> References: <87a7i8i09x.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 ([209.51.188.92]:38649) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h2DnL-00062h-03 for bug-guix@gnu.org; Fri, 08 Mar 2019 06:36:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h2DnJ-0000JL-4C for bug-guix@gnu.org; Fri, 08 Mar 2019 06:36:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h2DnJ-0000E1-0A for bug-guix@gnu.org; Fri, 08 Mar 2019 06:36:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h2DnF-00008O-T2 for bug-guix@gnu.org; Fri, 08 Mar 2019 06:36:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (Martin Flack's message of "Wed, 6 Mar 2019 12:33:17 -0800") 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" To: Martin Flack Cc: 34637-done@debbugs.gnu.org Hi, Martin Flack skribis: > $ guix --version > guix (GNU Guix) 3546e97f38bb4dfa4c016cd7a20d4add277ca8f7 [...] > There is maybe an extra clue in guix environment output, regarding repl: > > ``` > $ guix environment --ad-hoc -m example-inferior.scm > > Updating channel 'guix' from Git repository at ' > https://git.savannah.gnu.org/git/guix.git'... > Computing Guix derivation for 'x86_64-linux'... | > The following derivation will be built: > /gnu/store/caqr64cryz42nh687mg8p7dnpjk3dhqn-profile.drv > The following profile hook will be built: > /gnu/store/gkhfa4z16x4336pbi1ha7njgdpm680yf-guix-package-cache.drv > building path(s) > `/gnu/store/yd83jmcpivf6aqzbhx5qwv59fcv40wd9-guix-package-cache' > guix: repl: command not found > Try `guix --help' for more information. > Backtrace: > 1 (primitive-load "/gnu/store/fgxq3d1zix70k2acrrcg1yn9qj0?") > 0 (scm-error misc-error #f "~A ~S" ("inferior failed" #) #f) > > ERROR: In procedure scm-error: > inferior failed "/gnu/store/2gln2fjds54kb97yxyz1mfa3hrrcrwlv-profile" > builder for > `/gnu/store/gkhfa4z16x4336pbi1ha7njgdpm680yf-guix-package-cache.drv' fail= ed > with exit code 1 Oh, got it. Commit 4035fcba93aaf551f4b5698045f025aa61287e17 fixes it, thank you! Ludo=E2=80=99.