Package: fuse3 Tags: ftbfs, hppa, patch Version: 3.14.0-2
fuse3 fails to build from source on the big-endian hppa platform because the testcase fails: https://buildd.debian.org/status/fetch.php?pkg=fuse3&arch=hppa&ver=3.14.0-2&stamp=1677387190&raw=0 Please add hppa to the other big-endian platforms for which the testcase shouldn't run, in debian/rules line 57 add to this line "hppa": ifeq (,$(findstring $(DEB_BUILD_ARCH),powerpc ppc64 sparc64 s390x)) to become: ifeq (,$(findstring $(DEB_BUILD_ARCH),powerpc ppc64 sparc64 s390x hppa)) Thanks, Helge

