GNU bug report logs -
#33439
emacs-26 branch: epg-decrypt-1 test failure on Fedora 29
Previous Next
Reported by: Paul Eggert <eggert <at> cs.ucla.edu>
Date: Tue, 20 Nov 2018 02:19:02 UTC
Severity: normal
Fixed in version 26.2
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The emacs-26 branch has a test failure on my Fedora 29 x86-64 platform.
test/lisp/epg-tests.el fails the epg-decrypt-1 test. The symptom is
(epg-error "Decryption failed" ""). I find this stuff to be a pain to
debug and hope that someone else can debug it (or that the test be
removed), but apparently Emacs's invocation of this this shell command:
"/usr/bin/gpg2" "--no-tty" "--status-fd" "1" "--yes" "--homedir"
"/tmp/epg-tests-homedir2yvvtL" "--command-fd" "0" "--output"
"/tmp/epg-outputsZghM1" "--decrypt" "--" "/tmp/epg-input9ZuUDT"
causes this output to be generated:
[GNUPG:] NEED_PASSPHRASE_SYM 3 3 2
[GNUPG:] ERROR get_passphrase 85
[GNUPG:] MISSING_PASSPHRASE
[GNUPG:] BEGIN_DECRYPTION
[GNUPG:] DECRYPTION_FAILED
[GNUPG:] END_DECRYPTION
and this causes epg.el to report a decryption failure.
This bug report was last modified 6 years and 219 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.