Source: qtlocation-opensource-src Severity: important Tags: patch Dear Maintainer,
Powerpc architecture fail to buil in QT QML tests. Cloud you add powerpc architecture to other architectures in debian/rules ? Patch attached. Christian -- System Information: Debian Release: bullseye/sid APT prefers buildd-unstable APT policy: (500, 'buildd-unstable'), (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.8.17 (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
--- qtlocation-opensource-src-5.15.1+dfsg/debian/rules 2020-10-28 19:53:29.000000000 +0100 +++ qtlocation-opensource-src-5.15.1+dfsg/debian/rules 2020-11-01 09:33:32.000000000 +0100 @@ -24,7 +24,7 @@ $(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root # Qt QML engine is broken on several architectures: # mips* (#868745), sparc64 (#894726), ia64 (#929682), hppa (no bug). -ifneq (,$(filter $(DEB_HOST_ARCH),hppa ia64 mips mips64el mipsel sparc64)) +ifneq (,$(filter $(DEB_HOST_ARCH),hppa ia64 mips mips64el mipsel sparc64 powerpc)) -xvfb-run -a -s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \ dh_auto_test -- -Ctests/auto \ QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml