Source: fltk1.3 Version: 1.3.3-1 Severity: normal Dear Maintainer,
* What led up to the situation? We are trying to use the libfltk-dev package to build some piece of software and we are getting CMake Errors: CMake Error at /usr/lib/fltk/FLTK-Targets.cmake:102 (message): The imported target "fltk_cairo_SHARED" references the file "/usr/lib/x86_64-linux-gnu/libfltk_cairo.so.1.3.3" 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/fltk/FLTK-Targets.cmake" but not all the files it references. * What exactly did you do (or not do) that was effective (or ineffective)? using it with cmake The question is that that file expects to have /usr/lib/x86_64-linux-gnu/libfltk_cairo.so.1.3.3. Looking on the sources and your rules file the file is not created. However, calling cmake with plain parameters the file and the corresponding links are created: lrwxrwxrwx 1 root drp 20 jul 14 10:56 libfltk_cairo.so -> libfltk_cairo.so.1.3 lrwxrwxrwx 1 root drp 22 jul 14 10:56 libfltk_cairo.so.1.3 -> libfltk_cairo.so.1.3.3 -rwxr-xr-x 1 root drp 15936 jul 14 10:56 libfltk_cairo.so.1.3.3 So, it's something related to your rules. The package is no built with needed links. Please could you take on eye on it because for us the package is unusable? *** End of the template - remove these template lines *** -- System Information: Debian Release: 8.1 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=ca_ES.UTF-8, LC_CTYPE=ca_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org