From unknown Mon Aug 11 12:55:28 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#46987 <46987@debbugs.gnu.org> To: bug#46987 <46987@debbugs.gnu.org> Subject: Status: [PATCH] gnu: rust-1.19: Don't include i686-linux in supported-systems. Reply-To: bug#46987 <46987@debbugs.gnu.org> Date: Mon, 11 Aug 2025 19:55:28 +0000 retitle 46987 [PATCH] gnu: rust-1.19: Don't include i686-linux in supported= -systems. reassign 46987 guix-patches submitter 46987 Christopher Baines severity 46987 normal tag 46987 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 07 08:34:19 2021 Received: (at submit) by debbugs.gnu.org; 7 Mar 2021 13:34:19 +0000 Received: from localhost ([127.0.0.1]:38996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lItY3-0005lG-Bs for submit@debbugs.gnu.org; Sun, 07 Mar 2021 08:34:19 -0500 Received: from lists.gnu.org ([209.51.188.17]:43534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lItY0-0005l4-Nq for submit@debbugs.gnu.org; Sun, 07 Mar 2021 08:34:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:52790) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lItXy-0002SE-SE for guix-patches@gnu.org; Sun, 07 Mar 2021 08:34:16 -0500 Received: from mira.cbaines.net ([212.71.252.8]:55314) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lItXt-0005fV-Rd for guix-patches@gnu.org; Sun, 07 Mar 2021 08:34:14 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id 4573B27BC50 for ; Sun, 7 Mar 2021 13:34:08 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id c8823fc6 for ; Sun, 7 Mar 2021 13:34:07 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: rust-1.19: Don't include i686-linux in supported-systems. Date: Sun, 7 Mar 2021 13:34:06 +0000 Message-Id: <20210307133406.17656-1-mail@cbaines.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) Currently rust fails to build for i686-linux, so this will avoid computing lots of derivations that depend on rust, but won't be possible to build. * gnu/packages/rust.scm (rust-1.19)[supported-systems]: Switch hardcoding only supporting x86_64-linux for supporting all supported systems, other than i686-linux. --- gnu/packages/rust.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 98a6bfffa5..1fc540f0f8 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -453,7 +453,9 @@ test = { path = \"../libtest\" } (variable "LIBRARY_PATH") (files '("lib" "lib64"))))) - (supported-systems '("x86_64-linux")) + (supported-systems + (delete "i686-linux" ; fails to build, see #35519 + %supported-systems)) (synopsis "Compiler for the Rust programming language") (description "Rust is a systems programming language that provides memory safety and thread safety guarantees.") -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 07 21:54:08 2021 Received: (at 46987) by debbugs.gnu.org; 8 Mar 2021 02:54:08 +0000 Received: from localhost ([127.0.0.1]:41824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJ61z-0000M1-OM for submit@debbugs.gnu.org; Sun, 07 Mar 2021 21:54:08 -0500 Received: from mail-pj1-f48.google.com ([209.85.216.48]:55884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJ61v-0000LU-Uq for 46987@debbugs.gnu.org; Sun, 07 Mar 2021 21:54:02 -0500 Received: by mail-pj1-f48.google.com with SMTP id t9so2214751pjl.5 for <46987@debbugs.gnu.org>; Sun, 07 Mar 2021 18:53:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=2mKfmuPjcz5wFWbsaz++ljqGyU+EP602olVYrWcFomk=; b=GdqOPkc8KXoczJBYRHi5xZBBS3HVy5oHegRjwVsaYDVpeRDn/KQqKK+LDwkBcGIZDJ VKY0NgWijIVXsLlEtKq+kzorRcP2lIqnN1rf0NJGiYr9UfOBHFwHCWyvr2hhedXQJQ/o 1EigyRfxBMdsq4QUSiuog2bzJ91UbmX/0UYWx8e3BqygvIPjF99pFXtnqzfQjUPiO4lF ZYz5jZQGDrosUyjO7VCZlekq+0RUo4uqZrcBL8avV95cuFuyYeotbIsthSoAhkr7d6rU 7RxraHfyVOk+bStE1XsH8FYu657QU9JcpflBcePCPGVV12cZitS91UfDt4Mw6Fhi84Lk kbng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=2mKfmuPjcz5wFWbsaz++ljqGyU+EP602olVYrWcFomk=; b=IRWDW3+wDlWg6V8BFeL/m8UrtoRTeNrL0jMcd1eGONkJ5BSA6j2jUU4iKOsRXhWSXd FM94JcYbU7IsQzL/6fwDOVHWSvLFTlFrsW6mwJ7okjSqxuDkcZL4+UHDwlWCR1ypzC5p WSzq/kS+oKItoy1wQSWb3QduUB+ZbHn9QoWRd7JL7oumDQ9U4DEa8sOlJ+M2H3w7HrzK KzHsrlGBnPrOrMq2CCAPdqIXRzag6dzo0lmctVSx0PF6R+Oy3w0WRGbysIxOmmjL72J/ 3FoVvq7v0xASjLid2v0Z55HeR4L5VDnEafgi1Q/b/iYXTJEqyFSGkY7Z3PDGarWwXDY+ UFAw== X-Gm-Message-State: AOAM533lISzneRvraNZLLs3pS0++gHWNoAh3s2sbbT9VGAOgZ85QXDot 8Ffz2eghV0/eSfLn76+9b113kwnKJbqNuA== X-Google-Smtp-Source: ABdhPJzPT+tMxO5xG2PubxLPZBKoQVHxLdI0N8wfnV4M2xlPg6nOI6X/w795m2i02HBDttrkv9QKXg== X-Received: by 2002:a17:90a:f986:: with SMTP id cq6mr22675982pjb.175.1615172033440; Sun, 07 Mar 2021 18:53:53 -0800 (PST) Received: from garuda-lan (c-24-18-44-142.hsd1.wa.comcast.net. [24.18.44.142]) by smtp.gmail.com with ESMTPSA id a1sm8567257pff.156.2021.03.07.18.53.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Mar 2021 18:53:52 -0800 (PST) From: Chris Marusich To: Mark H Weaver , Leo Famulari , Christopher Baines Subject: Re: core-updates: Emacs is only supported on x86_64-linux? References: <87a6rf5rd6.fsf@gmail.com> <87a6rf5rd6.fsf@gmail.com> <87r1krgs10.fsf@netris.org> <87a6rf5rd6.fsf@gmail.com> <87r1krgs10.fsf@netris.org> Date: Sun, 07 Mar 2021 18:53:48 -0800 In-Reply-To: <87r1krgs10.fsf@netris.org> (Mark H. Weaver's message of "Sun, 07 Mar 2021 05:46:24 -0500, Sun, 7 Mar 2021 18:40:42 -0500, Sun, 07 Mar 2021 13:41:22 +0000") Message-ID: <874khm5pab.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46987 Cc: guix-devel@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 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi all, FYI, I'm sending this message to 46987@debbugs.gnu.org via Bcc, also. I'm not sure if that works, but we'll see... Mark H Weaver writes: > It's not intended. Emacs should certainly be supported on every system > that Guix supports. Thank you for confirming. That is what I expected. > For now, I suggest that Emacs should have input 'librsvg' only on > 'x86_64-linux' systems. Something like this (untested), for > core-updates: > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 98061c93ae..de6101cf17 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -71,6 +71,7 @@ > #:use-module (gnu packages xml) > #:use-module (gnu packages xorg) > #:use-module (guix utils) > + #:use-module (ice-9 match) > #:use-module (srfi srfi-1)) >=20=20 > (define-public emacs > @@ -236,7 +237,10 @@ > ("libpng" ,libpng) > ("zlib" ,zlib) >=20=20 > - ("librsvg" ,librsvg) > + ,@(match (or (%current-target-system) > + (%current-system)) > + ("x86_64-linux" `(("librsvg" ,librsvg))) > + (_ `())) > ("libxpm" ,libxpm) > ("libxml2" ,libxml2) > ("libice" ,libice) > > Ditto for all other packages with 'librsvg' as an optional dependency. I've confirmed that works for emacs, except that you actually have to also do it for gtk+, too, since rust gets pulled in via gtk+ also. So, something like this: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-emacs-Use-librsvg-and-gtk-on-x86_64-linux-only.patch Content-Transfer-Encoding: quoted-printable From=20649c89e5862e1ed887f5fd863ef7bb32f97bbe74 Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Sun, 7 Mar 2021 17:42:37 -0800 Subject: [PATCH] gnu: emacs: Use librsvg and gtk+ on x86_64-linux only. * gnu/packages/emacs.scm (emacs)[inputs]: Only add librsvg when the %current-target-system or %current-system is "x86_64-linux". This avoids pulling rust into the transitive closure of inputs on systems where Rust support is currently lacking. =2D-- gnu/packages/emacs.scm | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 98061c93ae0..f0797ae2347 100644 =2D-- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -71,6 +71,7 @@ #:use-module (gnu packages xml) #:use-module (gnu packages xorg) #:use-module (guix utils) + #:use-module (ice-9 match) #:use-module (srfi srfi-1)) =20 (define-public emacs @@ -219,7 +220,6 @@ =20 ;; TODO: Add the optional dependencies. ("libx11" ,libx11) =2D ("gtk+" ,gtk+) ("cairo" ,cairo) ("pango" ,pango) ("harfbuzz" ,harfbuzz) @@ -236,7 +236,6 @@ ("libpng" ,libpng) ("zlib" ,zlib) =20 =2D ("librsvg" ,librsvg) ("libxpm" ,libxpm) ("libxml2" ,libxml2) ("libice" ,libice) @@ -246,7 +245,15 @@ =20 ;; multilingualization support ("libotf" ,libotf) =2D ("m17n-lib" ,m17n-lib))) + ("m17n-lib" ,m17n-lib) + + ;; These are optional dependencies that pull in rust. Rust is not + ;; supported well on every architecture yet. + ,@(match (or (%current-target-system) + (%current-system)) + ("x86_64-linux" `(("gtk+" ,gtk+) + ("librsvg" ,librsvg))) + (_ '())))) (native-inputs `(("guix-emacs.el" ,(search-auxiliary-file "emacs/guix-emacs.el")) ("pkg-config" ,pkg-config) =2D-=20 2.26.2 --=-=-= Content-Type: text/plain What do you think about that? If there are no problems, I'll go ahead and commit it to core-updates. Note that because that patch re-orders the inputs, it causes emacs to be rebuilt, which should be fine because it's core-updates. It seemed better to group these two inputs in a single match clause, rather than scattering them in two different but basically identical match clauses just to keep their original ordering intact. Christopher Baines writes: > Chris Marusich writes: > >> I've noticed that the emacs package only supports x86_64-linux, at least >> on core-updates. Is that intended? > > The relevant commit [1] does mention the intent "Remove "i686-linux" > from supported systems.", but that does differ from my interpretation of > the change, which is only support x86_64-linux. > > 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=0ed631866cc0b7cece2b0a0b50e39b37ae91bb67 > > I've sent a patch that should add back "support" for other systems: > > https://issues.guix.gnu.org/46987 > > That's for master at least, I haven't looked in to what the situation is > on core-updates. It's worth there checking if the build still fails. That patch doesn't apply on core-updates because that rust version doesn't seem to exist any more on core-updates. However, the same change applied to the right rust on core-updates does the trick, like this: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-rust-Make-it-supported-on-all-systems-but-i686-l.patch Content-Transfer-Encoding: quoted-printable From=20e36c4cab40c5b97ffedc72acc586c0b560e7868e Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Sun, 7 Mar 2021 15:58:19 -0800 Subject: [PATCH] gnu: rust: Make it "supported" on all systems but i686-lin= ux. * gnu/packages/rust.scm (rust-1.30)[supported-systems]: Instead of hard-cod= ing this to just "x86_64-linux", calculate the supported systems by deleting "i686-linux" from %supported-systems. =2D-- gnu/packages/rust.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index 70d19e089ab..98c553cb913 100644 =2D-- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -448,7 +448,9 @@ jemalloc =3D \"" jemalloc "/lib/libjemalloc_pic.a" "\" (search-path-specification (variable "LIBRARY_PATH") (files '("lib" "lib64"))))) =2D (supported-systems '("x86_64-linux")) + (supported-systems + (delete "i686-linux" ; fails to build, see bug #35519 + %supported-systems)) (synopsis "Compiler for the Rust progamming language") (description "Rust is a systems programming language that provides mem= ory safety and thread safety guarantees.") =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Both of these patches fix the issue for me. After applying either one in isolation (on the wip-ppc64le branch, which was recently rebased onto core-updates), the list of supported systems for the emacs package correctly includes other systems, including powerpc64le-linux, and thus the tests/guix-package.sh test passes on my powerpc64le-linux system. I think both of these patches are important and needed. The patch to restore supported systems to the rust package is important because we will want rust to build successfully on many systems. The patch to only add gtk+ and librsvg inputs to emacs when the system is x86_64-linux is important because it would be advantageous to be able to use emacs without depending on rust on systems like powerpc64le-linux, where Rust support may not be great yet. It's also convenient for me, personally, because I don't really want to deal with Rust right now just to get Emacs working on powerpc64le-linux. Once I can build a Guix release binary for powerpc64le-linux, then I think I can start worrying more about Rust. I have taken the liberty of applying these patches to the wip-ppc64le branch as-is, since they work for me. I can remove them later if we don't like it. We will undoubtedly run into a similar situation with other packages going forward, like Mark mentioned. Debian ran into this very issue some time ago, and apparently it caused a bit of consternation: https://lwn.net/Articles/771355/ Apparently, powerpc64le-unknown-linux-gnu is a "Tier 2" Rust platform, which I guess means it's pretty well supported, but not as well as "Tier 1". I hope that we can get it all working, since librsvg is depended upon in some way or another by about 2700 packages (about 17% of the total Guix package collection). In the meantime, limiting the blast radius as needed, like Mark suggested, seems like the right thing to do until Rust support improves on other architectures. =2D-=20 Chris --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEy/WXVcvn5+/vGD+x3UCaFdgiRp0FAmBFkbwACgkQ3UCaFdgi Rp3vSQ//dSixq85AcEjmw4TCw/zO0v9RWUZkP66C+jSW2818guy77II0twuo/r77 VGoyg5c9a1S0fZCYLnECrllC7DXSAOHX2VnOrzoQJoJO3auKCxGGsB9yca0Seiow Od7iBswYqUpbY21ByE8tKL+NfKOv+ED4EK+SY6FJwXRK73xefLUYJzUmDymyoKym akcOo0GBLk8DBkuGVAa0qkBYuLr/CaCwYHBOBf/zF78syeHJm9wkgVt1bt/00ecQ 4yOGgAntTFZGyJ9AlFmumBCEsBjOnL1jpa5ws+h0TZB4qVfi5jJUoLOmvTYUYMbs egElKvHOVCeZ0SmJi7FmR3Wka0iRXSyw0KKQMWPsQTcDIpqIX2eUnmAPXX+P6GbN HJbxxH6oGSUqdbx/UoLHzfRxuDvuI70/YR46hdMPzpI2ZfQfNUqF0aoifjxLckoW 41c/bI4ybBvi5dHlNnZj5Y2wPwjodbhYIDucJW71qkxh4TlM1Wb5rT9W4bEHXztk J2UV3LaUWs9aXf1Q/lceV99hvj/17TiK3o0kto69x5o366+6uygRnsmk3OeW+UMF 1nGJieixWMJyMdWlTEjcLx91iW4OBn8TPAV1ctyNP/Le1oVQJRKlCsa5LhsPCp61 PQ2fSEVwqLlU7UNtWv3XLhWqbOpK8zchYtLxZaGTgj4h/POPrDA= =bqac -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 08 17:35:40 2021 Received: (at 46987-done) by debbugs.gnu.org; 8 Mar 2021 22:35:40 +0000 Received: from localhost ([127.0.0.1]:45136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJOTU-0007KC-BI for submit@debbugs.gnu.org; Mon, 08 Mar 2021 17:35:40 -0500 Received: from mira.cbaines.net ([212.71.252.8]:58856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJOTS-0007K4-1i for 46987-done@debbugs.gnu.org; Mon, 08 Mar 2021 17:35:39 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:8ac0:b4c7:f5c8:7caa]) by mira.cbaines.net (Postfix) with ESMTPSA id F328627BC50 for <46987-done@debbugs.gnu.org>; Mon, 8 Mar 2021 22:35:36 +0000 (GMT) Received: from capella (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 95d4ede5 for <46987-done@debbugs.gnu.org>; Mon, 8 Mar 2021 22:35:36 +0000 (UTC) References: <20210307133406.17656-1-mail@cbaines.net> User-agent: mu4e 1.4.15; emacs 27.1 From: Christopher Baines To: 46987-done@debbugs.gnu.org Subject: Re: [bug#46987] [PATCH] gnu: rust-1.19: Don't include i686-linux in supported-systems. In-reply-to: <20210307133406.17656-1-mail@cbaines.net> Date: Mon, 08 Mar 2021 22:35:36 +0000 Message-ID: <87eegpb7ev.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46987-done 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 (-) --=-=-= Content-Type: text/plain Christopher Baines writes: > Currently rust fails to build for i686-linux, so this will avoid computing > lots of derivations that depend on rust, but won't be possible to build. > > * gnu/packages/rust.scm (rust-1.19)[supported-systems]: Switch hardcoding only > supporting x86_64-linux for supporting all supported systems, other than > i686-linux. > --- > gnu/packages/rust.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm > index 98a6bfffa5..1fc540f0f8 100644 > --- a/gnu/packages/rust.scm > +++ b/gnu/packages/rust.scm > @@ -453,7 +453,9 @@ test = { path = \"../libtest\" } > (variable "LIBRARY_PATH") > (files '("lib" "lib64"))))) > > - (supported-systems '("x86_64-linux")) > + (supported-systems > + (delete "i686-linux" ; fails to build, see #35519 > + %supported-systems)) > (synopsis "Compiler for the Rust programming language") > (description "Rust is a systems programming language that provides memory > safety and thread safety guarantees.") I've gone ahead and pushed this to master as f5c6e6966c020722700ef0343ab0a6030e2d61b5. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmBGprhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xea0hAAhfUrJPew8IARrJkXw0Yy23XwsXTYbjoW 5XeyZK8NPXbDIGi6KzQKg5G0BiIX4fV9qJFmYvoRkigedMUIBIjYO/IyMRpflVV1 pxyqdnth2yfQq1g9R0ZPgE8o/rQcn4ZyR0Tc9pZTG2F+SBNLxqYrTM7sVpv75SNm xulnYyYGZ78eWvAKqzE3qQc2mmdKMHMHy+NZngwKtZN5vQhpKFg1na9WSet1erEt Z15HX6u0pivD+uENq2SG/Bw5N7caJs5mm/ehKH4cuHqssC5k6zMiZHxckoRd7UW1 7c6wwvTusnBoo7LM9qFvQ/MC06gsS8dCsTL7FnvJnasjHOXHzdrewmhaO63B/JPp 2B2HZlWk+pCjz7HILKgqQT9UCTRBKdcfqXVk/f77BPADOsRotGT8j8mvePnejCO4 vB9LeObUzDQ+/x4H0BIZ/IEICy69MXDmD8RbDPqwVLK7/tCc0eCdbGsU5+igVygZ cUVeTL5RZHEA6n2m+K5KOp/ex0bkES7BTA+EtXqQA6l9YABN92PbM/46DreNYWRi POvJZWyNIjAX9C5LIC2Wz6+tldP0rjz1jCBuI5rLrHVQPDGyox5DmKr7jtI5OzlD 0nakcokP9oF5CXl6DS33lDNgYzDtbsFXaY+ICq17VewmED7QW0WHfseyoNTVm5Ly 0wuSQCaTYoc= =JhN1 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Aug 11 12:55:28 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, 06 Apr 2021 11:24:08 +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