slycelote via llvm-dev
2016-Apr-10 03:49 UTC
[llvm-dev] CMake is broken in Ubuntu 3.8 package?
I'm getting the following error in Travis. Looks like it tries to include a file at /usr/share/llvm, but the correct path is /usr/share/llvm-3.8. 3.6 and 3.7 are fine. echo "deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.8 main" | sudo tee -a /etc/apt/sources.list > /dev/null <skip> CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:178 (include): include could not find load file: /usr/share/llvm/cmake/LLVMExports.cmake Call Stack (most recent call first): CMakeLists.txt:9 (find_package) CMake Error at /usr/share/llvm-3.8/cmake/LLVMConfig.cmake:181 (include): include could not find load file: /usr/share/llvm/cmake/LLVM-Config.cmake Call Stack (most recent call first): CMakeLists.txt:9 (find_package) -- Sly.