From: Paul Eggert <eggert@cs.ucla.edu>
To: 33439@debbugs.gnu.org
Subject: bug#33439: emacs-26 branch: epg-decrypt-1 test failure on Fedora 29
Date: Mon, 19 Nov 2018 18:09:59 -0800 [thread overview]
Message-ID: <001a61ab-564e-250e-f938-08f2c2542c70@cs.ucla.edu> (raw)
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.
next reply other threads:[~2018-11-20 2:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-20 2:09 Paul Eggert [this message]
2018-12-15 0:49 ` bug#33439: emacs-26 branch: epg-decrypt-1 test failure on Fedora 29 Glenn Morris
2018-12-15 0:55 ` Paul Eggert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=001a61ab-564e-250e-f938-08f2c2542c70@cs.ucla.edu \
--to=eggert@cs.ucla.edu \
--cc=33439@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).