Your message dated Sat, 1 Oct 2022 14:45:19 +0300
with message-id <YzgoT2W0GZAwpUSs@localhost>
and subject line Fixed in 2.38.0-3
has caused the Debian Bug report #1020642,
regarding webkit2gtk: FTBFS on mipsel: virtual memory exhausted
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 ow...@bugs.debian.org
immediately.)
--
1020642: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020642
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: webkit2gtk
Version: 2.38.0-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: debian-m...@lists.debian.org
User: debian-m...@lists.debian.org
Usertags: mipsel
webkit2gtk repeatedly failed to compile on the mipsel buildds:
<https://buildd.debian.org/status/fetch.php?pkg=webkit2gtk&arch=mipsel&ver=2.38.0-1&stamp=1663778777&raw=0>:
> FAILED:
> Source/WebCore/CMakeFiles/WebCore.dir/__/__/WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-32.cpp.o
>
> /usr/bin/ccache /usr/bin/c++ [long command-line removed]
> virtual memory exhausted: Cannot allocate memory
Can we perhaps disable the use of "unified" sources (fewer, larger
translation units) for architectures where address space is limited?
Or maybe tell the compiler not to attempt memory-hungry optimizations,
or something like that?
I see this unreleased commit is available in git:
https://salsa.debian.org/webkit-team/webkit/-/commit/e92e4c4654e6fd116ef30c5cc767cc25b675ed1f
which might also help.
jbicha says this is stalling several unstable -> testing transitions, so it
would be good for the release process to get this resolved soon.
smcv
--- End Message ---
--- Begin Message ---
Version: 2.38.0-3
webkit2gtk (2.38.0-3) unstable; urgency=high
* debian/patches/fix-nonunified-build.patch:
- Fix non-unified GTK4 build.
-- Alberto Garcia <be...@igalia.com> Wed, 28 Sep 2022 09:20:17 +0200
webkit2gtk (2.38.0-2) unstable; urgency=high
...
* debian/rules:
- Build with -DENABLE_UNIFIED_BUILDS=OFF on mips, mipsel and sh4, we
are having problems to build webkit due to lack of memory (#1020642).
-- Alberto Garcia <be...@igalia.com> Mon, 26 Sep 2022 11:25:41 +0200
--- End Message ---