Package: src:game-data-packager
Version: 84
Severity: serious
Tags: ftbfs trixie sid patch
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
[ please read notes at the end ]
--------------------------------------------------------------------------------
[...]
[365/501] /usr/bin/inkscape --export-area=0:0:256:256 --export-width=256
--export-height=256 --export-id=layer-quake2-256 --export-id-only
--export-filename=icons/256/quake2-groundzero.png icons/recolour-groundzero.svg
** (inkscape:52525): WARNING **: 14:51:09.695: Failed to wrap object of type
'PangoFT2FontMap'. Hint: this error is commonly caused by failing to call a
library init() function.
** (inkscape:52525): WARNING **: 14:51:09.775: Failed to wrap object of type
'GtkRecentManager'. Hint: this error is commonly caused by failing to call a
library init() function.
Exporting only object with id="layer-quake2-256"; all other objects hidden.
[366/501] /usr/bin/convert -resize 48x48
/<<PKGBUILDDIR>>/icons/quake3-teamarena-tango.png icons/48/quake3-team-arena.png
[367/501] /usr/bin/inkscape --export-area=0:0:48:48 --export-width=48
--export-height=48 --export-id=layer-quake2-48 --export-id-only
--export-filename=icons/48/quake2.png ../icons/quake1+2.svg
FAILED: icons/48/quake2.png
/usr/bin/inkscape --export-area=0:0:48:48 --export-width=48 --export-height=48
--export-id=layer-quake2-48 --export-id-only
--export-filename=icons/48/quake2.png ../icons/quake1+2.svg
terminate called after throwing an instance of 'Gio::DBus::Error'
Aborted
[368/501] /usr/bin/inkscape --export-area=0:0:48:48 --export-width=48
--export-height=48 --export-id=layer-quake-48 --export-id-only
--export-filename=icons/48/quake.png ../icons/quake1+2.svg
** (inkscape:52553): WARNING **: 14:51:10.005: Failed to wrap object of type
'PangoFT2FontMap'. Hint: this error is commonly caused by failing to call a
library init() function.
** (inkscape:52553): WARNING **: 14:51:10.086: Failed to wrap object of type
'GtkRecentManager'. Hint: this error is commonly caused by failing to call a
library init() function.
Exporting only object with id="layer-quake-48"; all other objects hidden.
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j2 -v
returned exit code 1
make[1]: *** [debian/rules:29: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:11: 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/202504/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
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.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:game-data-packager, so that this is still
visible in the BTS web page for this package.
Notes:
- The failure happens randomly. Never on AWS instances with 1 CPU,
and 85% of the time on instances with 2 CPUs.
- I first tried to override dh_auto_test (see #1102086), but then
realized the failure happens in dh_auto_build (!). Are you running
the tests in dh_auto_build?
- The attached patch fixes the issue in my environment. The dbus thing
was added in commit [d471d0d1b] from 2017 with the following commit message:
Build-depend on dbus and wrap dh_auto_build in dbus-run-session
So that Inkscape stops warning about inability to access the session bus
but naturally a warning will always be better than not being able to build the
package at all.
Thanks.
commit 59594c549097c62f27c14cb561cee7736180816f
Author: Santiago Vila <sanv...@debian.org>
Date: Fri Apr 4 20:16:33 2025 +0200
Do not override dh_auto_build. Closes: #######.
diff --git a/debian/rules b/debian/rules
index dd9c5bbc..484b5f23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,11 +25,6 @@ override_dh_auto_configure:
-Dgamedatadir=share/games \
$(NULL)
-override_dh_auto_build:
- dbus-run-session -- dh_auto_build \
- -- \
- $(NULL)
-
execute_after_dh_auto_clean:
@if [ "`echo *.deb`" != "*.deb" ]; then \
echo; \