https://bugs.kde.org/show_bug.cgi?id=425038
--- Comment #2 from Tobias C. Berner <[email protected]> --- Moin moin Sorry, this is my bad -- I had a work around not cleanly removed on the CI host. Previously we had the llvm/clang-cmake files of the "default" llvm symlinked to /usr/local/lib/cmake/{llvm,clang} so that cmake could find them. However, the cmake code used relative path to the symlink and not to the real path -- so it was looking for the library in /usr/local/lib/libLLVMDemangle.a instead of /usr/local/llvm90/lib/libLLVMDemangle.a . Now the CI has the cmake path /usr/local/llvm90/cmake added, however, I forgot to remove the symlink, which lead to it still looking in the wrong directory. After removing the superfluous symlink: https://build.kde.org/job/Applications/job/umbrello/job/stable-kf5-qt5%20FreeBSDQt5.15/22/ mfg Tobias -- You are receiving this mail because: You are watching all bug changes.
