From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: bug#39510: Cannot build guix from git Date: Sat, 8 Feb 2020 14:48:11 +0100 Message-ID: <20200208144811.1c48035f@tachikoma.lepiller.eu> References: <20200208142047.134c09f5@tachikoma.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48255) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j0QTn-0003mh-SN for bug-guix@gnu.org; Sat, 08 Feb 2020 08:49:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j0QTm-0007BE-Uz for bug-guix@gnu.org; Sat, 08 Feb 2020 08:49:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j0QTm-0007Av-Iu for bug-guix@gnu.org; Sat, 08 Feb 2020 08:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j0QTm-000386-Hy for bug-guix@gnu.org; Sat, 08 Feb 2020 08:49:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20200208142047.134c09f5@tachikoma.lepiller.eu> 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-mx.org@gnu.org Sender: "bug-Guix" To: 39510-close@debbugs.gnu.org Nevermind, it was caused by a local change in the repository. Le Sat, 8 Feb 2020 14:23:44 +0100, Julien Lepiller a =C3=A9crit : > Hi Guix, >=20 > I just tried to build guix after a make clean-go, and it fails with > the following errors (from a guix environment guix run from the latest > master): >=20 > ... > [ 6%] LOAD guix/build/download.scm > [ 6%] LOAD guix/build/download-nar.scm > WARNING: (guix build download-nar): `dump-port*' imported from both > (guix serialization) and (guix progress) > [ 6%] LOAD guix/build/cargo-build-system.scm > [ 6%] LOAD guix/build/cargo-utils.scm > ... > [ 11%] LOAD guix/scripts/import.scm > [ 11%] LOAD guix/scripts/package.scm > ;;; Failed to autoload canonical-package in (gnu packages base): > ;;; error: gnu-make: unbound variable > [ 11%] LOAD guix/scripts/install.scm > [ 11%] LOAD guix/scripts/remove.scm > ... > [ 11%] LOAD guix/scripts/hash.scm > [ 11%] LOAD guix/scripts/pack.scm > error: failed to load 'guix/scripts/pack.scm': > ice-9/eval.scm:293:34: no binding `zip' to hide in module (gnu > packages compression) >=20 >=20 >=20