Groups | Search | Server Info | Login | Register


Groups > linux.debian.ports.powerpc > #11109

Bug#1132270: ffmpeg: Please disable vsynth2-ffvhuff420p12 test on all big-endian targets

From John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Newsgroups linux.debian.bugs.dist, linux.debian.ports.68k, linux.debian.ports.hppa, linux.debian.ports.powerpc, linux.debian.ports.sparc
Subject Bug#1132270: ffmpeg: Please disable vsynth2-ffvhuff420p12 test on all big-endian targets
Date 2026-03-30 10:30 +0200
Message-ID <MEgau-bn02-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Cross-posted to 5 groups.

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Source: ffmpeg
Version: 7:8.1-3
Severity: normal
Tags: patch
X-Debbugs-Cc: debian-68k@lists.debian.org,debian-hppa@lists.debian.org,debian-powerpc@lists.debian.org,debian-sparc@lists.debian.org
User: debian-powerpc@lists.debian.org
Usertags: hppa m68k powerpc ppc64 sparc64

Hello,

as suggested upstream [1], the test vsynth2-ffvhuff420p12 fails on all big-endian
targets, not just s390x. Therefore, please disable it on all big-endian targets:

--- debian/rules.orig   2026-03-30 01:16:18.191772505 -0700
+++ debian/rules        2026-03-30 01:16:23.469238423 -0700
@@ -227,7 +227,7 @@
        CONFIG += --ignore-tests=checkasm-sw_scale,filter-overlay_yuv420p10
 endif
 # https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22564
-ifeq (s390x,$(DEB_HOST_ARCH))
+ifeq (big,$(DEB_HOST_ARCH_ENDIAN))
        CONFIG += --ignore-tests=vsynth2-ffvhuff420p12,vsynth3-ffvhuff420p12,vsynth1-ffvhuff420p12
 endif
 
Thanks,
Adrian

> [1] https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/22564#issuecomment-32558

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

Back to linux.debian.ports.powerpc | Previous | NextNext in thread | Find similar


Thread

Bug#1132270: ffmpeg: Please disable vsynth2-ffvhuff420p12 test on all big-endian targets John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> - 2026-03-30 10:30 +0200
  Bug#1132270: ffmpeg: Please disable vsynth2-ffvhuff420p12 test on all big-endian targets John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> - 2026-04-17 11:40 +0200

csiph-web