Your message dated Fri, 29 May 2026 21:40:16 +0000
with message-id <[email protected]>
and subject line Bug#1117016: fixed in qt6-quickeffectmaker 6.10.2-3
has caused the Debian Bug report #1117016,
regarding qt6-quickeffectmaker FTCBFS: doesn't want to be cross built
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 [email protected]
immediately.)
--
1117016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117016
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: qt6-quickeffectmaker
Version: 6.9.2-2
Tags: patch
User: [email protected]
Usertags: ftcbfs
Control: affects 1116707 + src:qt6-quickeffectmaker
qt6-quickeffectmaker fails to cross build from source, because
CMakeLists.txt branches on CMAKE_CROSSCOMPILING and skips everything
when it is set. Not sure why this is being done, but removing that
branch and setting QT_HOST_PATH makes qt6-quickeffectmaker cross
buildable once ccache is M-A:foreign (see #1116707). I'm attaching a
patch for your convenience.
Helmut
diff -Nru qt6-quickeffectmaker-6.9.2/debian/changelog
qt6-quickeffectmaker-6.9.2/debian/changelog
--- qt6-quickeffectmaker-6.9.2/debian/changelog 2025-09-22 21:13:58.000000000
+0200
+++ qt6-quickeffectmaker-6.9.2/debian/changelog 2025-09-30 17:36:20.000000000
+0200
@@ -1,3 +1,12 @@
+qt6-quickeffectmaker (6.9.2-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + cross.patch: Allow cross building.
+ + Set QT_HOST_PATH.
+
+ -- Helmut Grohne <[email protected]> Tue, 30 Sep 2025 17:36:20 +0200
+
qt6-quickeffectmaker (6.9.2-2) unstable; urgency=medium
* Upload to unstable.
diff -Nru qt6-quickeffectmaker-6.9.2/debian/patches/cross.patch
qt6-quickeffectmaker-6.9.2/debian/patches/cross.patch
--- qt6-quickeffectmaker-6.9.2/debian/patches/cross.patch 1970-01-01
01:00:00.000000000 +0100
+++ qt6-quickeffectmaker-6.9.2/debian/patches/cross.patch 2025-09-30
17:36:20.000000000 +0200
@@ -0,0 +1,14 @@
+--- qt6-quickeffectmaker-6.9.2.orig/CMakeLists.txt
++++ qt6-quickeffectmaker-6.9.2/CMakeLists.txt
+@@ -49,11 +49,6 @@
+ return()
+ endif()
+
+-if(CMAKE_CROSSCOMPILING)
+- message(NOTICE "Skipping the build as the condition \"NOT
CMAKE_CROSSCOMPILING\" is not met.")
+- return()
+-endif()
+-
+ # Copy nodes content
+ set(nodes_folders
+ "nodes/basic"
diff -Nru qt6-quickeffectmaker-6.9.2/debian/patches/series
qt6-quickeffectmaker-6.9.2/debian/patches/series
--- qt6-quickeffectmaker-6.9.2/debian/patches/series 1970-01-01
01:00:00.000000000 +0100
+++ qt6-quickeffectmaker-6.9.2/debian/patches/series 2025-09-30
17:36:09.000000000 +0200
@@ -0,0 +1 @@
+cross.patch
diff -Nru qt6-quickeffectmaker-6.9.2/debian/rules
qt6-quickeffectmaker-6.9.2/debian/rules
--- qt6-quickeffectmaker-6.9.2/debian/rules 2025-02-18 21:49:25.000000000
+0100
+++ qt6-quickeffectmaker-6.9.2/debian/rules 2025-09-30 17:36:20.000000000
+0200
@@ -2,12 +2,18 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto
+include /usr/share/dpkg/architecture.mk
+
+CMAKE_ARGS := --log-level=STATUS
+ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+CMAKE_ARGS += -DQT_HOST_PATH=/usr
+endif
+
%:
dh $@ --buildsystem=cmake+ninja
override_dh_auto_configure:
- dh_auto_configure -- \
- --log-level=STATUS
+ dh_auto_configure -- $(CMAKE_ARGS)
override_dh_auto_build-indep:
dh_auto_build -- docs
--- End Message ---
--- Begin Message ---
Source: qt6-quickeffectmaker
Source-Version: 6.10.2-3
Done: Patrick Franz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
qt6-quickeffectmaker, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Patrick Franz <[email protected]> (supplier of updated qt6-quickeffectmaker
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 29 May 2026 23:24:04 +0200
Source: qt6-quickeffectmaker
Architecture: source
Version: 6.10.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <[email protected]>
Changed-By: Patrick Franz <[email protected]>
Closes: 1117016
Changes:
qt6-quickeffectmaker (6.10.2-3) unstable; urgency=medium
.
[ Patrick Franz ]
* Bump Standards-Version to 4.7.4 (no changes needed).
* Fix FTCBFS, thx to Helmut Grohne: (Closes: #1117016)
+ cross.patch: Allow cross building.
+ Set QT_HOST_PATH.
Checksums-Sha1:
cca679519caee7458db058aefb744e52af3dfea7 2809 qt6-quickeffectmaker_6.10.2-3.dsc
8e57c38944cb675a48b2b09a85581680f21692c8 5848
qt6-quickeffectmaker_6.10.2-3.debian.tar.xz
58be7f70e36f64a02a84083e68a9ba8363153c4c 11501
qt6-quickeffectmaker_6.10.2-3_source.buildinfo
Checksums-Sha256:
4fd35ba6142cdcc285e0dd761819badb487459ee7659dfb3db4d093e81eae7ec 2809
qt6-quickeffectmaker_6.10.2-3.dsc
5e5ab0f8c781ce807ef998d19a7f9347e89bccf7e98bb71fa41b290f2b6ee323 5848
qt6-quickeffectmaker_6.10.2-3.debian.tar.xz
69adf5a125e4f183899c3318f76b325d593f982d2cd297ed343511c261d39064 11501
qt6-quickeffectmaker_6.10.2-3_source.buildinfo
Files:
a32870374bfea8e2cec67d729eb3fbc5 2809 devel optional
qt6-quickeffectmaker_6.10.2-3.dsc
90f9e3ec7214f439dbe64b3d93c77858 5848 devel optional
qt6-quickeffectmaker_6.10.2-3.debian.tar.xz
aa1de4e70eb46d3fe5e7a69b0fa68ac3 11501 devel optional
qt6-quickeffectmaker_6.10.2-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmoaBEcACgkQnp96YDB3
/lalGBAAhcl95UdqhzS29KxoGfcos5kGOKywcyELy9NDh3Wm9AZgUQVO4y8JpWE0
sAJgJxKrPqOVHRRDfcK2sn/ypq8Lt1a6319ig+ImYCleekWZlMiMGnkWb6oi9RsA
D4R3HLTS/lTw+zeYPSXYAPGJJmOYB/k52oZPKVLFhc3SztvRRaAULeJ8uUOBiFlA
TdCEwJ9gsFkb0p3LP2i+G2YaY19iND5BSVx8e3vnu+ZuKSCVTqQFFZLwSAQMkQDh
aT63CrZre3RO2/Vsi8ofN7RWAY62NoDcR6tRRtPXiW/VSVnzJNdIamo6PX8WTfkZ
PV4vGcxWspT1qBegql4xbPIjxXWLuV+ZjezlZeR+WrhTKbAuEHZdkEgUI0dRqO3K
69mt5TmzGkQR1kQ7dhNOWEQXHFV85R90wWwhqpv/CvhvI/R0Q8zzciHi8w0OdDdG
d/Jvu24ceN0wpJF4lU/UxDf8q7tVs7jvv84HfXhsocLybKN52TJH5PsP1aml0GuQ
onddnUD/Sh+ROvVWpuzvSLP/grrlCCFPTkSSY/M2QQ1OGBibqFEx3uLJ8LeCrpVR
m9Ok/VETevQrfdUw2uFZZDKfv4atb7SYe0zzvV+/O6LMpjgsjDQh3uSW3Ix0kfl2
1+qlOXlaUhUrHjGNlCd6JXOfSII8poo/PWiBIdHd3IwKcyXomMw=
=3j5E
-----END PGP SIGNATURE-----
pgpQQb2Jh4y1l.pgp
Description: PGP signature
--- End Message ---