From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eReQk-0004HH-0s for guix-patches@gnu.org; Wed, 20 Dec 2017 08:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eReQg-0008He-MH for guix-patches@gnu.org; Wed, 20 Dec 2017 08:29:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:34606) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eReQg-0008HO-I3 for guix-patches@gnu.org; Wed, 20 Dec 2017 08:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eReQg-0007cZ-6S for guix-patches@gnu.org; Wed, 20 Dec 2017 08:29:02 -0500 Subject: [bug#29781] [PATCH 1/2] gnu: gpgme: Build with the latest GnuPG. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171220083024.GA28832@jasmine.lan> Date: Wed, 20 Dec 2017 14:28:01 +0100 In-Reply-To: (Leo Famulari's message of "Wed, 20 Dec 2017 03:32:33 -0500") Message-ID: <871sjpy1em.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 29781@debbugs.gnu.org Leo Famulari skribis: > * gnu/packages/gnupg.scm (gpgme)[inputs]: Use the latest gnupg and make > it a native-input. I=E2=80=99m surprised gpgme doesn=E2=80=99t retain a reference to gpg. Apparently, =E2=80=98dirinfo.gpg_name=E2=80=99 in src/dirinfo.c contains th= e file name of the =E2=80=98gpg=E2=80=99 executable. I can=E2=80=99t find what its default value is, but I think we should be recording the absolute file name of =E2=80=98gpg=E2=80=99 as the default va= lue. Thoughts? Ludo=E2=80=99.