Your message dated Wed, 16 Sep 2026 18:19:45 +0200
with message-id <[email protected]>
and subject line Re: Bug#1146728: webkit2gtk: FTBFS on hppa - runs out of 
memory linking
has caused the Debian Bug report #1146728,
regarding webkit2gtk: FTBFS on hppa - runs out of memory linking
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1146728: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1146728
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: webkit2gtk
Version: 2.52.6-1
Severity: normal
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: hppa

Dear Maintainer,

The webkit2gtk package fails to build on hppa.  Unfortunately, the
log file is too big to upload.  So, one can only see that GNU ld runs
out of memory in manual builds.

I had a successful build by changing g1 to g0:

dave@mx3210:~/debian/webkit2gtk/webkit2gtk-2.52.6/debian$ cat rules.diff        
--- rules.save  2026-08-26 18:09:25.979296233 -0400
+++ rules       2026-08-26 18:10:27.231723893 -0400
@@ -75,9 +75,9 @@
 # EXTRA_CMAKE_ARGUMENTS += -DENABLE_SWIFT_DEMO_URI_SCHEME=ON

 # The debug packages produced by webkit are huge and cause problems in
-# most buildds. Use -g1 in all architectures to make them smaller.
-CFLAGS := $(CFLAGS:-g=-g1)
-CXXFLAGS := $(CXXFLAGS:-g=-g1)
+# most buildds. Use -g0 in all architectures to make them smaller.
+CFLAGS := $(CFLAGS:-g=-g0)
+CXXFLAGS := $(CXXFLAGS:-g=-g0)

 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949621
 LDFLAGS += -Wl,--reduce-memory-overheads

Hopefully, this hack can be added for hppa.

Regards,
Dave Anglin

-- System Information:
Debian Release: forky/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 6.18.46-dirty (SMP w/4 CPU threads)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_CA:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

--- End Message ---
--- Begin Message ---
On Fri, Sep 04, 2026 at 05:01:36PM -0400, John David Anglin via 
Pkg-webkit-maintainers wrote:

> The webkit2gtk package fails to build on hppa.

Hi, unfortunately that's going to be the case from now on since the
project no longer supports big-endian architectures.

For more details see #1148038 and
https://lists.debian.org/debian-gtk-gnome/2026/09/msg00001.html

Berto

--- End Message ---

Reply via email to