Bug#1134391: webkit2gtk: Please pass --param ggc-min-expand=10 on hppa, m68k and sh4
John Paul Adrian Glaubitz
glaubitz at physik.fu-berlin.de
Sun Apr 19 13:11:18 BST 2026
Source: webkit2gtk
Version: 2.52.3-1
Severity: normal
Tags: patch
X-Debbugs-Cc: debian-68k at lists.debian.org, debian-hppa at lists.debian.org, debian-superh at lists.debian.org
User: debian-68k at lists.debian.org
Usertags: m68k
User: debian-superh at lists.debian.org
Usertags: sh4
User: debian-hppa at lists.debian.org
Usertags: hppa
Hello,
on hppa, m68k and sh4, we're still missing "--param ggc-min-expand=10" resulting in
the compiler running out of memory during build. Please add those architectures to
the list in debian/rules.
See the attached patch.
Thanks,
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
-------------- next part --------------
--- debian/rules.orig 2026-04-18 00:21:34.000000000 +0200
+++ debian/rules 2026-04-19 14:02:07.427663390 +0200
@@ -61,7 +61,7 @@
# Try to reduce memory usage even more. This significantly increases
# the build time, so use only when strictly needed.
-ifneq (,$(filter $(DEB_HOST_ARCH),armhf powerpc hurd-i386 x32))
+ifneq (,$(filter $(DEB_HOST_ARCH),armhf hppa m68k powerpc sh4 hurd-i386 x32))
CPPFLAGS += --param ggc-min-expand=10
endif
More information about the Pkg-webkit-maintainers
mailing list