Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: kdevelop broken (llvm slot issue)
Date: Sun, 19 Aug 2018 15:49:27
Message-Id: plc3dj$cie$1@blaine.gmane.org
In Reply to: [gentoo-user] kdevelop broken (llvm slot issue) by Alexander Puchmayr
1 On 19/08/18 18:21, Alexander Puchmayr wrote:
2 > After recent upgrades of mesa, llvm, clang etc kdevelop does not work anymore.
3 > It crashes immediately after start with errors
4 > [...]
5 >
6 > It seems as if multiple slots of llvm cause the problems. mesa pulls in llvm:
7 > 5, while other programs pull in llvm:6 (via clang:6)
8 >
9 > Does anyone have an idea how to get a working kdevelop again?
10
11 Have you tried disabling the llvm USE flag of mesa? AFAIK it's only used
12 for the software rendering backend, which you probably don't need. Try
13 disabling it, and then do:
14
15 emerge -auDN --changed-deps --with-bdeps=y @world
16
17 followed by:
18
19 emerge -a --depclean
20
21 which should unmerge llvm:5.