Hi, I create my own deb packages with checkinstall. Typically I do this directly from GIT. Since yesterday checkinstall fails at the end of the process with the following error message: #### -- Installing: /opt/darktable-git/share/locale/el/LC_MESSAGES/darktable.mo -- Installing: /opt/darktable-git/share/locale/ru/LC_MESSAGES/darktable.mo -- Installing: /opt/darktable-git/lib/darktable/libdarktable.so -- Installing: /opt/darktable-git/bin/darktable -- Set runtime path of "/opt/darktable-git/bin/darktable" to "$ORIGIN/../lib/darktable" -- Installing: /opt/darktable-git/share/darktable/rawspeed/cameras.xml CMake Error at src/external/rawspeed/cmake_install.cmake:36 (file): file INSTALL cannot find "/data/src/darktable/src/external/rawspeed/data/showcameras.xsl". Call Stack (most recent call first): src/cmake_install.cmake:73 (include) cmake_install.cmake:38 (include)
Makefile:66: recipe for target 'install' failed make: *** [install] Error 1 **** Installation failed. Aborting package creation. Cleaning up...OK Bye. #### The file which causes the error does exists: 4# ll /data/src/darktable/src/external/rawspeed/data/showcameras.xsl -rw-rw-r-- 1 root root 5858 Feb 2 12:36 /data/src/darktable/src/external/rawspeed/data/showcameras.xsl #### I tested also with the official 2.0.1 tar ball (https://github.com/darktable-org/darktable/releases/tag/release-2.0.1) Same result. Any idea what is going wrong here? Kind regards Matthias ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to [email protected]
