[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 Thu, 27 Feb 2020 14:51:08 +0000
with message-id <E1j7KVI-0006AL-RY@fasolo.debian.org>
and subject line Bug#950507: fixed in qtbase-opensource-src 5.12.5+dfsg-9
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.12.5+dfsg-9
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: Thu, 27 Feb 2020 16:52:19 +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.12.5+dfsg-9
Distribution: unstable
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 951066
Changes:
 qtbase-opensource-src (5.12.5+dfsg-9) unstable; urgency=medium
 .
   [ Dmitry Shachnev ]
   * Backport upstream patch to add an expansion limit for XML entities
     (CVE-2015-9541, closes: #951066).
     - Add two new symbols to debian/libqt5core5a.symbols.
 .
   [ Helmut Grohne ]
   * qmake cross wrapper should pass QMAKE_STRIP. (Closes: #950507)
Checksums-Sha1:
 92cb7c7a2d95a57f8a6f1a59c8c9a6d23cc2f009 5463 qtbase-opensource-src_5.12.5+dfsg-9.dsc
 6387c3cc8c4e52b702852ff82681b2de972f930a 255744 qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz
 f994bed5870a7f5339a6fc0089e9bf00c85a7e07 12217 qtbase-opensource-src_5.12.5+dfsg-9_source.buildinfo
Checksums-Sha256:
 56bce2eee0ec50a987b1ae654e712cd8c1e10b5497591346f2976ac81be36e0a 5463 qtbase-opensource-src_5.12.5+dfsg-9.dsc
 b5d4ba07d21fa68102cb04104d495fe97e1e46e35dc7f404b7bf094066b7e5b6 255744 qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz
 2bc7016f14991c45cf7af7537ec63b2f9a5b46c77a4312bd8501cfec358ffcf0 12217 qtbase-opensource-src_5.12.5+dfsg-9_source.buildinfo
Files:
 93825d88141d7123cc173cf539ae008e 5463 libs optional qtbase-opensource-src_5.12.5+dfsg-9.dsc
 cbf9ae2cf7d3fc09755f0e0f04cc4c72 255744 libs optional qtbase-opensource-src_5.12.5+dfsg-9.debian.tar.xz
 d358793826dc5b96ae6d01ec51db430a 12217 libs optional qtbase-opensource-src_5.12.5+dfsg-9_source.buildinfo

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

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAl5XylcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy1H/D/9NSEkRN0MMT9fjQ6n9+Bi35FOuj1TO
Lf28o7ceY00xphQvvP7LuxlC1pEPlukME1Aj3onGk5J4MUr6uUxKImOWcFq01qh/
M+Ua0SSKXIuOprkv/AF2/1KNkBZ9QBdVepX1XGP+xH2T7kxDoGLHgodjR1pOt4tL
Dgtj5yoX6ck6w0rb/T5cTQml5FBDHlVacqEIrsjeY/mT+58do/s+L9J26jw7zY27
9tr6WCFHj2vlkhE/sf/KLw/YnFewGQomIZ5laXDMj+KAvmVB9evxI8cB74W9P5w5
buF5EilDZPpMPkPxxW9AaksqqLDC0if1bNQwLuwMJrVWhJlL6fOrdNY9SyOTp7Bq
TjetdamWu3pM4EfI6NQ2WTwO0/JnSdqXTEFzxeKZSCBup8N8WfE8eDOh1vHmyyw1
MasbFuqrLeSFUol/ADvYj/0KHER8W3DTbEN4h08f2A+yoJUT6Yq+6GkNwdberPdw
w9/jRWrGafK3YBqSGwRcbD0KDABSB4GbpGvG4I291u7xNc3FP+4nSTNqhtNoveBx
qOzx71LJIoLqHndZNzYtGC+9FPkYYBnokDTftacwwNRwIr27Gl+1vdgasTAOZ2lf
6eE803k3xOeEdsj4PHGCqq3pay70i5da53PjrjpejU7gmtDk28qRKUWPcwc0Nrrw
eFUHliXJWdB/Dw==
=vimz
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: