From unknown Wed Jun 18 23:04:49 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#30371 <30371@debbugs.gnu.org> To: bug#30371 <30371@debbugs.gnu.org> Subject: Status: [PATCH] system: Add Cubieboard2. Reply-To: bug#30371 <30371@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:04:49 +0000 retitle 30371 [PATCH] system: Add Cubieboard2. reassign 30371 guix-patches submitter 30371 Danny Milosavljevic severity 30371 normal tag 30371 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 06 13:00:34 2018 Received: (at submit) by debbugs.gnu.org; 6 Feb 2018 18:00:34 +0000 Received: from localhost ([127.0.0.1]:60526 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ej7Xm-0008In-6R for submit@debbugs.gnu.org; Tue, 06 Feb 2018 13:00:34 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33746) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ej7Xk-0008IZ-LV for submit@debbugs.gnu.org; Tue, 06 Feb 2018 13:00:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej7Xa-0004qJ-QW for submit@debbugs.gnu.org; Tue, 06 Feb 2018 13:00:27 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34312) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ej7Xa-0004ph-C9 for submit@debbugs.gnu.org; Tue, 06 Feb 2018 13:00:22 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ej7XU-0004Hh-8Y for guix-patches@gnu.org; Tue, 06 Feb 2018 13:00:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ej7XO-0004OA-5t for guix-patches@gnu.org; Tue, 06 Feb 2018 13:00:16 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:37310) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ej7XN-0004Dx-VF for guix-patches@gnu.org; Tue, 06 Feb 2018 13:00:10 -0500 Received: from dayas.3.home (178.113.196.151.wireless.dyn.drei.com [178.113.196.151]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 533143360102; Tue, 6 Feb 2018 19:00:06 +0100 (CET) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH] system: Add Cubieboard2. Date: Tue, 6 Feb 2018 18:58:42 +0100 Message-Id: <20180206175842.25819-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.15.1 Tags: patch X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: Danny Milosavljevic 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: -5.0 (-----) * gnu/bootloader/u-boot.scm (u-boot-cubieboard2-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-cubieboard2): New exported variable. * gnu/system/install.scm (cubieboard2-installation-os): New exported variable. --- gnu/bootloader/u-boot.scm | 6 ++++++ gnu/packages/bootloaders.scm | 3 +++ gnu/system/install.scm | 6 ++++++ 3 files changed, 15 insertions(+) diff --git a/gnu/bootloader/u-boot.scm b/gnu/bootloader/u-boot.scm index 21d0aecce..c88dba10f 100644 --- a/gnu/bootloader/u-boot.scm +++ b/gnu/bootloader/u-boot.scm @@ -33,6 +33,7 @@ u-boot-a20-olinuxino-micro-bootloader u-boot-banana-pi-m2-ultra-bootloader u-boot-beaglebone-black-bootloader + u-boot-cubieboard2-bootloader u-boot-nintendo-nes-classic-edition-bootloader)) (define install-u-boot @@ -106,6 +107,11 @@ (inherit u-boot-allwinner-bootloader) (package u-boot-a20-olinuxino-micro))) +(define u-boot-cubieboard2-bootloader + (bootloader + (inherit u-boot-allwinner-bootloader) + (package u-boot-cubieboard2))) + (define u-boot-banana-pi-m2-ultra-bootloader (bootloader (inherit u-boot-allwinner-bootloader) diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 498b807ce..4a800e87e 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm @@ -439,6 +439,9 @@ also initializes the boards (RAM etc).") (define-public u-boot-a20-olinuxino-micro (make-u-boot-package "A20-OLinuXino_MICRO" "arm-linux-gnueabihf")) +(define-public u-boot-cubieboard2 + (make-u-boot-package "Cubieboard2" "arm-linux-gnueabihf")) + (define-public u-boot-nintendo-nes-classic-edition (make-u-boot-package "Nintendo_NES_Classic_Edition" "arm-linux-gnueabihf")) diff --git a/gnu/system/install.scm b/gnu/system/install.scm index e4b2e8237..87ab57c48 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm @@ -49,6 +49,7 @@ a20-olinuxino-micro-installation-os banana-pi-m2-ultra-installation-os beaglebone-black-installation-os + cubieboard2-installation-os nintendo-nes-classic-edition-installation-os)) ;;; Commentary: @@ -437,6 +438,11 @@ The bootloader BOOTLOADER is installed to BOOTLOADER-TARGET." "/dev/mmcblk1" ; eMMC storage "ttyS0")) +(define cubieboard2-installation-os + (embedded-installation-os u-boot-cubieboard2-bootloader + "/dev/mmcblk0" ; SD card storage + "ttyS0")) + (define nintendo-nes-classic-edition-installation-os (embedded-installation-os u-boot-nintendo-nes-classic-edition-bootloader "/dev/mmcblk0" ; SD card (solder it yourself) From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 08:55:39 2018 Received: (at 30371) by debbugs.gnu.org; 9 Feb 2018 13:55:39 +0000 Received: from localhost ([127.0.0.1]:34798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ek99P-0002cc-3o for submit@debbugs.gnu.org; Fri, 09 Feb 2018 08:55:39 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ek99N-0002cR-90 for 30371@debbugs.gnu.org; Fri, 09 Feb 2018 08:55:37 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B19F51124E; Fri, 9 Feb 2018 14:55:36 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vRXy4Ipoy7GY; Fri, 9 Feb 2018 14:55:36 +0100 (CET) Received: from ribbon (unknown [193.50.110.130]) by hera.aquilenet.fr (Postfix) with ESMTPSA id CD0311119B; Fri, 9 Feb 2018 14:55:35 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#30371] [PATCH] system: Add Cubieboard2. References: <20180206175842.25819-1-dannym@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 09 Feb 2018 14:55:35 +0100 In-Reply-To: <20180206175842.25819-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Tue, 6 Feb 2018 18:58:42 +0100") Message-ID: <878tc21d48.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30371 Cc: 30371@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 (+) Hi Danny, Danny Milosavljevic skribis: > * gnu/bootloader/u-boot.scm (u-boot-cubieboard2-bootloader): New > exported variable. > * gnu/packages/bootloaders.scm (u-boot-cubieboard2): New exported > variable. > * gnu/system/install.scm (cubieboard2-installation-os): New exported > variable. [...] > +(define u-boot-cubieboard2-bootloader > + (bootloader > + (inherit u-boot-allwinner-bootloader) > + (package u-boot-cubieboard2))) [...] > +(define-public u-boot-cubieboard2 > + (make-u-boot-package "Cubieboard2" "arm-linux-gnueabihf")) Could you add a few words and a link to a page that describes this board? I=E2=80=99m afraid of having a large collection of boards listed there that= few people will even know about. :-) Also, were you able to successfully run GuixSD on this board? > +(define cubieboard2-installation-os > + (embedded-installation-os u-boot-cubieboard2-bootloader > + "/dev/mmcblk0" ; SD card storage > + "ttyS0")) > + > (define nintendo-nes-classic-edition-installation-os > (embedded-installation-os u-boot-nintendo-nes-classic-edition-bootload= er > "/dev/mmcblk0" ; SD card (solder it yourself) I=E2=80=99m also unsure we need to have one variable for each possible boar= d. We are not going to distribute installation images for each of these boards anyway. Perhaps it makes sense to have them *if* they are discoverable or listed in the manual, *and* we provide instructions for people to build their own installation image for these boards. Thoughts? Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 11:05:25 2018 Received: (at 30371) by debbugs.gnu.org; 9 Feb 2018 16:05:25 +0000 Received: from localhost ([127.0.0.1]:35610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekBAy-0007nc-V5 for submit@debbugs.gnu.org; Fri, 09 Feb 2018 11:05:25 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:57840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekBAw-0007nT-UQ for 30371@debbugs.gnu.org; Fri, 09 Feb 2018 11:05:23 -0500 Received: from localhost (178.113.144.132.wireless.dyn.drei.com [178.113.144.132]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 59D353360336; Fri, 9 Feb 2018 17:05:21 +0100 (CET) Date: Fri, 9 Feb 2018 17:05:17 +0100 From: Danny Milosavljevic To: ludo@gnu.org (Ludovic =?ISO-8859-1?Q?Court=E8s?=) Subject: Re: [bug#30371] [PATCH] system: Add Cubieboard2. Message-ID: <20180209163611.5257192d@scratchpost.org> In-Reply-To: <878tc21d48.fsf@gnu.org> References: <20180206175842.25819-1-dannym@scratchpost.org> <878tc21d48.fsf@gnu.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30371 Cc: 30371@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: -0.7 (/) Hi Ludo, On Fri, 09 Feb 2018 14:55:35 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Could you add a few words and a link to a page that describes this > board? Hmm, sure. > I=E2=80=99m afraid of having a large collection of boards listed there th= at few > people will even know about. :-) True > Also, were you able to successfully > run GuixSD on this board? Not yet. I actually want to use it for Luke's EOMA68 board. He documented that for mainline it should be booted using Cubieboard2's u-boot bootloader config. I'm still not done ruling out possible shorts on the board. It's still a prototype and I'd rather not fry it on the first power-up attempt... Can I somehow get a hold of the generic ARM 'flash-image that Hydra (suppos= edly) built? Doesn't seem to be picked up as substitute for me. > I=E2=80=99m also unsure we need to have one variable for each possible bo= ard. > We are not going to distribute installation images for each of these > boards anyway. Yeah, once (1) the agetty patch is in (2) we have an initrd-"copy modules IF they are there" functionality (3) we have glibc spawni that's not broken we can have a generic [ARM] installation-os and the user can just boot it i= n qemu. Or the user can even dd the bootloader into the image file from the outside. I'd also like to remove all these funny-installation-os blocks again eventually. > Perhaps it makes sense to have them *if* they are discoverable or listed > in the manual, *and* we provide instructions for people to build their > own installation image for these boards. >=20 > Thoughts? We could have a procedure: (define (os-with-u-boot os board bootloader-target triplet) "Given OS, amends it with the u-boot bootloader for BOARD, installed to BOOTLOADER-TARGET, compiled for TRIPLET." (operating-system (inherit os) (bootloader (bootloader-configuration (bootloader (bootloader (inherit u-boot-bootloader) (package (make-u-boot-package board triplet))= )) (target bootloader-target))))) and document that the user is supposed to "-e" that. It still wouldn't use the substitute for the flash-image then, right? I have to think about it some more. While I don't like mutating image files much, in this case it might be usef= ul. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 09 11:42:34 2018 Received: (at 30371) by debbugs.gnu.org; 9 Feb 2018 16:42:34 +0000 Received: from localhost ([127.0.0.1]:35635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekBkw-0000CR-Ba for submit@debbugs.gnu.org; Fri, 09 Feb 2018 11:42:34 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:49468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekBkt-0000CH-SN for 30371@debbugs.gnu.org; Fri, 09 Feb 2018 11:42:32 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 9413211381; Fri, 9 Feb 2018 17:42:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HBnGMm3ssdMh; Fri, 9 Feb 2018 17:42:29 +0100 (CET) Received: from ribbon (unknown [193.50.110.130]) by hera.aquilenet.fr (Postfix) with ESMTPSA id C592A112E6; Fri, 9 Feb 2018 17:42:29 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Danny Milosavljevic Subject: Re: [bug#30371] [PATCH] system: Add Cubieboard2. References: <20180206175842.25819-1-dannym@scratchpost.org> <878tc21d48.fsf@gnu.org> <20180209163611.5257192d@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Pluvi=C3=B4se?= an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 09 Feb 2018 17:42:29 +0100 In-Reply-To: <20180209163611.5257192d@scratchpost.org> (Danny Milosavljevic's message of "Fri, 9 Feb 2018 17:05:17 +0100") Message-ID: <87bmgyyv0q.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30371 Cc: 30371@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 (+) Danny Milosavljevic skribis: > I actually want to use it for Luke's EOMA68 board. He documented that for > mainline it should be booted using Cubieboard2's u-boot bootloader config. > > I'm still not done ruling out possible shorts on the board. It's still a > prototype and I'd rather not fry it on the first power-up attempt... Right, neat. (You should email the list about that EOMA68 thing BTW. :-)) > Can I somehow get a hold of the generic ARM 'flash-image that Hydra (supp= osedly) > built? Doesn't seem to be picked up as substitute for me. Dunno! Can you find the job in the Hydra Web UI? >> I=E2=80=99m also unsure we need to have one variable for each possible b= oard. >> We are not going to distribute installation images for each of these >> boards anyway. > > Yeah, once > > (1) the agetty patch is in > (2) we have an initrd-"copy modules IF they are there" functionality > (3) we have glibc spawni that's not broken > > we can have a generic [ARM] installation-os and the user can just boot it= in qemu. OK. >> Perhaps it makes sense to have them *if* they are discoverable or listed >> in the manual, *and* we provide instructions for people to build their >> own installation image for these boards. >>=20 >> Thoughts? > > We could have a procedure: > > (define (os-with-u-boot os board bootloader-target triplet) > "Given OS, amends it with the u-boot bootloader for BOARD, > installed to BOOTLOADER-TARGET, compiled for TRIPLET." > (operating-system (inherit os) > (bootloader (bootloader-configuration > (bootloader (bootloader (inherit u-boot-bootloader) > (package (make-u-boot-package board triplet= )))) > (target bootloader-target))))) > > and document that the user is supposed to "-e" that. Yes, that=E2=80=99s what I had in mind. > It still wouldn't use the substitute for the flash-image then, right? That would be a different derivation, so the image itself would still need to be built. However, all its dependencies would already be available as substitutes. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 22 09:43:19 2019 Received: (at control) by debbugs.gnu.org; 22 Jan 2019 14:43:19 +0000 Received: from localhost ([127.0.0.1]:40818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1glxGp-0006yy-3l for submit@debbugs.gnu.org; Tue, 22 Jan 2019 09:43:19 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:38856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1glxGn-0006yq-BB for control@debbugs.gnu.org; Tue, 22 Jan 2019 09:43:17 -0500 Received: from localhost (178.113.238.145.wireless.dyn.drei.com [178.113.238.145]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 855213360609 for ; Tue, 22 Jan 2019 15:43:11 +0100 (CET) Date: Tue, 22 Jan 2019 15:43:04 +0100 From: Danny Milosavljevic To: Message-ID: <20190122154251.71b4dd74@scratchpost.org> 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_/QRJ1x34xDjLV=Vz68SVM0xO"; protocol="application/pgp-signature" 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: close 30371 Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [85.13.145.193 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 0.0 TVD_SPACE_RATIO No description available. 0.0 TVD_SPACE_RATIO_MINFP Space ratio 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 (/) --Sig_/QRJ1x34xDjLV=Vz68SVM0xO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable close 30371 --Sig_/QRJ1x34xDjLV=Vz68SVM0xO Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxHK/gACgkQ5xo1VCww uqVr1wf+JE0eoFk55O45EXPjvfR1gOnWcs/2Kpb4dNs3/3yb+WpySnpIxdWZi5ej wsFkq+jlX0mx+fVNF5xxY4HVE9bKg50557iMINkIEmPj7nSsn3ZOIhG6AF5uzeQL eT/SeedtI7TUmzEOm+kgGPwimIC/rQAKv2kwUAjKTI4IlnMbNJtMBYH6BIrEMDkH WWq4tk2OmodJ8jIvTPgfYnAiap135fZfk6i0Qac1GsCPV9u98PJq32Pu5T47Wcix 1Eb0d8WjECepsaaMcFghkMmujk+WMtksQxmk1CYu4ABZjlpIe0R4mLiRF0LqUHAh KaUWbMKwpw+rcZ/dvELGPSwaY++a2w== =NiXp -----END PGP SIGNATURE----- --Sig_/QRJ1x34xDjLV=Vz68SVM0xO-- From unknown Wed Jun 18 23:04:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 20 Feb 2019 12:24:06 +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