From unknown Wed Jun 18 00:16:08 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#73242 <73242@debbugs.gnu.org> To: bug#73242 <73242@debbugs.gnu.org> Subject: Status: [PATCH] gnu: guile-static-initrd: Remove (sxml) module hierarchy. Reply-To: bug#73242 <73242@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:16:08 +0000 retitle 73242 [PATCH] gnu: guile-static-initrd: Remove (sxml) module hierar= chy. reassign 73242 guix-patches submitter 73242 Tobias Geerinckx-Rice severity 73242 normal tag 73242 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 13 22:58:30 2024 Received: (at submit) by debbugs.gnu.org; 14 Sep 2024 02:58:30 +0000 Received: from localhost ([127.0.0.1]:44528 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spIzW-0003jn-Bq for submit@debbugs.gnu.org; Fri, 13 Sep 2024 22:58:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:48160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spIzV-0003jg-2f for submit@debbugs.gnu.org; Fri, 13 Sep 2024 22:58:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spIzK-0001OA-TE for guix-patches@gnu.org; Fri, 13 Sep 2024 22:58:18 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spIzI-0000Y5-Vx for guix-patches@gnu.org; Fri, 13 Sep 2024 22:58:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=muBkEPqy+FMD+ iMNrL3M5vWTq06KwQrMlqzKMzRdZNw=; h=date:subject:to:from; d=tobias.gr; b=o496gXhP3q/BxR4uTvj6Q7az2/We8A0R3FkzSMnXYQoIhlnzoAEIhL6AqJH27QKDJJBD xIYqkaWRijRF6WVfgCcNyObUCiKcoPLQTX+JpuNAJPg/agcFoyz9OfNP8gtNPzF5FWvdSk FmBzEZ0NBEnjMyGebsx2LiOajhMgkxk4OdnxEep/BliwcbH81w3JFG1iLAWAQIY66X0CMg ZZnUA1fpSqGgkr6o+IgCJJ06O/OJgkbTsl/vJPiwDXuyxn/r9CYXCilO+uViCg7f2IQU2G dnnhJ+/SdnFmAzaQZZwn++266cgTv8CUZJCs3LSzj5iv8vXD1+v1e6ns6s9UXoDQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 0d80384f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 14 Sep 2024 02:58:08 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: guile-static-initrd: Remove (sxml) module hierarchy. Date: Sat, 14 Sep 2024 04:56:50 +0200 Message-ID: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Andreas Enge , Ludovic Courtès Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) 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.7 (--) If anything is ‘useless in an initrd’ it better be XML support. As of Guile 3.0.9, removing it saves 1418K bytes uncompressed, or 3% of the total static Guile size. * gnu/packages/make-bootstrap.scm (%guile-static-initrd): Remove sxml/. Change-Id: I592dec18c422500eca50663256586ca92df1ac37 --- gnu/packages/make-bootstrap.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm index 91796efd0f..edc536bff4 100644 --- a/gnu/packages/make-bootstrap.scm +++ b/gnu/packages/make-bootstrap.scm @@ -760,6 +760,7 @@ (define %guile-static-initrd "language/elisp" "oop" "scripts" + "sxml" "texinfo" "web")))) (name "guile-static-initrd"))) base-commit: c572cf81f4b322af4280ac2133889c997e39d247 prerequisite-patch-id: 65ced16d2330bba0375e48d191afdbb75939c234 prerequisite-patch-id: a84660e898acd198c099d9b5bcafc65731d749b6 prerequisite-patch-id: 51dfb8a914e5ae374b05aabf37071bc23f499442 prerequisite-patch-id: 1ae8937b79e905fa97c9bba8923230b49f02d1d3 prerequisite-patch-id: 995a992e120734d4fb4b198518f78736cf3386bf prerequisite-patch-id: 6dc38cc7f341b52ccd3aaac580f0762cef08a047 prerequisite-patch-id: c3b6a024c67d2b2d819e83de66b7f6828225bbe7 prerequisite-patch-id: 241cb117acd301ac875feea5574544adb9e2abf4 prerequisite-patch-id: ea111e1c88a7a97ecf8e13b2e608dcfde6a9893f prerequisite-patch-id: 4fc8aac18afc1b417e3c9825015f6013a7d31209 prerequisite-patch-id: 364ca15152b3e86a77ee64abcf599173ea75d1bd prerequisite-patch-id: 2f4066d1d249a7c775a86bda300ffe4747eca5ca prerequisite-patch-id: f20ff1a7a3fd63bc23eb305b23371ed46aede738 prerequisite-patch-id: 66eb3b0b8d5565169223d6dcaaef60e193ecaf17 prerequisite-patch-id: 9a5b632245d8ba1373272bb80f09c26fd19fbfae prerequisite-patch-id: de8ec49057de5627d9515171a5a416c96230efa4 prerequisite-patch-id: cc1e82738c178db88befbb4779574ee9782e7c30 -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 07:53:40 2024 Received: (at 73242) by debbugs.gnu.org; 16 Sep 2024 11:53:41 +0000 Received: from localhost ([127.0.0.1]:51200 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqAIW-0002m5-LN for submit@debbugs.gnu.org; Mon, 16 Sep 2024 07:53:40 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqAIV-0002lm-Ce for 73242@debbugs.gnu.org; Mon, 16 Sep 2024 07:53:39 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 785B7617; Mon, 16 Sep 2024 13:53:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.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 hRfyucMpsglO; Mon, 16 Sep 2024 13:53:18 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 83EE056F; Mon, 16 Sep 2024 13:53:18 +0200 (CEST) Date: Mon, 16 Sep 2024 13:53:16 +0200 From: Andreas Enge To: Tobias Geerinckx-Rice Subject: Re: [bug#73242] [PATCH] gnu: guile-static-initrd: Remove (sxml) module hierarchy. Message-ID: References: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73242 Cc: 73242@debbugs.gnu.org, Ludovic =?iso-8859-15?Q?Court=E8s?= 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 (-) Am Sat, Sep 14, 2024 at 04:56:50AM +0200 schrieb Tobias Geerinckx-Rice: > If anything is ‘useless in an initrd’ it better be XML support. As of > Guile 3.0.9, removing it saves 1418K bytes uncompressed, or 3% of the > total static Guile size. I do not know why I am in cc, having no particular knowledge of initrds; but indeed I find your argument convincing, assuming you have tested to boot into the resulting system. Andreas From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 08:11:51 2024 Received: (at 73242) by debbugs.gnu.org; 16 Sep 2024 12:11:51 +0000 Received: from localhost ([127.0.0.1]:51229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqAa7-0003ro-1G for submit@debbugs.gnu.org; Mon, 16 Sep 2024 08:11:51 -0400 Received: from tobias.gr ([80.241.217.52]:45386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqAa4-0003rc-FM for 73242@debbugs.gnu.org; Mon, 16 Sep 2024 08:11:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=7nsOUFBWaO2ml 3xhO4OfcVAwW+O/kN1HXvv+gpLpUWA=; h=references:in-reply-to:subject:cc: to:from:date; d=tobias.gr; b=pr0mKzkyycmraJBrZwDyPmS3qnUG61iIVjnSnAc+d BJI9RxeQYXwKqomBVv0QLZTpbBhVg3Ni9vejihuWYvSgCDUyQxugPkosodHVZf5UNTDv6S sQe2zGIOB28N03JhwG1geR1TV7XnbJuJeHPX7XAiwgMShM5x+VeFN2hHpcMmLpMrZRfV9Z foMZLI5lU0xgRZ8MnzcIZScYr9HWO9J3Ph5B/DiCMkNDy72hUnQEUMoRvGM7FZ1E5Vy6MK EsNVWVo+Sg/XL+ZN2cVYa9Nj6xQBKM4KioA9Whq9hhpUTL0UFXbpIyAZrsPjQVth5JaoHx jZ0nY1QxZUO9YzDIzBwUA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 679340c9 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 16 Sep 2024 12:11:28 +0000 (UTC) Date: Mon, 16 Sep 2024 12:11:28 +0000 From: Tobias Geerinckx-Rice To: Andreas Enge Subject: =?US-ASCII?Q?Re=3A_=5Bbug=2373242=5D_=5BPATCH=5D_gnu=3A_guile-stati?= =?US-ASCII?Q?c-initrd=3A_Remove_=28sxml=29_module_hierarchy=2E?= In-Reply-To: References: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> Message-ID: <15BC73F8-3264-44CF-B189-FA49A8AE62AE@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 73242 Cc: 73242@debbugs.gnu.org, =?ISO-8859-1?Q?Ludovic_Court=E8s?= 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 Andreas, On 16 September 2024 11:53:16 UTC, Andreas Enge wrote: >Am Sat, Sep 14, 2024 at 04:56:50AM +0200 schrieb Tobias Geerinckx-Rice: >> If anything is =E2=80=98useless in an initrd=E2=80=99 it better be XML = support=2E As of >> Guile 3=2E0=2E9, removing it saves 1418K bytes uncompressed, or 3% of t= he >> total static Guile size=2E > >I do not know why I am in cc, having no particular knowledge of initrds; Because you foolishly volunteered for the 'core packages' team covering (g= nu packages make-bootstrap)=2E :-) Since you bring it up: no, %guile-static-initrd doesn't particularly belon= g there=2E It's there only to keep MAKE-GUILE-STATIC-STRIPPED private=2E In fact I'd move it to (gnu system linux-initrd) if I choose to rewrite it= to opt into modules rather than out of them=2E That saves more than a few= megabytes more, and boots fine, at the expense of not having them availabl= e at the 'early boot REPL'=2E I'll see=2E >but indeed I find your argument convincing, assuming you have tested to >boot into the resulting system=2E The patch was sent from one=2E Thanks! Kind regards, T G-R Sent on the go=2E Excuse or enjoy my brevity=2E From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 16 16:22:38 2024 Received: (at 73242) by debbugs.gnu.org; 16 Sep 2024 20:22:38 +0000 Received: from localhost ([127.0.0.1]:53419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqIF4-0006HT-7z for submit@debbugs.gnu.org; Mon, 16 Sep 2024 16:22:38 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51292) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqIF0-0006HC-PG for 73242@debbugs.gnu.org; Mon, 16 Sep 2024 16:22:36 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sqIEh-0005S5-17; Mon, 16 Sep 2024 16:22:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=4HxwyleAu99DDuiBqGTLxJbsXoF4mLqTLN7OJZNFcsk=; b=XzW+XvNjLwIn6nXCET0V 8YcYCYlDHnPDPKymIGfGDf9/AFrk/6toDn5j+bKm8qLMqGBDio0pVn2za0p8jeTh+U9rvW/uM/bUx o9TRBUeHu/MdMONLho6rjTqpLjGqpse44+bYZZC14WiwF4Ota3k7NDzq5Y8ppQ+7ajLZTyZlndMKD MVStKLYqUmKTjgxHgrMiPUP3tddRTxX4K2RbZuULCpCMuM87ySh668avV2pEDeFgRUgZeM2LDMAcE v2qQVoyA+9zh9Zn1iUFgIhfUvBYBY0QklfdPmrQbjLF+yJ7WJ4AKPOGouxoBw4IC3gFAnZjOK63pT 32xF2BFQVzAJ8g==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Tobias Geerinckx-Rice Subject: Re: [bug#73242] [PATCH] gnu: guile-static-initrd: Remove (sxml) module hierarchy. In-Reply-To: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> (Tobias Geerinckx-Rice's message of "Sat, 14 Sep 2024 04:56:50 +0200") References: <93d2f2f507f01a51eccd3a6394b801d53ee83fdc.1726282610.git.me@tobias.gr> Date: Mon, 16 Sep 2024 22:22:06 +0200 Message-ID: <87zfo79wnl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73242 Cc: 73242@debbugs.gnu.org, Andreas Enge 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: -3.3 (---) Tobias Geerinckx-Rice skribis: > If anything is =E2=80=98useless in an initrd=E2=80=99 it better be XML su= pport. As of > Guile 3.0.9, removing it saves 1418K bytes uncompressed, or 3% of the > total static Guile size. > > * gnu/packages/make-bootstrap.scm (%guile-static-initrd): Remove sxml/. > > Change-Id: I592dec18c422500eca50663256586ca92df1ac37 LGTM! :-) Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 25 12:02:03 2024 Received: (at control) by debbugs.gnu.org; 25 Sep 2024 16:02:04 +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 1stUSo-0004bh-Of for submit@debbugs.gnu.org; Wed, 25 Sep 2024 12:02:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1stUSm-0004b3-Ua for control@debbugs.gnu.org; Wed, 25 Sep 2024 12:02:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1stUSG-0007bT-Kk for control@debbugs.gnu.org; Wed, 25 Sep 2024 12:01:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:Subject:From:To:Date:in-reply-to: references; bh=pxZIkNDHHA1JWqhl1q9Jr4nogbCZfu+UnLbZZTjlPaQ=; b=a/0eDxzWLXEflb WCO8nOUUKkT+vGJFG5PD9A8F74vsYIQnFHD/zCnNwV0729K9Z7+BrJajeNb/lhzCuL4Za/cl8O0XN ppT/J+D3alEpC2skteX15DwwRv9cF4eSjzhoDosc2gfdf+EF2Bkb9mKsCZzqZm/Kteunl8WOYB0vl uI18K08zB6uMNIBGTsno+kKRgA1qtLEH0zQzZ7x81cAGtIJ46xW8MS8NJDqqdMHhxFulG0f9H2F3f fxjmwmSlvsbpTjaVMyFmnjLLeTpuSoVRWApg+ITlfPHsFSSWqL0GGSsm7TGR/BX0N/8sIC3GG/+8v ma/1I1EJopZnZrgL0LHQ==; Date: Wed, 25 Sep 2024 18:01:22 +0200 Message-Id: <87setnsox9.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #73242 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 73242 quit From unknown Wed Jun 18 00:16: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: Thu, 24 Oct 2024 11:24:13 +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