Your message dated Wed, 11 Dec 2019 04:49:36 +0000
with message-id <[email protected]>
and subject line Bug#941238: fixed in libinputsynth 0.13.2-2
has caused the Debian Bug report #941238,
regarding libinputsynth FTCBFS: fails running test on the wrong builddirectory
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.)
--
941238: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941238
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libinputsynth
Version: 0.12.1-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
libinputsynth fails to cross build from source, because it fails running
tests in a non-existent directory despite DEB_BUILD_OPTIONS=nocheck. The
build directory used by debhelper is dependent on the host architecture,
not the build architcture. Please consider applying the attached patch.
Helmut
diff --minimal -Nru libinputsynth-0.12.1/debian/changelog
libinputsynth-0.12.1/debian/changelog
--- libinputsynth-0.12.1/debian/changelog 2019-08-03 13:11:32.000000000
+0200
+++ libinputsynth-0.12.1/debian/changelog 2019-09-26 16:39:04.000000000
+0200
@@ -1,3 +1,12 @@
+libinputsynth (0.12.1-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + Honour DEB_BUILD_OPTIONS=nocheck.
+ + Fix build/host confusion.
+
+ -- Helmut Grohne <[email protected]> Thu, 26 Sep 2019 16:39:04 +0200
+
libinputsynth (0.12.1-1) unstable; urgency=medium
* Initial Release. (Closes: #933563)
diff --minimal -Nru libinputsynth-0.12.1/debian/rules
libinputsynth-0.12.1/debian/rules
--- libinputsynth-0.12.1/debian/rules 2019-08-03 13:11:32.000000000 +0200
+++ libinputsynth-0.12.1/debian/rules 2019-09-26 16:39:04.000000000 +0200
@@ -5,12 +5,14 @@
%:
dh $@
-test_env = LIBINPUTSYNTH_PLUGINDIR=$(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)/src/ \
+test_env = LIBINPUTSYNTH_PLUGINDIR=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/src/ \
LC_ALL=C.UTF-8 \
MESON_TESTTHREADS=1
override_dh_auto_test: ;
- env $(test_env) ninja -C obj-$(DEB_BUILD_GNU_TYPE) test
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ env $(test_env) ninja -C obj-$(DEB_HOST_GNU_TYPE) test
+endif
override_dh_missing:
dh_missing --list-missing
--- End Message ---
--- Begin Message ---
Source: libinputsynth
Source-Version: 0.13.2-2
We believe that the bug you reported is fixed in the latest version of
libinputsynth, 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.
Andrew Lee (李健秋) <[email protected]> (supplier of updated libinputsynth 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: SHA256
Format: 1.8
Date: Wed, 11 Dec 2019 12:32:32 +0800
Source: libinputsynth
Architecture: source
Version: 0.13.2-2
Distribution: unstable
Urgency: medium
Maintainer: Andrew Lee (李健秋) <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 941238
Changes:
libinputsynth (0.13.2-2) unstable; urgency=medium
.
[ Helmut Grohne ]
* Fix FTCBFS: (Closes: #941238)
+ Honour DEB_BUILD_OPTIONS=nocheck.
+ Fix build/host confusion.
Checksums-Sha1:
a925afead601a865e6968526442f1809437ab23a 2142 libinputsynth_0.13.2-2.dsc
114f79702b7d0335c683d4be430eda0bb1389aba 13244
libinputsynth_0.13.2.orig.tar.bz2
d2f7451763ddb529a25d768a6702d0928964dbe6 2436
libinputsynth_0.13.2-2.debian.tar.xz
7a874d0729f0e4c9f23df32523889e0fcb41ad18 7132
libinputsynth_0.13.2-2_source.buildinfo
Checksums-Sha256:
12a1d710a06335cfed65a1cce5f90c12ee2203612046b593542e5bc16bb7aab2 2142
libinputsynth_0.13.2-2.dsc
6b0288b0a3f80f7ca05efc3ca52bf1d33194522278d66a6d249e95a4ba1a60ed 13244
libinputsynth_0.13.2.orig.tar.bz2
0de077e1566d3d28f3c2db94c8a28786d0b165d6b1ca0c16a088d7929c8a5e8d 2436
libinputsynth_0.13.2-2.debian.tar.xz
f3251b74f357bfe2fb1b3418fff30b200fea9011cf6ea246df6a6ef209e540e4 7132
libinputsynth_0.13.2-2_source.buildinfo
Files:
fef8864791ccf2980b9bf4e6c74a5977 2142 libs optional libinputsynth_0.13.2-2.dsc
c8b3ff8e1ab1cc1a2fd4f26811e8246f 13244 libs optional
libinputsynth_0.13.2.orig.tar.bz2
4cc6000b94cee96249d49257e53281ee 2436 libs optional
libinputsynth_0.13.2-2.debian.tar.xz
c32c66928f336def911cd719ea545891 7132 libs optional
libinputsynth_0.13.2-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAl3wckgACgkQ58vhUqwX
+XNmTBAA1xe/0bFr1GY30iDivWs3aoVAw+3AozLw5eX8pONxZlVc64T7VdeSk6bf
g3wGgB2ulad3njq+pbyfTXHVaN/TiIlUsmIp/mobp2+es49Cr759Icx8xhwvzLx/
XhyyOw0zoF97MHEWc8KNCxLuvsVP83Nm3zukw65uOOGUYjza4c91Bu0y+Ih0MN3d
n4wLx8TcyumpCqYiSkkM8ias6i+zaavAUk0NEx3cZgxmjMJKStEkxCFcccSwIB/7
NhIVMTnJC5xLqSyH+y7fNRhFh4volgjKX3KwO9taDR6bngk6XoN2/+qhZbmrD8hZ
VVjZ/gbe+JBjCczRWGUWIX8MWTKIZ2PfdNVCSCUkn0Qd54KCsQwNfzZz89xlPAV2
6r3GEjbFgcCUXoab97ODID64m2orEFC/G2fV710fXwRv5ZR6MumP7Jkw/0TlNM1y
9C6bHleKJ1Sv/z+ZqrVxx57L1tcWpGQUYf3bF7LQRJKmdP+eGo+frdA/HE39Jq6m
pHWkakcoylH7/8jrU07/lw3928sGttzAPFySSmRqn5jcuKzEB+twcHIvHUnIjwWE
nDMrcKcADsRR75jxgYCw7lyrRRLtqsOnjnZBHM+1kC0ENUXUSpyQlAkO341/Mdew
ReQUlSwPNZNL78NRWSqni1ZxMVZXtKFCb+sALsH+ZzP4v9nZlSg=
=mYk7
-----END PGP SIGNATURE-----
--- End Message ---