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

Bug#883970: marked as done (qtwebsockets-opensource-src FTCBFS: does not pass cross tools to qmake)



Your message dated Tue, 20 Feb 2018 15:35:22 +0000
with message-id <E1eo9ww-000H8p-Ic@fasolo.debian.org>
and subject line Bug#883970: fixed in qtwebsockets-opensource-src 5.10.1-1
has caused the Debian Bug report #883970,
regarding qtwebsockets-opensource-src FTCBFS: does not pass cross tools to qmake
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
883970: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=883970
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qtwebsockets-opensource-src
Version: 5.9.2-3
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

qtwebsockets-opensource-src fails to cross build from source, because it
does not pass cross tools to qmake. Nowadays, debhelper should handle
that task and simply deferring it to dh_auto_configure makes the cross
build succeed. Please consider applying the attached.

Helmut
diff --minimal -Nru qtwebsockets-opensource-src-5.9.2/debian/changelog qtwebsockets-opensource-src-5.9.2/debian/changelog
--- qtwebsockets-opensource-src-5.9.2/debian/changelog	2017-10-28 10:26:24.000000000 +0200
+++ qtwebsockets-opensource-src-5.9.2/debian/changelog	2017-12-09 22:07:12.000000000 +0100
@@ -1,3 +1,10 @@
+qtwebsockets-opensource-src (5.9.2-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 09 Dec 2017 22:07:12 +0100
+
 qtwebsockets-opensource-src (5.9.2-3) unstable; urgency=medium
 
   * Make the tests results not fatal also on mips64el.
diff --minimal -Nru qtwebsockets-opensource-src-5.9.2/debian/control qtwebsockets-opensource-src-5.9.2/debian/control
--- qtwebsockets-opensource-src-5.9.2/debian/control	2017-10-28 10:26:24.000000000 +0200
+++ qtwebsockets-opensource-src-5.9.2/debian/control	2017-12-09 22:07:10.000000000 +0100
@@ -8,7 +8,7 @@
            Timo Jyrinki <timo@debian.org>,
            Dmitry Shachnev <mitya57@debian.org>,
            Simon Quigley <tsimonq2@ubuntu.com>
-Build-Depends: debhelper (>= 10.3),
+Build-Depends: debhelper (>= 10.9.2~),
                libssl1.0-dev,
                pkg-kde-tools,
                qml-module-qtquick2,
diff --minimal -Nru qtwebsockets-opensource-src-5.9.2/debian/rules qtwebsockets-opensource-src-5.9.2/debian/rules
--- qtwebsockets-opensource-src-5.9.2/debian/rules	2017-10-28 10:26:24.000000000 +0200
+++ qtwebsockets-opensource-src-5.9.2/debian/rules	2017-12-09 22:06:51.000000000 +0100
@@ -20,7 +20,7 @@
 	rm -fv include/QtWebSockets/QtWebSocketsDepends
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs

--- End Message ---
--- Begin Message ---
Source: qtwebsockets-opensource-src
Source-Version: 5.10.1-1

We believe that the bug you reported is fixed in the latest version of
qtwebsockets-opensource-src, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 883970@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mitya57@debian.org> (supplier of updated qtwebsockets-opensource-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 20 Feb 2018 17:48:13 +0300
Source: qtwebsockets-opensource-src
Binary: libqt5websockets5 libqt5websockets5-dev qml-module-qtwebsockets qml-module-qt-websockets qtwebsockets5-examples qtwebsockets5-doc qtwebsockets5-doc-html
Architecture: source
Version: 5.10.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Description:
 libqt5websockets5 - Qt 5 Web Sockets module
 libqt5websockets5-dev - Qt 5 Web Sockets module - development files
 qml-module-qt-websockets - Qt 5 Web Sockets compatibility QML module
 qml-module-qtwebsockets - Qt 5 Web Sockets QML module
 qtwebsockets5-doc - Qt 5 Web Sockets documentation
 qtwebsockets5-doc-html - Qt 5 Web Sockets HTML documentation
 qtwebsockets5-examples - Examples for Qt 5 Web Sockets module
Closes: 859673 883970
Changes:
 qtwebsockets-opensource-src (5.10.1-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update debian/watch for the new upstream tarballs naming scheme.
   * Bump Qt build-dependencies to 5.10.1.
   * Update Vcs fields for migration to salsa.debian.org.
   * Drop not needed libssl1.0-dev build-dependency (closes: #859673).
   * Add Qt_5.10 version tag to debian/libqt5websockets5.symbols.
   * Add support for nodoc build profile.
   * Use dh_auto_configure provided by debhelper (closes: #883970).
   * Bump Standards-Version to 4.9.3, no changes needed.
Checksums-Sha1:
 17431c2988e2881932140b07215f7ed86a6226ed 3037 qtwebsockets-opensource-src_5.10.1-1.dsc
 10df169da3ac5342c27caf8b2105f6a620183c70 225504 qtwebsockets-opensource-src_5.10.1.orig.tar.xz
 bcd7f0dfc6d903ed55b7c5fa4ffcc50f74d68431 7944 qtwebsockets-opensource-src_5.10.1-1.debian.tar.xz
 26d0356730f0e488c097044c74c1b1a7021387db 8581 qtwebsockets-opensource-src_5.10.1-1_source.buildinfo
Checksums-Sha256:
 a07b5e794a8b50f06c8285e41ab75100bd88cb1a7d922dc2bf392e5c2d60eed7 3037 qtwebsockets-opensource-src_5.10.1-1.dsc
 6ecf790955ffe42dce731e10557f4ba625e359e867953d73f7fb453c0bad53ea 225504 qtwebsockets-opensource-src_5.10.1.orig.tar.xz
 c2d77ac66c09678439d879f6f1dc14acbc2e827336a433c4b95101eb13ad512e 7944 qtwebsockets-opensource-src_5.10.1-1.debian.tar.xz
 d131a6f86ff203d076ce3e76b031544ef673ededc454ea0f25670a7d187f3c9c 8581 qtwebsockets-opensource-src_5.10.1-1_source.buildinfo
Files:
 c2606a2ed52d03e969de5e9f059e9ea2 3037 libs optional qtwebsockets-opensource-src_5.10.1-1.dsc
 3fb2654462c63ae297d0268b2df6730c 225504 libs optional qtwebsockets-opensource-src_5.10.1.orig.tar.xz
 b890c4f354c633ce7fdd920dbe9baa81 7944 libs optional qtwebsockets-opensource-src_5.10.1-1.debian.tar.xz
 6c1a50beb7486ad203dae22cc4dbac9a 8581 libs optional qtwebsockets-opensource-src_5.10.1-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEbEPcK+5mZmLK5jNU1v5xA2P4XdMFAlqMNs0ACgkQ1v5xA2P4
XdP8iw/8CKMxq4VGUJb/HJG6T/YcSrasqyyhZWHUitcsPzfrD3EsnWzceuTWKu7a
BrXOlbm3TvOJaiBaKiNhqVANN5F9G07I2577GwUQe8Lq7+LNadjxmcrOd12WDLiC
ELV3YotexlyGmxGgcwZTsjS6LiZL97QH8Lxo2hpriQBOFyOdbCjOCxwgXtUssyzi
j/j4e2q4cTbun51uhxQyGbZdj2zoQ2sZJGRQwTeqh4oSONZWUCtcco6nHXTnEAzf
pR8XLs8Gu6TgVI9+NYDotdkFznPi6fqio4RaV6cqueTerBK8P0aowJwaGb7YFrwh
3az9B3f6vrIRZ7LURtQnaXvz7aV1Pi/2QtstRIylYXxyQ7uOstIEKUOUDGYysGhW
VnOge67419qunBuYFu2pfdjga+9EYq8E7yc5VeH5gGnRN3AIRYyaEcQGUEd2RGjv
CML4b1pet7DkBLHejm0R0IDuRskUk/OlcPb4Nv3kPLwaNGggdDCJP+FZ6m6L7i9i
5No12eFkfG5KfUGkudwd0KHmgLyFlAQN++ettKOVvTV0Mr+L+XTPoSqe/r5Cfq9F
hFtj1RxWUPaAOAz/IGMCFA4T8jHSc95EMY/5ztg6dnloPpkX9kKsc5rsvjzTxOu/
EoUtQAM7q4W0eIEsYEFFmExLCAvLyXCf72+I5VpIxfJK5MMmLAM=
=FOQo
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: