From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 02:22:00 2018 Received: (at submit) by debbugs.gnu.org; 12 Oct 2018 06:22:00 +0000 Received: from localhost ([127.0.0.1]:45815 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAqpk-0001F7-6H for submit@debbugs.gnu.org; Fri, 12 Oct 2018 02:22:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAqpi-0001Eu-2R for submit@debbugs.gnu.org; Fri, 12 Oct 2018 02:21:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAqpX-00066e-E2 for submit@debbugs.gnu.org; Fri, 12 Oct 2018 02:21:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60663) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAqpU-00066H-L8 for submit@debbugs.gnu.org; Fri, 12 Oct 2018 02:21:47 -0400 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 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gAqpD-0001VU-FR; Fri, 12 Oct 2018 02:21:27 -0400 From: Mark H Weaver To: bug-guix@gnu.org Subject: 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 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit 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: -6.0 (------) 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 02:55:06 2018 Received: (at 33023) by debbugs.gnu.org; 12 Oct 2018 06:55:06 +0000 Received: from localhost ([127.0.0.1]:45839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gArLl-00020Y-N3 for submit@debbugs.gnu.org; Fri, 12 Oct 2018 02:55:06 -0400 Received: from world.peace.net ([64.112.178.59]:46474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gArLj-0001zx-Tg for 33023@debbugs.gnu.org; Fri, 12 Oct 2018 02:55:04 -0400 Received: from mhw by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gArLY-0001cH-JU; Fri, 12 Oct 2018 02:54:52 -0400 From: Mark H Weaver To: 33023@debbugs.gnu.org Subject: Re: bug#33023: configure: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found References: <87va67wuqt.fsf@netris.org> Date: Fri, 12 Oct 2018 02:54:38 -0400 In-Reply-To: <87va67wuqt.fsf@netris.org> (Mark H. Weaver's message of "Fri, 12 Oct 2018 02:21:14 -0400") Message-ID: <87r2gvwt75.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 33023 Cc: ludo@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: -1.0 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 08:55:53 2018 Received: (at 33023) by debbugs.gnu.org; 12 Oct 2018 12:55:53 +0000 Received: from localhost ([127.0.0.1]:46019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAwyv-0008I3-K3 for submit@debbugs.gnu.org; Fri, 12 Oct 2018 08:55:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:45788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAwyu-0008Hp-Kk for 33023@debbugs.gnu.org; Fri, 12 Oct 2018 08:55:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAwyl-0002BS-4q for 33023@debbugs.gnu.org; Fri, 12 Oct 2018 08:55:46 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAwyk-0002BD-Qc; Fri, 12 Oct 2018 08:55:43 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=58092 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gAwyk-0001ns-7m; Fri, 12 Oct 2018 08:55:42 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#33023: configure: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found References: <87va67wuqt.fsf@netris.org> <87r2gvwt75.fsf@netris.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Vend=C3=A9miaire?= an 227 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: Fri, 12 Oct 2018 14:55:40 +0200 In-Reply-To: <87r2gvwt75.fsf@netris.org> (Mark H. Weaver's message of "Fri, 12 Oct 2018 02:54:38 -0400") Message-ID: <87sh1biasz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33023 Cc: 33023@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: -6.0 (------) 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. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 12 09:19:46 2018 Received: (at 33023-done) by debbugs.gnu.org; 12 Oct 2018 13:19:46 +0000 Received: from localhost ([127.0.0.1]:46037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAxM2-0002RE-Bw for submit@debbugs.gnu.org; Fri, 12 Oct 2018 09:19:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gAxM1-0002R3-2G for 33023-done@debbugs.gnu.org; Fri, 12 Oct 2018 09:19:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAxLt-000835-7g for 33023-done@debbugs.gnu.org; Fri, 12 Oct 2018 09:19:40 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAxLt-000831-3b; Fri, 12 Oct 2018 09:19:37 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=58184 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gAxLs-0001yA-R4; Fri, 12 Oct 2018 09:19:37 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Mark H Weaver Subject: Re: bug#33023: configure: GUIX_ASSERT_LIBGCRYPT_USABLE: command not found References: <87va67wuqt.fsf@netris.org> <87r2gvwt75.fsf@netris.org> <87sh1biasz.fsf@gnu.org> Date: Fri, 12 Oct 2018 15:19:35 +0200 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") Message-ID: <878t33i9p4.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33023-done Cc: 33023-done@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: -6.0 (------) 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'. From unknown Fri Jun 20 18:21:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Nov 2018 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator