[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#938942: kst FTCBFS: lconvert: could not find a Qt installation of ''



Source: kst
Version: 2.0.8-3
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

kst fails to cross build from source, because lconvert cannot figure out
the intended QT version:

lconvert: could not find a Qt installation of ''

For using QT tools in a package build, you must export a suitable
QT_SELECT. Please consider applying the attached patch.

Helmut
diff --minimal -Nru kst-2.0.8/debian/changelog kst-2.0.8/debian/changelog
--- kst-2.0.8/debian/changelog	2018-08-05 21:02:45.000000000 +0200
+++ kst-2.0.8/debian/changelog	2019-08-29 06:10:03.000000000 +0200
@@ -1,3 +1,9 @@
+kst (2.0.8-4) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: select the qt version for lconvert. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Thu, 29 Aug 2019 06:10:03 +0200
+
 kst (2.0.8-3) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru kst-2.0.8/debian/rules kst-2.0.8/debian/rules
--- kst-2.0.8/debian/rules	2017-11-25 13:13:00.000000000 +0100
+++ kst-2.0.8/debian/rules	2019-08-29 06:10:03.000000000 +0200
@@ -4,6 +4,7 @@
 # export DH_VERBOSE=1
 
 export DEB_LDFLAGS_MAINT_APPEND="-Wl,--as-needed"
+export QT_SELECT=qt5
 
 %:
 	dh $@ --buildsystem=cmake --parallel

Reply to: