[Debian-med-packaging] Bug#939519: libthread-pool FTBFS with DEB_BUILD_PROFILES=nocheck

Helmut Grohne helmut at subdivi.de
Thu Sep 5 21:21:12 BST 2019


Source: libthread-pool
Version: 1.0.0-3
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs

libthread-pool fails to build from source (natively) when building with
the nocheck profile, because running cmake fails when the vendor
googletest symlink is missing. This happens to break cross building as
well. Please turn the relevant dependency unconditional to fix this
FTBFS.

Helmut
-------------- next part --------------
diff --minimal -Nru libthread-pool-1.0.0/debian/changelog libthread-pool-1.0.0/debian/changelog
--- libthread-pool-1.0.0/debian/changelog	2019-08-21 11:19:44.000000000 +0200
+++ libthread-pool-1.0.0/debian/changelog	2019-09-05 22:17:54.000000000 +0200
@@ -1,3 +1,11 @@
+libthread-pool (1.0.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with nocheck profile: Unconditionally build-depend on
+    googletest. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Thu, 05 Sep 2019 22:17:54 +0200
+
 libthread-pool (1.0.0-3) unstable; urgency=medium
 
   [ Michael R. Crusoe ]
diff --minimal -Nru libthread-pool-1.0.0/debian/control libthread-pool-1.0.0/debian/control
--- libthread-pool-1.0.0/debian/control	2019-08-21 11:19:44.000000000 +0200
+++ libthread-pool-1.0.0/debian/control	2019-09-05 22:17:51.000000000 +0200
@@ -7,7 +7,7 @@
                cmake,
                d-shlibs,
                rename,
-               googletest <!nocheck>
+               googletest
 Standards-Version: 4.4.0
 Vcs-Browser: https://salsa.debian.org/med-team/libthread-pool
 Vcs-Git: https://salsa.debian.org/med-team/libthread-pool.git


More information about the Debian-med-packaging mailing list