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:21:14 -0400 Message-ID: <87va67wuqt.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAqpp-0004SH-LA for bug-guix@gnu.org; Fri, 12 Oct 2018 02:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAqpm-0006BM-HR for bug-guix@gnu.org; Fri, 12 Oct 2018 02:22:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAqpm-0006BG-CW for bug-guix@gnu.org; Fri, 12 Oct 2018 02:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gAqpm-0001FP-64 for bug-guix@gnu.org; Fri, 12 Oct 2018 02:22:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAqpT-0004S3-KQ for bug-guix@gnu.org; Fri, 12 Oct 2018 02:21:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAqpP-00065F-KK for bug-guix@gnu.org; Fri, 12 Oct 2018 02:21:43 -0400 Received: from world.peace.net ([64.112.178.59]:34832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAqpP-00062l-B0 for bug-guix@gnu.org; Fri, 12 Oct 2018 02:21:39 -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 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 You can find the line above in the build logs on Hydra: https://hydra.gnu.org/build/3111495 https://hydra.gnu.org/build/3111495/log/raw Despite the error, the build eventually succeeds. Mark