Package: webkit2gtk
Version: 2.8.1+dfsg1-1
Tags: patch

webkit2gtk fails to build on the hppa (parisc) architecture, because the linker 
runs out of memory (like on some other 32bit arches).
Last build log is here:
http://buildd.debian-ports.org/status/fetch.php?pkg=webkit2gtk&arch=hppa&ver=2.8.1%2Bdfsg1-1&stamp=1430595977

Can you please disable debugging symbols for hppa as well? That way linking 
will work.
The attached patch fixes it. Can you please apply it for the next upload?

Thanks,
Helge
diff -up ./debian/rules.org ./debian/rules
--- ./debian/rules.org	2015-05-02 22:21:19.477755580 +0200
+++ ./debian/rules	2015-05-02 22:23:22.601731297 +0200
@@ -21,7 +21,7 @@ ifeq ($(DEB_BUILD_ARCH),alpha)
 endif
 
 # Disable debugging symbols on these arches.
-ifneq (,$(filter $(DEB_BUILD_ARCH),hurd-i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc powerpcspe s390 s390x sparc armel armhf))
+ifneq (,$(filter $(DEB_BUILD_ARCH),hurd-i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc powerpcspe s390 s390x sparc armel armhf hppa))
 	CFLAGS := $(CFLAGS:-g=)
 	EXTRA_DH_ARGUMENTS += -Nlibwebkit2gtk-4.0-37-dbg -Nlibjavascriptcoregtk-4.0-18-dbg
 endif

Reply via email to