From unknown Sun Aug 17 09:11:45 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#36676 <36676@debbugs.gnu.org> To: bug#36676 <36676@debbugs.gnu.org> Subject: Status: [PATCH 0/3] cargo build system fixes Reply-To: bug#36676 <36676@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:11:45 +0000 retitle 36676 [PATCH 0/3] cargo build system fixes reassign 36676 guix-patches submitter 36676 Robert Vollmert severity 36676 normal tag 36676 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 15:40:47 2019 Received: (at submit) by debbugs.gnu.org; 15 Jul 2019 19:40:47 +0000 Received: from localhost ([127.0.0.1]:49169 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6q7-0008TP-9j for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:40:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:38846) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6q2-0008TD-FT for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:40:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46549) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hn6q1-0000P4-Gs for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:42 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hn6q0-0000MQ-Jm for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:41 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:57042) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hn6q0-0000KW-Az for guix-patches@gnu.org; Mon, 15 Jul 2019 15:40:40 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 86AEE50729; Mon, 15 Jul 2019 21:40:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter04.heinlein-hosting.de (spamfilter04.heinlein-hosting.de [80.241.56.122]) (amavisd-new, port 10030) with ESMTP id ri-88z0agb1h; Mon, 15 Jul 2019 21:40:35 +0200 (CEST) From: Robert Vollmert To: guix-patches@gnu.org Subject: [PATCH 0/3] cargo build system fixes Date: Mon, 15 Jul 2019 21:40:25 +0200 Message-Id: <20190715194028.91259-1-rob@vllmrt.net> 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: 80.241.60.212 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Robert Vollmert 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.6 (--) Primarily this removes the build-side dependency on guile-json, but fixes some bugs along the way. Robert Vollmert (3): guix: cargo-build-system: Set CARGO_HOME early to fix build gnu: Update rust-proc-macro2 to 0.4.30 to fix tests guix: cargo-build-system: Use bundled json instead of guile-json gnu/packages/crates-io.scm | 4 ++-- guix/build-system/cargo.scm | 2 +- guix/build/cargo-build-system.scm | 12 +++++------- 3 files changed, 8 insertions(+), 10 deletions(-) --=20 2.20.1 (Apple Git-117) From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 15:42:15 2019 Received: (at 36676) by debbugs.gnu.org; 15 Jul 2019 19:42:15 +0000 Received: from localhost ([127.0.0.1]:49175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rW-000059-Pf for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:15 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:27356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rV-0008WJ-73 for 36676@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:13 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 37C0450389; Mon, 15 Jul 2019 21:42:07 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id FnPJwp64JIXc; Mon, 15 Jul 2019 21:42:03 +0200 (CEST) From: Robert Vollmert To: 36676@debbugs.gnu.org Subject: [PATCH 1/3] guix: cargo-build-system: Set CARGO_HOME early to fix build Date: Mon, 15 Jul 2019 21:41:53 +0200 Message-Id: <20190715194155.91313-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36676 Cc: Robert Vollmert 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 (-) This makes the packages from (gnu packages crates-io) not fail to build outright with starting phase `build' error: failed to acquire package cache lock Caused by: failed to open: /homeless-shelter/.cargo/.package-cache Caused by: Permission denied (os error 13) phase `build' failed after 0.0 seconds * guix/build/cargo-build-system.scm (configure): Set CARGO_HOME. (install): No longer set CARGO_HOME. --- guix/build/cargo-build-system.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/guix/build/cargo-build-system.scm b/guix/build/cargo-build-system.scm index 1f36304b15..e4e62dd838 100644 --- a/guix/build/cargo-build-system.scm +++ b/guix/build/cargo-build-system.scm @@ -99,6 +99,7 @@ Cargo.toml file present at its root." inputs) ;; Configure cargo to actually use this new directory. + (setenv "CARGO_HOME" (string-append (getcwd) "/.cargo")) (mkdir-p ".cargo") (let ((port (open-file ".cargo/config" "w" #:encoding "utf-8"))) (display " @@ -148,9 +149,6 @@ directory = '" port) ;; Make cargo reuse all the artifacts we just built instead ;; of defaulting to making a new temp directory (setenv "CARGO_TARGET_DIR" "./target") - ;; Force cargo to honor our .cargo/config definitions - ;; https://github.com/rust-lang/cargo/issues/6397 - (setenv "CARGO_HOME" ".") ;; Only install crates which include binary targets, ;; otherwise cargo will raise an error. -- 2.20.1 (Apple Git-117) From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 15:42:19 2019 Received: (at 36676) by debbugs.gnu.org; 15 Jul 2019 19:42:19 +0000 Received: from localhost ([127.0.0.1]:49177 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rb-00005Q-9r for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:19 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:27398) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rV-0008WL-Qy for 36676@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:14 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 632165029B; Mon, 15 Jul 2019 21:42:08 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id KmI4O7meqDCC; Mon, 15 Jul 2019 21:42:07 +0200 (CEST) From: Robert Vollmert To: 36676@debbugs.gnu.org Subject: [PATCH 2/3] gnu: Update rust-proc-macro2 to 0.4.30 to fix tests Date: Mon, 15 Jul 2019 21:41:54 +0200 Message-Id: <20190715194155.91313-2-rob@vllmrt.net> In-Reply-To: <20190715194155.91313-1-rob@vllmrt.net> References: <20190715194155.91313-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36676 Cc: Robert Vollmert 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 (-) Previously, one test was failing: failures: test_debug_tokenstream test result: FAILED. 19 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out * gnu/packages/crates-io.scm (rust-proc-macro2): Update to 0.4.30. --- gnu/packages/crates-io.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index b480b6fe56..db9665d1aa 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -47,7 +47,7 @@ or XID_Continue properties according to Unicode Standard Annex #31.") (define-public rust-proc-macro2 (package (name "rust-proc-macro2") - (version "0.4.27") + (version "0.4.30") (source (origin (method url-fetch) @@ -56,7 +56,7 @@ or XID_Continue properties according to Unicode Standard Annex #31.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "05c92v787snyaq4ss16vxc9mdv6zndfgsdq8k3hnnyffmsf7ycad")))) + "0nd71fl24sys066jrha6j7i34nfkjv44yzw8yww9742wmc8j0gfg")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-unicode-xid" ,rust-unicode-xid)) -- 2.20.1 (Apple Git-117) From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 15:42:24 2019 Received: (at 36676) by debbugs.gnu.org; 15 Jul 2019 19:42:24 +0000 Received: from localhost ([127.0.0.1]:49180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rf-00005h-Jz for submit@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:23 -0400 Received: from mx1.mailbox.org ([80.241.60.212]:27780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn6rd-00005L-4W for 36676@debbugs.gnu.org; Mon, 15 Jul 2019 15:42:21 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [80.241.60.241]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id AE74E50865; Mon, 15 Jul 2019 21:42:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id izraMwpJ5_id; Mon, 15 Jul 2019 21:42:10 +0200 (CEST) From: Robert Vollmert To: 36676@debbugs.gnu.org Subject: [PATCH 3/3] guix: cargo-build-system: Use bundled json instead of guile-json Date: Mon, 15 Jul 2019 21:41:55 +0200 Message-Id: <20190715194155.91313-3-rob@vllmrt.net> In-Reply-To: <20190715194155.91313-1-rob@vllmrt.net> References: <20190715194155.91313-1-rob@vllmrt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36676 Cc: Robert Vollmert 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 (-) Per https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00193.html * guix/build/cargo-build-system.scm: Use (gnu build json) instead of (json parser). * guix/build-system/cargo.scm: Import (gnu build json) instead of (json parser). --- guix/build-system/cargo.scm | 2 +- guix/build/cargo-build-system.scm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/guix/build-system/cargo.scm b/guix/build-system/cargo.scm index fa211d456d..10a1bac844 100644 --- a/guix/build-system/cargo.scm +++ b/guix/build-system/cargo.scm @@ -61,7 +61,7 @@ to NAME and VERSION." (define %cargo-build-system-modules ;; Build-side modules imported by default. `((guix build cargo-build-system) - (json parser) + (guix build json) ,@%cargo-utils-modules)) (define* (cargo-build store name inputs diff --git a/guix/build/cargo-build-system.scm b/guix/build/cargo-build-system.scm index e4e62dd838..f38de16cf7 100644 --- a/guix/build/cargo-build-system.scm +++ b/guix/build/cargo-build-system.scm @@ -20,6 +20,7 @@ (define-module (guix build cargo-build-system) #:use-module ((guix build gnu-build-system) #:prefix gnu:) + #:use-module (guix build json) #:use-module (guix build utils) #:use-module (guix build cargo-utils) #:use-module (ice-9 popen) @@ -27,7 +28,6 @@ #:use-module (ice-9 ftw) #:use-module (ice-9 format) #:use-module (ice-9 match) - #:use-module (json parser) #:use-module (srfi srfi-1) #:use-module (srfi srfi-26) #:export (%standard-phases @@ -42,15 +42,15 @@ (define (manifest-targets) "Extract all targets from the Cargo.toml manifest" (let* ((port (open-input-pipe "cargo read-manifest")) - (data (json->scm port)) - (targets (hash-ref data "targets" '()))) + (data (read-json port)) + (targets (or (assoc-ref data "targets") '()))) (close-port port) targets)) (define (has-executable-target?) "Check if the current cargo project declares any binary targets." (let* ((bin? (lambda (kind) (string=? kind "bin"))) - (get-kinds (lambda (dep) (hash-ref dep "kind"))) + (get-kinds (lambda (dep) (assoc-ref dep "kind"))) (bin-dep? (lambda (dep) (find bin? (get-kinds dep))))) (find bin-dep? (manifest-targets)))) -- 2.20.1 (Apple Git-117) From debbugs-submit-bounces@debbugs.gnu.org Mon Jul 15 16:37:31 2019 Received: (at 36676) by debbugs.gnu.org; 15 Jul 2019 20:37:31 +0000 Received: from localhost ([127.0.0.1]:49253 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn7j0-0001bB-Oi for submit@debbugs.gnu.org; Mon, 15 Jul 2019 16:37:30 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:38038) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hn7iy-0001aw-SK for 36676@debbugs.gnu.org; Mon, 15 Jul 2019 16:37:29 -0400 Received: from localhost (77.116.186.197.wireless.dyn.drei.com [77.116.186.197]) by dd26836.kasserver.com (Postfix) with ESMTPSA id B4AB6336922A; Mon, 15 Jul 2019 22:37:26 +0200 (CEST) Date: Mon, 15 Jul 2019 22:37:20 +0200 From: Danny Milosavljevic To: Robert Vollmert Subject: Re: [bug#36676] [PATCH 0/3] cargo build system fixes Message-ID: <20190715223720.426b7967@scratchpost.org> In-Reply-To: <20190715194028.91259-1-rob@vllmrt.net> References: <20190715194028.91259-1-rob@vllmrt.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Au6Cbn7IeQyI_VpgflAL=.c"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36676 Cc: 36676@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 (-) --Sig_/Au6Cbn7IeQyI_VpgflAL=.c Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable These patches LGTM! --Sig_/Au6Cbn7IeQyI_VpgflAL=.c Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl0s5AAACgkQ5xo1VCww uqXYLAf/UURAEjBhJXVdtCZWxn/mfONOhR0wnPWUmom9l3Syra19rSj7XtVVNafu gLl6UVSqvRkg5AAnNOcFuH0i1NwKNGuci2T5HVSWt85+nPb/73yJ190wo3PQBo2U Ffm8mrF5CxYQCV4t5AmJmv0BUW03wa8uPW86rhB1ShSFBtylYqqFmMJzjQv+jtbC cIOTohm26cpjICNqiWtKCt11Jl4//CtODUxB/14693wFejQHRRuF+6S+e546WZMF KF11ccr0hvuexnrb4ig03tC3hYJvlf3UpPEvC7K775XPeo44dKQpy0Kf1HQade8e gRb+w9jkHVz4YG2VQmPr7ja6D9fnGQ== =Rs0N -----END PGP SIGNATURE----- --Sig_/Au6Cbn7IeQyI_VpgflAL=.c-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 16 03:57:51 2019 Received: (at 36676-done) by debbugs.gnu.org; 16 Jul 2019 07:57:51 +0000 Received: from localhost ([127.0.0.1]:49595 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnILP-0004wl-Ce for submit@debbugs.gnu.org; Tue, 16 Jul 2019 03:57:51 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:60480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hnILN-0004wX-R6 for 36676-done@debbugs.gnu.org; Tue, 16 Jul 2019 03:57:50 -0400 Received: from localhost (84-115-64-36.wifi.dynamic.surfer.at [84.115.64.36]) by dd26836.kasserver.com (Postfix) with ESMTPSA id E08D03362199; Tue, 16 Jul 2019 09:57:46 +0200 (CEST) Date: Tue, 16 Jul 2019 09:57:45 +0200 From: Danny Milosavljevic To: Robert Vollmert Subject: Re: [bug#36676] [PATCH 0/3] cargo build system fixes Message-ID: <20190716095745.12822906@scratchpost.org> In-Reply-To: <20190715194028.91259-1-rob@vllmrt.net> References: <20190715194028.91259-1-rob@vllmrt.net> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/Gu6qvS4Q4fHGnmmbAfiJ9sm"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 36676-done Cc: 36676-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 (-) --Sig_/Gu6qvS4Q4fHGnmmbAfiJ9sm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi Robert, thanks! I've pushed these to guix master as commits c82c16a6f3cfeec82ba8bd7572b11852a6152c7e, 848862f0297dfb50197638a0828ba1e714a07074, 4fde0030d42068b347d7af58ed3b746c5ea2f877. --Sig_/Gu6qvS4Q4fHGnmmbAfiJ9sm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl0tg3kACgkQ5xo1VCww uqUHCgf/TyS2p5oF3R/lrI7F/B5I3kbsaciKWSJ8wsRsyR7yXqHF7IBCObj4mLA8 lj+Ydiiw85vURMeAKz79kNU7QBwmuX3a1BCVeIL/QFTHYrMNfK8qzUq05Spu2KTe ay0XSdgFsYIFkvdlYyxNt2kD3E9DGS5/AHWuWK4WTi07SfUS4fh8qqcPxw713doo lhThrHoAUSnAZs+5Z27+jD5vrx1RNYTMinesZ4QZh48+QXCJSsxu3w6gayb7Io6f 0jQPPdxKfxOsqQTVRWwmURbTM3JDrAZzngTJXC2aTXb+/q3jAVUQaUqnhOcAqNxN 5yYhw5Amy2xrJwfCi4yl7J7zIbDPLA== =HEHb -----END PGP SIGNATURE----- --Sig_/Gu6qvS4Q4fHGnmmbAfiJ9sm-- From unknown Sun Aug 17 09:11:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 13 Aug 2019 11:24:09 +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