From debbugs-submit-bounces@debbugs.gnu.org Sun May 24 17:27:34 2020 Received: (at 41494) by debbugs.gnu.org; 24 May 2020 21:27:34 +0000 Received: from localhost ([127.0.0.1]:38953 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcy9e-0005Ph-FS for submit@debbugs.gnu.org; Sun, 24 May 2020 17:27:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39906) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jcy9d-0005PU-4J for 41494@debbugs.gnu.org; Sun, 24 May 2020 17:27:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37863) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jcy9X-0002M9-A5; Sun, 24 May 2020 17:27:27 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54994 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jcy9V-0005Ar-Vg; Sun, 24 May 2020 17:27:26 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: bug#41494: guix build error on armhf - hash-algorithm: unbound variable References: <20200523231409.673fa788@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 6 Prairial an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 24 May 2020 23:27:24 +0200 In-Reply-To: <20200523231409.673fa788@scratchpost.org> (Danny Milosavljevic's message of "Sat, 23 May 2020 23:14:09 +0200") Message-ID: <87k111xbur.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41494 Cc: 41494@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Danny Milosavljevic skribis: > $ guix environment --pure guix --ad-hoc git guile-json guile-readline > $ make=20 > [ 11%] LOAD guix/scripts/download.scm > ice-9/eval.scm:293:34: error: hash-algorithm: unbound variable Which version of Guile-Gcrypt do you have in that profile? You need 0.2.0 or later. Thanks, Ludo=E2=80=99.