Source: ovito Version: 2.3.3+dfsg1-1 Severity: serious Tags: Patch Dear Maintainer,
ovito currently fails to build due to a missing build-dependency on libcgal-qt5-dev: CMake Error at /usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALExports.cmake:83 (message): The imported target "CGAL::CGAL_Qt5" references the file "/usr/lib/x86_64-linux-gnu/libCGAL_Qt5.so.11.0.1" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALExports.cmake" but not all the files it references. The trivial patch is: --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: cmake, libboost-iostreams-dev, libboost-python-dev, libbotan1.10-dev, - libcgal-dev [!armel], + libcgal-qt5-dev [!armel], libglu1-mesa-dev [armel armhf], libgl1-mesa-dev [armel armhf], libgsl0-dev, A full build log is available from the reproducibility rebuild [1]. Best regards, Andreas 1: https://reproducible.debian.net/rb-pkg/unstable/amd64/ovito.html -- debian-science-maintainers mailing list debian-science-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers