Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949257 - media-libs/mesa: +abi_x86_32 +nvk doesn't depend on Rust +abi_x86_32
Summary: media-libs/mesa: +abi_x86_32 +nvk doesn't depend on Rust +abi_x86_32
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: 2025-02-03 11:45 UTC by opensauce04
Modified: 2025-02-05 21:54 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description opensauce04 2025-02-03 11:45:50 UTC
When attempting to compile Mesa for NVK with the abi_x86_32 USE flag enabled, I ran across a compilation error which stated that Rust couldn't find a compiler for the target i686-unknown-linux-gnu.

After checking my Rust USE flags, I noticed that the abi_x86_32 flag was not enabled. After enabling it, re-emerging Rust, and attempting to emerge Mesa again, this time it compiled successfully.

This indicates a missing dependency in the Mesa ebuild.
Comment 1 Larry the Git Cow gentoo-dev 2025-02-05 21:54:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b5b247f5d397423d697d372519a05260cf09ad7

commit 8b5b247f5d397423d697d372519a05260cf09ad7
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2025-02-05 20:49:06 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2025-02-05 21:54:06 +0000

    media-libs/mesa: Depend on multilib rust
    
    Closes: https://bugs.gentoo.org/949257
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 media-libs/mesa/mesa-24.3.4-r1.ebuild | 1 +
 media-libs/mesa/mesa-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)