From unknown Fri Jun 20 18:21:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#36109 <36109@debbugs.gnu.org> To: bug#36109 <36109@debbugs.gnu.org> Subject: Status: GNU Privacy Assistant Reply-To: bug#36109 <36109@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:21:35 +0000 retitle 36109 GNU Privacy Assistant reassign 36109 guix submitter 36109 Raghav Gururajan severity 36109 serious thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 18:18:37 2019 Received: (at submit) by debbugs.gnu.org; 5 Jun 2019 22:18:37 +0000 Received: from localhost ([127.0.0.1]:48401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYeEv-0001aQ-5s for submit@debbugs.gnu.org; Wed, 05 Jun 2019 18:18:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52759) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYeEt-0001aD-00 for submit@debbugs.gnu.org; Wed, 05 Jun 2019 18:18:35 -0400 Received: from lists.gnu.org ([209.51.188.17]:41644) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYeEm-0002aD-Uq for submit@debbugs.gnu.org; Wed, 05 Jun 2019 18:18:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYeEl-0002Q9-VW for bug-guix@gnu.org; Wed, 05 Jun 2019 18:18:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_NONE, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYeEk-0002Ou-35 for bug-guix@gnu.org; Wed, 05 Jun 2019 18:18:27 -0400 Received: from knopi.disroot.org ([178.21.23.139]:48008) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYeEh-0001xC-Sq for bug-guix@gnu.org; Wed, 05 Jun 2019 18:18:24 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8E40F326F9 for ; Thu, 6 Jun 2019 00:18:15 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n3XURhFYnFhZ for ; Thu, 6 Jun 2019 00:18:14 +0200 (CEST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1559773094; bh=3Ah7Lm6/eZwfccEeVrirzcTswEQuVEH8rrPLt3c1gvw=; h=Subject:From:To:Date; b=NS7AvBrho8GwSBwzHNgEbriAFn3UHL0ZzKjFeoRfTyQ3iajcD8WLuRVcoZyo7kfCv +mrk7uJoT0Xux1c2Ky1iwGObPYYbDdoopQNqjP4oY5oYDEwUr9CwP6OhGbWNQHgCSt YpOnVxlYH+p7ktHxFTbXzNbgmbPGlKRLF/9f+mgqUHIqugX7hgUu+QhhkSXMUB++Rb ww6/MZbSLV7QGVw8MJaySUCq0g7MMjtO5b05AL2OXhV4Awcd3Ah/ehJuZP1cLl+taJ tcLYTMH3MVtbGpzrQ/zqwXpex1r4fMryGdEsIODbGMquUO1vP+r0aYVJR7GYzI96f9 OEQpJY8DLsFdA== Subject: GNU Privacy Assistant From: Raghav Gururajan To: bug-guix@gnu.org Content-Type: text/plain; charset="UTF-8" Date: Wed, 05 Jun 2019 18:18:08 -0400 Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 178.21.23.139 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.4 (-) 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: -2.4 (--) Hello Guix! GPA gives out the following errors upon opening the app. **START** First: The GPGME library returned an unexpected error at confdialog.c:1459. The error was: Unsupported protocol This is either an installation problem or a bug in GPA. GPA will now try to recover from this error. =20 Second: Fatal Error in GPGME library (invoked from file options.c, line 302): Unsupported protocol The application will be terminated. **END** It appears that GPA will be non-usable until the bug is fixed. =E2=98=B9 Regards, RG. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 02 14:44:55 2019 Received: (at control) by debbugs.gnu.org; 2 Jul 2019 18:44:55 +0000 Received: from localhost ([127.0.0.1]:47933 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiNlu-0001Eu-IT for submit@debbugs.gnu.org; Tue, 02 Jul 2019 14:44:54 -0400 Received: from [178.21.23.139] (port=33754 helo=knopi.disroot.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hiNls-0001El-9z for control@debbugs.gnu.org; Tue, 02 Jul 2019 14:44:53 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 63D5135E71 for ; Tue, 2 Jul 2019 20:44:50 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lVs0qdkI9m7h for ; Tue, 2 Jul 2019 20:44:49 +0200 (CEST) Message-ID: <675993d1669c72948c29adc34faa7b3e08a4016a.camel@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1562093089; bh=hH11iM4kfgI2Q3JhwGgGs5GunpNSRNvKPc1mjDjJ4iE=; h=Subject:From:To:Date; b=CzGXU+G3yka62A6qhc0rWA9OoORWVEJVEY3/DK/D2rB2AN9mNIOIh4UeM3AOF6Lxm vFb87VU9UahwxdrvnELIPGc89UriXWmrYNBIGnCGkTAwddwsTTtG5nUz9KpQbQsRW0 N//fjg/I8McdFj65o9xFyhIIwqDC4Ya7lOz5vn5tVj8XO6HjmRThzQmYNYtQl/jGLM TMZRD8OwnE/9kUG+J5GAHOvlZH/kYlzLMFs4ysXSgxuU5+gMXLKKoKjJeREHMed57D Y0TU2AIV/U6+9rF0NbxSlMknFQpqfBQytYkFNy62sC95XdTP3qvJ3UVD87F56vwjgD CYAKRSQgSvt1A== Subject: severity 36109 serious From: Raghav Gururajan To: control@debbugs.gnu.org Date: Tue, 02 Jul 2019 14:44:30 -0400 Content-Type: text/plain Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: severity 36109 serious Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: disroot.org] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.21.23.139 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: control 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.3 (/) severity 36109 serious From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 10 04:09:29 2019 Received: (at 36109) by debbugs.gnu.org; 10 Jul 2019 08:09:29 +0000 Received: from localhost ([127.0.0.1]:34806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hl7fM-0003yi-SN for submit@debbugs.gnu.org; Wed, 10 Jul 2019 04:09:29 -0400 Received: from flashner.co.il ([178.62.234.194]:32940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hl7fK-0003yV-T1 for 36109@debbugs.gnu.org; Wed, 10 Jul 2019 04:09:27 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 89DE3400AB; Wed, 10 Jul 2019 08:09:20 +0000 (UTC) Date: Wed, 10 Jul 2019 11:09:19 +0300 From: Efraim Flashner To: Raghav Gururajan Subject: Re: bug#36109: GNU Privacy Assistant Message-ID: <20190710080919.GB1014@macbook41> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've bumped the version to 0.10.0. Can you give it a try and see if it's still a problem? --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0lnS4ACgkQQarn3Mo9 g1F/Lw//T6CJ/XUDpoZNz3aqg5qkxFldnhJN0eu30Uj+d4Ogt7AxdTm+JhR95bo0 fOyn4IXqby8bEvr+OIV6vGcupxVjJOOIjXc6lVVFlVsm712v651YlT8sOw9QHF0h 9wXC2GHIeOZhCMx3N87uAQL3vJHPMgFhP9ITEuZJAUQ5f1pHwlzfxj+y04iPx+OR kPqDZdGI8N78y8D2WgOUAroCdOTi8XhSQItUCCvhccXomfe+q8eocipEPejr6utr uF1dYuSUKw/qyWg635PSDJrHGk4WnrB8wvllgipuFoJzkayVEHvoc+3+CHLeJf0w K2YrveD0sv3PwpsAOl/IsryWNRtU13rCODk4/Gt+o6uvPksBAKoQeJsDQRJuR2PM 6pBY7HaX+JJbj3B8UeiQqS6wCbnqxqRjDMSzCdvWaKD9pV3/KvaeYOszW0ZpZkzn 6bDtq9CKZnivjiEQLJY9sx8wGTOjBrWf7u/TR3jUlBbUAbgoF+XLRu4pDEEZRlK+ s46jsi9IkknDSmZJwssvYtUE2fLTp0hsCddEPqG0IhTlZxThymX4hwVokcHUwVgl lmDdHcScPJV0x9Yo/0LTQnL8BmmN49Jt94N9YWLBPiGLDhu+tj3n0QRFvtY3b0Yr ydAdPxorzhmG9OtrDnJikkojXMjm/Ouk7BWxd6tTJtLMPnG1kmo= =hMZR -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 10 13:49:53 2019 Received: (at 36109) by debbugs.gnu.org; 10 Jul 2019 17:49:53 +0000 Received: from localhost ([127.0.0.1]:36585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hlGj3-00028r-2E for submit@debbugs.gnu.org; Wed, 10 Jul 2019 13:49:53 -0400 Received: from knopi.disroot.org ([178.21.23.139]:49334) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hlGj1-00028h-Cj for 36109@debbugs.gnu.org; Wed, 10 Jul 2019 13:49:52 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id CB924366B4; Wed, 10 Jul 2019 19:49:49 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tc_O5PgFHtn6; Wed, 10 Jul 2019 19:49:48 +0200 (CEST) Message-ID: <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1562780988; bh=tu+wzk2W5lpoS7AZitv5vcACKtcJ+Fh5vhrA1pzOQKw=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=VE0HO6Fb1ockWLHcrT23BUQ6p44ZRj9dOv5kaBdp5w7utMIwEQS6S7U9E1Vz2vMUu CkYUyNJI4EAyuA4eliS+995zst0AhkWkH9s7EM+i63d4zUJWuUr4+4LpA99lfogFdg nc5icIYD0ypfuMKiOeto6VvfhpDv7TzDutNnaEIHpTnO7usSFSduOFzIVxhnjhC8Wa rD8ZrC+Z4Fdh7CTYDWeAGApg8sWwfXSBbunU0Vu9VrU1YVE6On1KK/oP2ZXPa5iWyL dhrn4M3aNvdm6c7xC3kwcYwr90fBAyHx8QCe6Z0rDu1pTS6lun/GvtyzB9guyT5AIO 0posBIOlEMbjg== Subject: Re: bug#36109: GNU Privacy Assistant From: Raghav Gururajan To: Efraim Flashner Date: Wed, 10 Jul 2019 13:49:44 -0400 In-Reply-To: <20190710080919.GB1014@macbook41> References: <20190710080919.GB1014@macbook41> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) > Error verifying signature: Failed to execute gpg. > I've bumped the version to 0.10.0. Can you give it a try and see if > it's still a problem? Thanks for updating. Unfortunately, it is showing the same errors. 😕 Regards, RG. From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 17 23:14:16 2019 Received: (at 36109) by debbugs.gnu.org; 18 Jul 2019 03:14:16 +0000 Received: from localhost ([127.0.0.1]:53237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnws4-0001qr-Az for submit@debbugs.gnu.org; Wed, 17 Jul 2019 23:14:16 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34196) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnws2-0001qj-Sy for 36109@debbugs.gnu.org; Wed, 17 Jul 2019 23:14:15 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2123A3719B; Thu, 18 Jul 2019 05:14:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dXvWR5iLB7AE; Thu, 18 Jul 2019 05:14:13 +0200 (CEST) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563419652; bh=khkVCwamhCsPeUYvxwPCVEiEPmQoSK7bNEO26btcmAY=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=IVy0LF/li+3WCl6g2pTJ77E17zgMTsEwPxy3EgzJyYwRqbA/6ZNFGHkMq9WzDzfcb mpZLfNQbWT8D0VFIXlOb1l36qUvQ9f4bCI0fsuR7ZRKLAxO7IB5zZFJJUHjDe/oFA6 lOPChbq7FWjPJVIL5Gg6JtgDk0YFz4SNwczo+LUIZq/HOqJ1xkqzaqqIuil4lq5Rl6 2vLP0HMtr9C8ygQ5Bl1+V9boxV5haJtvgmDT8vHiVCCjQVFIKxllzcdDd9RYRjFL8a Lr5jDNq3vd6fTnDN1Tc5m7WvJWACIUrZ3qcUKSnbVgdCs8UECNZqcLPbhP/uwvKZyU lQv4c2KrOS+Bw== Subject: Re: bug#36109: GNU Privacy Assistant From: Raghav Gururajan To: Efraim Flashner Date: Wed, 17 Jul 2019 23:14:07 -0400 In-Reply-To: <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> References: <20190710080919.GB1014@macbook41> <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) Apart from the errors showed on the GUI, running gpa via terminal shows following additional error messages: ** Message: 23:11:17.193: tool to start the agent is not available ** Message: 23:11:20.515: error connecting an UI server: Invalid value passed to IPC - assuming not running Regards, RG. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 04:43:43 2019 Received: (at 36109) by debbugs.gnu.org; 18 Jul 2019 08:43:43 +0000 Received: from localhost ([127.0.0.1]:53359 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho20q-0003dL-PW for submit@debbugs.gnu.org; Thu, 18 Jul 2019 04:43:41 -0400 Received: from flashner.co.il ([178.62.234.194]:40198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho20p-0003d8-4G for 36109@debbugs.gnu.org; Thu, 18 Jul 2019 04:43:39 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 8F0B74004E; Thu, 18 Jul 2019 08:43:32 +0000 (UTC) Date: Thu, 18 Jul 2019 11:43:30 +0300 From: Efraim Flashner To: Raghav Gururajan Subject: Re: bug#36109: GNU Privacy Assistant Message-ID: <20190718084330.GA684@macbook41> References: <20190710080919.GB1014@macbook41> <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 17, 2019 at 11:14:07PM -0400, Raghav Gururajan wrote: > Apart from the errors showed on the GUI, running gpa via terminal shows > following additional error messages: >=20 > ** Message: 23:11:17.193: tool to start the agent is not available > ** Message: 23:11:20.515: error connecting an UI server: Invalid value > passed to IPC - assuming not running >=20 I tried running: './pre-inst-env guix environment --pure --ad-hoc gpa -- gp= a' console message of: ** Message: 11:38:44.814: tool to start the agent is not available pop-up message of: The GPGME library returned an unexpected error at confdialog.c:1472. The error was: Unsupported protocol This is either an installation problem or a bug in GPA. GPA will now try to recover from this error. This was followed by another message: Fatal Error in GPGME library (invoked from file options.c, line 302): Unsupported protocol The application will be terminated and from the console: ** Message: 11:40:37.432: error connecting an UI server: Invalid value pass= ed to IPC - assuming not running and then it exited on me. so it looks like it might be missing something, but if GPA or GMGME is missing something remains to be seen. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0wMS8ACgkQQarn3Mo9 g1EZ+g//XXWyQ8xOXZhXbOAQuXXU1RP/RvKwyLJurulNT9/ziDbvcBtfJ2XzTchs 0/ypp+Zy732CqwwVDKj7n8ttHEhw2TOhKV3OdIMDFw0Cz6mFh9XYAuOltu5amUva tNv+5Zs50W6FxQxmLkMWV986ou2JJnveGk+YOfg9bh9MD61sdgmh49C3IeEBAmpa vrd2Po3nGMqMEOA9RTFMYEXHWAch/wC/N51LTwyGFpPB9hLxYmfjdUFTWqq3Egkm 3/SEMKxeN4bBXU9CSacmOqYeF2Epkaz+0dVPcgZ+i8fo3ymDcGv8C2VlOrlPPfbC bWbAHLKhzpDHsiHqd0HI7jpDYa+S0n3+tUcMUtmiIVyW+sv/T0hRvAoQ+iJZl4wd 80Em6RxvgC2zIvXVxdic9GPjbJjY1qqxqqVIOM/wZTKOAStXCthQYtTEsbMumIFZ VsEc2pcU+Fn6b9Txq7IcqHZiD2E1auBv2eAITpVRptfC6Bn6v9zhILm4PtegMT9Y Hsi8qV4xZNnRD9OGvcb+3ljww6L+92A59rpkSEMJ/b38hGemu68OpxneoXxdA7Ec n6MgWkQZwWgtBMP4vQRR0cTaFQblbp4xB24Oh//DYjCBqs3DhrYVgQEjELvKrm5x CPzL5wS9xDXotT7peAJ4Z3HiUwcOwo/dhIO1+1tW8uwww4dVTSQ= =bduX -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 05:51:39 2019 Received: (at 36109) by debbugs.gnu.org; 18 Jul 2019 09:51:39 +0000 Received: from localhost ([127.0.0.1]:53460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho34c-0007pY-M9 for submit@debbugs.gnu.org; Thu, 18 Jul 2019 05:51:38 -0400 Received: from flashner.co.il ([178.62.234.194]:40404) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ho34Z-0007pK-Nr for 36109@debbugs.gnu.org; Thu, 18 Jul 2019 05:51:37 -0400 Received: from localhost (unknown [94.230.83.247]) by flashner.co.il (Postfix) with ESMTPSA id 7666B4004E; Thu, 18 Jul 2019 09:51:29 +0000 (UTC) Date: Thu, 18 Jul 2019 12:51:28 +0300 From: Efraim Flashner To: Raghav Gururajan Subject: Re: bug#36109: GNU Privacy Assistant Message-ID: <20190718095128.GB684@macbook41> References: <20190710080919.GB1014@macbook41> <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> <20190718084330.GA684@macbook41> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GID0FwUMdk1T2AWN" Content-Disposition: inline In-Reply-To: <20190718084330.GA684@macbook41> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.1 (2019-06-15) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) --GID0FwUMdk1T2AWN Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 18, 2019 at 11:43:30AM +0300, Efraim Flashner wrote: > On Wed, Jul 17, 2019 at 11:14:07PM -0400, Raghav Gururajan wrote: > > Apart from the errors showed on the GUI, running gpa via terminal shows > > following additional error messages: > >=20 > > ** Message: 23:11:17.193: tool to start the agent is not available > > ** Message: 23:11:20.515: error connecting an UI server: Invalid value > > passed to IPC - assuming not running > >=20 > I tried running: './pre-inst-env guix environment --pure --ad-hoc gpa -- = gpa' >=20 > console message of: > ** Message: 11:38:44.814: tool to start the agent is not available >=20 > pop-up message of: > The GPGME library returned an unexpected > error at confdialog.c:1472. The error was: >=20 > Unsupported protocol >=20 > This is either an installation problem or a bug in GPA. > GPA will now try to recover from this error. >=20 > This was followed by another message: > Fatal Error in GPGME library > (invoked from file options.c, line 302): >=20 > Unsupported protocol >=20 > The application will be terminated >=20 > and from the console: > ** Message: 11:40:37.432: error connecting an UI server: Invalid value pa= ssed to IPC - assuming not running >=20 > and then it exited on me. >=20 > so it looks like it might be missing something, but if GPA or GMGME is > missing something remains to be seen. >=20 The two lines referenced above reference gpgme, and 'guix gc -R $(guix build gpa) | grep gpgme' does show that gpa does reference gpgme. However, 'guix gc -R $(guix build gpa) | grep gnupg' doesn't show anything, so it seems that this might be where the problem is. './pre-inst-env guix environment --pure --ad-hoc gnupg gpa -- gpa' does allow gpa to start without any errors. While persuing this bug I noticed that gpa looks for gpg2keys_ldap, which may have been depreciated in favor of dirmngr_ldap. I don't (knowingly) fetch keys over ldap so I don't know if the fix I made actually does anything. With it 'guix gc -R ...' does reference gnupg, but it doesn't on its own cause the program to suddenly work without having gnupg explicitly installed. It seems that many distros separate the dirmngr binary which is required for GPA to work from the gnupg binary, but if that's the case then it should still find dirmngr with my patch and work for some things On the other hand 'guix gc -R $(guix build gpgme) | grep gnupg' doesn't yield any results, so there could be a problem there too. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --GID0FwUMdk1T2AWN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl0wQRwACgkQQarn3Mo9 g1GaQQ/+NvkdPwm7z2Q49yPiua70SmjdQsAI9hJxKLhtodwpnmUQbKvtg68IHmv7 zRf8Dhk+nOtN4hIS9a7Evrp6J9MJN7xXRXtpx0BDQ7UypNDMDTNFiGJkRwNzKV2d tPSzKLKj9B+S6fCBOlpYG3b9xDTkR9IiW1qhSF4IP5XvXPXTRO3xW1Fl4C1qlXh+ ncnlpME/mX7s1xCG7qmQKzltah12kjPfUsqdbnAI2EvZFXG6pgg1haZ3RfMKrNhX npaFGfv5btJutx2pLPFPJ/l21vLdtOk7d7fkBpRVF1CsvEvS/dzROatpVWkUdPPG T8socWoqs3CytnImetxRii5W1D9AVGYPyyu7kmL1e3BG6Y87HPn7rP0HYCxvPz2I J11WoA+RGXq6GsERHe/RHDpFYAmrSk0ygZ0aE1mB/aGye2FOxdehXlC3JBkLAYKA uw1DWMcK862O30V4b0OmfwTBmAbMW4vQRRc6nMXoArCmd7L3vsWxfGdanbfgL/W/ Q0SzDdQrHxJwCn1McEuiGSjo+exahBDYSDLSiDWBCRlIbhHPiEnYkduJjtHPMV5v Bf/q3QfnpSSFpk7O91U9ltQj3QoItR16UGTC4XCzguLnsWS8I2j/JkQClGWFTyNg RVss+bGMr9q/PwEd5I9bAb++dssQFRlU58aB2wPdoZFEC1wX/n8= =vGpn -----END PGP SIGNATURE----- --GID0FwUMdk1T2AWN-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 18:18:33 2019 Received: (at 36109) by debbugs.gnu.org; 18 Jul 2019 22:18:33 +0000 Received: from localhost ([127.0.0.1]:54754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoEjR-00024G-IR for submit@debbugs.gnu.org; Thu, 18 Jul 2019 18:18:33 -0400 Received: from knopi.disroot.org ([178.21.23.139]:50304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoEjM-000244-Ph for 36109@debbugs.gnu.org; Thu, 18 Jul 2019 18:18:29 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 195C3203F2; Thu, 18 Jul 2019 23:39:51 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jihmIeBOoZq0; Thu, 18 Jul 2019 23:39:50 +0200 (CEST) Message-ID: <33efad0589322066fb5b4c5553c391f61dcf56e1.camel@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563485989; bh=4Ll1fwDZoLcpof2CkgIu/mDQl8vqtdVzOInhrBrTYZs=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=An5ktTOuz7ctO+VgLvxQmVGESlZYQmAYz4jv6F02g0k1aMqfzSF/oTS8tsRqHz6kB 6eNwX7CmJh72oVXHi364jsrX+sZnDS7VoJawSazbccZW8OkWXpIbudu5wkFtS+iciD 0tjfP0p4wbsE4omRB3wGyJIw/cUJf7YjtziJXjIMf65Qq88dWAbRnJiuLjNMJUk/eP p+u342lhZrq6q8OgdqDJTXmdrwDiMpbZH7R6ycemag+V0ZINl4bZO+KUzWtb4PydBl JY8qTnWZF8sSUrEwrhteB1InJwqlBshb5djKKpU76irmHMKj5p9tCzXSJ86sgWe2Vl BKHYGMjp1nQzw== Subject: Re: bug#36109: GNU Privacy Assistant From: Raghav Gururajan To: Efraim Flashner Date: Thu, 18 Jul 2019 17:39:45 -0400 In-Reply-To: <20190718095128.GB684@macbook41> References: <20190710080919.GB1014@macbook41> <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> <20190718084330.GA684@macbook41> <20190718095128.GB684@macbook41> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) Efraim. thank you for working on this. I will guix pull and update gpa to check whether your recent patch works. Regards, RG. From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 18 23:47:49 2019 Received: (at 36109) by debbugs.gnu.org; 19 Jul 2019 03:47:49 +0000 Received: from localhost ([127.0.0.1]:54963 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoJs5-0004aZ-Iy for submit@debbugs.gnu.org; Thu, 18 Jul 2019 23:47:49 -0400 Received: from knopi.disroot.org ([178.21.23.139]:33942) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoJs1-0004aM-9Q for 36109@debbugs.gnu.org; Thu, 18 Jul 2019 23:47:46 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A436F204F7; Fri, 19 Jul 2019 05:47:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FIWZbzosqmiY; Fri, 19 Jul 2019 05:47:42 +0200 (CEST) Message-ID: <9e3f33dd463100dd31c5b75fdaf3ed5a47dfeafd.camel@disroot.org> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1563508062; bh=3qozhHumwOwJ9jqBB3zCNWevspFXci4pMPPb4FcmXqo=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=enBewJghK4i5i2AcohfLLD0/SgkRvZIrCetc1z7Z2TJ/THPbq6JXwX4WlnZW8Tanz 1vf5ckEzysMW5VRwAvvikVPsYOeqaCuAmwtW5QeMi1+LtQWa/2rvGWi/wM+E9y5bFA HCQ+VLgKp7m3e6olh7Q1T3AS72h0EkOuUBJDseSVTE+n8OD92TwssV9lvV6peqzWjE c5xrQwiXRDTnVtBbLLX+hOFe6cBRYVeRQtWoBEHmtQe9163YQcjKySnDDuJwor68UV ctygbQeBc/TqwETE5+NEEFXrHMauaq9E+acJVzo47rSCqaYVa09097wd6WSsuAA9eO jzGvh2AoDfN5A== Subject: Re: bug#36109: GNU Privacy Assistant From: Raghav Gururajan To: Efraim Flashner Date: Thu, 18 Jul 2019 23:47:34 -0400 In-Reply-To: <33efad0589322066fb5b4c5553c391f61dcf56e1.camel@disroot.org> References: <20190710080919.GB1014@macbook41> <01ed061ace800e72ed934c335642629af5464543.camel@disroot.org> <20190718084330.GA684@macbook41> <20190718095128.GB684@macbook41> <33efad0589322066fb5b4c5553c391f61dcf56e1.camel@disroot.org> Content-Type: text/plain Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36109 Cc: 36109@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 (-) I tried and checked after updating gpa. I get the same errors. From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 19 05:51:15 2020 Received: (at 36109-done) by debbugs.gnu.org; 19 Mar 2020 09:51:15 +0000 Received: from localhost ([127.0.0.1]:41766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jErpb-0006is-1q for submit@debbugs.gnu.org; Thu, 19 Mar 2020 05:51:15 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:37447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jErpY-0006iZ-Sb; Thu, 19 Mar 2020 05:51:13 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id BBE565C00EE; Thu, 19 Mar 2020 05:51:07 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Thu, 19 Mar 2020 05:51:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm2; bh=G8t5C6gWZuac9gurMVl71CEb5Y Shqlf5hQ5DsnbUSAY=; b=gdzcmmtpvYk+0wpqEx9uasDwLNKUs3Fm0m77NYJ2QO HbE13ooOIN3bzFjprfbWsUsGQF9uZ8HQzwGhj/JZM2LMZ/4EonTkigOt3lZhwD4v YJCwJHp3BiHqcM066x/+OQROzIJ4TIiVddmDyEYsI/uaRCSROb3SC3zf8kxjdjBV WrdrPhaAtnZ23lHaaFJxDESMznAcd5iMb1za6PnIyH1VBNfedCPIrXuNfFzirGjc da8occsHMFXI0kEttIFlYTPtA1SQOSFWz2M2JBLhtiuLgarHhozOTbclOoRbLpp/ +gW4QEG7Djh2KMw8CP5hF6nwSeBEiflqeFKZL2HKtC9A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=G8t5C6 gWZuac9gurMVl71CEb5YShqlf5hQ5DsnbUSAY=; b=xLID+VhVhQEtViHjhfx+xl b2LtbADJa0OozvaPEHQCnWqXeHURZO8Oi8V11VucJPIBKhyjm63wa1bRbgsNQNB2 3AvNSoYAZfoPYLgHcnJ4eiNcmNBTM2yC2tD2OLa/bDGzL2ubcqVjTbg0WcB+2vt6 0roSrkEL8r890NTQ+/vEzK/kcItwUP7SMIYaTtLEylWGS3AbpsSnJpEHIlEmQMbx CtbD1fO6MQ9o3fDx2zYeZl6um7Ws4ScT50qPZ7PhmW8KSohf1HA9Lxl7AbukxthY FmKhxG6SSjpgNRj1T2aucxXwKdTsOEpxe+kM1of2Qjs41mdU6jmeGFTXywFUaRXg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudefledgtdelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufgjfhgffffkgggtsehgtderredtredtnecuhfhrohhmpeforghrihhu shcuuegrkhhkvgcuoehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmqeenucffohhmrg hinhepghhnuhdrohhrghenucfkphepkeegrddvtddvrdeikedrjeehnecuvehluhhsthgv rhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepmhgsrghkkhgvsehfrghsth hmrghilhdrtghomh X-ME-Proxy: Received: from localhost (ti0006q161-2604.bb.online.no [84.202.68.75]) by mail.messagingengine.com (Postfix) with ESMTPA id B702D3280060; Thu, 19 Mar 2020 05:51:06 -0400 (EDT) From: Marius Bakke To: Brice Waegeneire , 40129-done@debbugs.gnu.org Subject: Re: [bug#40129] [PATCH] gnu: gpa: Add phase wrap-program. In-Reply-To: <20200319091937.11811-1-brice@waegenei.re> References: <20200319091937.11811-1-brice@waegenei.re> User-Agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu) Date: Thu, 19 Mar 2020 10:51:05 +0100 Message-ID: <874kukbrli.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36109-done Cc: 36109-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.7 (-) --=-=-= Content-Type: text/plain Brice Waegeneire writes: > Fixes > > * gnu/packages/gnupg.scm (gpa)[arguments]: Add phase wrap-program. Applied, thanks! [...] > + (add-after 'install 'wrap-program > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out")) > + (gnupg (assoc-ref inputs "gnupg"))) > + (wrap-program (string-append out "/bin/gpa") > + `("PATH" ":" prefix (,(string-append gnupg "/bin"))) > + ))))))) I ended this phase on a #t and fixed the lonely parens as reported by 'guix lint gpa'. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl5zQIkACgkQoqBt8qM6 VPpXmAf/a0cdKxeN92K1yFhfKt8McRC5gXaGYnq1rT/aUlH08VWEBzRnV0xY3soC 96AezUYlnHI5jBmLS8jPUzVw+lyaYP9qtlG/CvQiu/aScn+WgUSZgdzAKLegGrY0 azQi9T6IzoNZLcfzIXPlmH3pQ8CO1ZDXzAhywIg7sY678LRk6BRbCfuS6Mxv3XBE U/0xxHwZGtepoO/HnLCo4kSFcbPaTwWpyqTtHDQc3SsgWB8mihKaLhRG+g8PGb0c ALoO7c/YbRJuM4KvRYoa6nyZxvdMnVsvqwvUEH3SoTvNa3xvLlMfLhGmFjoykKCy RVphei7C7Aw/BM9mzkZFtyBinTNxfQ== =oOn0 -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:21:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Apr 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator