[PATCH] gnu: mesa: Update to 24.3.4.

  • Open
  • quality assurance status badge
Details
2 participants
  • outlook user
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 4 weeks ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
61293ba7f269f45e3437eeb431f99b58ac3d24d7.1739950424.git.atai@atai.org
* gnu/packages/gl.scm (mesa): Update to 24.3.4.

Change-Id: I1605dcaaceb55dc42c6fff96bf4f33c1b25bbdbf
---
gnu/packages/gl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index c20e07e132..9140d69918 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -303,7 +303,7 @@ (define libva-without-mesa
(define-public mesa
(package
(name "mesa")
- (version "24.3.2")
+ (version "24.3.4")
(source
(origin
(method url-fetch)
@@ -313,7 +313,7 @@ (define-public mesa
"mesa-" version ".tar.xz")))
(sha256
(base32
- "05pp7wghydjx428r4wr6p08nsx1g0ssnxvjlc9wf8s91dlx5z7xd"))))
+ "09b0ss722i7ldg2cw2wh3jlylzqv486md54n46cpaf0x34kswhg6"))))
(build-system meson-build-system)
(propagated-inputs
;; The following are in the Requires.private field of gl.pc.

base-commit: fc29a7193781df44a15cb7a8bdc236805ddd0595
--
2.48.1
outlook user wrote 4 days ago
(name . atai@atai.org)(address . atai@atai.org)(name . 61293ba7f269f45e3437eeb431f99b58ac3d24d7.1739950424.git.atai@atai.org)(address . 61293ba7f269f45e3437eeb431f99b58ac3d24d7.1739950424.git.atai@atai.org)(name . john.kehayias@protonmail.com)(address . john.kehayias@protonmail.com)(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
AS8P251MB085470616DA0BB4CDB29029997DC2@AS8P251MB0854.EURP251.PROD.OUTLOOK.COM

Why wasn't it pushed into master?
[https://us1.discourse-cdn.com/fedoraproject/original/2X/4/4701afb8ed62770e56cfd748606abe1c0d616b84.png#_uDarkid=LPThumbnailImageId827012&style=display%3A+none%3B]https://discussion.fedoraproject.org/t/gnome-shell-segfault-mesa-24-3-2-1-vbox-guest-vmsvga-fedora-41-workstation/141936/5
Looks like we crossed the streams. I just created a Mesa bug report as well Mesa 24.4.2 causing gnome-shell to crash in VMware virtual machine (#12448) · Issues · Mesa / mesa · GitLab - I suspect that this issue impacts both x86_64 and aarch64 architecture VMware virtual machines (I’m running on VMware Fusion with F41 aarch64 and seeing the same thing). I think this is impacting Rawhide as well as F41. I’m seeing the same gnome-shell crash there.
discussion.fedoraproject.org
Attachment: file
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76411@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76411
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help