Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932875 - 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
Summary: media-libs/mesa-24.1.0-r1 fails to compile: meson.build:308:3: ERROR: Feature...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-28 09:02 UTC by Agostino Sarubbo
Modified: 2024-05-31 16:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,59.20 KB, text/plain)
2024-05-28 09:02 UTC, Agostino Sarubbo
Details
1-meson-log.txt (1-meson-log.txt,14.28 KB, text/plain)
2024-05-28 09:02 UTC, Agostino Sarubbo
Details
meson-log.txt from failed mesa build (meson.log.xz,2.07 KB, application/x-xz)
2024-05-31 10:24 UTC, pass word
Details
Log from failed mesa build. (build.log.xz,1.86 KB, application/x-xz)
2024-05-31 10:26 UTC, pass word
Details
Emerge info for failed mesa build. (emerge-info.txt.xz,3.20 KB, application/x-xz)
2024-05-31 10:29 UTC, pass word
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-05-28 09:02:11 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/mesa-24.1.0-r1 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-05-28 09:02:12 UTC
Created attachment 894545 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-05-28 09:02:13 UTC
Created attachment 894546 [details]
1-meson-log.txt

1-meson-log.txt
Comment 3 pass word 2024-05-31 10:24:13 UTC
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
Comment 4 pass word 2024-05-31 10:26:25 UTC
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
Comment 5 pass word 2024-05-31 10:29:16 UTC
Created attachment 894705 [details]
Emerge info for failed mesa build.

Compressed out put from emerge --info media-libs/mesa
Comment 6 pass word 2024-05-31 10:31:38 UTC
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
Comment 7 Larry the Git Cow gentoo-dev 2024-05-31 16:27:22 UTC
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(-)