From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 17 13:22:26 2020 Received: (at submit) by debbugs.gnu.org; 17 Apr 2020 17:22:26 +0000 Received: from localhost ([127.0.0.1]:41606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPUh8-0007pU-4A for submit@debbugs.gnu.org; Fri, 17 Apr 2020 13:22:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:58795) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPUh5-0007pM-Vf for submit@debbugs.gnu.org; Fri, 17 Apr 2020 13:22:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57391) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPUh4-0007D2-NU for guix-patches@gnu.org; Fri, 17 Apr 2020 13:22:23 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY, 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 1jPUh2-0006Tc-L8 for guix-patches@gnu.org; Fri, 17 Apr 2020 13:22:22 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]:53819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPUh1-0006Hh-PI for guix-patches@gnu.org; Fri, 17 Apr 2020 13:22:20 -0400 Received: from localhost (unknown [46.237.173.52]) by mira.cbaines.net (Postfix) with ESMTPSA id 516D027BBE1 for ; Fri, 17 Apr 2020 18:22:07 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id dc6c20be for ; Fri, 17 Apr 2020 17:22:03 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH core-updates] guix: self: Use guile with libgc-7. Date: Fri, 17 Apr 2020 18:21:43 +0100 Message-Id: <20200417172142.23741-1-mail@cbaines.net> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27 X-Spam-Score: 0.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: -0.7 (/) Rather than libgc version 8. This should avoid crashes that can occur, particularly when loading data in to the Guix Data Service [1]. 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40525 * gnu/packages/guile.scm (guile-3.0/libgc-7): New variable. * guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile= . --- gnu/packages/guile.scm | 12 ++++++++++++ guix/self.scm | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 8ccbc22f26..6b7bd492ed 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -309,6 +309,18 @@ without requiring the source code to be rewritten.") =20 (define-public guile-next guile-3.0) =20 +(define-public guile-3.0/libgc-7 + (hidden-package + (package + (inherit guile-3.0) + (propagated-inputs + (map (lambda (input) + (if (string=3D? (car input) + "bdw-gc") + (list "bdw-gc" libgc-7) + input)) + (package-propagated-inputs guile-3.0)))))) + (define-public guile-3.0/fixed ;; A package of Guile that's rarely changed. It is the one used in th= e ;; `base' module, and thus changing it entails a full rebuild. diff --git a/guix/self.scm b/guix/self.scm index 842161400e..905f931aeb 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -48,7 +48,7 @@ (let ((ref (lambda (module variable) (module-ref (resolve-interface module) variable)))) (match-lambda - ("guile" (ref '(gnu packages guile) 'guile-3.0)) + ("guile" (ref '(gnu packages guile) 'guile-3.0/libgc-7)) ("guile-json" (ref '(gnu packages guile) 'guile-json-3)) ("guile-ssh" (ref '(gnu packages ssh) 'guile-ssh)) ("guile-git" (ref '(gnu packages guile) 'guile-git)) --=20 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 17 17:03:12 2020 Received: (at 40684) by debbugs.gnu.org; 17 Apr 2020 21:03:12 +0000 Received: from localhost ([127.0.0.1]:41779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPY8l-0000HG-Vi for submit@debbugs.gnu.org; Fri, 17 Apr 2020 17:03:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPY8k-0000H0-6x for 40684@debbugs.gnu.org; Fri, 17 Apr 2020 17:03:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPY8a-0001Qa-JD; Fri, 17 Apr 2020 17:03:02 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53506 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jPY8O-0002nV-Q4; Fri, 17 Apr 2020 17:02:58 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: [bug#40684] [PATCH core-updates] guix: self: Use guile with libgc-7. References: <20200417172142.23741-1-mail@cbaines.net> Date: Fri, 17 Apr 2020 23:02:47 +0200 In-Reply-To: <20200417172142.23741-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 17 Apr 2020 18:21:43 +0100") Message-ID: <87mu79akqw.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -1.5 (-) X-Debbugs-Envelope-To: 40684 Cc: 40684@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: -2.5 (--) Hi! Christopher Baines skribis: > Rather than libgc version 8. This should avoid crashes that can occur, > particularly when loading data in to the Guix Data Service [1]. > > 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40525 > > * gnu/packages/guile.scm (guile-3.0/libgc-7): New variable. > * guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile. > --- > gnu/packages/guile.scm | 12 ++++++++++++ > guix/self.scm | 2 +- > 2 files changed, 13 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm > index 8ccbc22f26..6b7bd492ed 100644 > --- a/gnu/packages/guile.scm > +++ b/gnu/packages/guile.scm > @@ -309,6 +309,18 @@ without requiring the source code to be rewritten.") >=20=20 > (define-public guile-next guile-3.0) >=20=20 > +(define-public guile-3.0/libgc-7 > + (hidden-package > + (package > + (inherit guile-3.0) > + (propagated-inputs > + (map (lambda (input) > + (if (string=3D? (car input) > + "bdw-gc") > + (list "bdw-gc" libgc-7) > + input)) Nitpicking: please write it as: `(("bdw-gc" ,libgc-7) ,@(alist-delete "bdw-gc" (package-propagated-inputs guile-3.0))) as we do elsewhere. Also, could you add a comment referencing the bug report, so we immediately see why this variant exists? OK with these changes, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 04:08:53 2020 Received: (at 40684) by debbugs.gnu.org; 18 Apr 2020 08:08:53 +0000 Received: from localhost ([127.0.0.1]:41966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPiWz-0001El-4S for submit@debbugs.gnu.org; Sat, 18 Apr 2020 04:08:53 -0400 Received: from mira.cbaines.net ([212.71.252.8]:58472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPiWx-0001Ed-HA for 40684@debbugs.gnu.org; Sat, 18 Apr 2020 04:08:52 -0400 Received: from localhost (unknown [46.237.173.52]) by mira.cbaines.net (Postfix) with ESMTPSA id 62B4127BBE1 for <40684@debbugs.gnu.org>; Sat, 18 Apr 2020 09:08:50 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f1dcc97f for <40684@debbugs.gnu.org>; Sat, 18 Apr 2020 08:08:47 +0000 (UTC) From: Christopher Baines To: 40684@debbugs.gnu.org Subject: [PATCH v2] guix: self: Use guile with libgc-7. Date: Sat, 18 Apr 2020 09:08:47 +0100 Message-Id: <20200418080847.24298-1-mail@cbaines.net> X-Mailer: git-send-email 2.26.0 In-Reply-To: <20200417172142.23741-1-mail@cbaines.net> References: <20200417172142.23741-1-mail@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40684 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 (-) Rather than libgc version 8. This should avoid crashes that can occur, particularly when loading data in to the Guix Data Service [1]. 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525 * gnu/packages/guile.scm (guile-3.0/libgc-7): New variable. * guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile. --- gnu/packages/guile.scm | 11 +++++++++++ guix/self.scm | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 8ccbc22f26..a262553ba1 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -309,6 +309,17 @@ without requiring the source code to be rewritten.") (define-public guile-next guile-3.0) +(define-public guile-3.0/libgc-7 + ;; Using libgc-7 avoid crashes that can occur, particularly when loading + ;; data in to the Guix Data Service: + ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525 + (hidden-package + (package + (inherit guile-3.0) + (propagated-inputs + `(("bdw-gc" ,libgc-7) + ,@(srfi-1:alist-delete "bdw-gc" (package-propagated-inputs guile-3.0))))))) + (define-public guile-3.0/fixed ;; A package of Guile that's rarely changed. It is the one used in the ;; `base' module, and thus changing it entails a full rebuild. diff --git a/guix/self.scm b/guix/self.scm index 842161400e..905f931aeb 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -48,7 +48,7 @@ (let ((ref (lambda (module variable) (module-ref (resolve-interface module) variable)))) (match-lambda - ("guile" (ref '(gnu packages guile) 'guile-3.0)) + ("guile" (ref '(gnu packages guile) 'guile-3.0/libgc-7)) ("guile-json" (ref '(gnu packages guile) 'guile-json-3)) ("guile-ssh" (ref '(gnu packages ssh) 'guile-ssh)) ("guile-git" (ref '(gnu packages guile) 'guile-git)) -- 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 04:10:18 2020 Received: (at 40684) by debbugs.gnu.org; 18 Apr 2020 08:10:18 +0000 Received: from localhost ([127.0.0.1]:41970 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPiYM-0001HC-F5 for submit@debbugs.gnu.org; Sat, 18 Apr 2020 04:10:18 -0400 Received: from mira.cbaines.net ([212.71.252.8]:58478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPiYK-0001H5-H8 for 40684@debbugs.gnu.org; Sat, 18 Apr 2020 04:10:16 -0400 Received: from localhost (unknown [46.237.173.52]) by mira.cbaines.net (Postfix) with ESMTPSA id 0BBE527BBE1; Sat, 18 Apr 2020 09:10:16 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 04d9f204; Sat, 18 Apr 2020 08:10:13 +0000 (UTC) References: <20200417172142.23741-1-mail@cbaines.net> <87mu79akqw.fsf@gnu.org> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#40684] [PATCH core-updates] guix: self: Use guile with libgc-7. In-reply-to: <87mu79akqw.fsf@gnu.org> Date: Sat, 18 Apr 2020 09:10:11 +0100 Message-ID: <87d0855i58.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: 40684 Cc: 40684@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi! > > Christopher Baines skribis: > >> Rather than libgc version 8. This should avoid crashes that can occur, >> particularly when loading data in to the Guix Data Service [1]. >> >> 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40525 >> >> * gnu/packages/guile.scm (guile-3.0/libgc-7): New variable. >> * guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guil= e. >> --- >> gnu/packages/guile.scm | 12 ++++++++++++ >> guix/self.scm | 2 +- >> 2 files changed, 13 insertions(+), 1 deletion(-) >> >> diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm >> index 8ccbc22f26..6b7bd492ed 100644 >> --- a/gnu/packages/guile.scm >> +++ b/gnu/packages/guile.scm >> @@ -309,6 +309,18 @@ without requiring the source code to be rewritten.") >> >> (define-public guile-next guile-3.0) >> >> +(define-public guile-3.0/libgc-7 >> + (hidden-package >> + (package >> + (inherit guile-3.0) >> + (propagated-inputs >> + (map (lambda (input) >> + (if (string=3D? (car input) >> + "bdw-gc") >> + (list "bdw-gc" libgc-7) >> + input)) > > Nitpicking: please write it as: > > `(("bdw-gc" ,libgc-7) > ,@(alist-delete "bdw-gc" (package-propagated-inputs guile-3.0))) > > as we do elsewhere. > > Also, could you add a comment referencing the bug report, so we > immediately see why this variant exists? > > OK with these changes, thanks! Sure, I've sent an updated patch now. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl6ateNfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XdVeg//XEhkCy8YRugHxQgnHr1n+ArW4ivW+USZRyMvVVY+253eVHmblaXYQ+yK V1yqybidYPPhlqQMODDYVUE/67spv6Rs5pqHR9yt6okefiSlTv9rpBLqjDPseKqk PeAidog7ykufeXMeRcCwfAf7nGpepuSlnXYCHp2IU8ZQkWo7M4cPD4isuK07bF6X 7/ddeAZYLiIp2FVthl8u84+ed1dtFaiiWtUUoZN2Yyk+3OYGlDWaUBa9qH/CXRnH SB8L5GVtBBoRtdGGA5UAjMsqKSSx4ogB+8OdFNwr9eBufZQdsKUN5xun0iTXgzSS 1/mbs+txM8P8TMJnNFCeGJwA1iLxdVaKYJh90vpwQlv9ufiaU3ERsYH56BEgDhPn 7BDoucLwhXHYMN/FvBwI6t+fFM1KA9JnkAUp+PTg19c3w35PH2FjwwprYfZuxmNo /GhqL+rvGv5VxeTWut5dlMpTwvwWgQSX9Or7AXJhe3vXLVjzOj/2GhN95+XdIcAJ oLFAl/x68xVS4APUTE/XB8cTtUtZwAgx7DH5Dmt3BLM6ZTzN3S7emRnO/Pq6eyEw S3Cz1bJVdkjXCR132qOStwlSr71NCWv8L1LbKHYCPLGn0RPiimGK3R1UXALNvfzG fYWwkXWH+vlKfj+XB3dZgdf0RLoruOdAco556AsJ2Etbj0ipbbY= =pSHl -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 18 12:51:28 2020 Received: (at 40684-done) by debbugs.gnu.org; 18 Apr 2020 16:51:28 +0000 Received: from localhost ([127.0.0.1]:43497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPqgi-00069N-Ba for submit@debbugs.gnu.org; Sat, 18 Apr 2020 12:51:28 -0400 Received: from mira.cbaines.net ([212.71.252.8]:58798) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jPqgg-00069F-KL for 40684-done@debbugs.gnu.org; Sat, 18 Apr 2020 12:51:27 -0400 Received: from localhost (unknown [46.237.173.52]) by mira.cbaines.net (Postfix) with ESMTPSA id C62BE27BBE1; Sat, 18 Apr 2020 17:51:24 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id e4753655; Sat, 18 Apr 2020 16:51:22 +0000 (UTC) References: <20200417172142.23741-1-mail@cbaines.net> <87mu79akqw.fsf@gnu.org> <87d0855i58.fsf@cbaines.net> User-agent: mu4e 1.2.0; emacs 26.3 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#40684] [PATCH core-updates] guix: self: Use guile with libgc-7. In-reply-to: <87d0855i58.fsf@cbaines.net> Date: Sat, 18 Apr 2020 17:51:22 +0100 Message-ID: <878sis68l1.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: 40684-done Cc: 40684-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 (-) --=-=-= Content-Type: text/plain Christopher Baines writes: > Sure, I've sent an updated patch now. I went ahead and pushed this to core-updates earlier as cef392f3936922b7b0b74bd59be67e660c10db67. It looks to have had the intended effect, the Guix Data Service was able to process the commit [1] :D 1: https://guix-patches-data.cbaines.net/revision/cef392f3936922b7b0b74bd59be67e660c10db67 I'll go ahead and mark this bug as done now. Thanks for your help! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl6bMApfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XeU9A//ZKyYUHaD3UHIxYPeXoEMzzT6ZXVxlQd5rHRKjmmPHWgLcCTfqUT3ptjo 4ubqoiYKiDlEYqnOVrmhY1pdKBu6vmEl4zDdPTeWWfR8XIY7UrsD+coPbsSPRlfY 2EwiFXlBUdqZOPR1m50Df7YiwR11+IyJgEZA+Ay8qCiBimYlh4jZJ0dKwthLy6Bx HmyLwpFJaKO8a3iIGhWTYqnD1G4W2llXpXIWea3KFBzRw8DN+db1lN1mPyKCJrAs 30ysjYBMyO11LFHk1iPe2tmu7+AY794GuM92Wx5264LNS9iHLQTMYzN3PriEgBBo vjUE5tr7aep3/13Ss5kDLqZjED9+YF6o4f/HSx0ADuKDblvz64klUjjSU6sVq4wW clsm2OImJnosHgInQPJhdq0d1e+mNhAdDPI3KTZYTAJl21bUUAfQ0uYEaYrFgOwE WAIcLaLBbRyS6RSTxyAQJAgOyIn8a7zW+Bo+TFgkz+FpiiNAQ43aubbbM/tYn8Z7 VNpnlaM/3ktgPdztuBXb/2kGvNZ44+CEepw84QpOhJ9P/tMwMFzixE40j+UdpUxV Kr1pc/W0MDOjg6ia8z6VkybTyqWWYN1NKgRguQcpb3BiRuQhokg0az59ukUKhtkV gbKG4Mx573uucDc9KFhMoDTbjErk4uGDt9LEePv0zsR/0pfNUGs= =6Uvw -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:32:04 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 17 May 2020 11:24:07 +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