Your message dated Sun, 23 Mar 2025 18:09:16 +0000 with message-id <E1twPl6-00BKwR-Tc@fasolo.debian.org> and subject line Bug#1040533: fixed in x2gokdriveclient 0.0.0.1-2 has caused the Debian Bug report #1040533, regarding x2gokdriveclient FTCBFS: multiple reasons 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.) -- 1040533: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040533 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: x2gokdriveclient FTCBFS: multiple reasons
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Fri, 7 Jul 2023 13:29:13 +0200
- Message-id: <20230707112913.GA3778877@subdivi.de>
Source: x2gokdriveclient Version: 0.0.0.1-1 Tags: patch User: debian-cross@lists.debian.org Usertags: ftcbfs x2gokdriveclient fails to cross build from source for two reasons. The immediate failure happens when running lrelease. This can work, but when it operates on a .pro file it requires a native qmake while usually, Build-Depends only imply a host architecture qmake. Thus a separate dependency is required here. Then when it runs qmake, it uses the native qmake, which fails to find supporting libraries, while it should be using the host architecture one. dpkg's buildtools.mk can be used to compute the name of the qmake binary. I'm attaching a patch for your convenience. Helmutdiff --minimal -Nru x2gokdriveclient-0.0.0.1/debian/changelog x2gokdriveclient-0.0.0.1/debian/changelog --- x2gokdriveclient-0.0.0.1/debian/changelog 2023-06-19 07:28:32.000000000 +0200 +++ x2gokdriveclient-0.0.0.1/debian/changelog 2023-07-07 13:21:13.000000000 +0200 @@ -1,3 +1,12 @@ +x2gokdriveclient (0.0.0.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: (Closes: #-1) + + B-D: qt5-qmake:native for running lrelease. + + Pass a cross qmake to make. + + -- Helmut Grohne <helmut@subdivi.de> Fri, 07 Jul 2023 13:21:13 +0200 + x2gokdriveclient (0.0.0.1-1) unstable; urgency=medium * Initial upload to Debian. (Closes: #1038620). diff --minimal -Nru x2gokdriveclient-0.0.0.1/debian/control x2gokdriveclient-0.0.0.1/debian/control --- x2gokdriveclient-0.0.0.1/debian/control 2023-06-19 07:16:15.000000000 +0200 +++ x2gokdriveclient-0.0.0.1/debian/control 2023-07-07 13:21:12.000000000 +0200 @@ -13,6 +13,7 @@ libxcb1-dev, libxcb-xfixes0-dev, man2html-base, + qt5-qmake:native, zlib1g-dev Standards-Version: 4.6.2 Rules-Requires-Root: binary-targets diff --minimal -Nru x2gokdriveclient-0.0.0.1/debian/rules x2gokdriveclient-0.0.0.1/debian/rules --- x2gokdriveclient-0.0.0.1/debian/rules 2023-06-19 07:04:14.000000000 +0200 +++ x2gokdriveclient-0.0.0.1/debian/rules 2023-07-07 13:21:13.000000000 +0200 @@ -12,6 +12,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +include /usr/share/dpkg/buildtools.mk export QT_SELECT=qt5 @@ -26,7 +27,7 @@ dh_auto_configure override_dh_auto_build: - dh_auto_build + dh_auto_build -- QMAKE_BINARY=$(QMAKE) override_dh_clean: dh_clean
--- End Message ---
--- Begin Message ---
- To: 1040533-close@bugs.debian.org
- Subject: Bug#1040533: fixed in x2gokdriveclient 0.0.0.1-2
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 23 Mar 2025 18:09:16 +0000
- Message-id: <E1twPl6-00BKwR-Tc@fasolo.debian.org>
- Reply-to: Mike Gabriel <sunweaver@debian.org>
Source: x2gokdriveclient Source-Version: 0.0.0.1-2 Done: Mike Gabriel <sunweaver@debian.org> We believe that the bug you reported is fixed in the latest version of x2gokdriveclient, 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 1040533@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Mike Gabriel <sunweaver@debian.org> (supplier of updated x2gokdriveclient 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: SHA256 Format: 1.8 Date: Sun, 23 Mar 2025 18:35:15 +0100 Source: x2gokdriveclient Architecture: source Version: 0.0.0.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org> Changed-By: Mike Gabriel <sunweaver@debian.org> Closes: 1040533 1089278 Changes: x2gokdriveclient (0.0.0.1-2) unstable; urgency=medium . [ Niels Thykier ] * Tweak `debian/rules` to enable 'Rules-Requires-Root: no` . [ Santiago Vila ] * debian/patches: + Add 1002_make-4.4.1.patch. Fix FTBFS with make >= 4.4.1. (Closes: #1089278). . [ Helmut Grohne ] * Fix FTCBFS: (Closes: #1040533) + debian/control: B-D: qt5-qmake:native for running lrelease. + debian/rules: Pass a cross qmake to make. . [ Mike Gabriel ] * debian/control: + Bump Standards-Version: to 4.7.2. No changes needed. Checksums-Sha1: 5f9eb443b3a1d40eebdfb5d3e5afe34862f71964 2464 x2gokdriveclient_0.0.0.1-2.dsc 4234df8eebb46299465b6e1a1e86ac072d7f24b0 13624 x2gokdriveclient_0.0.0.1-2.debian.tar.xz bba327ca61e60767ff1a5805ca951918bd1d01dd 12491 x2gokdriveclient_0.0.0.1-2_source.buildinfo Checksums-Sha256: 44b247ced2ea0c77d8ae492da2199d98219a0f2e88ede262ebd77c31f4e0585a 2464 x2gokdriveclient_0.0.0.1-2.dsc 5f3fcc293fd9f3309380781e94767bfe224b97c068bc6ce82bbddb86542ece70 13624 x2gokdriveclient_0.0.0.1-2.debian.tar.xz 1b02839f257e677f7cd15eb3d01f83abebb33d33155432b16255b8c40d2bc48c 12491 x2gokdriveclient_0.0.0.1-2_source.buildinfo Files: 7b2bea9d532b5da318024453c3b4a0f1 2464 x11 optional x2gokdriveclient_0.0.0.1-2.dsc 95616da47d3a2414a5fa5617610efd39 13624 x11 optional x2gokdriveclient_0.0.0.1-2.debian.tar.xz 10b71ac50a5e441e6ee4da5bd7820a7b 12491 x11 optional x2gokdriveclient_0.0.0.1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmfgR0QVHHN1bndlYXZl ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxm5oP/3PB+zR4p2OHmdRgRGokG+0GkzcB q8HVusqf3GxIUGKPsTAK+o5XerGdjGe/C3qovr6Ic2eU38beMllIWODE599wRtzX j8ze9UmQbf/I2zv6H6APi8q48+bND74iFEtQ0cpTvPPvJEY8nV3asSgWdMT5o3aJ yyfIdeVbDbh/44oEBf8u3G/Xx6MB3GN7LZphAIpuNrgV8gUgg/P4pmFSwIYnse1+ rQ7hNPPmJ6auG81pfiPJkIhAUF1QPCBghKy4jQgZ9PHg51wSI/SczrXjg/FflYJx I8Em7QFh30f6VPBTqkIe//z7YjOFWrknVC5Fas7mKZRpeK4joaKTbComkoIs/WIk kszlTle4Fpa+tfjxNodd97YP2X3/y/rsXZh7hff8dPbk0DifvxXZSj9SBkpyBiNN OiIP0f0+Ms13mPWyGmco/8qNY8oBjpHvanBBcgjJuttxXPDjn59eyNnLViV7OYya ncmtOXCSirYRbKXPUuhGUgML/exdGUK1GonSe3rsWlduLmuw12xaQuJQRXE2ViJy R8MHC0PJTQAar5wiwaEt9/SgElRwJMSS6w3oKY9o1q8OiPkbC+XLhqAdt2QwFWpA dsqgoPFwKOw/rjIwMBCSVr+zQpNl2b8/aNgEWAWS46xqwimpDdYZppFz0i1FPDEx hXAXwlcsY1MXDIBC =tJE1 -----END PGP SIGNATURE-----Attachment: pgpY1StDpmqZm.pgp
Description: PGP signature
--- End Message ---