From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 04 12:24:37 2019 Received: (at submit) by debbugs.gnu.org; 4 Jan 2019 17:24:37 +0000 Received: from localhost ([127.0.0.1]:47029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfTD3-0004IR-KO for submit@debbugs.gnu.org; Fri, 04 Jan 2019 12:24:37 -0500 Received: from eggsout.gnu.org ([209.51.188.92]:49168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfTD2-0004II-5f for submit@debbugs.gnu.org; Fri, 04 Jan 2019 12:24:36 -0500 Received: from lists.gnu.org ([208.118.235.17]:52932) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gfTD1-0006TK-Ik for submit@debbugs.gnu.org; Fri, 04 Jan 2019 12:24:35 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfTD0-0000gL-E4 for guix-patches@gnu.org; Fri, 04 Jan 2019 12:24:35 -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.7 required=5.0 tests=BAYES_20,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 1gfTCv-0006Qn-He for guix-patches@gnu.org; Fri, 04 Jan 2019 12:24:34 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:43322) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gfTCt-0006NA-HX for guix-patches@gnu.org; Fri, 04 Jan 2019 12:24:29 -0500 Received: from dayas.3.home (77.116.172.253.wireless.dyn.drei.com [77.116.172.253]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 1B72B3367F14; Fri, 4 Jan 2019 18:24:16 +0100 (CET) From: Danny Milosavljevic To: guix-patches@gnu.org Subject: [PATCH] gnu: Add dev86. Date: Fri, 4 Jan 2019 18:24:14 +0100 Message-Id: <20190104172414.21142-1-dannym@scratchpost.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Tags: patch Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 85.13.145.193 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 0.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: -1.0 (-) * gnu/packages/assembly.scm (dev86): New variable. --- gnu/packages/assembly.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 763d183cf..63f799f41 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -122,3 +122,37 @@ abstracts over the target CPU by exposing a standard= ized RISC instruction set to the clients.") (home-page "https://www.gnu.org/software/lightning/") (license license:gpl3+))) + +(define-public dev86 + (package + (name "dev86") + (version "0.16.21") + (source (origin + (method url-fetch) + (uri (string-append "http://v3.sk/~lkundrak/dev86/Dev86src-= " + version ".tar.gz")) + (sha256 + (base32 + "154dyr2ph4n0kwi8yx0n78j128kw29rk9r9f7s2gddzrdl712jr3")))= ) + (build-system gnu-build-system) + (arguments + `(#:make-flags (list "-j" "1" ; They use submakes wrong + "CC=3Dgcc" + (string-append "PREFIX=3D" + (assoc-ref %outputs "out"))) + #:system "i686-linux" ; Standalone ld86 had problems otherwise + #:tests? #f ; No tests exist + #:phases + (modify-phases %standard-phases + (delete 'configure) + (add-before 'install 'mkdir + (lambda* (#:key outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out"))) + (mkdir-p (string-append out "/bin")) + (mkdir-p (string-append out "/man/man1")) + #t)))))) + (synopsis "X86 16-bit assembler, C compiler and linker") + (description "This package provides a X86 16-bit assembler, a C comp= iler +and a linker.") + (home-page "https://github.com/jbruchon/dev86") + (license license:gpl2))) From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 11:22:05 2019 Received: (at 33976) by debbugs.gnu.org; 9 Jan 2019 16:22:05 +0000 Received: from localhost ([127.0.0.1]:52458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghGcG-0001Rj-Vv for submit@debbugs.gnu.org; Wed, 09 Jan 2019 11:22:05 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:48150) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghGcF-0001RT-E2 for 33976@debbugs.gnu.org; Wed, 09 Jan 2019 11:22:04 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F3FFC1207; Wed, 9 Jan 2019 17:22:01 +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 ZwiW2wTHfbh0; Wed, 9 Jan 2019 17:22:00 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 2DE5611FA; Wed, 9 Jan 2019 17:22:00 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: [bug#33976] [PATCH] gnu: Add dev86. References: <20190104172414.21142-1-dannym@scratchpost.org> Date: Wed, 09 Jan 2019 17:21:59 +0100 In-Reply-To: <20190104172414.21142-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 4 Jan 2019 18:24:14 +0100") Message-ID: <874lah4x94.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (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: 33976 Cc: 33976@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.0 (/) Hi, Danny Milosavljevic skribis: > * gnu/packages/assembly.scm (dev86): New variable. [...] > + (arguments > + `(#:make-flags (list "-j" "1" ; They use submakes wrong Maybe #:parallel-build? #f for clarity. > + #:system "i686-linux" ; Standalone ld86 had problems otherwise Please add =E2=80=98supported-systems=E2=80=99 accordingly. > + #:tests? #f ; No tests exist > + #:phases > + (modify-phases %standard-phases > + (delete 'configure) > + (add-before 'install 'mkdir > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (mkdir-p (string-append out "/bin")) > + (mkdir-p (string-append out "/man/man1")) > + #t)))))) > + (synopsis "X86 16-bit assembler, C compiler and linker") > + (description "This package provides a X86 16-bit assembler, a C comp= iler > +and a linker.") s/X86/Intel 8086/, no? It=E2=80=99d be nice to add a few words about what=E2=80=99s special about = this toolchain (not obvious from their README=E2=80=A6). > + (home-page "https://github.com/jbruchon/dev86") > + (license license:gpl2))) There are no headers in source files so it should be gpl2+. OK with these changes, thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 13:34:19 2019 Received: (at 33976) by debbugs.gnu.org; 9 Jan 2019 18:34:19 +0000 Received: from localhost ([127.0.0.1]:52489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghIgE-0006dj-Nv for submit@debbugs.gnu.org; Wed, 09 Jan 2019 13:34:18 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghIgC-0006da-UQ for 33976@debbugs.gnu.org; Wed, 09 Jan 2019 13:34:17 -0500 Received: from localhost (77.116.226.247.wireless.dyn.drei.com [77.116.226.247]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 2989533601FC; Wed, 9 Jan 2019 19:34:15 +0100 (CET) Date: Wed, 9 Jan 2019 19:34:10 +0100 From: Danny Milosavljevic To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Subject: Re: [bug#33976] [PATCH] gnu: Add dev86. Message-ID: <20190109193410.53a1465e@scratchpost.org> In-Reply-To: <874lah4x94.fsf@gnu.org> References: <20190104172414.21142-1-dannym@scratchpost.org> <874lah4x94.fsf@gnu.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_/lWqk2=z+2rVGRdLC5/MHU8k"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33976 Cc: 33976@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_/lWqk2=z+2rVGRdLC5/MHU8k Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable > It=E2=80=99d be nice to add a few words about what=E2=80=99s special abou= t this > toolchain (not obvious from their README=E2=80=A6). It's primarily 16-bit. I package it because of xen which uses it to compile old-school BIOSes. It was quite popular in 1990 and used even by the Linux kernel. Nowadays, few projects still use it.=20 I pushed it as 1bde3d2cbf311f6d6c733339a000b7395cb2f945. Please amend description if necessary. --Sig_/lWqk2=z+2rVGRdLC5/MHU8k Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlw2PqIACgkQ5xo1VCww uqU+Jgf/VWrr/vjU5TlLyTaDxp6j3gvvVnNtj3CXkQJZKoNrsNzykntfTna9ai2J BRYcTbEdcglrZNOx5Ao6COzrqfYcEHJc1DNbADuvvFpzjPmwqSlpVVCnfwsD+lFL pn+K8/b0LYT9zUXLawQ4aqfTO6IvR56229OARJPOGREezaXARxcPh5l2422xIDHS fKA0eR6YP1+7I/L0J9/N0pYx3fsXjHWFNBtfHvurS92a6G7qxbu1MniCHpVKw/QJ 4D5iyTjflFXFACxtHyIeZ6/vP/7bD14qZZeKERUHKbqDJXRhq0yEvACYCQP1OaXC 4nZKK3GYvyi7T1XW0vOmP9bThqtLQg== =4nST -----END PGP SIGNATURE----- --Sig_/lWqk2=z+2rVGRdLC5/MHU8k-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 09 13:34:49 2019 Received: (at control) by debbugs.gnu.org; 9 Jan 2019 18:34:49 +0000 Received: from localhost ([127.0.0.1]:52492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghIgj-0006eU-2K for submit@debbugs.gnu.org; Wed, 09 Jan 2019 13:34:49 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:44144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghIgh-0006eM-BG for control@debbugs.gnu.org; Wed, 09 Jan 2019 13:34:47 -0500 Received: from localhost (77.116.226.247.wireless.dyn.drei.com [77.116.226.247]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 783C433601FC for ; Wed, 9 Jan 2019 19:34:46 +0100 (CET) Date: Wed, 9 Jan 2019 19:34:42 +0100 From: Danny Milosavljevic To: Message-ID: <20190109193442.1642753e@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_/Enq3154tbyeKLc1zK2h6iiK"; 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 33976 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] 0.0 TVD_SPACE_RATIO No description available. 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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_/Enq3154tbyeKLc1zK2h6iiK Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable close 33976 --Sig_/Enq3154tbyeKLc1zK2h6iiK Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlw2PsIACgkQ5xo1VCww uqU+tAf/dxJAy04shEMhC2R999Xt4foocXoXs3XEXMymJnbNE0d6SB74EH7xG8kh scsiIkL1UXmgde0JAwRF9ltQUEH6mk13KW2lPPsmfFuSzYkrKskYPUmRpZRTatBe xpdeO4XYTDE0bha/sWa9a3zd220QiCr4ayHd4ry8QrcNG5UpjM6WAs4zWpfh9Puw dFNfgIz0IE7+NwXWg0FxnlW62Z+xs9pb8HbhUKQie/Y3uXkGay1+NnFyfabvfHP1 THKnAGE/6JwauojOh9w0OILZfNEX6dQewdgGoOIHnHj5CQ5LeeOzSbqATnsRifwO MAjO395j6Xcgp9XldasZlrMPg3KLsg== =isHV -----END PGP SIGNATURE----- --Sig_/Enq3154tbyeKLc1zK2h6iiK-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 10 03:32:02 2019 Received: (at 33976-done) by debbugs.gnu.org; 10 Jan 2019 08:32:02 +0000 Received: from localhost ([127.0.0.1]:52916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghVkw-0002TR-8j for submit@debbugs.gnu.org; Thu, 10 Jan 2019 03:32:02 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:54132) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghVkt-0002T0-UR for 33976-done@debbugs.gnu.org; Thu, 10 Jan 2019 03:32:00 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 44128FD8; Thu, 10 Jan 2019 09:31:58 +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 REeng1SkWMRy; Thu, 10 Jan 2019 09:31:56 +0100 (CET) Received: from ribbon (unknown [IPv6:2001:660:6102:320:e120:2c8f:8909:cdfe]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 4DF17F35; Thu, 10 Jan 2019 09:31:56 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Danny Milosavljevic Subject: Re: [bug#33976] [PATCH] gnu: Add dev86. References: <20190104172414.21142-1-dannym@scratchpost.org> <874lah4x94.fsf@gnu.org> <20190109193410.53a1465e@scratchpost.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 21 =?utf-8?Q?Niv=C3=B4se?= an 227 de la =?utf-8?Q?R?= =?utf-8?Q?=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: Thu, 10 Jan 2019 09:31:55 +0100 In-Reply-To: <20190109193410.53a1465e@scratchpost.org> (Danny Milosavljevic's message of "Wed, 9 Jan 2019 19:34:10 +0100") Message-ID: <871s5kgbgk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (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: 33976-done Cc: 33976-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: -0.0 (/) Hello, Danny Milosavljevic skribis: > It's primarily 16-bit. I package it because of xen which uses it to comp= ile > old-school BIOSes. > > It was quite popular in 1990 and used even by the Linux kernel. Oh, fun. > I pushed it as 1bde3d2cbf311f6d6c733339a000b7395cb2f945. Thanks! > Please amend description if necessary. I=E2=80=99m not in a good position to do that because I know too little abo= ut it. In general, I don=E2=80=99t think the burden should be on the reviewer= =E2=80=94we already have too few people reviewing patches. Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 10 08:01:10 2019 Received: (at 33976-done) by debbugs.gnu.org; 10 Jan 2019 13:01:10 +0000 Received: from localhost ([127.0.0.1]:53037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghZxO-0002aT-6B for submit@debbugs.gnu.org; Thu, 10 Jan 2019 08:01:10 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:45468) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghZxM-0002aJ-0g for 33976-done@debbugs.gnu.org; Thu, 10 Jan 2019 08:01:08 -0500 Received: from localhost (77.116.226.247.wireless.dyn.drei.com [77.116.226.247]) by dd26836.kasserver.com (Postfix) with ESMTPSA id D1FCA3360312; Thu, 10 Jan 2019 14:01:06 +0100 (CET) Date: Thu, 10 Jan 2019 14:01:02 +0100 From: Danny Milosavljevic To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Subject: Re: [bug#33976] [PATCH] gnu: Add dev86. Message-ID: <20190110140102.50560e36@scratchpost.org> In-Reply-To: <871s5kgbgk.fsf@gnu.org> References: <20190104172414.21142-1-dannym@scratchpost.org> <874lah4x94.fsf@gnu.org> <20190109193410.53a1465e@scratchpost.org> <871s5kgbgk.fsf@gnu.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_/FyVM.nv1Mv7remAN2UN8kTm"; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 33976-done Cc: 33976-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_/FyVM.nv1Mv7remAN2UN8kTm Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo, On Thu, 10 Jan 2019 09:31:55 +0100 Ludovic Court=C3=A8s wrote: > > Please amend description if necessary. =20 >=20 > I=E2=80=99m not in a good position to do that because I know too little a= bout > it. In general, I don=E2=80=99t think the burden should be on the review= er=E2=80=94we > already have too few people reviewing patches. I agree! I had already extended the description. I meant don't hesitate to edit it further if you want to. --Sig_/FyVM.nv1Mv7remAN2UN8kTm Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlw3Qg4ACgkQ5xo1VCww uqXQ1Af/exSRnJ10Js5HMhdkQPPgH9y7SGASUQKnIgGK276G0pb+vC2AnEDxZ3h7 /hbDPC9bRxeQ+6p53ynyHNAv4i0Yj9FoR5wDCxSYgCpD0hpxi9kBDUmgAedpi9ds nNCPIcjd+cwtHdAjLRscwSTO6r6G3OVyLzZlAIKciQON8SOwEAiI8PbKVNVUfla7 UIX/7QRLTGfU6L2JVp3uB3k9azMzTXhNmI6IZ5hBUliwqoW1pC6jts1Jjsx0TINU uEuGopTMztgx/gxyt3C6WbIcl01k+CN5WSf21IHtZkH6Xa+hs9QO+ZVE6EjieEna g8YFRLobAHij/zLHpJ6nMo2JhxQ+bA== =2Fzi -----END PGP SIGNATURE----- --Sig_/FyVM.nv1Mv7remAN2UN8kTm-- From unknown Sun Aug 10 07:14:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 08 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