GNU bug report logs - #71911
[PATCH] gnu: mesa: Update to 24.0.9.

Previous Next

Package: guix-patches;

Reported by: Nguyễn Gia Phong <mcsinyx <at> disroot.org>

Date: Wed, 3 Jul 2024 06:56:02 UTC

Severity: normal

Tags: patch

Done: John Kehayias <john.kehayias <at> protonmail.com>

To reply to this bug, email your comments to 71911 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71911; Package guix-patches. (Wed, 03 Jul 2024 06:56:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nguyễn Gia Phong <mcsinyx <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 03 Jul 2024 06:56:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Subject: [PATCH] gnu: mesa: Update to 24.0.9.
Date: Wed,  3 Jul 2024 15:47:48 +0900
* 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 <kaelyn.alexi <at> protonmail.com>
 ;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2024 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
+;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
 ;;;
 ;;; 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





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Sat, 07 Sep 2024 01:16:02 GMT) Full text and rfc822 format available.

Notification sent to Nguyễn Gia Phong <mcsinyx <at> disroot.org>:
bug acknowledged by developer. (Sat, 07 Sep 2024 01:16:02 GMT) Full text and rfc822 format available.

Message #10 received at 71911-done <at> debbugs.gnu.org (full text, mbox):

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Nguyễn Gia Phong <mcsinyx <at> disroot.org>
Cc: 71911-done <at> debbugs.gnu.org
Subject: Re: [bug#71911] [PATCH] gnu: mesa: Update to 24.0.9.
Date: Sat, 07 Sep 2024 01:15:15 +0000
Hello,

On Wed, Jul 03, 2024 at 03:47 PM, Nguyễn 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 © 2023 Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
>  ;;; Copyright © 2023, 2024 Zheng Junjie <873216071 <at> qq.com>
>  ;;; Copyright © 2024 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
> +;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
>  ;;;
>  ;;; 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





This bug report was last modified today.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.