From unknown Sun Jun 22 08:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works Resent-From: Daniel Semyonov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jul 2023 09:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64789 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 64789@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169001909124818 (code B ref -1); Sat, 22 Jul 2023 09:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Jul 2023 09:44:51 +0000 Received: from localhost ([127.0.0.1]:35480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN9AQ-0006SE-Co for submit@debbugs.gnu.org; Sat, 22 Jul 2023 05:44:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN9AM-0006S0-SC for submit@debbugs.gnu.org; Sat, 22 Jul 2023 05:44:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qN9AH-0003U1-Cy for bug-gnu-emacs@gnu.org; Sat, 22 Jul 2023 05:44:41 -0400 Received: from dsemy.com ([46.23.89.208]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qN9AF-0001S9-0P for bug-gnu-emacs@gnu.org; Sat, 22 Jul 2023 05:44:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=OjmqUL0FiDeJk x80k4Gaz5rgnE1apJXb5C6TPLAQkYE=; h=date:subject:to:from; d=dsemy.com; b=IXfqlwluBOTkDpYqjf1iMNDEK6v8J3r+Z3eoOVA6JfytKRYUt6G4cAuzZfI6L/6ZQKwv egBgN1LOB5hVt46pOkwbu3o7XuYNRtACmk2ueyV8X3kyhMNd/sQu1iCfQZ/CZpJP+LMQXA VktNOloS0HM78Szk3QTLzpCOpNh4WFM4PhNGqyzihP3GOEUF3eRAskmLLjcS9PYNgbH4JS 9HP4TSCQycgLBDLRJGn0wP2lbPbjen/4fsSAIyEeOOMcDJKC037SZCKBWIOSPKLHAfRxj7 D9e9g1jjwobmE97Bj0lO2NO8V5HoR31Eo3cAbhlLgnALKJ5LyQGUTtCGdTAHPS/Q== Received: from coldharbour.home.arpa ( [147.235.213.12]) by dsemy.com (OpenSMTPD) with ESMTPSA id 0f737250 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 22 Jul 2023 11:44:34 +0200 (CEST) Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id d70b16a4 for ; Sat, 22 Jul 2023 09:41:54 +0000 (UTC) From: Daniel Semyonov Date: Sat, 22 Jul 2023 12:41:54 +0300 Message-ID: <87wmysmgf1.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) For the past few days I've noticed I can no longer encrypt files with EPA, both new files which I save with a '.gpg' extension and choose a recipient, or existing files which are successfully decrypted but I can't modify and save. Specifically, when attempting to save, EPA just gets stuck indefinitely with "Saving file .gpg..." in the echo area. AFAIK my GPG config hasn't changed in months (and I fairly recently encrypted a file with EPA), and I can manually invoke it to encrypt files (through the terminal or dired for example). I also got an error yesterday when trying to encrypt a file through dired (by pressing '!' on the file and typing the command) which said something about GPG not finding a valid TTY, but I don't remember what it was and I can't reproduce it now. To reproduce failure to save an existing file: 1. $ emacs -Q 2. C-x C-f .gpg 3. Toggle buffer modified by clicking the indicator on the mode line. 4. C-x C-s 5. Wait forever. To reproduce failure to save a new file: 1. $ emacs -Q 2. C-x C-f .gpg 3. Toggle buffer modified by clicking the indicator on the mode line. 4. C-x C-s 5. Mark a recipient and press [OK]. 6. Wait forever. In GNU Emacs 30.0.50 (build 11, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-07-22 built on coldharbour Repository revision: b59c4d8ee60538345faa3afe51b6acf61f5a605a Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Void Linux Configured using: 'configure -C --prefix=/opt/Emacs --with-x --with-x-toolkit=gtk3 --without-gsettings --without-dbus --with-xinput2 --with-small-ja-dic --with-native-compilation' Configured features: CAIRO FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_COLLATE: C value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_IL locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: server-mode: t electric-pair-mode: t global-jinx-mode: t delete-selection-mode: t pixel-scroll-precision-mode: t repeat-mode: t display-time-mode: t wincom-mode: t global-auto-revert-mode: t minibuffer-electric-default-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tab-bar-mode: t file-name-shadow-mode: t context-menu-mode: t global-font-lock-mode: t blink-cursor-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort gnus-cite mail-extr emacsbug gnus-topic nndraft nnmh jka-compr mm-archive timezone url-http url-gw url-cache url-auth nnml nnfolder utf-7 epa-file network-stream nsm gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-cache nnyt nnatom mm-url init-gnus easy-mmode comp comp-cstr cus-start checkdoc lisp-mnt flymake-proc flymake project compile warnings thingatpt init-interfaces init-web finder-inf init-volume init-sensors init-network init-emms init-battery battery init-programs org-protocol gnus-async nntp gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range message sendmail yank-media puny dired-x dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win server init-shell init-pass auth-source-pass init-programming elec-pair init-ui jinx compat delsel pixel-scroll cua-base repeat cl-extra help-mode pcase time window-commander autorevert filenotify minibuf-eldef init-personal gnus nnheader gnus-util text-property-search mail-utils range mm-util mail-prsvr org-agenda org-element org-persist xdg org-id avl-tree generator org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete pcomplete comint ansi-osc ansi-color ring org-list org-footnote org-faces org-entities time-date noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table org-keys oc org-loaddefs find-func ol rx org-fold org-fold-core org-compat org-version org-macs format-spec holidays holiday-loaddefs cal-menu calendar cal-loaddefs package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars ef-winter-theme ef-tritanopia-dark-theme ef-trio-dark-theme ef-symbiosis-theme ef-night-theme ef-elea-dark-theme ef-duo-dark-theme ef-deuteranopia-dark-theme ef-dark-theme ef-cherie-theme ef-bio-theme ef-autumn-theme ef-tritanopia-light-theme ef-trio-light-theme ef-summer-theme ef-spring-theme ef-light-theme ef-kassio-theme ef-frost-theme ef-elea-light-theme ef-duo-light-theme ef-deuteranopia-light-theme ef-day-theme ef-cyprus-theme ef-themes info debbugs-autoloads ef-themes-autoloads emms-autoloads jinx-autoloads compat-autoloads nnyt-autoloads window-commander-autoloads cus-edit pp cus-load icons wid-edit cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads inotify lcms2 dynamic-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 684943 348112) (symbols 48 27153 2) (strings 32 102498 6188) (string-bytes 1 3552205) (vectors 16 47423) (vector-slots 8 828112 298459) (floats 8 469 1036) (intervals 56 775 348) (buffers 984 22)) From unknown Sun Jun 22 08:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jul 2023 11:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64789 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Daniel Semyonov Cc: 64789@debbugs.gnu.org Received: via spool by 64789-submit@debbugs.gnu.org id=B64789.169002626314483 (code B ref 64789); Sat, 22 Jul 2023 11:45:02 +0000 Received: (at 64789) by debbugs.gnu.org; 22 Jul 2023 11:44:23 +0000 Received: from localhost ([127.0.0.1]:35578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNB27-0003lX-7I for submit@debbugs.gnu.org; Sat, 22 Jul 2023 07:44:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNB25-0003lG-27 for 64789@debbugs.gnu.org; Sat, 22 Jul 2023 07:44:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNB1z-0004HI-Bk; Sat, 22 Jul 2023 07:44:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=DmalCwi+9n6N7DsB0SYeQ1PX+LzM6iGMiqDY2MOiCI4=; b=fys8qrLWG9w7 tY16o7x33yyCCXYzpp9tAGSF8xS3Bd/5/O04YrWDMPD7NRghYw7tMeQ3T/7+DNXX2fgfuKNmPaTBX ar/+RQqbocZRSxp8J9E9MXhBj6wzNGlDez36E5wHRe+w/kPwz+Jg60BQw3D+qRPUZO/c+hmP7iYkc Ld5VeXgXwt6tQ0HQtLTFk1i/UPFgr5K2L6xWcM6Gx6cglteTydkVTltYEByEmwfdadtyTN8mPzfou pkUX3Ls4dCasNGS5xwZI0jUwbYUGF5pV3cROvIzvZNBs9/cogXRM4QVahhruVrlVT+UGPOjN6ZRDS AZl2T9kEnSmvw6TO8mEsaA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qNB1y-0001p8-Ro; Sat, 22 Jul 2023 07:44:15 -0400 Date: Sat, 22 Jul 2023 14:44:52 +0300 Message-Id: <83tttw891n.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87wmysmgf1.fsf@dsemy.com> (bug-gnu-emacs@gnu.org) References: <87wmysmgf1.fsf@dsemy.com> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sat, 22 Jul 2023 12:41:54 +0300 > From: Daniel Semyonov via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > For the past few days I've noticed I can no longer encrypt files with > EPA, both new files which I save with a '.gpg' extension and choose a > recipient, or existing files which are successfully decrypted but I can't > modify and save. > Specifically, when attempting to save, EPA just gets stuck indefinitely > with "Saving file .gpg..." in the echo area. > > AFAIK my GPG config hasn't changed in months (and I fairly recently > encrypted a file with EPA), and I can manually invoke it to encrypt > files (through the terminal or dired for example). > I also got an error yesterday when trying to encrypt a file through > dired (by pressing '!' on the file and typing the command) which said > something about GPG not finding a valid TTY, but I don't remember what > it was and I can't reproduce it now. > > To reproduce failure to save an existing file: > 1. $ emacs -Q > 2. C-x C-f .gpg > 3. Toggle buffer modified by clicking the indicator on the mode line. > 4. C-x C-s > 5. Wait forever. > > To reproduce failure to save a new file: > 1. $ emacs -Q > 2. C-x C-f .gpg > 3. Toggle buffer modified by clicking the indicator on the mode line. > 4. C-x C-s > 5. Mark a recipient and press [OK]. > 6. Wait forever. This is due to a change in the latest version of GnuPG. We have this in etc/PROBLEMS: *** Saving, via EasyPG, a file encrypted with GnuPG hangs This is known to happen with GnuPG v2.4.1. The only known workaround is to downgrade to a version of GnuPG older than 2.4.1 (or, in the future, upgrade to a newer version which solves the problem, when such a fixed version becomes available). From unknown Sun Jun 22 08:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works Resent-From: Daniel Semyonov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jul 2023 13:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64789 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 64789@debbugs.gnu.org Received: via spool by 64789-submit@debbugs.gnu.org id=B64789.169003235225000 (code B ref 64789); Sat, 22 Jul 2023 13:26:02 +0000 Received: (at 64789) by debbugs.gnu.org; 22 Jul 2023 13:25:52 +0000 Received: from localhost ([127.0.0.1]:35671 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNCcJ-0006V9-IE for submit@debbugs.gnu.org; Sat, 22 Jul 2023 09:25:51 -0400 Received: from dsemy.com ([46.23.89.208]:27458) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNCcH-0006Uw-Ld for 64789@debbugs.gnu.org; Sat, 22 Jul 2023 09:25:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=fZgfpxVdWObd5 QDQOcmwrT9QNyDVP+79YXGfo11O3aM=; h=date:references:in-reply-to: subject:cc:to:from; d=dsemy.com; b=H950UJbHvKzJpLhOIqzagdUN0fza5G3hu7f LC1NGL1rEMKIOfzJ+vSwblFQvL51/achbxU6Q8Sq2gOcGy8jtAHabdQGxyGlMKcoN7hAde Q73StWkb0G9wKRh9n52MHsj+so+6pM850f+lFs/UqtvZA2/zYx2rZL9voYFTngXEnOfEf/ bzEJKJhVRqm3Ilvdez8o4PgFRtwEhUnqzhyrHsyD5yIDlWhD7qv7t3YUKa5xQsnaaVW3aL Gdumx5dulM/NeddOXwrt77J77MjGtW0r2fFakGw65YSDkcxJCf7vA6OpxKXnbJqBDZa789 L0RzFDl8mfVCPrkFLtaj/qKMxlQ== Received: from coldharbour.home.arpa ( [147.235.213.12]) by dsemy.com (OpenSMTPD) with ESMTPSA id 24544c83 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Jul 2023 15:25:43 +0200 (CEST) Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id a04d4498; Sat, 22 Jul 2023 13:23:05 +0000 (UTC) From: Daniel Semyonov In-Reply-To: <83tttw891n.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 22 Jul 2023 14:44:52 +0300") References: <87wmysmgf1.fsf@dsemy.com> <83tttw891n.fsf@gnu.org> Date: Sat, 22 Jul 2023 16:23:05 +0300 Message-ID: <87pm4km66e.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> Eli Zaretskii writes: >> Date: Sat, 22 Jul 2023 12:41:54 +0300 From: Daniel Semyonov via >> "Bug reports for GNU Emacs, the Swiss army knife of text editors" >> >> >> >> For the past few days I've noticed I can no longer encrypt files >> with EPA, both new files which I save with a '.gpg' extension and >> choose a recipient, or existing files which are successfully >> decrypted but I can't modify and save. Specifically, when >> attempting to save, EPA just gets stuck indefinitely with "Saving >> file .gpg..." in the echo area. >> >> AFAIK my GPG config hasn't changed in months (and I fairly >> recently encrypted a file with EPA), and I can manually invoke it >> to encrypt files (through the terminal or dired for example). I >> also got an error yesterday when trying to encrypt a file through >> dired (by pressing '!' on the file and typing the command) which >> said something about GPG not finding a valid TTY, but I don't >> remember what it was and I can't reproduce it now. >> >> To reproduce failure to save an existing file: 1. $ emacs -Q >> 2. C-x C-f .gpg 3. Toggle buffer modified by clicking >> the indicator on the mode line. 4. C-x C-s 5. Wait forever. >> >> To reproduce failure to save a new file: 1. $ emacs -Q 2. C-x C-f >> .gpg 3. Toggle buffer modified by clicking the >> indicator on the mode line. 4. C-x C-s 5. Mark a recipient and >> press [OK]. 6. Wait forever. > This is due to a change in the latest version of GnuPG. We have > this in etc/PROBLEMS: > *** Saving, via EasyPG, a file encrypted with GnuPG hangs > This is known to happen with GnuPG v2.4.1. The only known > workaround is to downgrade to a version of GnuPG older than 2.4.1 > (or, in the future, upgrade to a newer version which solves the > problem, when such a fixed version becomes available). This is likely the issue, my distro seems to have upgraded from GnuPG 2.4.0 to 2.4.3 two weeks ago, I must have missed it when updating. Should I close the report, or maybe it makes sense to keep it open until a fixed version of GnuPG is released? Thanks, Daniel From unknown Sun Jun 22 08:04:49 2025 X-Loop: help-debbugs@gnu.org Subject: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Jul 2023 13:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64789 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Daniel Semyonov Cc: 64789@debbugs.gnu.org Received: via spool by 64789-submit@debbugs.gnu.org id=B64789.169003383127928 (code B ref 64789); Sat, 22 Jul 2023 13:51:02 +0000 Received: (at 64789) by debbugs.gnu.org; 22 Jul 2023 13:50:31 +0000 Received: from localhost ([127.0.0.1]:35709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qND0A-0007GO-Ns for submit@debbugs.gnu.org; Sat, 22 Jul 2023 09:50:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qND08-0007G9-Re for 64789@debbugs.gnu.org; Sat, 22 Jul 2023 09:50:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qND03-00040t-Fh; Sat, 22 Jul 2023 09:50:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=hfXeqJspulReyrClrUGovzVeRknV4wjdjOCv9/8bW1A=; b=UilrpsLW29og LBI1YSdzcHm9rDbw8BnnF8Y7H54BpkDMVZiL1m/6JVMyVnVbzz/y/FzfudR0I7QwqYHEGh2gmOZGW xF9J8gNtxRcTykbWfI1BXfUCctwSA40t60Oy7h0otpLSo4K1xHTJnZAW4vqFg0VbGBRGlAiXxmdab cS9vrCnPLTgVz2h+av6/vbW100qx6guyrDdUzSAOB7X3tCCRL0TRi4MZBlBBXniHpRXsB+dg4nZGm rzb6Tg6ABa6cM+yfcAV1vnxwy712sBSo+uwiMZ1754Vs7GdZysW624Wl3OC4bOEbNgx+flKfPh+PW mW5PPkUQiRY5QvJINtH4JA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qND02-0000Oh-Vj; Sat, 22 Jul 2023 09:50:23 -0400 Date: Sat, 22 Jul 2023 16:51:02 +0300 Message-Id: <83edl0837d.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87pm4km66e.fsf@dsemy.com> (message from Daniel Semyonov on Sat, 22 Jul 2023 16:23:05 +0300) References: <87wmysmgf1.fsf@dsemy.com> <83tttw891n.fsf@gnu.org> <87pm4km66e.fsf@dsemy.com> X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Daniel Semyonov > Cc: 64789@debbugs.gnu.org > Date: Sat, 22 Jul 2023 16:23:05 +0300 > > Should I close the report, or maybe it makes sense to keep it open until > a fixed version of GnuPG is released? I don't think it makes sense to keep this bug open, we already have several others like it, and the PROBLEMS entry is our best response for now. From unknown Sun Jun 22 08:04:49 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Daniel Semyonov Subject: bug#64789: closed (Re: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works) Message-ID: References: <87lef8m3rb.fsf@dsemy.com> <87wmysmgf1.fsf@dsemy.com> X-Gnu-PR-Message: they-closed 64789 X-Gnu-PR-Package: emacs Reply-To: 64789@debbugs.gnu.org Date: Sat, 22 Jul 2023 14:19:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1690035542-32279-1" This is a multi-part message in MIME format... ------------=_1690035542-32279-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #64789: 30.0.50; EPA fails to encrypt files; decryption and manual encrypti= on works which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 64789@debbugs.gnu.org. --=20 64789: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D64789 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1690035542-32279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 64789-done) by debbugs.gnu.org; 22 Jul 2023 14:18:06 +0000 Received: from localhost ([127.0.0.1]:37400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNDQs-0008NO-2d for submit@debbugs.gnu.org; Sat, 22 Jul 2023 10:18:06 -0400 Received: from dsemy.com ([46.23.89.208]:23211) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qNDQq-0008Mt-38 for 64789-done@debbugs.gnu.org; Sat, 22 Jul 2023 10:18:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=IExWq6+yg8p6x SI7GHJd6kJc7Ti1558b3YJiA9xYgm8=; h=date:references:in-reply-to: subject:cc:to:from; d=dsemy.com; b=GRMdihZtjCLRAD7AWy0b/vNh6kMdj2Vmb0l tqY+hLTNQ8w7cB9sVriTYojLeuTlwqamkbnaob6F5pg12VtP3RRwwrbtxxlbp+X8yApSxy zN+f80qvcLr+WdoDmRQUd1TL4to5HLESIDOjbQA8GG2MumQpgVrK7SkR+hZvH4h10ysKiG Yy5VM10efgQ3boeuTAwjwRDyDSC54RgS6qcx/66HOgaRjObtEQI1nx6MKVMGBlsZu/x6lx SYTbcq51BP3V2eElnQ0hJj6V0csDjzAP/xf5Yjjv6yl568Cmxexv0hGSwFFRKmnnNId7Wx k0rFCgsUp6wV3tFAQxFl2PttfWg== Received: from coldharbour.home.arpa ( [147.235.213.12]) by dsemy.com (OpenSMTPD) with ESMTPSA id dee5a083 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 22 Jul 2023 16:17:57 +0200 (CEST) Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id c5519490; Sat, 22 Jul 2023 14:15:20 +0000 (UTC) From: Daniel Semyonov To: Eli Zaretskii Subject: Re: bug#64789: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works In-Reply-To: <83edl0837d.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 22 Jul 2023 16:51:02 +0300") References: <87wmysmgf1.fsf@dsemy.com> <83tttw891n.fsf@gnu.org> <87pm4km66e.fsf@dsemy.com> <83edl0837d.fsf@gnu.org> Date: Sat, 22 Jul 2023 17:15:20 +0300 Message-ID: <87lef8m3rb.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64789-done Cc: 64789-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >>>>> Eli Zaretskii writes: >> From: Daniel Semyonov Cc: >> 64789@debbugs.gnu.org Date: Sat, 22 Jul 2023 16:23:05 +0300 >> >> Should I close the report, or maybe it makes sense to keep it >> open until a fixed version of GnuPG is released? > I don't think it makes sense to keep this bug open, we already > have several others like it, and the PROBLEMS entry is our best > response for now. Sorry, I did a very quick search before reporting but I see now that you're right. ------------=_1690035542-32279-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Jul 2023 09:44:51 +0000 Received: from localhost ([127.0.0.1]:35480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN9AQ-0006SE-Co for submit@debbugs.gnu.org; Sat, 22 Jul 2023 05:44:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN9AM-0006S0-SC for submit@debbugs.gnu.org; Sat, 22 Jul 2023 05:44:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qN9AH-0003U1-Cy for bug-gnu-emacs@gnu.org; Sat, 22 Jul 2023 05:44:41 -0400 Received: from dsemy.com ([46.23.89.208]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qN9AF-0001S9-0P for bug-gnu-emacs@gnu.org; Sat, 22 Jul 2023 05:44:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=OjmqUL0FiDeJk x80k4Gaz5rgnE1apJXb5C6TPLAQkYE=; h=date:subject:to:from; d=dsemy.com; b=IXfqlwluBOTkDpYqjf1iMNDEK6v8J3r+Z3eoOVA6JfytKRYUt6G4cAuzZfI6L/6ZQKwv egBgN1LOB5hVt46pOkwbu3o7XuYNRtACmk2ueyV8X3kyhMNd/sQu1iCfQZ/CZpJP+LMQXA VktNOloS0HM78Szk3QTLzpCOpNh4WFM4PhNGqyzihP3GOEUF3eRAskmLLjcS9PYNgbH4JS 9HP4TSCQycgLBDLRJGn0wP2lbPbjen/4fsSAIyEeOOMcDJKC037SZCKBWIOSPKLHAfRxj7 D9e9g1jjwobmE97Bj0lO2NO8V5HoR31Eo3cAbhlLgnALKJ5LyQGUTtCGdTAHPS/Q== Received: from coldharbour.home.arpa ( [147.235.213.12]) by dsemy.com (OpenSMTPD) with ESMTPSA id 0f737250 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 22 Jul 2023 11:44:34 +0200 (CEST) Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id d70b16a4 for ; Sat, 22 Jul 2023 09:41:54 +0000 (UTC) From: Daniel Semyonov To: bug-gnu-emacs@gnu.org Subject: 30.0.50; EPA fails to encrypt files; decryption and manual encryption works Date: Sat, 22 Jul 2023 12:41:54 +0300 Message-ID: <87wmysmgf1.fsf@dsemy.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) For the past few days I've noticed I can no longer encrypt files with EPA, both new files which I save with a '.gpg' extension and choose a recipient, or existing files which are successfully decrypted but I can't modify and save. Specifically, when attempting to save, EPA just gets stuck indefinitely with "Saving file .gpg..." in the echo area. AFAIK my GPG config hasn't changed in months (and I fairly recently encrypted a file with EPA), and I can manually invoke it to encrypt files (through the terminal or dired for example). I also got an error yesterday when trying to encrypt a file through dired (by pressing '!' on the file and typing the command) which said something about GPG not finding a valid TTY, but I don't remember what it was and I can't reproduce it now. To reproduce failure to save an existing file: 1. $ emacs -Q 2. C-x C-f .gpg 3. Toggle buffer modified by clicking the indicator on the mode line. 4. C-x C-s 5. Wait forever. To reproduce failure to save a new file: 1. $ emacs -Q 2. C-x C-f .gpg 3. Toggle buffer modified by clicking the indicator on the mode line. 4. C-x C-s 5. Mark a recipient and press [OK]. 6. Wait forever. In GNU Emacs 30.0.50 (build 11, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0) of 2023-07-22 built on coldharbour Repository revision: b59c4d8ee60538345faa3afe51b6acf61f5a605a Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101008 System Description: Void Linux Configured using: 'configure -C --prefix=/opt/Emacs --with-x --with-x-toolkit=gtk3 --without-gsettings --without-dbus --with-xinput2 --with-small-ja-dic --with-native-compilation' Configured features: CAIRO FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LC_COLLATE: C value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_IL locale-coding-system: utf-8-unix Major mode: Fundamental Minor modes in effect: server-mode: t electric-pair-mode: t global-jinx-mode: t delete-selection-mode: t pixel-scroll-precision-mode: t repeat-mode: t display-time-mode: t wincom-mode: t global-auto-revert-mode: t minibuffer-electric-default-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tab-bar-mode: t file-name-shadow-mode: t context-menu-mode: t global-font-lock-mode: t blink-cursor-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: None found. Features: (shadow sort gnus-cite mail-extr emacsbug gnus-topic nndraft nnmh jka-compr mm-archive timezone url-http url-gw url-cache url-auth nnml nnfolder utf-7 epa-file network-stream nsm gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-cache nnyt nnatom mm-url init-gnus easy-mmode comp comp-cstr cus-start checkdoc lisp-mnt flymake-proc flymake project compile warnings thingatpt init-interfaces init-web finder-inf init-volume init-sensors init-network init-emms init-battery battery init-programs org-protocol gnus-async nntp gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range message sendmail yank-media puny dired-x dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win server init-shell init-pass auth-source-pass init-programming elec-pair init-ui jinx compat delsel pixel-scroll cua-base repeat cl-extra help-mode pcase time window-commander autorevert filenotify minibuf-eldef init-personal gnus nnheader gnus-util text-property-search mail-utils range mm-util mail-prsvr org-agenda org-element org-persist xdg org-id avl-tree generator org-refile org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete pcomplete comint ansi-osc ansi-color ring org-list org-footnote org-faces org-entities time-date noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table org-keys oc org-loaddefs find-func ol rx org-fold org-fold-core org-compat org-version org-macs format-spec holidays holiday-loaddefs cal-menu calendar cal-loaddefs package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars ef-winter-theme ef-tritanopia-dark-theme ef-trio-dark-theme ef-symbiosis-theme ef-night-theme ef-elea-dark-theme ef-duo-dark-theme ef-deuteranopia-dark-theme ef-dark-theme ef-cherie-theme ef-bio-theme ef-autumn-theme ef-tritanopia-light-theme ef-trio-light-theme ef-summer-theme ef-spring-theme ef-light-theme ef-kassio-theme ef-frost-theme ef-elea-light-theme ef-duo-light-theme ef-deuteranopia-light-theme ef-day-theme ef-cyprus-theme ef-themes info debbugs-autoloads ef-themes-autoloads emms-autoloads jinx-autoloads compat-autoloads nnyt-autoloads window-commander-autoloads cus-edit pp cus-load icons wid-edit cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads inotify lcms2 dynamic-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 684943 348112) (symbols 48 27153 2) (strings 32 102498 6188) (string-bytes 1 3552205) (vectors 16 47423) (vector-slots 8 828112 298459) (floats 8 469 1036) (intervals 56 775 348) (buffers 984 22)) ------------=_1690035542-32279-1--