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

Bug#1042709: marked as done (qt6-base FTCBFS: doesn't build sqlbrowser)



Your message dated Tue, 08 Aug 2023 07:19:41 +0000
with message-id <E1qTH0H-0019QA-OM@fasolo.debian.org>
and subject line Bug#1042709: fixed in qt6-base 6.4.2+dfsg-18
has caused the Debian Bug report #1042709,
regarding qt6-base FTCBFS: doesn't build sqlbrowser
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.)


-- 
1042709: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1042709
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-base
Version: 6.4.2+dfsg-17
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

Hi,

qt6-base fails to cross build again. This time, it misses building
sqlbrowser. While fixing it, I noticed that the variable we are passing
is deprecated and also update it. I'm attaching a patch for your
convenience.

Should we also
s/QT_BUILD_TOOLS_WHEN_CROSSCOMPILING/QT_FORCE_BUILD_TOOLS/ across the
rest of the qt6 packaging?

Helmut
--- qt6-base-6.4.2+dfsg/debian/changelog
+++ qt6-base-6.4.2+dfsg/debian/changelog
@@ -1,3 +1,12 @@
+qt6-base (6.4.2+dfsg-17.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Do build sqlbrowser. (Closes: #-1)
+  * Move from deprecated QT_BUILD_TOOLS_WHEN_CROSSCOMPILING to
+    QT_FORCE_BUILD_TOOLS.
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 30 Jul 2023 12:26:03 +0200
+
 qt6-base (6.4.2+dfsg-17) unstable; urgency=medium
 
   * Team upload.
--- qt6-base-6.4.2+dfsg/debian/patches/cross.patch
+++ qt6-base-6.4.2+dfsg/debian/patches/cross.patch
@@ -21,7 +21,17 @@
      LABEL "Android deployment tool"
      PURPOSE "The Android deployment tool automates the process of creating Android packages."
 -    CONDITION NOT CMAKE_CROSSCOMPILING AND QT_FEATURE_regularexpression)
-+    CONDITION QT_FEATURE_regularexpression)
++    CONDITION (QT_FORCE_BUILD_TOOLS OR NOT CMAKE_CROSSCOMPILING) AND QT_FEATURE_regularexpression)
  
  qt_feature("macdeployqt" PRIVATE
      SECTION "Deployment"
+--- a/examples/sql/CMakeLists.txt
++++ b/examples/sql/CMakeLists.txt
+@@ -12,6 +12,6 @@ if(TARGET Qt::Xml)
+     qt_internal_add_example(masterdetail)
+ endif()
+ 
+-if(NOT CMAKE_CROSSCOMPILING)
++if(QT_FORCE_BUILD_TOOLS OR NOT CMAKE_CROSSCOMPILING)
+     qt_internal_add_example(sqlbrowser)
+ endif()
--- qt6-base-6.4.2+dfsg/debian/rules
+++ qt6-base-6.4.2+dfsg/debian/rules
@@ -24,7 +24,7 @@
 	extra_cmake_args += \
 		-DQT_HOST_PATH=/usr \
 		-DQT_HOST_PATH_CMAKE_DIR=/usr/lib/${DEB_BUILD_MULTIARCH}/cmake \
-		-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
+		-DQT_FORCE_BUILD_TOOLS=ON
 endif
 
 %:

--- End Message ---
--- Begin Message ---
Source: qt6-base
Source-Version: 6.4.2+dfsg-18
Done: Patrick Franz <deltaone@debian.org>

We believe that the bug you reported is fixed in the latest version of
qt6-base, 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 1042709@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrick Franz <deltaone@debian.org> (supplier of updated qt6-base 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, 08 Aug 2023 08:40:37 +0200
Source: qt6-base
Architecture: source
Version: 6.4.2+dfsg-18
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Patrick Franz <deltaone@debian.org>
Closes: 1042709 1043225
Changes:
 qt6-base (6.4.2+dfsg-18) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Do build sqlbrowser. (Closes: #1042709)
   * Move from deprecated QT_BUILD_TOOLS_WHEN_CROSSCOMPILING to
     QT_FORCE_BUILD_TOOLS.
 .
   [ John Paul Adrian Glaubitz ]
   * Add Add-SH-detection.patch in order to restore SH detection
    (Closes: #1043225).
Checksums-Sha1:
 ce83350b9a11bed5a7b2499ffc553a16ad675d3f 5074 qt6-base_6.4.2+dfsg-18.dsc
 360e420c47c831390c92cce3299308dd1ec1184b 188076 qt6-base_6.4.2+dfsg-18.debian.tar.xz
 c7a5027c3c7b0867a5af7ebc9f8c7760641d470c 9473 qt6-base_6.4.2+dfsg-18_source.buildinfo
Checksums-Sha256:
 14b335e6f66e2bcac1a423b7286f17c8cb11c0b37bcd68aa84e9b037acd6f6b9 5074 qt6-base_6.4.2+dfsg-18.dsc
 15fcbd2dcd156943e60ceafcf059437a43bae8794099cbf2e2b63c2168074ad6 188076 qt6-base_6.4.2+dfsg-18.debian.tar.xz
 443c56da14727b62b7ffaf2c82c8abb873f53510f283c2bf1ab4d5eb66f1a154 9473 qt6-base_6.4.2+dfsg-18_source.buildinfo
Files:
 6028d092333f7539a089ae87546ba547 5074 libs optional qt6-base_6.4.2+dfsg-18.dsc
 88d7c4ec4d2da37edceae6f09b159451 188076 libs optional qt6-base_6.4.2+dfsg-18.debian.tar.xz
 15bf8d8c47beba6483db14f1ae0990c5 9473 libs optional qt6-base_6.4.2+dfsg-18_source.buildinfo

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

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmTR44cACgkQnp96YDB3
/lbF/w/+PQ2wGKMSvM2hwyGbqG/y48lsmvzPCKRB41eEXqDoVkRg5o+ZKqINDhZ4
jA77fwi1AkC8EZROV9QGgBHwclx8Un8GVhu7hTw/IS46J0v6G9BMAhdfsITXGGNt
Jwe+HjgPS6cKaZJ9cxUBqSmN+0FmUaNCL3rrxGe04mchVAMTYv4/wW9Z1kM0aAy8
QpROS49hVTGMU6XU7KWcdLixaedbcfpBIpUPXtlQAInYgnHmnChSOawAp3zMtwFH
llhJCyhSBfRjWnjyhKlpbFiSu2HJwBfkBiAC4pfjVdpXJk6pcXlcUEEC1xVBRhzL
eUoJrXivi0NLBeI+DVOzKovtC4sjcTYbZCPQSKABL4Cu1w+8zOBPnNvhde5QBsNz
EmwsRMDd4mA4/SLkl9DeW64IA3VkWHOAUAzd517A6EZSLExLoQMXq9Kt52XPtHvk
55K1CjnQtUAcRELeOQ69EHp/PegNwCFWdQPx+gviz1iDidXDRUW2It8ux0Ql4fST
gn50dPZttnJwDu123eXZZYb/3RsbT1Ac19i9jD0edJvdymjjIu20wvJaoqY8S0vw
Zt7lBRE1ltdx396+xy04+C04wzmXEvDS7cWuRy67N6PmYGsPYiGMqnB36njOkCDo
bGaIPHN1jweHQhqXuZuUcP3J7iN79R1HuScOWIeeQsPSxT7exq8=
=dVjo
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: