Bug#1069128: Acknowledgement (haskell-aeson: FTBFS from source - out of memory in SomeType2ElemArray test)

Dave Anglin dave at parisc-linux.org
Sat Feb 28 16:27:52 GMT 2026


This problem can be avoided by skipping testsuite on hppa as on powerpc.

Dave

-- 
John David Anglin  dave at parisc-linux.org
-------------- next part --------------
--- rules.save	2026-02-27 15:34:37.429371725 -0500
+++ rules	2026-02-27 15:35:26.476168287 -0500
@@ -25,6 +25,11 @@
 	export DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-optc--param -optcggc-min-expand=10"
 endif
 
+# Disable tests on hppa due to memory constraints
+ifneq (,$(filter $(DEB_BUILD_ARCH),hppa))
+	export DEB_ENABLE_TESTS = no
+endif
+
 # Disable tests on powerpc due to memory constraints
 ifneq (,$(filter $(DEB_BUILD_ARCH),powerpc))
 	export DEB_ENABLE_TESTS = no


More information about the Pkg-haskell-maintainers mailing list