Bug#637228: webkitgtk+: FTBFS on s390x: linkage fails

Aurelien Jarno aurel32 at debian.org
Tue Aug 9 16:59:36 UTC 2011


Package: webkitgtk+
Version: 1.4.2-2
Severity: important
Tags: patch
Justification: fails to build from source
User: debian-s390 at lists.debian.org
Usertags: s390x

webkitgtk+ fails to build on s390x due to linkage taking too much
memory. The solution is to switch to -gstabs, as already done on s390.
Please find a patch below to do that.


diff -Nru webkitgtk+-1.4.2/debian/rules webkitgtk+-1.4.2/debian/rules
--- webkitgtk+-1.4.2/debian/rules	2011-07-26 03:21:13.000000000 +0000
+++ webkitgtk+-1.4.2/debian/rules	2011-08-09 09:49:16.000000000 +0000
@@ -24,7 +24,7 @@
         CFLAGS += -Wl,--no-relax
 endif
 
-ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390))
+ifneq (,$(findstring $(DEB_BUILD_ARCH),mips mipsel s390 s390x))
         CFLAGS += -gstabs
 endif
 

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: s390x 

Kernel: Linux 2.6.32-5-s390x (SMP w/3 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash





More information about the Pkg-webkit-maintainers mailing list