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

Bug#949352: marked as done (x2goclient FTCBFS: builds for the build architecture)



Your message dated Sun, 23 Mar 2025 16:51:11 +0000
with message-id <E1twOXX-00B9Yb-Fp@fasolo.debian.org>
and subject line Bug#949352: fixed in x2goclient 4.1.2.3-4
has caused the Debian Bug report #949352,
regarding x2goclient FTCBFS: builds for the build architecture
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.)


-- 
949352: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949352
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: x2goclient
Version: 4.1.2.1-4
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

x2goclient fails to cross build from source, because it calls the build
architecture qmake via the upstream Makefile. It seems like the upstream
Makefile adds little value beyond handling the installation part. I
therefore propose moving that part into debian/rules and wrapping it up
in dh_auto_* such that dh_auto_configure can make cross building work.
You also need a dependency on qt5-qmake:native for running lrelease on a
.pro file. Please consider applying the attached patch.

Helmut
diff --minimal -Nru x2goclient-4.1.2.1/debian/changelog x2goclient-4.1.2.1/debian/changelog
--- x2goclient-4.1.2.1/debian/changelog	2019-12-21 17:56:23.000000000 +0100
+++ x2goclient-4.1.2.1/debian/changelog	2020-01-19 21:30:01.000000000 +0100
@@ -1,3 +1,12 @@
+x2goclient (4.1.2.1-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: (Closes: #-1)
+    + Let dh_auto_configure call qmake.
+    + Build-Depends: qt5-qmake:native for lrelease.
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 19 Jan 2020 21:30:01 +0100
+
 x2goclient (4.1.2.1-4) unstable; urgency=medium
 
   * debian/patches:
diff --minimal -Nru x2goclient-4.1.2.1/debian/control x2goclient-4.1.2.1/debian/control
--- x2goclient-4.1.2.1/debian/control	2019-12-11 15:31:36.000000000 +0100
+++ x2goclient-4.1.2.1/debian/control	2020-01-19 21:30:01.000000000 +0100
@@ -17,6 +17,7 @@
  libx11-dev,
  libxpm-dev,
  man2html-base | man2html,
+ qt5-qmake:native,
  qtbase5-dev,
  qttools5-dev-tools,
 Standards-Version: 4.4.1
diff --minimal -Nru x2goclient-4.1.2.1/debian/rules x2goclient-4.1.2.1/debian/rules
--- x2goclient-4.1.2.1/debian/rules	2019-12-11 15:33:16.000000000 +0100
+++ x2goclient-4.1.2.1/debian/rules	2020-01-19 21:30:01.000000000 +0100
@@ -10,10 +10,11 @@
 
 override_dh_auto_configure:
 	cp ChangeLog txt/changelog
-	dh_auto_configure
+	lrelease x2goclient.pro
+	dh_auto_configure --buildsystem=qmake --builddirectory=client_build -- ../x2goclient.pro
 
 override_dh_auto_build:
-	make PREFIX=/usr build_client
+	dh_auto_build --buildsystem=qmake --builddirectory=client_build
 	make PREFIX=/usr build_man
 
 override_dh_auto_install:

--- End Message ---
--- Begin Message ---
Source: x2goclient
Source-Version: 4.1.2.3-4
Done: Mike Gabriel <sunweaver@debian.org>

We believe that the bug you reported is fixed in the latest version of
x2goclient, 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 949352@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 x2goclient 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 17:20:37 +0100
Source: x2goclient
Architecture: source
Version: 4.1.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Remote Maintainers <debian-remote@lists.debian.org>
Changed-By: Mike Gabriel <sunweaver@debian.org>
Closes: 949352 1048948 1089277
Changes:
 x2goclient (4.1.2.3-4) unstable; urgency=medium
 .
   [ Mike Gabriel ]
   * debian/patches:
     + Add 1003_make-4.4.1.patch. Fix FTBFS with make >= 4.4.1. (Closes:
       #1089277).
   * debian/control:
     + Bump Standards-Version: to 4.7.2. No changes needed.
   * debian/rules:
     + Clean-up of generated changelog is now required under a different path.
       (Closes: #1048948).
   * debian/copyright:
     + Update copyright attributions for debian/.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #949352)
     + Let dh_auto_configure call qmake.
     + Build-Depends: qt5-qmake:native for lrelease.
Checksums-Sha1:
 6a4776efc705de4859d41eb714472ddaf4b8a394 2479 x2goclient_4.1.2.3-4.dsc
 ead1525aca0d00a203ac5e2977afaa4fcf00f274 23724 x2goclient_4.1.2.3-4.debian.tar.xz
 b0c58355dea6d9962e8573af17782a72e6d0559c 13817 x2goclient_4.1.2.3-4_source.buildinfo
Checksums-Sha256:
 de0265678e49874e2c566fa7625573484c8d18f26f327c696c777520a3518d6d 2479 x2goclient_4.1.2.3-4.dsc
 9f01b3ce7ab3c58027e61e31b95b310fdc91638b6075d28337c2b497422014df 23724 x2goclient_4.1.2.3-4.debian.tar.xz
 b07c678b1cc5caddf73c8bd5e55304d935b35edcb95d60ade0a1dc584d7f2d4c 13817 x2goclient_4.1.2.3-4_source.buildinfo
Files:
 b419eba851d125057174eb12747329bb 2479 x11 optional x2goclient_4.1.2.3-4.dsc
 3a34c103ac0825c8c9dc4df759e5637a 23724 x11 optional x2goclient_4.1.2.3-4.debian.tar.xz
 b0b39440ff600b0cf8e8ef1db586e4a4 13817 x11 optional x2goclient_4.1.2.3-4_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmfgNuMVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxzicP/Asc6LdgqkesPveAG8FAxheXJaig
EGMT8mRG8fXU2VxWJMsDt+HPYrCPsaW6a3yNk9uD2xcHZWQ0lZEHMvi54gqRfcht
V41GBYSKINKNYWuMW2NohxK0/1+j/Z7tz5EkD8xX9MFIVC16ef6cdsR/J/VUxBMv
dHzyasoEA1Itc8u44kqwpCkiGpfF7n47AbVky5a04OCbqDgpcDWP1Dokr9BvR+0B
+j8jKhNX5Owmg5AVSggYSUimSw0GuNabmeo9QMG+003T464ji73juyJV5TW482Fa
lj6bTqiliX0iyiVQpBJ0k/BKeKYFR+bb3e00id26ixroNURvx4gBkzdfwD375ir+
XremAHBO1kDDbFVLIQVrLn7X+1obwBmKq1ikxb3k/DPwCMAYNvBTrcyi9jISIp3U
E+vyGviyxtrLzr+BmM6vv6j9WKiwjkubsGf/b8RRp51j1UU3OJ4pmVUt6P0dyQ1c
gD2BsL9EDvR8g7P2NLoLFNMCVuFSxsZxwrX63KdlnUOgmBjsoJDL11Ot2SFeHrxm
w5Y0NcwICa9ZCUw/7MqbJnOILgtPZAzIb9l/p/wM4A8P9e/v1Q9VNkpbQpKbejGM
o5ihxLFB9tvD3Du5kuSZyiI0Eo7Z1LlhX0ZE0IDKGQplLf2LP2qy3faA/Fze9FjE
avE//RLKuJ5ybIz2
=4/B/
-----END PGP SIGNATURE-----

Attachment: pgp9UjoSXmUv6.pgp
Description: PGP signature


--- End Message ---

Reply to: