Bug#1069211: clutter-1.0: please add support for loong64
wuruilong
wuruilong at loongson.cn
Thu Apr 18 03:26:08 BST 2024
Source: clutter-1.0
Severity: normal
Tags: patch
User: debian-loongarch at lists.debian.org
Usertags: loong64
X-Debbugs-Cc: wuruilong at loongson.cn
Dear Maintainer,
The clutter software fails to compile on loongarch architecture,
please refer to the attached patch to fix it.
wuruilong
-- System Information:
Debian Release: trixie/sid
APT prefers unreleased
APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)
Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
-------------- next part --------------
--- clutter-1.0-1.26.4+git2779b932+dfsg/debian/rules 2024-04-18 02:21:40.887373645 +0000
+++ clutter-1.0-1.26.4+git2779b932+dfsg/debian/rules 2024-04-18 02:04:49.027955647 +0000
@@ -53,7 +53,7 @@
# https://buildd.debian.org/status/logs.php?pkg=clutter-1.0&ver=1.26.2%2Bdfsg-5
ifneq (,$(filter armel s390x,$(DEB_HOST_ARCH)))
# Ignore test failures on architectures where they fail
-else ifneq (,$(filter hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64 mips mipsel mips64el powerpc ppc64 sparc64,$(DEB_HOST_ARCH)))
+else ifneq (,$(filter hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64 loong64 mips mipsel mips64el powerpc ppc64 sparc64,$(DEB_HOST_ARCH)))
-dbus-run-session -- xvfb-run -a dh_auto_test -- --timeout-multiplier 3
else
dbus-run-session -- xvfb-run -a dh_auto_test -- --timeout-multiplier 3
More information about the pkg-gnome-maintainers
mailing list