Your message dated Wed, 02 Jul 2025 05:04:23 +0000 with message-id <E1uWpdv-00By3V-BG@fasolo.debian.org> and subject line Bug#1108040: fixed in ibus 1.5.32-2~exp1 has caused the Debian Bug report #1108040, regarding ibus: FTBFS: FAIL: xkb-latin-layouts 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.) -- 1108040: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108040 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: ibus: FTBFS: FAIL: xkb-latin-layouts
- From: Santiago Vila <sanvila@debian.org>
- Date: Thu, 19 Jun 2025 17:07:53 +0200
- Message-id: <542b5588-756e-4272-9d2a-e7ed16d3cff6@debian.org>
Package: src:ibus Version: 1.5.32-1 Severity: serious Tags: ftbfs trixie sid patch Dear maintainer: During a rebuild of all packages in unstable, your package failed to build: -------------------------------------------------------------------------------- [...] FAIL: xkb-latin-layouts ======================= (ibus-daemon:128538): IBUS-WARNING **: 13:46:54.504: 13:46:54.504290: Failed to unlink /<<PKGBUILDDIR>>/src/tests/tmp-xkb-latin-layouts/ibus-daemon.pid: No such file or directory portal is not running: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.IBus was not provided by any .service files setxkbmap -layout af setxkbmap -layout af -variant fa-olpc setxkbmap -layout af -variant ps-olpc setxkbmap -layout af -variant ps setxkbmap -layout af -variant uz setxkbmap -layout af -variant uz-olpc setxkbmap -layout am setxkbmap -layout am -variant eastern setxkbmap -layout am -variant eastern-alt setxkbmap -layout am -variant phonetic setxkbmap -layout am -variant phonetic-alt setxkbmap -layout am -variant western setxkbmap -layout ara setxkbmap -layout ara -variant azerty setxkbmap -layout ara -variant azerty_digits setxkbmap -layout ara -variant buckwalter setxkbmap -layout ara -variant digits setxkbmap -layout ara -variant qwerty setxkbmap -layout ara -variant qwerty_digits setxkbmap -layout az -variant cyrillic setxkbmap -layout bd setxkbmap -layout bd -variant probhat setxkbmap -layout bg setxkbmap -layout bg -variant bas_phonetic setxkbmap -layout bg -variant phonetic setxkbmap -layout brai setxkbmap -layout brai -variant left_hand setxkbmap -layout brai -variant right_hand setxkbmap -layout bt Cannot open display ":99" Error in layout bt variant right_hand FAIL xkb-latin-layouts (exit status: 1) ============================================================================ Testsuite summary for ibus 1.5.32 ============================================================================ # TOTAL: 15 # PASS: 11 # SKIP: 3 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See src/tests/test-suite.log for debugging. Some test(s) failed. Please report this to https://github.com/ibus/ibus/issues, together with the test-suite.log file (gzipped) and your system information. Thanks. ============================================================================ make[7]: *** [Makefile:1376: test-suite.log] Error 1 make[7]: Leaving directory '/<<PKGBUILDDIR>>/src/tests' make[6]: *** [Makefile:1511: check-TESTS] Error 2 make[6]: Leaving directory '/<<PKGBUILDDIR>>/src/tests' make[5]: *** [Makefile:1680: check-am] Error 2 make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/tests' make[4]: *** [Makefile:2964: check-recursive] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/src' make[3]: *** [Makefile:3115: check] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:725: check-recursive] Error 1 make[2]: Leaving directory '/<<PKGBUILDDIR>>' dh_auto_test: error: make -j1 check "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 HOME=/<<PKGBUILDDIR>>/debian/tmp-home XDG_CACHE_HOME= XDG_CONFIG_HOME= XDG_DATA_HOME= XDG_DATA_DIRS= XDG_RUNTIME_DIR=/<<PKGBUILDDIR>>/debian/tmp-home/run DISABLE_DAEMONIZE_IN_TESTS=1 "DISABLE_GUI_TESTS=ibus-bus ibus-compose ibus-keypress test-stress" returned exit code 2 make[1]: *** [debian/rules:99: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:28: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 -------------------------------------------------------------------------------- The above is just how the build ends and not necessarily the most relevant part. If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202506/ The build failure may not happen everywhere, but it happens very consistently here. If you could not reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. There was a package which failed in a similar way, and we found a very simple fix which is to not use dbus-run-session, as in the attached patch. Thanks.commit 590938184e22c5a08ea35ff8ee6ce8441d539433 Author: Santiago Vila <sanvila@debian.org> Date: Thu Jun 19 14:37:09 2025 +0200 Do not use dbus-run-session to run tests. Closes: #XXXXXXX. diff --git a/debian/rules b/debian/rules index 491c553d..35cc7da7 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,6 @@ override_dh_auto_test: mkdir -p -m700 $(CURDIR)/debian/tmp-home/run env \ GVFS_DISABLE_FUSE=1 \ - dbus-run-session -- \ xvfb-run --auto-servernum -- \ dh_auto_test -- \ HOME=$(CURDIR)/debian/tmp-home \
--- End Message ---
--- Begin Message ---
- To: 1108040-close@bugs.debian.org
- Subject: Bug#1108040: fixed in ibus 1.5.32-2~exp1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Wed, 02 Jul 2025 05:04:23 +0000
- Message-id: <E1uWpdv-00By3V-BG@fasolo.debian.org>
- Reply-to: Boyuan Yang <byang@debian.org>
Source: ibus Source-Version: 1.5.32-2~exp1 Done: Boyuan Yang <byang@debian.org> We believe that the bug you reported is fixed in the latest version of ibus, 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 1108040@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Boyuan Yang <byang@debian.org> (supplier of updated ibus 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: SHA512 Format: 1.8 Date: Wed, 02 Jul 2025 00:28:55 -0400 Source: ibus Architecture: source Version: 1.5.32-2~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org> Changed-By: Boyuan Yang <byang@debian.org> Closes: 1108040 Changes: ibus (1.5.32-2~exp1) experimental; urgency=medium . * Team upload. * Run xvfb-run with -s "-noreset" to avoid random FTBFS in tests. (Closes: #1108040) Checksums-Sha1: 33215e2d3a037f147a51d7e5bce8baa917196691 3625 ibus_1.5.32-2~exp1.dsc bd5061f17b183c93d439cd2d01642805a5df6497 4192999 ibus_1.5.32.orig.tar.gz a64e8a11dcb0ef12735119844c7c54975c9c87b6 30736 ibus_1.5.32-2~exp1.debian.tar.xz ac0608bc351175d1dc10842505d3cf33b582c0cb 21846 ibus_1.5.32-2~exp1_amd64.buildinfo Checksums-Sha256: 67538d89c2ecdd34c50124895178ad5d4eaa47868d9b2a345838b9b0a9dad19f 3625 ibus_1.5.32-2~exp1.dsc b24f41ae38b236b254c09f1a8f53c2354b69b0789e89cea888d0494b09d15d67 4192999 ibus_1.5.32.orig.tar.gz e65f3615cd6bdd5a6a7e4c23cda4b6cff408737824ee491f098ecdbedc8e4d1f 30736 ibus_1.5.32-2~exp1.debian.tar.xz ecc9827f4671031c9e0475018dd891dcd9a710f64d8b6a21595f6f1f35549fd6 21846 ibus_1.5.32-2~exp1_amd64.buildinfo Files: 81fc4bf36fa793dc66e992e447a85864 3625 utils optional ibus_1.5.32-2~exp1.dsc 6fdec3c6caa189a616fcea9384f81182 4192999 utils optional ibus_1.5.32.orig.tar.gz 08c81116f08537707909183320bdfd0f 30736 utils optional ibus_1.5.32-2~exp1.debian.tar.xz 6e464b0b5539edf6f6deefc22b6bd9cb 21846 utils optional ibus_1.5.32-2~exp1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmhkumcACgkQwpPntGGC Ws4ssg/8CIile/6ru56q6nmz2lPO7JSJg0RSsQxuvGHPktAOnY7lgLq/fm7WmzmA OYZ+5Y0zn3Omb8Ibw1BWip5ax4f1t7MRpoCDYcdbVYM/VEdsNUeFTAK08Aqi0xJd pLg+y7La4lAMdP0VsGHvuGqSu0PpLGeiiMj0diY2l2f1e4I1WnNWyue/jgqqaRKz jbMxjsUTs/whs7KG4PK40RWzDvlAxEi/r/IUf5JPAKm7NWWOjZ0ceJJxUXb/lnlM KQAwAVf0EN0JYsmXYZ2U0ylp+D/w1O5+Zp1+q9GC45Ksekg3nvWBY1Z4wepml20N uxRNyZKD5HsjcnsCFO5pmphbtwtSeae2w/At6lfCiNoxDQ7Bnn5Oku+OjtXPWEck OKYK2ZYjOaaXct6W0V13zEoOs5eWUrS9VmYjIu85DfiLVUQw1Ygx2iDDuPfrAfDY jXBVW/+AzFmpOsUgK3+lsYpWQttcU+StqPspff75kaXHHNBfD4n1buAPusDp8quJ iD1P0kPhJnFBq434a5oGNcgiYwu3fgLr5W2xsnRDU7WZwTj36ohsH2fISgWGEmKc enhNDr2taZWo6mSn8zYRy7iaNRdukGRSBnW+i8cW1ve9jU9Q/UiGtYbehzuW6U+8 kkKpBT0tGhE4VjxitNRrKvyf6wQqweM7nXjchxm9x9odANxZJh8= =9D4t -----END PGP SIGNATURE-----Attachment: pgpczX0SkOZ0O.pgp
Description: PGP signature
--- End Message ---