Your message dated Fri, 28 Feb 2025 17:34:00 +0000
with message-id <e1to4fm-00082v...@fasolo.debian.org>
and subject line Bug#1095845: Removed package(s) from unstable
has caused the Debian Bug report #1088164,
regarding qtremoteobjects-everywhere-src FTCBFS: fails running the host repc
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 ow...@bugs.debian.org
immediately.)
--
1088164: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qtremoteobjects-everywhere-src
Version: 5.15.15-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
qtremoteobjects-everywhere-src fails to cross build from source, because
it attempts to run the build repc and gets an "Exec format error". It
should be using the build architecture one and that's actually somewhat
handled upstream, but it needs to be configured explicitly. I'm
attaching a patch for your convenience.
Helmut
diff --minimal -Nru qtremoteobjects-everywhere-src-5.15.15/debian/changelog
qtremoteobjects-everywhere-src-5.15.15/debian/changelog
--- qtremoteobjects-everywhere-src-5.15.15/debian/changelog 2024-10-25
11:44:03.000000000 +0200
+++ qtremoteobjects-everywhere-src-5.15.15/debian/changelog 2024-11-24
11:38:11.000000000 +0100
@@ -1,3 +1,10 @@
+qtremoteobjects-everywhere-src (5.15.15-2.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Use the build architecture repc. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de> Sun, 24 Nov 2024 11:38:11 +0100
+
qtremoteobjects-everywhere-src (5.15.15-2) unstable; urgency=medium
* Upload to unstable.
diff --minimal -Nru qtremoteobjects-everywhere-src-5.15.15/debian/control
qtremoteobjects-everywhere-src-5.15.15/debian/control
--- qtremoteobjects-everywhere-src-5.15.15/debian/control 2024-10-25
11:44:03.000000000 +0200
+++ qtremoteobjects-everywhere-src-5.15.15/debian/control 2024-11-24
11:38:11.000000000 +0100
@@ -5,6 +5,7 @@
Uploaders: Lisandro Damián Nicanor Pérez Meyer <lisan...@debian.org>,
Dmitry Shachnev <mity...@debian.org>
Build-Depends: debhelper-compat (= 13),
+ libqt5remoteobjects5-bin <cross>,
pkg-kde-tools,
qml-module-qttest (>= 5.15.15+dfsg~),
qtbase5-dev (>= 5.15.15+dfsg~),
diff --minimal -Nru qtremoteobjects-everywhere-src-5.15.15/debian/rules
qtremoteobjects-everywhere-src-5.15.15/debian/rules
--- qtremoteobjects-everywhere-src-5.15.15/debian/rules 2024-10-25
11:44:03.000000000 +0200
+++ qtremoteobjects-everywhere-src-5.15.15/debian/rules 2024-11-24
11:38:11.000000000 +0100
@@ -11,7 +11,7 @@
dh $@ --with pkgkde_symbolshelper
override_dh_auto_configure:
- dh_auto_configure -- QT_BUILD_PARTS+=tests
+ dh_auto_configure -- QT_BUILD_PARTS+=tests $(if $(filter
cross,$(DEB_BUILD_PROFILES)),QT.remoteobjects.bins=/usr/lib/qt5/bin)
override_dh_auto_build-indep:
dh_auto_build -- docs
--- End Message ---
--- Begin Message ---
Version: 5.15.15-2+rm
Dear submitter,
as the package qtremoteobjects-everywhere-src has just been removed from the
Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1095845
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---