GNU bug report logs -
#76411
[PATCH] gnu: mesa: Update to 24.3.4.
Previous Next
To reply to this bug, email your comments to 76411 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76411
; Package
guix-patches
.
(Wed, 19 Feb 2025 07:35:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 19 Feb 2025 07:35:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76411
; Package
guix-patches
.
(Wed, 19 Feb 2025 07:39:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76411 <at> debbugs.gnu.org (full text, mbox):
patch is in response to a problem of
eglGetDisplay returned EGL_NO_DISPLAY.
https://lists.gnu.org/archive/html/help-guix/2025-02/msg00140.html
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76411
; Package
guix-patches
.
(Sun, 16 Mar 2025 23:59:04 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
It's to correct https://discussion.fedoraproject.org/t/gnome-shell-segfault-mesa-24-3-2-1-vbox-guest-vmsvga-fedora-41-workstation/141936/5 ?
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>
Gnome-shell segfault: mesa 24.3.2-1, vbox guest, VMSVGA, fedora 41 workstation<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
[Message part 2 (text/html, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76411
; Package
guix-patches
.
(Fri, 28 Mar 2025 15:40:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 76411 <at> debbugs.gnu.org (full text, mbox):
Hello,
On Sun, Mar 16, 2025 at 11:53 PM, outlook user wrote:
> It's to correct
> https://discussion.fedoraproject.org/t/gnome-shell-segfault-mesa-24-3-2-1-vbox-guest-vmsvga-fedora-41-workstation/141936/5
> ?
>
> Why wasn't it pushed into master?
>
Mesa updates can't be pushed to master directly due to the large number
of rebuilds (~6k if I remember). I have a series at
https://issues.guix.gnu.org/77339 that is built on the mesa-updates
branch bringing mesa up to the latest (25.0.2). I'm not sure how long
until that gets to master but you can use that branch directly if you want.
> Gnome-shell segfault: mesa 24.3.2-1, vbox guest, VMSVGA, fedora 41 workstation
> 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
> *
If this is a serious bug, we could graft mesa to the latest 24.3.x in
the meantime, if you would like to submit a patch for that.
John
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.