bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#24268: 25.1; epg-context--make: GPG error: "no usable configuration"


From: Leo Liu
Subject: bug#24268: 25.1; epg-context--make: GPG error: "no usable configuration", OpenPGP
Date: Sat, 20 Aug 2016 15:57:55 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (OS X 10.11.6)

On 2016-08-20 09:05 +0200, Daiki Ueno wrote:
> I cannot reproduce it here, though I am not on OS X but installed the
> binary as "gpg1".

$ ls -lh /usr/local/Cellar/gnupg/1.4.21/bin/
total 2760
-r-xr-xr-x  1 zeus  admin   3.2K 17 Aug 21:21 gpg-zip1
-r-xr-xr-x  1 zeus  admin   908K 17 Aug 21:21 gpg1
-r-xr-xr-x  1 zeus  admin    92K 17 Aug 21:21 gpgsplit1
-r-xr-xr-x  1 zeus  admin   373K 17 Aug 21:21 gpgv1

So maybe this osx-homebrew specific.

> What do the following expressions return?
> (epg-find-configuration 'OpenPGP)
> (epg-find-configuration 'OpenPGP t)
> (epg-config--make-gpg-configuration epg-gpg-program)

1. nil
2. nil
3.
((program . "gpg1") (compress 0 1 2 3) (digestname . 
"MD5;SHA1;RIPEMD160;SHA256;SHA384;SHA512;SHA224") (digest 1 2 3 8 9 10 11) 
(ciphername .                                        
"IDEA;3DES;CAST5;BLOWFISH;AES;AES192;AES256;TWOFISH;CAMELLIA128;CAMELLIA192;CAMELLIA256")
 (cipher 1 2 3 4 7 8 9 10 11 12 13) (pubkey 1 2 3 16 17) (version . "1.4.21"))

The easiest workaround is to make a `gpg` symlink to gpg1.

Thanks,
Leo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]