You're not the only one, I've seen this since 7am on the 28th(GMT). I
was hoping something else would be updated that would then permit the
update.
WARNING: One or more updates/rebuilds have been skipped due to a dependency
conflict:
llvm-core/libclc:0
(llvm-core/libclc-21.1.8:0/0::gentoo, ebuild scheduled for merge) USE="spirv -verify-sig"
ABI_X86="(64)" LLVM_SLOT="21" VIDEO_CARDS="nvidia -r600 -radeonsi" conflicts with
=llvm-core/libclc-20* required by (dev-util/mesa_clc-25.2.7:0/0::gentoo, installed) USE="-debug"
ABI_X86="(64)" LLVM_SLOT="20 -18 -19" VIDEO_CARDS="-asahi -panfrost"
^ ^^^
Steve
On 07/01/2026 22:28, Gimmi wrote:
Dear all,
I am new to Gentoo and I installed it just two days ago.
If I run `emerge --ask --update --deep --newuse @world` I ge the
following warning:
```
WARNING: One or more updates/rebuilds have been skipped due to a
dependency conflict:
llvm-core/libclc:0
(llvm-core/libclc-21.1.8:0/0::gentoo, ebuild scheduled for merge)
USE="spirv -verifysig" ABI_X86="(64)" LLVM_SLOT="21"
VIDEO_CARDS="radeonsi -nvidia -r600" conflicts with
=llvm-core/libclc-20* required by
(dev-util/mesa_clc-25.2.7-1:0/0::gentoo, installed) USE="-debug"
ABI_X86="(64)" LLVM_SLOT="20 -18 -19" VIDEO_CARDS="-asahi -panfrost"
```
My guess is that `dev-util/mesa_clc` has that LLVM_SLOT="20 -18 -19"
that requires libclc version 20; yet, I wouldn't know how to solve
this, therefore I am asking here.
Why do I get this warning and are there any possible solutions for this?
Thanks.