Source: gtk4 Version: 4.16.0+ds-1 Severity: wishlist Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] 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

