I replied only to the pkg-gnupg-maint list. I send again to the bug tracker.
==================== On 10/03/2016 06:44 AM, Kevin Gallagher wrote: > I updated packages at some point and now my smartcards don't work, > because scdaemon has disappeared. In the migration of gnupg2 to gnupg, scdaemon's path has been changed. It is now: /usr/lib/gnupg/scdaemon > $ cat ~/.gnupg/gpg-agent.conf > pinentry-program /usr/local/bin/pinentry-qt > keep-display > display :0.0 > enable-ssh-support > default-cache-ttl 14400 > max-cache-ttl 14400 > scdaemon-program /usr/lib/gnupg2/scdaemon > sh > debug-level none > homedir /home/kevin/.gnupg You can remove the option scdaemon-program, then it will work. I wonder the reason why you have that. --