Summary: | media-libs/mesa-24.1.0-r1 fails to compile: meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | myracf |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
1-meson-log.txt meson-log.txt from failed mesa build Log from failed mesa build. Emerge info for failed mesa build. |
Description
Agostino Sarubbo
![]() Created attachment 894545 [details]
build.log
build log and emerge --info
Created attachment 894546 [details]
1-meson-log.txt
1-meson-log.txt
Created attachment 894703 [details]
meson-log.txt from failed mesa build
compressed /var/tmp/portage/media-libs/mesa-24.1.0-r1/work/mesa-24.1.0-abi_x86_32.x86/meson-logs/meson-log.txt
Created attachment 894704 [details]
Log from failed mesa build.
Compressed copy of /var/tmp/portage/media-libs/mesa-24.1.0-r1/temp/build.log
Created attachment 894705 [details]
Emerge info for failed mesa build.
Compressed out put from emerge --info media-libs/mesa
I am encountering this bug as well. Issue: /mesa-24.1.0/meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64 i686-pc-linux-gnu-gcc (Gentoo 14.1.1_p20240518 p1) 14.1.1 20240516 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fba1addf36ad42a3437416d62b02a64db1a775 commit e5fba1addf36ad42a3437416d62b02a64db1a775 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2024-05-31 16:26:07 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2024-05-31 16:27:18 +0000 media-libs/mesa: Disable intel-rt on x86 In commit 911669b55c71 ("media-libs/mesa: Limit intel-rt to native ABI") I failed to consider regular old 32-bit x86 platforms. Closes: https://bugs.gentoo.org/932875 Signed-off-by: Matt Turner <mattst88@gentoo.org> media-libs/mesa/mesa-24.1.0-r1.ebuild | 5 ++++- media-libs/mesa/mesa-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) |