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

Bug#1120914: fmit FTCBFS: Missing Build-Depends: qmake6:native



Source: fmit
Version: 1.3.2-0.1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs
X-Debbugs-Cc: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>

fmit fails to cross build from source. It is lrelease that fails for the 
lack of a linux-g++ spec file. For having this file, lrelease needs a 
native qmake6. This can be achieved by adding qmake6:native to 
Build-Depends. I'm attaching a patch.

I am wondering though whether this should really be a responsibility of 
the individual package rather than say qt6-l10n-tools. If qt6-l10n-tools 
were to "Depends: qmake6", then this problem would not reappear 
repeatedly in several packages. What do you think?

Helmut
diff -Nru fmit-1.3.2/debian/changelog fmit-1.3.2/debian/changelog
--- fmit-1.3.2/debian/changelog	2025-11-01 20:07:05.000000000 +0100
+++ fmit-1.3.2/debian/changelog	2025-11-16 18:34:51.000000000 +0100
@@ -1,3 +1,10 @@
+fmit (1.3.2-0.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Missing Build-Depends: qmake6:native for lrelease. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 16 Nov 2025 18:34:51 +0100
+
 fmit (1.3.2-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru fmit-1.3.2/debian/control fmit-1.3.2/debian/control
--- fmit-1.3.2/debian/control	2025-11-01 20:01:48.000000000 +0100
+++ fmit-1.3.2/debian/control	2025-11-16 18:34:47.000000000 +0100
@@ -11,6 +11,7 @@
  libfftw3-dev,
  libjack-dev,
  portaudio19-dev,
+ qmake6:native,
  qt6-base-dev,
  qt6-l10n-tools,
  qt6-multimedia-dev,

Reply to: