On 19/08/18 18:21, Alexander Puchmayr wrote:
After recent upgrades of mesa, llvm, clang etc kdevelop does not work anymore.
It crashes immediately after start with errors
[...]
It seems as if multiple slots of llvm cause the problems. mesa pulls in llvm:
5, while other programs pull in llvm:6 (via clang:6)
Does anyone have an idea how to get a working kdevelop again?
Have you tried disabling the llvm USE flag of mesa? AFAIK it's only used
for the software rendering backend, which you probably don't need. Try
disabling it, and then do:
emerge -auDN --changed-deps --with-bdeps=y @world
followed by:
emerge -a --depclean
which should unmerge llvm:5.