GNU bug report logs - #69906
[PATCH] gnu: xdisorg: Update libdrm to 2.4.120.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Tue, 19 Mar 2024 22:20:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69906 in the body.
You can then email your comments to 69906 AT debbugs.gnu.org in the normal way.

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#69906; Package guix-patches. (Tue, 19 Mar 2024 22:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 19 Mar 2024 22:20:02 GMT) Full text and rfc822 format available.

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

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH] gnu: xdisorg: Update libdrm to 2.4.120.
Date: Tue, 19 Mar 2024 23:17:05 +0100
---
 gnu/packages/xdisorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 514e5c7164..b4ec572eab 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -736,7 +736,7 @@ (define-public pixman
 (define-public libdrm
   (package
     (name "libdrm")
-    (version "2.4.117")
+    (version "2.4.120")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -744,7 +744,7 @@ (define-public libdrm
                     version ".tar.xz"))
               (sha256
                (base32
-                "0ar4c4ikcbm1s4sg09ld406izq5s1yk7b2n0mmvql77bwdlqv252"))))
+                "0yijzgg6rdsa68bz03sw0lcfa2nclv9m3as1cja50wkcyxim7x9v"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags
@@ -789,7 +789,6 @@ (define-public libdrm
 and Matrox.")
     (license license:x11)))
 
-
 (define-public mtdev
   (package
     (name "mtdev")
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69906; Package guix-patches. (Tue, 19 Mar 2024 22:28:02 GMT) Full text and rfc822 format available.

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

From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: 69906 <at> debbugs.gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH 2/2] gnu: gl: Update mesa to 24.0.3.
Date: Tue, 19 Mar 2024 23:25:47 +0100
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index f8dc8c1d9d..fee33a3974 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -297,7 +297,7 @@ (define libva-without-mesa
 (define-public mesa
   (package
     (name "mesa")
-    (version "23.3.2")
+    (version "24.0.3")
     (source
       (origin
         (method url-fetch)
@@ -307,7 +307,7 @@ (define-public mesa
                                   "mesa-" version ".tar.xz")))
         (sha256
          (base32
-          "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
+          "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; The following are in the Requires.private field of gl.pc.
-- 
2.41.0





Reply sent to John Kehayias <john.kehayias <at> protonmail.com>:
You have taken responsibility. (Mon, 25 Mar 2024 01:21:01 GMT) Full text and rfc822 format available.

Notification sent to Daniel Ziltener <dziltener <at> lyrion.ch>:
bug acknowledged by developer. (Mon, 25 Mar 2024 01:21:01 GMT) Full text and rfc822 format available.

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

From: John Kehayias <john.kehayias <at> protonmail.com>
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Cc: 69906-done <at> debbugs.gnu.org
Subject: Re: [bug#69906] [PATCH 2/2] gnu: gl: Update mesa to 24.0.3.
Date: Mon, 25 Mar 2024 01:19:04 +0000
Hi,

On Tue, Mar 19, 2024 at 11:25 PM, Daniel Ziltener wrote:

> ---
>  gnu/packages/gl.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
> index f8dc8c1d9d..fee33a3974 100644
> --- a/gnu/packages/gl.scm
> +++ b/gnu/packages/gl.scm
> @@ -297,7 +297,7 @@ (define libva-without-mesa
>  (define-public mesa
>    (package
>      (name "mesa")
> -    (version "23.3.2")
> +    (version "24.0.3")
>      (source
>        (origin
>          (method url-fetch)
> @@ -307,7 +307,7 @@ (define-public mesa
>                                    "mesa-" version ".tar.xz")))
>          (sha256
>           (base32
> -          "1p4swrbmz3kb1805kdj973hf8virgmix4m9qprmcb2bgl4gviz1w"))))
> +          "1gpx3glifdvyw2fxigiannrxkdfhag6b6h0nxab3azbvlfickbkp"))))
>      (build-system meson-build-system)
>      (propagated-inputs
>       ;; The following are in the Requires.private field of gl.pc.

The libdrm patch is a duplicate of (your submission):
<https://issues.guix.gnu.org/68845> and the mesa upgrade is tracked
already at <https://issues.guix.gnu.org/69637>.

So, I will close this, but thanks and feel free to chime in on #69637.

John





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 22 Apr 2024 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 57 days ago.

Previous Next


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