From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33023: configure: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found Date: Fri, 12 Oct 2018 15:19:35 +0200 Message-ID: <878t33i9p4.fsf@gnu.org> References: <87va67wuqt.fsf@netris.org> <87r2gvwt75.fsf@netris.org> <87sh1biasz.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 ([2001:4830:134:3::10]:33565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAxMO-0005nD-0N for bug-guix@gnu.org; Fri, 12 Oct 2018 09:20:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAxMJ-0000BS-0E for bug-guix@gnu.org; Fri, 12 Oct 2018 09:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAxMI-0000B3-FX for bug-guix@gnu.org; Fri, 12 Oct 2018 09:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAxMI-0002Rs-A8 for bug-guix@gnu.org; Fri, 12 Oct 2018 09:20:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87sh1biasz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 12 Oct 2018 14:55:40 +0200") 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: Mark H Weaver Cc: 33023-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hi Mark, > > Mark H Weaver skribis: > >> Mark H Weaver writes: >> >>> When building the 'guix' package, or while running ./configure in a git >>> checkout in an environment created by "guix environment guix", the >>> following error occurs: >>> >>> ./configure: line 8083: GUIX_ASSERT_LIBGCRYPT_USABLE: command not fou= nd >> >> This bug was introduced by commit >> ca719424455465fca4b872c371daf2a46de88b33 (Switch to Guile-Gcrypt), which >> removed the GUIX_ASSERT_LIBGCRYPT_USABLE macro definition from >> m4/guix.m4, although it's still used in configure.ac. > > Oops, indeed. I=E2=80=99ll just remove the use of GUIX_ASSERT_LIBGCRYPT_= USABLE > in configure.ac, which, as we=E2=80=99ve seen, is no longer needed. :-) Done in 28f436a904cbfc2d7bb6e5e8d91de23c03b134b0. Ludo'.