From unknown Tue Aug 19 21:03:50 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#71911 <71911@debbugs.gnu.org> To: bug#71911 <71911@debbugs.gnu.org> Subject: Status: [PATCH] gnu: mesa: Update to 24.0.9. Reply-To: bug#71911 <71911@debbugs.gnu.org> Date: Wed, 20 Aug 2025 04:03:50 +0000 retitle 71911 [PATCH] gnu: mesa: Update to 24.0.9. reassign 71911 guix-patches submitter 71911 Nguy=E1=BB=85n Gia Phong severity 71911 normal tag 71911 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 03 02:55:03 2024 Received: (at submit) by debbugs.gnu.org; 3 Jul 2024 06:55:03 +0000 Received: from localhost ([127.0.0.1]:38471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOttP-0001Dt-3l for submit@debbugs.gnu.org; Wed, 03 Jul 2024 02:55:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:39014) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOttM-0001DN-4K for submit@debbugs.gnu.org; Wed, 03 Jul 2024 02:55: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 1sOttK-0003cB-0a for guix-patches@gnu.org; Wed, 03 Jul 2024 02:54:58 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sOttI-0006Ix-1Z for guix-patches@gnu.org; Wed, 03 Jul 2024 02:54:57 -0400 X-Virus-Scanned: SPAM Filter at disroot.org From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1719989691; bh=6zGkBKD7jJXHnhjPIxdz4J0VqponDmSyJWs+UVgiFSY=; h=From:To:Cc:Subject:Date; b=fPJBUPShgJUS2E0EwuWwbEsGZwlpNM+N58KpM39v8or4Ro/aofNMhHcmwSQ8nY47H UtL4unHy4Ku31j/vCzlwuAkDI03P54z6uzHGaVDXtBDcNKjoPwY+/jNFBy2LkrPnFG SNlT9FxiZ6axzKYuRYNPB6sBStKt4qow2ruW71KHcUiNKKgLELRSyKqa053TDB0H27 np5hW4wKAHxZkzaxcSh8Mz9osaDoXDSYh+iAzLU5hdqJaEwpfb9dWZha7+frn8tWKn z/fKaSPY3gJT2WrPsP72i735ABJB0oP8BHFLN0dG2AoShujmqL/eDDVn1tz5kgv+U7 RKTLBhu6Fp+Dw== To: guix-patches@gnu.org Subject: [PATCH] gnu: mesa: Update to 24.0.9. Date: Wed, 3 Jul 2024 15:47:48 +0900 Message-ID: <6da06fec470efb312dac5a005812345b19af3dfb.1719989267.git.mcsinyx@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=layka.disroot.org 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= 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.4 (--) * gnu/packages/gl.scm (mesa): Update to 24.0.9. Change-Id: I5b0cdf8a38557282377e1c3cecdfd0b3604cb122 --- I mainly want the new Xe KMD from 24.0.5. 24.0.9 built alright locally and tests passed, but I haven't figured out how to test it in guix system reconfigure. gnu/packages/gl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 2100bb4872e4..1394e5787189 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -20,6 +20,7 @@ ;;; Copyright © 2023 Kaelyn Takata ;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2024 Liliana Marie Prikler +;;; Copyright © 2024 Nguyễn Gia Phong ;;; ;;; This file is part of GNU Guix. ;;; @@ -297,7 +298,7 @@ (define libva-without-mesa (define-public mesa (package (name "mesa") - (version "24.0.4") + (version "24.0.9") (source (origin (method url-fetch) @@ -306,8 +307,7 @@ (define-public mesa (string-append "ftp://ftp.freedesktop.org/pub/mesa/" "mesa-" version ".tar.xz"))) (sha256 - (base32 - "1w25lwdrb0ffrx2fjk9izbvpcgf9ypfc7v32zybwvjwql0qbvzlh")))) + (base32 "0k6ahbamq9icgznlc6a1mxmm3apgy74613wy39qkh3h6lin6iaji")))) (build-system meson-build-system) (propagated-inputs ;; The following are in the Requires.private field of gl.pc. base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8 -- 2.45.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 06 21:15:30 2024 Received: (at 71911-done) by debbugs.gnu.org; 7 Sep 2024 01:15:30 +0000 Received: from localhost ([127.0.0.1]:54459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smk2z-0005RX-Su for submit@debbugs.gnu.org; Fri, 06 Sep 2024 21:15:30 -0400 Received: from mail-4316.protonmail.ch ([185.70.43.16]:14773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1smk2x-0005RB-KW for 71911-done@debbugs.gnu.org; Fri, 06 Sep 2024 21:15:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1725671721; x=1725930921; bh=2L2c7oqx5192j52+4ZeZuGnFxaCQKoyg0YUWC3tIIXE=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=cR24I91CjldlXWGW6IMWuMarH079Mw1WoIKKX6QuU/SJpefVQl9FCRwz72WeINE/l O0muQPt2gereRDGwDQvYfUBPWc3jrEWBuhO4pWXzIkwhI4H1kxpMQaQU5RCy4q+z82 vMII97rjeAbUdDlFuTIbWdb6qoRbRfde6tAqJYcn13NtHcASfo7Q6ttZAOXfL7RtqU AqANZf1oihztGR/ZVOhaWN9gv99GfFF+v4vlN3T3oXoqI0YJqdYBsQ8kvnz6zxusmi ypbptZqb6wW+WcXHpeElcEOaiaehxegGKKVC6NRydUnXLJPCWnTAaTWmHq2/Q+6uMA VO6MZUlnTOB6A== Date: Sat, 07 Sep 2024 01:15:15 +0000 To: =?utf-8?Q?Nguy=E1=BB=85n_Gia_Phong?= From: John Kehayias Subject: Re: [bug#71911] [PATCH] gnu: mesa: Update to 24.0.9. Message-ID: <87bk10l0wv.fsf@protonmail.com> Feedback-ID: 7805494:user:proton X-Pm-Message-ID: b80b30cc16aa96d6faaa143a8971cf9dbf60a4f5 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: 71911-done Cc: 71911-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.0 (-) Hello, On Wed, Jul 03, 2024 at 03:47 PM, Nguy=E1=BB=85n Gia Phong wrote: > * gnu/packages/gl.scm (mesa): Update to 24.0.9. > > Change-Id: I5b0cdf8a38557282377e1c3cecdfd0b3604cb122 > --- > I mainly want the new Xe KMD from 24.0.5. 24.0.9 built alright locally > and tests passed, but I haven't figured out how to test it in > guix system reconfigure. Apologies that I missed this when it was sent. I now have mesa 24.2.2 on the mesa-updates branch. Substitutes are being built, but if you are on x86_64 it is getting close already, if you want to pull from there. Please follow up on https://issues.guix.gnu.org/73071 where I'm tracking that set of changes. Thanks! John > gnu/packages/gl.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm > index 2100bb4872e4..1394e5787189 100644 > --- a/gnu/packages/gl.scm > +++ b/gnu/packages/gl.scm > @@ -20,6 +20,7 @@ > ;;; Copyright =C2=A9 2023 Kaelyn Takata > ;;; Copyright =C2=A9 2023, 2024 Zheng Junjie <873216071@qq.com> > ;;; Copyright =C2=A9 2024 Liliana Marie Prikler > +;;; Copyright =C2=A9 2024 Nguy=E1=BB=85n Gia Phong > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -297,7 +298,7 @@ (define libva-without-mesa > (define-public mesa > (package > (name "mesa") > - (version "24.0.4") > + (version "24.0.9") > (source > (origin > (method url-fetch) > @@ -306,8 +307,7 @@ (define-public mesa > (string-append "ftp://ftp.freedesktop.org/pub/mesa/" > "mesa-" version ".tar.xz"))) > (sha256 > - (base32 > - "1w25lwdrb0ffrx2fjk9izbvpcgf9ypfc7v32zybwvjwql0qbvzlh")))) > + (base32 "0k6ahbamq9icgznlc6a1mxmm3apgy74613wy39qkh3h6lin6iaji"))= )) > (build-system meson-build-system) > (propagated-inputs > ;; The following are in the Requires.private field of gl.pc. > > base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8 From unknown Tue Aug 19 21:03:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Oct 2024 11: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