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 14:55:40 +0200 Message-ID: <87sh1biasz.fsf@gnu.org> References: <87va67wuqt.fsf@netris.org> <87r2gvwt75.fsf@netris.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]:55503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAwz5-0007NC-Pv for bug-guix@gnu.org; Fri, 12 Oct 2018 08:56:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAwz4-0002eL-Ux for bug-guix@gnu.org; Fri, 12 Oct 2018 08:56:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAwz4-0002e5-M9 for bug-guix@gnu.org; Fri, 12 Oct 2018 08:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAwz4-0008IP-Iu for bug-guix@gnu.org; Fri, 12 Oct 2018 08:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r2gvwt75.fsf@netris.org> (Mark H. Weaver's message of "Fri, 12 Oct 2018 02:54:38 -0400") 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@debbugs.gnu.org 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 found > > 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_US= ABLE in configure.ac, which, as we=E2=80=99ve seen, is no longer needed. :-) Funny that I never noticed the =E2=80=9Ccommand not found=E2=80=9D message= =E2=80=A6 Thanks, Ludo=E2=80=99.