Error on gnupg-2.1.20 installation

2017-05-10 Thread Antonino Augusta
Hi, I hope someone can help me with the following. I have already installed successfully (on linux) the following packages: npth libgpg-error libgcrypt libksba libassuan When I try to install the gnupg-2.1.20 package, during the make i receive the following error message:

Re: Error on gnupg-2.1.20 installation

2017-05-10 Thread Daniel Kahn Gillmor
On Wed 2017-05-10 09:51:32 +, Antonino Augusta wrote: > When I try to install the gnupg-2.1.20 package, during the make i receive the > following error message: > > > sysutils.c: In function ‘gnupg_inotify_watch_socket’: > sysutils.c:1163: error: ‘IN_EXCL_UNLINK’ undeclared (first use

Re: undeclared function identified during make - gnupg-2.1.20

2017-05-10 Thread Daniel Kahn Gillmor
Hi Dustin-- On Tue 2017-05-09 17:12:22 +, Rogers, Dustin wrote: > When I attempt to make, I receive this error when the compiler tries to > evaluate sysutils.c, and locate a function called "IN_EXCL_UNLINK" > > gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" > -DGNUPG_B

debugging systemd user services for gpg-agent and dirmngr [was: Re: gpg hangs when asking for passphrase]

2017-05-10 Thread Daniel Kahn Gillmor
Hi Joey-- thanks for these details! On Tue 2017-05-09 21:43:47 -0400, Joey Morris wrote: > X11 via startx. I run openbox-session at the end of .xsession. cool, we actually have fairly similar setups -- i'm also running systemd, debian testing/unstable, with dbus-user-session, and libpam-systemd

RE: undeclared function identified during make - gnupg-2.1.20

2017-05-10 Thread Rogers, Dustin
Hi again: I just removed the call to IN_EXCL_UNLINK function since it doesn't exist anyway. Then it compiled fine. Thank you, -Dustin Dustin Rogers, MSIA Data Security Encryption Services

Keyring corruption with GnuPG 2.1.20

2017-05-10 Thread Justus Winter
Hello, unfortunately, GnuPG 2.1.20 has a bug that can lead to keyring corruptions when updating or deleting keys. GnuPG supports two ways to store public keys. The classic one is the 'keyring' format. The new one is called a 'keybox'. Only the 'keyring' format is affected. Long-term users wil

Re: debugging systemd user services for gpg-agent and dirmngr [was: Re: gpg hangs when asking for passphrase]

2017-05-10 Thread Joey Morris
Daniel Kahn Gillmor wrote on Wed, May 10, 2017 at 02:10:27PM -0400: > One difference i note is that you're using ~/.xsession, and i'm just > relying on the alternatives system to launch openbox: > > 0 dkg@alice:~$ readlink -f $(which x-session-manager) > /usr/bin/openbox-session > 0

Re: debugging systemd user services for gpg-agent and dirmngr [was: Re: gpg hangs when asking for passphrase]

2017-05-10 Thread Daniel Kahn Gillmor
On Wed 2017-05-10 22:17:28 -0400, Joey Morris wrote: > I've been using my .xession setup for a number of years, and actually when > this > issue came up it was the first I'd heard of systemd user services. (I was > aware > of the system-level systemd, just not the user-specific part.) I'll spend