Source: qtkeychain Version: 0.1.0-1 Severity: important Tags: patch User: debian-h...@lists.debian.org Usertags: hurd
Hi, qtkeychain fails to build on GNU/kFreeBSD and GNU/Hurd due to that the file cmake/Modules/GNUInstallDirs.cmake shipped with the package is too old. Please remove the whole directory. Then the default version from cmake-data will be used. The difference between the shipped file and the one from cmake-data-2.8.11.2-1 is: --- cmake/Modules/GNUInstallDirs.cmake 2013-01-31 02:33:08.000000000 +0100 +++ /usr/share/cmake-2.8/Modules/GNUInstallDirs.cmake 2013-07-04 22:31:57.000000000 +0200 @@ -78,7 +78,7 @@ if(NOT DEFINED CMAKE_INSTALL_LIBDIR) # For Debian with multiarch, use 'lib/${CMAKE_LIBRARY_ARCHITECTURE}' if # CMAKE_LIBRARY_ARCHITECTURE is set (which contains e.g. "i386-linux-gnu" # See http://wiki.debian.org/Multiarch - if(CMAKE_SYSTEM_NAME MATCHES "Linux" + if((CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD" OR CMAKE_SYSTEM_NAME STREQUAL "GNU") AND NOT CMAKE_CROSSCOMPILING) if (EXISTS "/etc/debian_version") # is this a debian system ? if(CMAKE_LIBRARY_ARCHITECTURE) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org