Bug#803701: ovito: FTBFS: missing BD libcgal-qt5-dev

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Sun Nov 1 21:06:00 UTC 2015


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



More information about the debian-science-maintainers mailing list