Bug#1073182: qtdeclarative-opensource-src: Qt QML engine is broken on loong64
Source: qtdeclarative-opensource-src
Version: 5.15.13+dfsg-2
Severity: normal
Tags: patch
User: debian-loongarch@lists.debian.org
Usertags: loong64
Dear maintainers,
Compiling the qtdeclarative-opensource-src failed for loong64 in the
Debian Package Auto-Building environment.
The build log can be found at
https://buildd.debian.org/status/logs.php?pkg=qtdeclarative-opensource-src&ver=5.15.13%2Bdfsg-2&arch=loong64.
Refer for other architectures, please add loong64 to "Qt QML engine is
broken" lists in debian/rules.
Please consider the patch I attached.
Your opinions are welcome.
Thanks,
Ding Song
diff --git a/debian/rules b/debian/rules
index 6164dccc..d97b8da5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# - mips*: Some tests are failing because of bug #868745
# - powerpc, ppc64, s390x: item-grabber test fails on big endian, see https://bugreports.qt.io/browse/QTBUG-56806
# - sparc64: QML engine is broken, see bug #894726
-ifneq (,$(filter $(DEB_HOST_ARCH),hppa hurd-i386 ia64 mips64el mipsel powerpc ppc64 s390x sparc64))
+ifneq (,$(filter $(DEB_HOST_ARCH),hppa hurd-i386 ia64 loong64 mips64el mipsel powerpc ppc64 s390x sparc64))
-xvfb-run -a \
-s "-screen 0 1024x768x24 +extension RANDR +extension RENDER +extension GLX" \
dh_auto_test --max-parallel=1 -- -k -Ctests/auto \
Reply to: