The latest eix-sync included clang and llvm 18. Unfortunately, a full
emerge upgrade complains
- media-libs/mesa-24.1.3::gentoo USE="X llvm lm-sensors (opengl)
proprietary-codecs vaapi vulkan wayland zstd -d3d9 -debug -opencl
-osmesa (-selinux) -test -unwind -valgrind -vdpau -vulkan-overlay -xa"
ABI_X86="32 (64) (-x32)" CPU_FLAGS_X86="sse2" LLVM_SLOT="-15 -16 -17
(-18)" VIDEO_CARDS="radeon radeonsi -d3d12 (-freedreno) -intel
-lavapipe (-lima) -nouveau (-nvk) (-panfrost) -r300 -r600 (-v3d) (-vc4)
-virgl (-vivante) -vmware -zink"
The following REQUIRED_USE flag constraints are unsatisfied:
llvm? ( exactly-one-of ( llvm_slot_15 llvm_slot_16 llvm_slot_17
llvm_slot_18 ) )
The problem is that I don't know why one of the llvm slots is NOT
selected.
"emerge --info mesa" includes:
USE="X llvm lm-sensors (opengl) proprietary-codecs vaapi vulkan wayland
zstd -d3d9 -debug -opencl -osmesa (-selinux) -test -unwind -valgrind
-vdpau -vulkan-overlay -xa" ABI_X86="32 (64) (-x32)"
CPU_FLAGS_X86="sse2" LLVM_SLOT="17 -15 -16 (-18)" VIDEO_CARDS="radeon
radeonsi -d3d12 (-freedreno) -intel -lavapipe (-lima) -nouveau (-nvk)
(-panfrost) -r300 -r600 (-v3d) (-vc4) -virgl (-vivante) -vmware -zink"
which shows slot 17 IS selected.
"grep -ir llvm /etc/portage" only shows sys-devel/llvm abi_x86_32 in
one of the package.use files.
My profile is
default/linux/amd64/23.0/desktop/plasma (stable) *
I find no relevant bug filed, and nothing related on the forums. What
fine manual have I apparently neglected to read?
Jack