From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 14:41:56 2025 Received: (at submit) by debbugs.gnu.org; 19 Feb 2025 19:41:56 +0000 Received: from localhost ([127.0.0.1]:52142 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tkpxD-00055L-Ok for submit@debbugs.gnu.org; Wed, 19 Feb 2025 14:41:56 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40982) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tkpxB-00054R-AU for submit@debbugs.gnu.org; Wed, 19 Feb 2025 14:41:54 -0500 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 1tkpx2-0001Iz-EJ for guix-patches@gnu.org; Wed, 19 Feb 2025 14:41:45 -0500 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tkpwz-0005FE-VT for guix-patches@gnu.org; Wed, 19 Feb 2025 14:41:44 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4Yymwl6YDMzDqtB; Wed, 19 Feb 2025 19:41:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1739994099; bh=0wIhQhtexQYcuFxow82HQUEjpRaTpjO8qV+CtKWpW+o=; h=From:To:Cc:Subject:Date:From; b=fauEk5XmH41s35tjfzYjaksYOR855xNFZ5EKVSX6fmC7RxROQzWuThnkjPfMBDfD1 n9SFYLV9Gc4gLGU2EXLog41SF1NQOX2B8AxJ0w0IhXB8s7qZU9BlatLupvfr7WMrQW S9w67wwElVW/AQNk/8bL7zVsiaC7DVBlvMBAVehY= X-Riseup-User-ID: E1654370C932170AC28AE9A79113631A22598944894AB382E01D9E762F371B2B Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4Yymwk6b4kzFvRy; Wed, 19 Feb 2025 19:41:26 +0000 (UTC) From: =?UTF-8?q?Andr=C3=A9=20Batista?= To: guix-patches@gnu.org Subject: [PATCH] gnu: mozjs: Update to 128.7.0. Date: Wed, 19 Feb 2025 16:40:22 -0300 Message-ID: <20250219194030.2505-1-nandre@riseup.net> MIME-Version: 1.0 X-Debbugs-Cc: liliana.prikler@gmail.com, clement@lassieur.org, ian@retrospec.tv, jonathan.brielmaier@web.de, mhw@netris.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=nandre@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Andr=C3=A9=20Batista?= , Liliana Marie Prikler 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/gnuzilla.scm (mozjs): Update to 128.7.0. [#:phases]: Set HOME. : Update accordingly. [native-inputs]: Add rust-cbindgen. [inputs]: Use icu4c-73. (mozjs-102): New variable. (mozjs-91) [inputs]: Adjust accordingly. * gnu/packages/gnome.scm (gjs) [propagated-inputs]: Keep using mozjs-102. Change-Id: I231144295f3567a091a9292b4dc4168e9c7d49f7 Co-Authored-By: Liliana Marie Prikler --- gnu/packages/gnome.scm | 2 +- gnu/packages/gnuzilla.scm | 53 ++++++++++++++++++++++++++++++++++----- 2 files changed, 48 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1e8d813682..ecc55073cd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7864,7 +7864,7 @@ (define-public gjs xorg-server-for-tests)) (propagated-inputs ;; These are all in the Requires.private field of gjs-1.0.pc. - (list cairo gobject-introspection mozjs)) + (list cairo gobject-introspection mozjs-102)) (inputs (list gtk+ readline)) (synopsis "Javascript bindings for GNOME") diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 49c8e8a7fd..a9df89af95 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -104,7 +104,7 @@ (define-module (gnu packages gnuzilla) (define-public mozjs (package (name "mozjs") - (version "102.2.0") + (version "128.7.0") (source (origin (method url-fetch) ;; TODO: Switch to IceCat source once available on ftp.gnu.org. @@ -113,7 +113,7 @@ (define-public mozjs version "esr.source.tar.xz")) (sha256 (base32 - "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81")))) + "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0")))) (build-system gnu-build-system) (arguments (list @@ -161,6 +161,8 @@ (define-public mozjs ;; but not the root directory either. (mkdir "run-configure-from-here") (chdir "run-configure-from-here") + ;; Configure script writes to $HOME. + (setenv "HOME" (getcwd)) (setenv "SHELL" (which "sh")) (setenv "CONFIG_SHELL" (which "sh")) (setenv "AUTOCONF" (which "autoconf")) @@ -198,7 +200,29 @@ (define-public mozjs ;; FIXME: got "en-US-posix", expected "en-US-POSIX". (delete-file "non262/Intl/available-locales-supported.js") ;; FIXME: got "en-US", expected "en-US-POSIX" - (delete-file "non262/Intl/available-locales-resolved.js")))) + (delete-file "non262/Intl/available-locales-resolved.js") + + ;;; Since 115: + ;; Mismatching array lengths + (delete-file "non262/Intl/supportedValuesOf-timeZones-canonical.js") + ;; FIXME: got "America/Santa_Isabel", expected "America/Tijuana": + ;; America/Santa_Isabel -> America/Tijuana + (delete-file "non262/Intl/DateTimeFormat/timeZone_backward_links.js") + ;; TODO: tzdata 2024a expected – find a way to regenerate + ;; these generated tests + (delete-file "non262/Intl/DateTimeFormat/timeZone_version.js") + + ;; FIXME: got "\uD840\uDDF2", expected "\u5047" + (delete-file "non262/Intl/Collator/implicithan.js") + ;; FIXME: got "\uD840\uDDF2", expected "\u3467" + (delete-file "non262/Intl/Collator/big5han-gb2312han.js") + + ;; Since 128: + ;; FIXME: got (void 0), expected "GMT" + (delete-file "non262/Intl/DateTimeFormat/formatRange-timeZoneName-matches-format.js") + ;; FIXME: got 7, expected 9: parts count mismatch + (delete-file "non262/Intl/DateTimeFormat/formatRange-timeZone-offset.js") + (delete-file "non262/Intl/DateTimeFormat/formatRange-timeZoneName.js")))) (add-before 'check 'pre-check (lambda _ (setenv "JSTESTS_EXTRA_ARGS" @@ -219,9 +243,10 @@ (define-public mozjs pkg-config python-wrapper rust - `(,rust "cargo"))) + `(,rust "cargo") + rust-cbindgen)) (inputs - (list icu4c readline zlib)) + (list icu4c-73 readline zlib)) (propagated-inputs (list nspr)) ; in the Requires.private field of mozjs-*.pc (home-page @@ -231,6 +256,22 @@ (define-public mozjs in C/C++.") (license license:mpl2.0))) ; and others for some files +(define-public mozjs-102 + (package + (inherit mozjs) + (name "mozjs") + (version "102.2.0") + (source (origin + (method url-fetch) + (uri (string-append "https://ftp.mozilla.org/pub/firefox" + "/releases/" version "esr/source/firefox-" + version "esr.source.tar.xz")) + (sha256 + (base32 + "1zwpgis7py1bf8p88pz3mpai6a02qrdb8ww2fa9kxxdl9b8r2k81")))) + (inputs (modify-inputs (package-inputs mozjs) + (replace "icu4c-73" icu4c))))) + (define-public mozjs-91 (package (inherit mozjs) @@ -260,7 +301,7 @@ (define-public mozjs-91 (delete-file "non262/Intl/DateTimeFormat/tz-environment-variable.js")))))))) (inputs (modify-inputs (package-inputs mozjs) - (replace "icu4c" icu4c-69))))) + (replace "icu4c-73" icu4c-69))))) (define-public mozjs-78 (package base-commit: 93551174af7a96d61f22f013ad1b9935106bf040 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 19 16:31:17 2025 Received: (at 76421) by debbugs.gnu.org; 19 Feb 2025 21:31:17 +0000 Received: from localhost ([127.0.0.1]:53357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tkrf2-0007Ao-S4 for submit@debbugs.gnu.org; Wed, 19 Feb 2025 16:31:17 -0500 Received: from mx1.riseup.net ([198.252.153.129]:39014) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tkrez-00079i-O0 for 76421@debbugs.gnu.org; Wed, 19 Feb 2025 16:31:14 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4YyqMG4hXBzDqmQ; Wed, 19 Feb 2025 21:31:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1740000666; bh=Z+KOCkJYK90ep3mmdWmg8ZGUs6XBIx1QEZQF+zkooOE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rQjnrj/tnVmFcxZUBzz8vrK5x0U+i0L0IZMXAD3uDBp7/HmyztOsBumRQ4VxRFTrJ 48MjV4Mw2SnlD1nLgwzwPEp7KL3yyJBT80sTp5Dj/hxonuPqzfDqK5RkzotSpKlVZB Vr85jo8BnhGPfS0to704feaawdfyqS8iDfwqyb68= X-Riseup-User-ID: 11DDDB02414F87A4CF15C1D6C7107A33BC76E95B444814264FAAAA0D6A3559D8 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YyqM24mFRzFvLv; Wed, 19 Feb 2025 21:30:54 +0000 (UTC) Date: Wed, 19 Feb 2025 18:30:47 -0300 From: =?iso-8859-1?Q?Andr=E9?= Batista To: 76421@debbugs.gnu.org Subject: Re: [PATCH] Broken, do not commit Message-ID: References: <20250219194030.2505-1-nandre@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250219194030.2505-1-nandre@riseup.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76421 Cc: Liliana Marie Prikler 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 (-) Please do not commit this patch. It actually breaks the build of mozjs-102 on account of new file deletions on v. 128. I'll work on a version 2. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 20 13:02:23 2025 Received: (at 76421) by debbugs.gnu.org; 20 Feb 2025 18:02:23 +0000 Received: from localhost ([127.0.0.1]:40270 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tlAsQ-0000E4-8e for submit@debbugs.gnu.org; Thu, 20 Feb 2025 13:02:22 -0500 Received: from mx1.riseup.net ([198.252.153.129]:58562) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tlAsN-0000D6-VJ for 76421@debbugs.gnu.org; Thu, 20 Feb 2025 13:02:20 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4YzLgp1rf4zDrKn; Thu, 20 Feb 2025 18:02:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1740074534; bh=n8LhAQY7QVZeu/026wifHsuRgmOzdO5f3qIgddIhbUU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P8BE4UQLf17KKdo/JE0ribJphG0DPPUdXl6geq1cYNttsbGcOnNdhtPghBrAcL3va z+Dy/2hOUHIKqEHfTCegQSW8gcRnrJV53BoAxcNRME1pTjTgw2c/9gCiLkSxitTMkt jTbdchrWYjqQnPNl1DNR0wy0/Zx/51WyxZdn2Sn4= X-Riseup-User-ID: 9F39893DF6915DADE883DC5D3270B926BA7431925380438F4EDC8AD0CE04C67F Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4YzLgn0hqRzFvVD; Thu, 20 Feb 2025 18:02:12 +0000 (UTC) From: =?UTF-8?q?Andr=C3=A9=20Batista?= To: 76421@debbugs.gnu.org Subject: [PATCH v2] gnu: Add mozjs-128 Date: Thu, 20 Feb 2025 15:02:01 -0300 Message-ID: <20250220180205.1137-1-nandre@riseup.net> In-Reply-To: References: MIME-Version: 1.0 X-Debbugs-Cc: liliana.prikler@gmail.com, clement@lassieur.org, ian@retrospec.tv, jonathan.brielmaier@web.de, mhw@netris.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76421 Cc: =?UTF-8?q?Andr=C3=A9=20Batista?= , Liliana Marie Prikler 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 (-) * gnu/packages/gnuzilla.scm (mozjs-128): New variable. Co-Authored-By: Liliana Marie Prikler Change-Id: I67e8f99c35df30379e9dea3b2ceacda2b4d138de --- gnu/packages/gnuzilla.scm | 56 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 7056dc0b52..b6d194d1bf 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -21,6 +21,8 @@ ;;; Copyright © 2021 Baptiste Strazzul ;;; Copyright © 2022 SeerLite ;;; Copyright © 2024 Aleksandr Vityazev +;;; Copyright © 2025 Liliana Marie Prikler +;;; Copyright © 2025 André Batista ;;; ;;; This file is part of GNU Guix. ;;; @@ -231,6 +233,60 @@ (define-public mozjs in C/C++.") (license license:mpl2.0))) ; and others for some files +(define-public mozjs-128 + (package + (inherit mozjs) + (name "mozjs") + (version "128.7.0") + (source (origin + (method url-fetch) + (uri (string-append "https://ftp.mozilla.org/pub/firefox" + "/releases/" version "esr/source/firefox-" + version "esr.source.tar.xz")) + (sha256 + (base32 + "1xwl6z8ax3dw5hjb5lwpl5641rmlizmfqs3xg74cnczsvm7bz9z0")))) + (inputs (modify-inputs (package-inputs mozjs) + (replace "icu4c" icu4c-73))) + (native-inputs (modify-inputs (package-native-inputs mozjs) + (append rust-cbindgen))) + (arguments + (substitute-keyword-arguments (package-arguments mozjs) + ((#:phases phases #~%standard-phases) + #~(modify-phases #$phases + (add-before 'configure 'pre-configure-mozjs-v128 + ;; These logically belong to two different phases ('configure and + ;; 'adjust-tests). Move them to their proper places when this version + ;; becomes the main one. + (lambda _ + ;; Configure script writes to $HOME. + (setenv "HOME" (string-append (getcwd) + "/" "run-configure-from-here")) + ;; 'adjust-tests + (with-directory-excursion "js/src/tests" + ;; Since 115: + ;; Mismatching array lengths + (delete-file "non262/Intl/supportedValuesOf-timeZones-canonical.js") + ;; FIXME: got "America/Santa_Isabel", expected "America/Tijuana": + ;; America/Santa_Isabel -> America/Tijuana + (delete-file "non262/Intl/DateTimeFormat/timeZone_backward_links.js") + ;; TODO: tzdata 2024a expected – find a way to regenerate + ;; these generated tests + (delete-file "non262/Intl/DateTimeFormat/timeZone_version.js") + ;; FIXME: got "\uD840\uDDF2", expected "\u5047" + (delete-file "non262/Intl/Collator/implicithan.js") + ;; FIXME: got "\uD840\uDDF2", expected "\u3467" + (delete-file "non262/Intl/Collator/big5han-gb2312han.js") + ;; Since 128: + ;; FIXME: got (void 0), expected "GMT" + (delete-file + "non262/Intl/DateTimeFormat/formatRange-timeZoneName-matches-format.js") + ;; FIXME: got 7, expected 9: parts count mismatch + (delete-file + "non262/Intl/DateTimeFormat/formatRange-timeZone-offset.js") + (delete-file + "non262/Intl/DateTimeFormat/formatRange-timeZoneName.js")))))))))) + (define-public mozjs-78 (package (inherit mozjs) base-commit: 93551174af7a96d61f22f013ad1b9935106bf040 -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 08 08:20:49 2025 Received: (at 76421-done) by debbugs.gnu.org; 8 Mar 2025 13:20:50 +0000 Received: from localhost ([127.0.0.1]:53388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tqu6j-0005BK-K6 for submit@debbugs.gnu.org; Sat, 08 Mar 2025 08:20:49 -0500 Received: from mx1.riseup.net ([198.252.153.129]:57746) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tqu6g-0005Az-Su for 76421-done@debbugs.gnu.org; Sat, 08 Mar 2025 08:20:47 -0500 Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4Z93gX4hYwzDsTq for <76421-done@debbugs.gnu.org>; Sat, 8 Mar 2025 13:20:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1741440040; bh=lF6Z3aY97mdkNebpHu+2w8svW5hnYMclHE9S705JCeM=; h=Date:From:To:Subject:References:In-Reply-To:From; b=gGy1XFGZrQ1chkzxtuHCf8eWqUYRIAMI1NyzAuPL7954SjvLR1M3utTp9xp5m5tjF 6hHv9A47gnJboCl4T7Z8MlgPmV9+xtgQKFu+V/RkLUoTpWT5R8DvJx0p/h47/4W/GK 7vKipTsckWwWD3KEc8Wv5A+SOZ2qpA5ddjObCTl0= X-Riseup-User-ID: 8E4FE958B19C30F514D1EBF5BF982D97A827507792E11AA7EF1ED5110D21A155 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4Z93gW453NzFtFJ for <76421-done@debbugs.gnu.org>; Sat, 8 Mar 2025 13:20:39 +0000 (UTC) Date: Sat, 8 Mar 2025 10:20:35 -0300 From: =?iso-8859-1?Q?Andr=E9?= Batista To: 76421-done@debbugs.gnu.org Subject: Re: close. Message-ID: References: <20250219194030.2505-1-nandre@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250219194030.2505-1-nandre@riseup.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76421-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.7 (-) Discarded in favor of 7c6ebbd9e639074b97881d311d4975b8e5214371. From unknown Tue Jun 17 01:47:24 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, 06 Apr 2025 11:24:11 +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