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.
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(+)