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

Bug#950507: marked as done (qmake cross wrapper should pass QMAKE_STRIP)



Your message dated Sun, 16 Feb 2020 19:06:04 +0000
with message-id <E1j3PEy-000Dx5-0Y@fasolo.debian.org>
and subject line Bug#950507: fixed in qtbase-opensource-src 5.14.1+dfsg-1
has caused the Debian Bug report #950507,
regarding qmake cross wrapper should pass QMAKE_STRIP
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.)


-- 
950507: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950507
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qt5-qmake
Version: 5.12.5+dfsg-8
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
Control: affects -1 + src:synthv1

The synthv1 package is one of the few that strips in the upstream build
system using qmake. It currently hard codes strip and should be using
$$QMAKE_STRIP instead. When it does so, it'll continue using the build
architecture strip, because the cross wrapper doesn't pass a host tool
here. Therefore the cross wrapper should also pass QMAKE_STRIP. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru qtbase-opensource-src-5.12.5+dfsg/debian/changelog qtbase-opensource-src-5.12.5+dfsg/debian/changelog
--- qtbase-opensource-src-5.12.5+dfsg/debian/changelog	2020-01-30 22:03:38.000000000 +0100
+++ qtbase-opensource-src-5.12.5+dfsg/debian/changelog	2020-02-02 19:34:30.000000000 +0100
@@ -1,3 +1,10 @@
+qtbase-opensource-src (5.12.5+dfsg-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * qmake cross wrapper should pass QMAKE_STRIP. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 02 Feb 2020 19:34:30 +0100
+
 qtbase-opensource-src (5.12.5+dfsg-8) unstable; urgency=medium
 
   * Revert adding alternative qtbase5-gles-dev dependencies:
diff --minimal -Nru qtbase-opensource-src-5.12.5+dfsg/debian/qmake-cross-wrapper.in qtbase-opensource-src-5.12.5+dfsg/debian/qmake-cross-wrapper.in
--- qtbase-opensource-src-5.12.5+dfsg/debian/qmake-cross-wrapper.in	2020-01-30 22:03:38.000000000 +0100
+++ qtbase-opensource-src-5.12.5+dfsg/debian/qmake-cross-wrapper.in	2020-02-02 19:34:26.000000000 +0100
@@ -16,6 +16,7 @@
 	QMAKE_CC=${CC:-@DEB_HOST_GNU_TYPE@-gcc} \
 	QMAKE_CXX=${CXX:-@DEB_HOST_GNU_TYPE@-g++} \
 	QMAKE_LINK=${CXX:-@DEB_HOST_GNU_TYPE@-g++} \
+	QMAKE_STRIP=${STRIP:-@DEB_HOST_GNU_TYPE@-strip} \
 	QMAKE_QMAKE=/usr/bin/@DEB_HOST_GNU_TYPE@-qmake \
 	PKG_CONFIG=@DEB_HOST_GNU_TYPE@-pkg-config \
 	-before \

--- End Message ---
--- Begin Message ---
Source: qtbase-opensource-src
Source-Version: 5.14.1+dfsg-1
Done: Dmitry Shachnev <mitya57@debian.org>

We believe that the bug you reported is fixed in the latest version of
qtbase-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 950507@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 qtbase-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: Sun, 16 Feb 2020 21:38:21 +0300
Source: qtbase-opensource-src
Binary: libqt5core5a libqt5gui5 qt5-gtk-platformtheme qt5-flatpak-platformtheme qt5-xdgdesktopportal-platformtheme libqt5network5 libqt5opengl5 libqt5sql5 libqt5sql5-mysql libqt5sql5-odbc libqt5sql5-psql libqt5sql5-sqlite libqt5sql5-tds libqt5sql5-ibase libqt5xml5 libqt5dbus5 libqt5test5 libqt5concurrent5 libqt5widgets5 libqt5printsupport5 qtbase5-dev qtbase5-private-dev libqt5opengl5-dev qtbase5-dev-tools qt5-qmake-bin qt5-qmake qtbase5-examples qt5-default qtbase5-doc qtbase5-doc-html qtbase5-doc-dev
Architecture: source
Version: 5.14.1+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mitya57@debian.org>
Description:
 libqt5concurrent5 - Qt 5 concurrent module
 libqt5core5a - Qt 5 core module
 libqt5dbus5 - Qt 5 D-Bus module
 libqt5gui5 - Qt 5 GUI module
 libqt5network5 - Qt 5 network module
 libqt5opengl5 - Qt 5 OpenGL module
 libqt5opengl5-dev - Qt 5 OpenGL library development files
 libqt5printsupport5 - Qt 5 print support module
 libqt5sql5 - Qt 5 SQL module
 libqt5sql5-ibase - Qt 5 Firebird database driver
 libqt5sql5-mysql - Qt 5 MySQL database driver
 libqt5sql5-odbc - Qt 5 ODBC database driver
 libqt5sql5-psql - Qt 5 PostgreSQL database driver
 libqt5sql5-sqlite - Qt 5 SQLite 3 database driver
 libqt5sql5-tds - Qt 5 FreeTDS database driver
 libqt5test5 - Qt 5 test module
 libqt5widgets5 - Qt 5 widgets module
 libqt5xml5 - Qt 5 XML module
 qt5-default - Qt 5 development defaults package
 qt5-flatpak-platformtheme - Qt 5 Flatpak platform theme (transitional package)
 qt5-gtk-platformtheme - Qt 5 GTK+ 3 platform theme
 qt5-qmake  - Qt 5 qmake Makefile generator tool
 qt5-qmake-bin - Qt 5 qmake Makefile generator tool — binary file
 qt5-xdgdesktopportal-platformtheme - Qt 5 XDG Desktop Portal platform theme
 qtbase5-dev - Qt 5 base development files
 qtbase5-dev-tools - Qt 5 base development programs
 qtbase5-doc - Qt 5 base documentation
 qtbase5-doc-dev - Qt 5 base tags files
 qtbase5-doc-html - Qt 5 base HTML documentation
 qtbase5-examples - Qt 5 base examples
 qtbase5-private-dev - Qt 5 base private development files
Closes: 950507
Changes:
 qtbase-opensource-src (5.14.1+dfsg-1) experimental; urgency=medium
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
     - Bump ABI version to qtbase-abi-5-14-1.
     - Bump Build-Depends-Indep versions.
   * Remove patches already applied upstream:
     - mysql_free_results_when_qsqlquery_finished_is_called.patch
     - qdockwidget_undocked_notification.diff
     - docs_fixes.diff
     - postgresql_12.diff
     - uic_global_includes.diff
     - riscv.diff
   * Refresh patches:
     - gnukfreebsd.diff
     - gnukfreebsd_linker_warnings.diff
     - nonlinux_utime.diff
     - qdoc_default_incdirs.diff
   * Add libmd4c-dev as a build dependency, required for markdown support.
 .
   [ Dmitry Shachnev ]
   * Update path to qbytearray/rfc3252.txt in Files-Excluded list.
   * Update debian/copyright using debian/scripts/update-copyright.
   * debian/scripts/update-copyright: Correctly handle repeating authors
     in the same file.
   * Update symbols files from the current build logs.
   * Build-depend on libzstd-dev.
   * Build with -no-mimetype-database, and make libqt5core5a depend on
     shared-mime-info (as suggested by upstream).
   * Add one more RFC file to Files-Excluded.
   * Add more tags files to debian/qtbase5-doc-dev.install.
   * Update to debhelper compat level 12, use the new syntax.
   * Stop passing -V to dh_makeshlibs, it is now the default behavior.
   * Manually update the non-generated part of debian/copyright.
 .
   [ Alexander Volkov ]
   * Update install files for the new version.
 .
   [ Helmut Grohne ]
   * qmake cross wrapper should pass QMAKE_STRIP. (Closes: #950507)
Checksums-Sha1:
 9ddc16324143f0f2dfa8b5672e2ec43859ec633e 5494 qtbase-opensource-src_5.14.1+dfsg-1.dsc
 bc645238270572b9fde17442db1b2fe41ea2b67e 47816616 qtbase-opensource-src_5.14.1+dfsg.orig.tar.xz
 377e9cc76284747c851c0a90f98052f8335873ca 252176 qtbase-opensource-src_5.14.1+dfsg-1.debian.tar.xz
 48830e6b12b9d4d67ba459a66139cdcb645c07af 12216 qtbase-opensource-src_5.14.1+dfsg-1_source.buildinfo
Checksums-Sha256:
 50e5d013e182103e930237c45c6c582b8a134224f2ef55c648eed5e9c27f8ea7 5494 qtbase-opensource-src_5.14.1+dfsg-1.dsc
 1d8c397667261e70b842611c48728646374fc1b49db488121afc5e0d34d5c2cc 47816616 qtbase-opensource-src_5.14.1+dfsg.orig.tar.xz
 31ac5046a7b753186d3f9668d8a4cf47560a18790e03092309662c6132046f16 252176 qtbase-opensource-src_5.14.1+dfsg-1.debian.tar.xz
 b4e77e0e4475c825d0eb3656748060a02e730364d4cc2cf473e749c051e47ec5 12216 qtbase-opensource-src_5.14.1+dfsg-1_source.buildinfo
Files:
 f5f70c5779dfa3d25a202c6f62ce8b29 5494 libs optional qtbase-opensource-src_5.14.1+dfsg-1.dsc
 27ca19a63b227ce18c6e88d288556e2b 47816616 libs optional qtbase-opensource-src_5.14.1+dfsg.orig.tar.xz
 dc8fdf7d07ff091cec17a835cfb8f90f 252176 libs optional qtbase-opensource-src_5.14.1+dfsg-1.debian.tar.xz
 bddf8c0118792f0fe7df565382c50ac5 12216 libs optional qtbase-opensource-src_5.14.1+dfsg-1_source.buildinfo

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

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl5JjbETHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy+mlD/9oxJu92rDIDopmmRbjJMSXU2+I0fTZ
cz6f7cUQXVhxjIwaDWqHfsIVkIPRRaOzlH9LZg2ou3KDD+WuI4IVFrCiorrT7xJ4
k7TqA5oas7eVovt5qRc6iuWsyvAOmeZbxx/0IjRuVvJ4rdR0GidiC9g6Yr20JJHD
h/iBqZXITnno0Cc9h2EadUJ9DLh+mJNnmluYd+CIwEYrnDHCAeJw4G5thnnBJxed
hlKAMi+kYO8HdFkDxHGJCkow3T4kiYZ+4fVxBlKssWKbfaXeYBpHP7cTCKGTGByZ
ipxlw74GQYxSnWFHwRVLjJ1tT9Ncy9YDEIiQfrAgVhmI8dEK28duW1DTN3u/vd0g
/Cfedh07ZSzMsnDwKHD5S8cEJwCxsoiIJgsu4+cEG0PG/hUMaJgecPw7KtfmN1+u
LtCvsUpcxu5U3dykVyEHZNIsf9Sf0YDtotL8j18osnQRCDv6Kk65xvg+FL9m7qV6
ftg2I7bwhj5p4HoJMXUgLoZYu3h63p03Ozt0+XnKRcY4CHmCmoJYLP2Bkpar1Jqa
6bHZxKpIMk1mfhKnOXrcevKH7jcpb3V7fiUsae3vRNB0IriMjHgqYt5toT+QYhtg
8VQDsa3BgyS4UGG8J7xqjmQJsAE/ifRmH6WWg0rBLA4MRkqICwKg/+5K4mXj+Ib6
uN3WF2k6Lejs7w==
=+3iS
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: