Package: libdlib-dev
Version: 18.18-1+b1
Severity: normal

The dlib.cmake supplied by debian cannot be used to configure a project.  Given
the following CMakeLists.txt file:

cmake_minimum_required (VERSION 3.5)
find_package (dlib)

Yields the following error:

CMake Error at /usr/lib/cmake/dlib/dlib.cmake:76 (message):
  The imported target "dlib::dlib" references the file

     "/usr/lib/libdlib.a"

  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/cmake/dlib/dlib.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/dlib/dlibConfig.cmake:35 (include)
  CMakeLists.txt:2 (find_package)


-- Configuring incomplete, errors occurred!



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libdlib-dev depends on:
ii  libdlib18  18.18-1+b1

libdlib-dev recommends no packages.

libdlib-dev suggests no packages.

-- no debconf information

Reply via email to