qttools missing CMake version info

2017-10-20 Thread Thomas Danckaert
Hi, qttools no long has a file Qt5LinguistToolsConfigVersion.cmake in /gnu/store/.../ /lib/cmake/Qt5LinguistTools, which breaks the build for (among others?) keepassxc. During the build of qttools, I see a warning WARNING: Cannot open substitute for input

Re: clang++ and libc++

2017-10-20 Thread Ludovic Courtès
Hi Pjotr, Pjotr Prins skribis: > I need to compile a toolset with clang++ and C++ libs for testing > purposes (I am developing with g++). Now the thing is that C++ libs > and include files don't come with the clang package even though > clang++ works. We don’t have

clang++ and libc++

2017-10-20 Thread Pjotr Prins
Hi, I need to compile a toolset with clang++ and C++ libs for testing purposes (I am developing with g++). Now the thing is that C++ libs and include files don't come with the clang package even though clang++ works. I think we ought to include them, I think. Should I raise it on debbugs? Pj.