Your message dated Sun, 02 Feb 2025 12:23:40 +0000 with message-id <E1teZ0m-009cWn-Cs@fasolo.debian.org> and subject line Bug#1089600: fixed in qt6-base 6.7.2+dfsg-6 has caused the Debian Bug report #1089600, regarding qt6-base FTCBFS: dh_missing fails 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.) -- 1089600: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089600 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: qt6-base FTCBFS: dh_missing fails
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Mon, 9 Dec 2024 15:14:41 +0100
- Message-id: <20241209141441.GA1421073@subdivi.de>
Source: qt6-base Version: 6.7.2+dfsg-5 Tags: patch User: debian-cross@lists.debian.org Usertags: ftcbfs qt6-base fails to cross build from source in unstable. | dh_missing -a -O--buildsystem=cmake\+ninja | dh_missing: warning: usr/lib/qt6/bin/host-qmake6 exists in debian/tmp but is not installed to anywhere | dh_missing: warning: usr/lib/qt6/bin/host-qtpaths6 exists in debian/tmp but is not installed to anywhere | dh_missing: error: missing files, aborting | The following debhelper tools have reported what they installed (with files per package) | * dh_install: libqt6concurrent6 (2), libqt6core6t64 (2), libqt6dbus6 (2), libqt6gui6 (22), libqt6network6 (6), libqt6opengl6 (14), libqt6openglwidgets6 (2), libqt6printsupport6 (3), libqt6sql6 (2), libqt6sql6-ibase (1), libqt6sql6-mysql (1), libqt6sql6-odbc (1), libqt6sql6-psql (1), libqt6sql6-sqlite (1), libqt6test6 (2), libqt6widgets6 (2), libqt6xml6 (2), qmake6 (429), qmake6-bin (1), qt6-base-dev (2690), qt6-base-dev-tools (24), qt6-base-doc (0), qt6-base-doc-dev (0), qt6-base-doc-html (0), qt6-base-examples (102), qt6-base-private-dev (17), qt6-gtk-platformtheme (1), qt6-qpa-plugins (2), qt6-xdgdesktopportal-platformtheme (1) | * dh_installdocs: libqt6concurrent6 (0), libqt6core6t64 (0), libqt6dbus6 (0), libqt6gui6 (0), libqt6network6 (0), libqt6opengl6 (0), libqt6openglwidgets6 (0), libqt6printsupport6 (0), libqt6sql6 (0), libqt6sql6-ibase (0), libqt6sql6-mysql (0), libqt6sql6-odbc (0), libqt6sql6-psql (0), libqt6sql6-sqlite (0), libqt6test6 (0), libqt6widgets6 (0), libqt6xml6 (0), qmake6 (0), qmake6-bin (0), qt6-base-dev (0), qt6-base-dev-tools (0), qt6-base-doc (0), qt6-base-doc-dev (0), qt6-base-doc-html (0), qt6-base-examples (0), qt6-base-private-dev (0), qt6-gtk-platformtheme (0), qt6-qpa-plugins (0), qt6-xdgdesktopportal-platformtheme (0) | If the missing files are installed by another tool, please file a bug against it. | When filing the report, if the tool is not part of debhelper itself, please reference the | "Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+). | (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.md.gz) | Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built | If the omission is intentional or no other helper can take care of this consider adding the | paths to debian/not-installed. | make: *** [debian/rules:31: binary-arch] Error 255 | dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit status 2 I don't think we want to install these files, so I propose adding them to debian/not-installed alongside the unversioned ones already there. Please find a patch attached for your convenience. Helmutdiff --minimal -Nru qt6-base-6.7.2+dfsg/debian/changelog qt6-base-6.7.2+dfsg/debian/changelog --- qt6-base-6.7.2+dfsg/debian/changelog 2024-12-08 22:49:21.000000000 +0100 +++ qt6-base-6.7.2+dfsg/debian/changelog 2024-12-09 13:27:31.000000000 +0100 @@ -1,3 +1,10 @@ +qt6-base (6.7.2+dfsg-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Update debian/not-installed. (Closes: #-1) + + -- Helmut Grohne <helmut@subdivi.de> Mon, 09 Dec 2024 13:27:31 +0100 + qt6-base (6.7.2+dfsg-5) unstable; urgency=medium [ Patrick Franz ] diff --minimal -Nru qt6-base-6.7.2+dfsg/debian/not-installed qt6-base-6.7.2+dfsg/debian/not-installed --- qt6-base-6.7.2+dfsg/debian/not-installed 2024-10-19 13:10:50.000000000 +0200 +++ qt6-base-6.7.2+dfsg/debian/not-installed 2024-12-09 13:27:31.000000000 +0100 @@ -11,7 +11,9 @@ usr/lib/qt6/bin/qtpaths # cross build specific: usr/lib/qt6/bin/host-qmake +usr/lib/qt6/bin/host-qmake6 usr/lib/qt6/bin/host-qtpaths +usr/lib/qt6/bin/host-qtpaths6 usr/lib/qt6/bin/target_qt.conf usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/qdevice.pri usr/lib/${DEB_HOST_MULTIARCH}/objects-None/ExampleIconsPrivate_resources_1/.rcc/qrc_example_icons.cpp.o
--- End Message ---
--- Begin Message ---
- To: 1089600-close@bugs.debian.org
- Subject: Bug#1089600: fixed in qt6-base 6.7.2+dfsg-6
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 02 Feb 2025 12:23:40 +0000
- Message-id: <E1teZ0m-009cWn-Cs@fasolo.debian.org>
- Reply-to: Sandro Knauß <hefee@debian.org>
Source: qt6-base Source-Version: 6.7.2+dfsg-6 Done: Sandro Knauß <hefee@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 1089600@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sandro Knauß <hefee@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: Sun, 02 Feb 2025 13:00:45 +0100 Source: qt6-base Architecture: source Version: 6.7.2+dfsg-6 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Changed-By: Sandro Knauß <hefee@debian.org> Closes: 1057346 1089600 Changes: qt6-base (6.7.2+dfsg-6) unstable; urgency=medium . [ Helmut Grohne ] * Create <triplet>-qtpaths6 cross wrapper (Closes: 1057346). * Fix FTCBFS: Update debian/not-installed. (Closes: #1089600) . [ Sandro Knauß ] * Install the qtpaths6 wrapper scripts within qt6-base-dev. * Remove version contrain on firebird-dev, as it does not exist << 4.0 anymore. Checksums-Sha1: db92a679be5e369f298aed558dc86f86723974d6 5470 qt6-base_6.7.2+dfsg-6.dsc 94e02c75326545f7ea2a0731ef5565ffa9f9e0f4 184296 qt6-base_6.7.2+dfsg-6.debian.tar.xz 730082c2d45eea0391770504e2c5ccbc534c874e 13728 qt6-base_6.7.2+dfsg-6_source.buildinfo Checksums-Sha256: de90684974a117001f03f7343acb724d77af74ac7a618d7c64be9b086b671d98 5470 qt6-base_6.7.2+dfsg-6.dsc edeac77aa956889fee30132df1559301855bb7dff424fca0468f160a5c17c49f 184296 qt6-base_6.7.2+dfsg-6.debian.tar.xz 91544c520a50503055528b97ae041eaf0280555f4803b546508134ca5289963d 13728 qt6-base_6.7.2+dfsg-6_source.buildinfo Files: 7a009c227400cee6a3bbee03454a28ef 5470 libs optional qt6-base_6.7.2+dfsg-6.dsc 19db177d787dececbd01cb0c6f73d757 184296 libs optional qt6-base_6.7.2+dfsg-6.debian.tar.xz 84da47b164188e87dd33afbd714f508a 13728 libs optional qt6-base_6.7.2+dfsg-6_source.buildinfo -----BEGIN PGP SIGNATURE----- wsG7BAEBCgBvBYJnn16qCRDjrbAIUGBWNkcUAAAAAAAeACBzYWx0QG5vdGF0aW9u cy5zZXF1b2lhLXBncC5vcmdxbScM/vwiGJyubrTyQZnDQxFB0gql1d6DYKxYL4Ob 2hYhBDnsEaAgFrcpJkkaBuOtsAhQYFY2AABLXw/9ERuf0JgJ3UdMBhCQ6xTo6D6r y0hSEnicPlSkfrs2BQqsoP+ByzXqmp66slNSo+LjPDcHWgjqoqw9W+VIOi6nalIp cmGWcSpEDRy8gmt1hhO+seG24YbdkgZSaKQdkXUs90cSXWx6PJDmCywhkTKg3oyN XrO+vRgtVou0/pSV2DX7cwN/to67BCEcDMNHt1IslKa1pTXOyi7nXMT0mS0DCgu6 ljzCMeEyjzIJ3LV8Cj+377xmFwsWH8yiz/LT9nUlAYm7NehdlenNqSqChJEaQX8A xVriFKH54jAe+MV65KxenbvAcmT6mN5hbinluaHl41TSSc+J2Rf8zXC3nfhGN7FK Fq8aFEa+jBx+FIFumpnEuSyX8Hrj0wYp83vV/P4SzJ25kTihCJFGVFUVrmkud84b y7OCNT97j5zzkTdA23vS7UCKSX3Up3iYdBdSBulNt2Esu9nB9/z/C5ZLMpHgi97w tTee2KmsF8k2u7DH2rpSnkjSTN0WOGnf75O7S1Bg960FXKadFCB6HuJoBBwMu9Ml hrBK7Ru4z08xKRMl9tcclo8goWQ94Ldc9jk0SY3Nv5EjUHoAgaHt/ov1s99m7HXq TKYXD7lOJKmGeG1ByZvmvzNWL5E/MujaAlBxnLWPHK5rKZ9frv2oAP2k3PHqV+9t OMUb7fsZQTUMrxXLKUs= =87rJ -----END PGP SIGNATURE-----Attachment: pgpZnY1U2n1tH.pgp
Description: PGP signature
--- End Message ---