From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#33023: configure: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found Date: Fri, 12 Oct 2018 02:54:38 -0400 Message-ID: <87r2gvwt75.fsf@netris.org> References: <87va67wuqt.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gArMm-0000SR-Ej for bug-guix@gnu.org; Fri, 12 Oct 2018 02:56:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gArMg-000769-T5 for bug-guix@gnu.org; Fri, 12 Oct 2018 02:56:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41581) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gArMg-00075f-FE for bug-guix@gnu.org; Fri, 12 Oct 2018 02:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gArMg-00021n-AV for bug-guix@gnu.org; Fri, 12 Oct 2018 02:56:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87va67wuqt.fsf@netris.org> (Mark H. Weaver's message of "Fri, 12 Oct 2018 02:21:14 -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: 33023@debbugs.gnu.org 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. Mark