Source: mozjs102 Version: 102.3.0-1 Severity: normal Tags: patch Hello!
Please disable the test large-arraybuffers/basic.js on all affected big-endian targets (powerpc, ppc64, sparc64) as fails on all of them. The following change works for me and fixes the FTBFS on powerpc and ppc64; --- debian/rules.orig 2022-09-24 12:53:33.000000000 -0700 +++ debian/rules 2022-09-25 08:16:57.687200496 -0700 @@ -75,7 +75,7 @@ endif # See: https://bugzilla.mozilla.org/show_bug.cgi?id=1755540 -ifneq (,$(findstring $(DEB_BUILD_ARCH),s390x)) +ifneq (,$(findstring $(DEB_BUILD_ARCH),powerpc ppc64 sparc64 s390x)) EXCLUDED_TESTS += large-arraybuffers/basic.js endif sparc64 will need some extra tests blacklisted. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- debian/rules.orig 2022-09-24 12:53:33.000000000 -0700 +++ debian/rules 2022-09-25 08:16:57.687200496 -0700 @@ -75,7 +75,7 @@ endif # See: https://bugzilla.mozilla.org/show_bug.cgi?id=1755540 -ifneq (,$(findstring $(DEB_BUILD_ARCH),s390x)) +ifneq (,$(findstring $(DEB_BUILD_ARCH),powerpc ppc64 sparc64 s390x)) EXCLUDED_TESTS += large-arraybuffers/basic.js endif