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: Wed, 06 Mar 2019 14:46:02 +0100 Message-ID: <87a7i8i09x.fsf@gnu.org> References: 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]:38874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1WtB-000645-RB for bug-guix@gnu.org; Wed, 06 Mar 2019 08:47:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1Wt0-0007sl-AF for bug-guix@gnu.org; Wed, 06 Mar 2019 08:47:08 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1Wsx-0007r9-QE for bug-guix@gnu.org; Wed, 06 Mar 2019 08:47:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h1Wsw-0005LU-1X for bug-guix@gnu.org; Wed, 06 Mar 2019 08:47:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Martin Flack's message of "Sat, 23 Feb 2019 16:16:54 -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@debbugs.gnu.org Hi Martin, Martin Flack skribis: > I'm getting an error trying the example here: > https://www.gnu.org/software/guix/manual/en/html_node/Inferiors.html [...] > $ guix package -n -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'... | > substitute: updating substitutes from 'https://bayfront.guixsd.org'... > 100.0% > The following derivation will be built: > /gnu/store/zxrm9a410iywcdm71crjbg2j4ggpvdbv-profile.drv > The following profile hook will be built: > /gnu/store/gkhfa4z16x4336pbi1ha7njgdpm680yf-guix-package-cache.drv > guix package: error: exception thrown: # [message: "build of > `/gnu/store/zxrm9a410iywcdm71crjbg2j4ggpvdbv-profile.drv' failed" status: > 100] 1f80de0> Could you paste the file reported by: guix build --log-file /gnu/store/zxrm9a410iywcdm71crjbg2j4ggpvdbv-profile= .drv ? TIA, Ludo=E2=80=99.