From unknown Wed Jun 18 00:24:51 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#66910 <66910@debbugs.gnu.org> To: bug#66910 <66910@debbugs.gnu.org> Subject: Status: [PATCH] gnu: qemu: Update to 8.1.2 Reply-To: bug#66910 <66910@debbugs.gnu.org> Date: Wed, 18 Jun 2025 07:24:51 +0000 retitle 66910 [PATCH] gnu: qemu: Update to 8.1.2 reassign 66910 guix-patches submitter 66910 Ekaitz Zarraga severity 66910 normal tag 66910 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 03 06:07:07 2023 Received: (at submit) by debbugs.gnu.org; 3 Nov 2023 10:07:07 +0000 Received: from localhost ([127.0.0.1]:56850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyr4w-0002SE-Oj for submit@debbugs.gnu.org; Fri, 03 Nov 2023 06:07:07 -0400 Received: from lists.gnu.org ([2001:470:142::17]:39134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qyr4r-0002Rf-44 for submit@debbugs.gnu.org; Fri, 03 Nov 2023 06:07:01 -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 1qyr4B-0001m3-H1 for guix-patches@gnu.org; Fri, 03 Nov 2023 06:06:15 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qyr47-0007Tg-OI for guix-patches@gnu.org; Fri, 03 Nov 2023 06:06:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=protonmail2; t=1699005959; x=1699265159; bh=nc68b1ISRn7PdgrELEomCbQvq0lL1EuGExaTlS+vzaw=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=dURDGUbphC8V8XfX6skbk/AArdtzu0nX1ACKFydniC3CSOwJjq1ifC4NpEJPxXOyg ZgZXMt386Qqdka53F5BDkMVRWuNv22JeZBP+hGZaYuTQKJ1azBI/AOXrTNC1+oqGkC 9a/RpGdCjcfUTltbXUKPsEpGxZZA6MBXirMYTHKUKb7Enu+2YaiF04dFGCMIJ/9UOT xEPcFVRt+89pV4TcCZrq6XupgxomhaORa/V40/Q0N34+Yplx7g3xcmjt+Vod5+be6j a48OIZc7HxlpBlu8gl6OMV68RQPhzV+xbyQqbSVZEbEmiSiD010155m1udtO6RQ2qe /I4d9nFAa6ccw== Date: Fri, 03 Nov 2023 10:05:51 +0000 To: "guix-patches@gnu.org" From: Ekaitz Zarraga Subject: [PATCH] gnu: qemu: Update to 8.1.2 Message-ID: Feedback-ID: 3263582:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.136; envelope-from=ekaitz@elenq.tech; helo=mail-40136.proton.ch 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, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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.0 (/) >From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001 Message-ID: From: Ekaitz Zarraga Date: Fri, 3 Nov 2023 11:03:38 +0100 Subject: [PATCH] gnu: qemu: Update to 8.1.2 * gnu/packages/virtualization.scm (qemu): Update to 8.1.2 --- gnu/packages/virtualization.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.= scm index ea4601a5d0..58231e5689 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -25,7 +25,7 @@ ;;; Copyright =C2=A9 2021 Petr Hodina ;;; Copyright =C2=A9 2021 Raghav Gururajan ;;; Copyright =C2=A9 2022 Oleg Pykhalov -;;; Copyright =C2=A9 2022 Ekaitz Zarraga +;;; Copyright =C2=A9 2022, 2023 Ekaitz Zarraga ;;; Copyright =C2=A9 2022 Arun Isaac ;;; Copyright =C2=A9 2022 Zhu Zihao ;;; Copyright =C2=A9 2023 Juliana Sims @@ -166,14 +166,14 @@ (define (qemu-patch commit file-name sha256-bv) (define-public qemu (package (name "qemu") - (version "8.1.1") + (version "8.1.2") (source (origin (method url-fetch) (uri (string-append "https://download.qemu.org/qemu-" version ".tar.xz")) (sha256 - (base32 "1vvxmd7xbkl083anpqm797m070qi8n5wc5qid0ppbyq0wpsjxkip")) + (base32 "11zhsin4xbx8q0iiqp8357m64gi5xdmc8ppzsaab8vjpcjkjc5al")) (patches (search-patches "qemu-disable-some-qtests-tests.patch" "qemu-fix-agent-paths.patch")) (modules '((guix build utils))) base-commit: 28ebbe2be8829a4767b9789c6353ad5e826d1164 --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 23 04:58:05 2023 Received: (at 66910) by debbugs.gnu.org; 23 Nov 2023 09:58:05 +0000 Received: from localhost ([127.0.0.1]:60651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r66TE-0002VI-Tj for submit@debbugs.gnu.org; Thu, 23 Nov 2023 04:58:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r66TD-0002Uk-UG for 66910@debbugs.gnu.org; Thu, 23 Nov 2023 04:58:04 -0500 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 1r66T4-0001YO-Cp; Thu, 23 Nov 2023 04:57:54 -0500 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=9Eqc9dhmR3hUT1F7slPjSpL3+SXV6C/SPzrgfrwyzu4=; b=AoibSNR6SuSGu5Jz6pRM cqgRe/BT2Ibc9/EJrAdMg/Oi37MskxdbnthOS1my2LAqkcCf7rMOWAQreaSIRKIjrgNL5IbLh5VE0 TcitPmcyXaDMxvi6nrdmQFeZf9g1onvwpUo6ym/Yirg5pFK6UjLe3SPUSQ93hZafHXafEYfbgudCq 8qDiTj05AWABF/cC93FweF+yHMEYVmWIiSG2vprQ2jfZLQAIidD+kPCqiwfr77rYqBHLCKchSJVXn KvSUOcdUXDijwqMNGuhSiKhQt9WfsVauP1G3Y+a4DXRkHlwu3mAwH4Kou1tmCHpb98HHBrGwJb6v3 Pkr5kCAwtdZsVg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ekaitz Zarraga Subject: Re: [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2 In-Reply-To: (Ekaitz Zarraga's message of "Fri, 03 Nov 2023 10:05:51 +0000") References: Date: Thu, 23 Nov 2023 10:57:52 +0100 Message-ID: <877cm8g5b3.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: 66910 Cc: 66910@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: -3.3 (---) Hi Ekaitz, Ekaitz Zarraga skribis: >>>From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001 > Message-ID: > From: Ekaitz Zarraga > Date: Fri, 3 Nov 2023 11:03:38 +0100 > Subject: [PATCH] gnu: qemu: Update to 8.1.2 > > * gnu/packages/virtualization.scm (qemu): Update to 8.1.2 Build failures are reported at . Could you take a look? (It might be non-deterministic.) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 23 11:32:34 2023 Received: (at 66910) by debbugs.gnu.org; 23 Nov 2023 16:32:34 +0000 Received: from localhost ([127.0.0.1]:34856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6Cd0-0004gu-9q for submit@debbugs.gnu.org; Thu, 23 Nov 2023 11:32:34 -0500 Received: from dane.soverin.net ([185.233.34.149]:51013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r6Ccx-0004ge-38 for 66910@debbugs.gnu.org; Thu, 23 Nov 2023 11:32:33 -0500 Received: from smtp.soverin.net (unknown [10.10.4.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dane.soverin.net (Postfix) with ESMTPS id 4SbkD52fxGzyyW; Thu, 23 Nov 2023 16:32:21 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [10.10.4.100]) by soverin.net (Postfix) with ESMTPSA id 4SbkD45Hc3zKP; Thu, 23 Nov 2023 16:32:20 +0000 (UTC) Authentication-Results: smtp.soverin.net; dkim=pass (2048-bit key; unprotected) header.d=elenq.tech header.i=@elenq.tech header.a=rsa-sha256 header.s=soverin1 header.b=fNpqiHmA; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=elenq.tech; s=soverin1; t=1700757141; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=o96TokYJGXPRCDLbPdh2+WLgYkzILwkAPkC1+ufw0s4=; b=fNpqiHmATMFy/thqKn8Kr7TjASlACaNT5+/KAeIVTQLI02amqiH/VNX+UWd3QroJ/ekFbY i4QdM3jSk/LmXqP7MZ9vi6MFzTLkVZtLRHiSUKy/tHH98/hDnEMs769iOsBy4+x/SAYepN IxOv5GsCEAsjsJ3N5LwQRkyGoFzN4K5W7yl4bnInLm1yH5O3cCpG3BL3wme9PO425J17wx SscnLg3Rx17zazpNU+yPh+P1EvOMpOxhfxKczbXVBWFunG+Jjfgl5pU19Lu81MMLi48Yj7 kuYgcgnS4jvZgoCo2y/Icbwsc4LngwlaVxN/hyQFxolRx8juFDpT1m/oLKODGQ== Message-ID: Date: Thu, 23 Nov 2023 17:32:20 +0100 MIME-Version: 1.0 Subject: Re: [bug#66910] [PATCH] gnu: qemu: Update to 8.1.2 Content-Language: en-US, es-ES, eu To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= References: <877cm8g5b3.fsf@gnu.org> From: Ekaitz Zarraga In-Reply-To: <877cm8g5b3.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 66910 Cc: Christopher Baines , 66910@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 (-) On 11/23/23 10:57, Ludovic Courtès wrote: > Hi Ekaitz, > > Ekaitz Zarraga skribis: > >> >From ee88ac8e6cdfe44b49e17b5d60a6b95aec7619f5 Mon Sep 17 00:00:00 2001 >> Message-ID: >> From: Ekaitz Zarraga >> Date: Fri, 3 Nov 2023 11:03:38 +0100 >> Subject: [PATCH] gnu: qemu: Update to 8.1.2 >> >> * gnu/packages/virtualization.scm (qemu): Update to 8.1.2 > > Build failures are reported at . > Could you take a look? > > > Thanks, > Ludo’. Saluton, I did review this a little bit with Christopher, and we had weird results. Sometimes they fail, sometimes they don't... https://data.qa.guix.gnu.org/gnu/store/px3f6gzv418m5lgqmk1clswry2rksvsb-qemu-minimal-8.1.2.drv In my computer it worked, passed all the tests and so on, but can't deliver this computer to the users. I need to use it for other things. It seems like Qemu have been a pain in the ass with the tests even in previous versions, so this is probably not introduced by the version bump. What I do know though is the 8.1.1 version has some bug in the riscv backend that was interfering with our bootstrapping work and that was supposed to be fixed in 8.1.2. We can also try with 8.1.3 and see if we have the same kind of build issues, too. How do you feel about it, Ludovic? TL;DR > (It might be non-deterministic.) I think we are in this case here. Best, Ekaitz From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 19 09:33:16 2023 Received: (at 66910-done) by debbugs.gnu.org; 19 Dec 2023 14:33:16 +0000 Received: from localhost ([127.0.0.1]:35116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFb9o-0001xQ-6x for submit@debbugs.gnu.org; Tue, 19 Dec 2023 09:33:16 -0500 Received: from mail-wm1-x331.google.com ([2a00:1450:4864:20::331]:54610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFb9m-0001wy-HS; Tue, 19 Dec 2023 09:33:14 -0500 Received: by mail-wm1-x331.google.com with SMTP id 5b1f17b1804b1-40d2fc69daaso1048535e9.1; Tue, 19 Dec 2023 06:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702996386; x=1703601186; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=TiDjKjtofOKKq6QAleV6uuN5AcTY8B1FsTUK/ErF3s8=; b=LSiPb3tafi8UGBHUzkoLg4QKT1vZMlRmtPiUGKdqACIHxWKu9pxR3+og5gJgVlad8z S0v3XYy8qxSJLVz8Gjb9pKtYmhcmEUoRfDB9TiA9s8w1LYmXpqS+1UPFdMhidbLBubSE XxB/X0yuUJShkHpPVhvxI2vaR0x32tqSdijjMw5U+SSaHrezJnoEDIdfIJlXX8Gi2EWw qMIV8zk7ZeeXY5Zb4CF8XRXqxNgygucervA9IEba3g/K3RVi8x+DIDN2vr8ZlEz9qRDw 4XaJrdZfjKjaAoZPCJXGvWN2yvzuVAOq0z/4GB0+qyidWDQ3iDjMoHfX5Y22tXTsGniK SC7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702996386; x=1703601186; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=TiDjKjtofOKKq6QAleV6uuN5AcTY8B1FsTUK/ErF3s8=; b=DxuIlUcilE5r0jxtDstyn6Svr3+VyjoqFnzrEhmwrR5wn8RnTMoEnghqYv3Qt2+lod Uul3CiItxC+1nPYJc8Fx2XKt1NWPgUlhH47p05gg4NH6hFWlBx3vQ3dwxczoMX8Zd03Z /hbdNDbkAAQ+VYo+0seAPw3vKSgznjRjilVfJ82T+1xVxrV5IlEsNqup+Oyb0F2FNvND ofw8fU/lyOKU+gqQkUY8xzPPnrk3qM0fyf7G+ibJ/sNj0K7AXxuulppWVKqoUyME/CdK QNjCxaeWZCrIXPB4gpnZzqROah1qvcDfADjvk8omEs71ISOCrowio97vr4YQ8S+2Z0Je 82bQ== X-Gm-Message-State: AOJu0Yw/K4MFwKXQctVqCAfhYQ0nKbmdY7ES8hnwBVfxzE09QRYP2KRy cDiLshu7UWpbL1R02qlUdec2SsnFfY/hzw== X-Google-Smtp-Source: AGHT+IGhFO11V6T7tOpcYx7QDHgdn4WEXbLE1UBjugAJlpJUqTTAoOFzkZEXWgzkv0Ou6LRzl1Aw2g== X-Received: by 2002:a05:600c:198a:b0:40c:6a3f:6b89 with SMTP id t10-20020a05600c198a00b0040c6a3f6b89mr4123453wmq.55.1702996386145; Tue, 19 Dec 2023 06:33:06 -0800 (PST) Received: from localhost ([5.102.238.170]) by smtp.gmail.com with ESMTPSA id q18-20020a05600000d200b0033671314440sm2083765wrx.3.2023.12.19.06.33.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 Dec 2023 06:33:05 -0800 (PST) Date: Tue, 19 Dec 2023 16:33:04 +0200 From: Efraim Flashner To: Ekaitz Zarraga Subject: Re: [PATCH] gnu: qemu: Update to 8.1.3. Message-ID: Mail-Followup-To: Efraim Flashner , Ekaitz Zarraga , 66910-done@debbugs.gnu.org, 67871-done@debbugs.gnu.org References: <69fb5f87675cda6eb28e7809078abc630f67077c.1702843076.git.ekaitz@elenq.tech> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="qDSNPaFbsDbix+ke" Content-Disposition: inline In-Reply-To: <69fb5f87675cda6eb28e7809078abc630f67077c.1702843076.git.ekaitz@elenq.tech> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 66910-done Cc: 67871-done@debbugs.gnu.org, 66910-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.5 (/) --qDSNPaFbsDbix+ke Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed! Thanks. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --qDSNPaFbsDbix+ke Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmWBqaAACgkQQarn3Mo9 g1FtZQ//ajbNwWTv4e2lyKf+QwdYkQBnXyvrB5TZhLH0Wak+t7jOhvjka4wl9zpI /MxuSBflLiAYIxnbY8XZcgYVQR68bQh7En+GdbeZXoPGGC5w94CSP+jJm/j/lbt+ d0pFOK/6J4fDEWfbZxYebqw1nAh3ZCxdrSd28YpbaBD1NoGjnZbi6JUkMv77bMU3 xi9NiSq7Urg/PeKYJ7XaKor5YRk8VwZS2v42oZ5Et80OcoET1PnLZ3AZ9Bm1kHyB GONp9fonaRkdUbk1uRIOQ5qTgtE2dsluwdGXK0vZK8vRvMNzg05r9SMqS99lICXC PTGivK76nnT1EMTtClKSumXAPOKbSalADIg3+F3ax1tJV4uPvUhndRy3qW0Md9bf 7ORg7DFsXPgmc/1xC30qyk7f/rRoQZJ2e4xrNhOBmtwYBrFKfDVA3PY+E351qOUI z50Y/7o23NgYMFnbajb0I4BTBS2llK+ybA57geo+jQ2PQ0CSYuQOvNfKosG8DNox UubCWgKUqDGy7B6dr737Omi2LzfPdlTF199LyQzpPKMtWJW9g6yxkM6yKyLHiAaR P2+knqu3utn5T3BmBdXb52jSosLZbhCxA+KUhaaBflDJqEhAuQGliwZcRqW14qNT xM1MVy6RyqvKTtkGImMFloImrs8stbZibKg1BTBnAmvvxXWWFH0= =HjN6 -----END PGP SIGNATURE----- --qDSNPaFbsDbix+ke-- From unknown Wed Jun 18 00:24:51 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, 17 Jan 2024 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