Package: src:codelite Version: 9.2+dfsg-2 Tags: sid stretch Severity: important
codelite ftbfs with LLVM 3.9; the build succeeds, however lldb is disabled, and then the build fails during the install: debian/rules override_dh_auto_configure make[1]: Entering directory '/home/packages/tmp/codelite-9.2+dfsg' dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib -DLIBCLANG_T=/usr/lib/x86_64-linux-gnu/libclang-3.9.so -DLIBCLANG_INCLUDE_T=/usr/lib/llvm-3.9/include/ -DLIBLLDB_T=/usr/lib/x86_64-linux-gnu/liblldb-3.9.so -DLIBCLANG_INCLUDE_T=/usr/lib/llvm-3.9/include/ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMA KE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_INSTALL_LIBDIR=lib -DLIBCLANG_T= /usr/lib/x86_64-linux-gnu/libclang-3.9.so -DLIBCLANG_INCLUDE_T=/usr/lib/llvm-3.9/include/ -DLIBLLDB_T= /usr/lib/x86_64-linux-gnu/liblldb-3.9.so -DLIBCLANG_INCLUDE_T=/usr/lib/llvm-3.9/include/ -- The C compiler identification is GNU 6.3.0 -- The CXX compiler identification is GNU 6.3.0 [...] -- Adding Valgrind Plugin -- Found libhunspell: /usr/lib/x86_64-linux-gnu/libhunspell.so, /usr/include/hunspell **** NOTICE: lldb is not available. You could try installing the lldb-3.4-dev (or equivalent) package -- Internal Web Browser is disabled [...] dh_install dh_install -pcodelite-plugins usr/bin/codelite-lldb usr/lib/codelite dh_install: Cannot find (any matches for) "usr/bin/codelite-lldb" (tried in "." and "debian/tmp") dh_install: codelite-plugins missing files: usr/bin/codelite-lldb dh_install: missing files, aborting debian/rules:33: recipe for target 'override_dh_install' failed make[1]: *** [override_dh_install] Error 2