Summary: | dev-util/intel_clc-24.2.6 crashes on x32 while trying to compile media-libs/mesa | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrii Batyiev <batyiev> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sping |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=942562 https://bugs.gentoo.org/show_bug.cgi?id=945276 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 942562, 955925 | ||
Bug Blocks: | 393673 |
Description
Andrii Batyiev
2024-11-28 20:20:12 UTC
I believe this is fixed upstream by: commit b9c6afd3a7c7ac302b47e70b5c745b84cb35f188 Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Date: Wed Apr 2 15:30:20 2025 +0300 meson: disable SIMD blake optimisations on x32 host On X.org startup libgallium crashes on x32 hosts inside blake3_hash_many_sse41(), most likely because of the different pointer size. Disable SIMD blake implementation if x32 is detected. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34453> The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c36de00e0f4424c1364700188ebda8b339476e commit c6c36de00e0f4424c1364700188ebda8b339476e Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2025-04-30 17:56:56 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2025-04-30 17:59:31 +0000 media-libs/mesa: Version bump to 25.0.5 Bug: https://bugs.gentoo.org/945268 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-libs/mesa/Manifest | 1 + media-libs/mesa/mesa-25.0.5.ebuild | 505 +++++++++++++++++++++++++++++++++++++ 2 files changed, 506 insertions(+) https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a680921cc929fb4d656dc50174297804567a7c3 commit 4a680921cc929fb4d656dc50174297804567a7c3 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2025-04-30 17:55:30 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2025-04-30 17:59:30 +0000 dev-util/mesa_clc: Version bump to 25.0.5 Bug: https://bugs.gentoo.org/945268 Signed-off-by: Matt Turner <mattst88@gentoo.org> dev-util/mesa_clc/Manifest | 1 + dev-util/mesa_clc/mesa_clc-25.0.5.ebuild | 95 ++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) Going to call this fixed. mesa_clc is fixed, and intel_clc is masked for removal. |