From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is Date: Tue, 26 Jul 2016 22:30:46 +0200 Message-ID: <87poq016rt.fsf@gnu.org> References: <20160726180507.21e5e8e0@scratchpost.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]:48931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS91L-0002OI-Hv for bug-guix@gnu.org; Tue, 26 Jul 2016 16:32:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS91G-0000X8-JS for bug-guix@gnu.org; Tue, 26 Jul 2016 16:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54381) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS91G-0000X4-Gm for bug-guix@gnu.org; Tue, 26 Jul 2016 16:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bS91G-0007AS-Cg for bug-guix@gnu.org; Tue, 26 Jul 2016 16:32:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160726180507.21e5e8e0@scratchpost.org> (Danny Milosavljevic's message of "Tue, 26 Jul 2016 18:05:07 +0200") 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: Danny Milosavljevic Cc: 24076@debbugs.gnu.org Danny Milosavljevic skribis: > dannym@dayas ~/src/guix$ strace -f git commit -S -m "x" gnu/packages/dat= abases.scm 2>&1 |grep pinentry > [pid 32548] write(4, "OPTION allow-pinentry-notify", 28) =3D 28 > [pid 32548] read(4, "ERR 67108949 No pinentry [pid 32548] write(2, "gpg: signing failed: No pinentry", 32gpg: signing f= ailed: No pinentry) =3D 32 > [pid 32548] write(2, "gpg: signing failed: No pinentry", 32gpg: signing f= ailed: No pinentry) =3D 32 > > dannym@dayas ~$ which pinentry > /home/dannym/.guix-profile/bin/pinentry > dannym@dayas ~$ pinen > pinentry pinentry-curses pinentry-gtk-2 pinentry-tty > dannym@dayas ~$ pinentry > OK Pleased to meet you My ~/.gnupg/gpg-agent.conf file reads this: --8<---------------cut here---------------start------------->8--- pinentry-program /home/ludo/.guix-profile/bin/pinentry-gtk-2 --8<---------------cut here---------------end--------------->8--- =E2=80=A6 and I have: --8<---------------cut here---------------start------------->8--- $ guix package --list-installed=3Dpinentry pinentry 0.9.7 out /gnu/store/2ngvzmsmjykaiv697ffnl7ajc3dm0rrh-pinentry-0.9= .7 --8<---------------cut here---------------end--------------->8--- Could it be that you=E2=80=99re missing one of these? HTH, Ludo=E2=80=99.