Hello, I've been trying to emerge qt-creator-3.5 without clang flag: [ebuild N ~] dev-qt/qt-creator-3.5.0 USE="cmake git python subversion valgrind webkit -android -autotools -baremetal -bazaar -clang -clearcase -cvs -doc -ios -mercurial -perforce -qbs -qnx -systemd {-test} -winrt" I have clang in my system, v3.5.0. qt-creator build failed, build log ends with: Project ERROR: LLVM/Clang version >= 3.6.0 required, version provided: 3.5.0 Makefile:224: recipe for target 'sub-clangbackend-make_first' failed make[2]: *** [sub-clangbackend-make_first] Error 3 qt-creator ebuild depends on correct clang iff clang flag is enabled (which is not my case). IMHO either configure is broken, or just qt-creator tries to build clang plugins regardless. Still, the build fails. Reproducible: Always
Without clang installed, it also fails but differently. At the configuration-step, this line is printed: * Disabling clang plugin Later, the build fails with this: Project ERROR: Cannot find Clang shared library in /usr/lib64 Makefile:224: die Regel für Ziel „sub-clangbackend-make_first“ scheiterte
*** This bug has been marked as a duplicate of bug 560398 ***