Package: libvtk5-dev Version: 5.2.1-2 Severity: important
When trying to compile fslview against the latest VTK package version I got this: Warning: CMake is forcing CMAKE_CXX_COMPILER to "/usr/lib/ccache/c++" to match that imported from VTK. This is required because C++ projects must use the same compiler. If this message appears for more than one imported project, you have conflicting C++ compilers and will have to re-build one of those projects. Was set to /usr/bin/c++ CMake Error: your CXX compiler: "/usr/lib/ccache/c++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name. -- Configuring incomplete, errors occurred! make: *** [configure-stamp] Error 1 It looks like the VTK package has not been built in a clean chroot, but on a system with ccache installed. Now the build-setup specified in /usr/lib/vtk-5.2/VTKBuildSettings.cmake refers to ccache as C and C++ compiler, which in turn forces all rdepend packages to build-depend and use ccache as well. Although I did not find an explicit section in the Debian policy about such scenario, I am quite sure that the current situation is undesired. Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org