Source: xwax Version: 1.8-1 Severity: normal Tags: patch X-Debbugs-Cc: s...@y0o.de
Hi Dennis, xwax does not seem to have defined a proper compilation command and hence takes in the build arch compiler instead of host arch one. Please consider applying the patch which could help it cross-build. diff --git a/debian/rules b/debian/rules index ad1edaf..54d1107 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DPKG_EXPORT_BUILDTOOLS = 1 +include /usr/share/dpkg/buildtools.mk + %: dh $@ -- System Information: Debian Release: bookworm/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 5.18.0-3-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled