Bug#1081678: gtk4: riscv64: please do not force softpipe to run the testsuite

Aurelien Jarno aurel32 at debian.org
Fri Sep 13 18:52:14 BST 2024


Source: gtk4
Version: 4.16.0+ds-1
Severity: wishlist
Tags: patch
X-Debbugs-Cc: debian-riscv at lists.debian.org
User: debian-riscv at lists.debian.org
Usertags: riscv64

Dear maintainer,

Since version 4.16.0+ds-1, softpipe is forced to run the gtk4 testsuite
due to bug#1080475). As this bug is now fixed, could you please stop
forcing softpipe? I have verified that after applying the patch below
the gtk4 testsuite works fine with the fixed libllvm18 version (after
downgrading weston due to #1081515). Other packages affected by the
libllbm18 bug also work fine.

Thanks
Aurelien


--- gtk4-4.16.0+ds/debian/rules
+++ gtk4-4.16.0+ds/debian/rules
@@ -260,8 +260,8 @@
 # The doc-check tests aren't passing yet
 skipped_suites += docs
 
-ifneq ($(filter mips% powerpc riscv% sparc%,$(DEB_HOST_ARCH_CPU)),)
-$(info Disabling use of llvmpipe on this CPU, see https://bugs.debian.org/993550 and https://bugs.debian.org/1080435)
+ifneq ($(filter mips% powerpc sparc%,$(DEB_HOST_ARCH_CPU)),)
+$(info Disabling use of llvmpipe on this CPU, see https://bugs.debian.org/993550)
 export GALLIUM_DRIVER=softpipe
 # https://bugs.debian.org/1077178
 ignore_reftests += label-shadows



More information about the pkg-gnome-maintainers mailing list