Control: tags -1 +patch On 4/5/20 11:16 PM, John Paul Adrian Glaubitz wrote: > This is actually still #895723 [1], for some reason the fix doesn't work > on powerpc while it works on ppc64 and ppc64el. > > I suggest we just disable the testsuite on powerpc completely for the > time being.
Attaching a patch. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaub...@debian.org `. `' Freie Universitaet Berlin - glaub...@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- debian/rules.orig 2020-04-05 23:32:24.043398267 +0300 +++ debian/rules 2020-04-06 00:12:01.338385767 +0300 @@ -61,6 +61,12 @@ CARGO_INCREMENTAL=1 dh_auto_test -- TESTS=$(TESTS) endif +# https://bugs.debian.org/955845 +ifneq (,$(filter $(DEB_HOST_ARCH), powerpc)) +override_dh_auto_test: + : +endif + override_dh_auto_test-arch: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) mkdir -p $(CURDIR)/debian/locales