Source: ffmpeg Version: 7:5.1.1-1 Severity: normal User: debian-powe...@lists.debian.org Usertags: hppa m68k powerpc ppc64 sparc64 X-Debbugs-Cc: debian-68k@lists.debian.org,debian-h...@lists.debian.org,debian-powe...@lists.debian.org,debian-sp...@lists.debian.org
Hello! The test filter-overlay_yuv420p10 fails which was disabled for s390x actually fails on all big-endian targets [1][2][3]. I therefore suggest expanding the blacklist to include hppa, m68k, powerpc, ppc64 and sparc64 which are also big-endian. See attached patch. Thanks, Adrian > [1] > https://buildd.debian.org/status/fetch.php?pkg=ffmpeg&arch=hppa&ver=7%3A5.1.1-1&stamp=1662206663&raw=0 > [2] > https://buildd.debian.org/status/fetch.php?pkg=ffmpeg&arch=powerpc&ver=7%3A5.1.1-1&stamp=1662200733&raw=0 > [3] > https://buildd.debian.org/status/fetch.php?pkg=ffmpeg&arch=ppc64&ver=7%3A5.1.1-1&stamp=1662200252&raw=0 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- debian/rules.orig 2022-08-24 14:32:39.000000000 -0700 +++ debian/rules 2022-09-04 03:27:49.417221073 -0700 @@ -219,7 +219,7 @@ CONFIG += --ignore-tests=checkasm-sw_scale,filter-scale2ref_keep_aspect endif # https://trac.ffmpeg.org/ticket/9855 -ifeq (s390x,$(DEB_HOST_ARCH)) +ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x,$(DEB_HOST_ARCH_CPU))) CONFIG += --ignore-tests=filter-overlay_yuv420p10 endif