[Pkg-owncloud-maintainers] Bug#724761: qtkeychain: FTBFS on kfreebsd-any and hurd-i386

Svante Signell svante.signell at gmail.com
Fri Sep 27 15:21:20 UTC 2013


Source: qtkeychain
Version: 0.1.0-1
Severity: important
Tags: patch
User: debian-hurd at 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)



More information about the Pkg-owncloud-maintainers mailing list