Your message dated Sat, 26 Oct 2013 02:27:26 +0200
with message-id <526b0c6e.3010...@debian.org>
and subject line Re: Bug#712410: webkit: FTBFS on kfreebsd-amd64: collect2: 
error: ld terminated with signal 9 [Killed]
has caused the Debian Bug report #712410,
regarding webkit: FTBFS on kfreebsd-amd64: collect2: error: ld terminated with 
signal 9 [Killed]
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.)


-- 
712410: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712410
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: webkit
Version: 1.8.1-4
Severity: serious
Tags: help

Hi,

webkit 1.8.1-4 FTBFS on kfreebsd-amd64. From the buildd logs[1][2]:

libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/../../../x86_64-kfreebsd-gnu/crti.o 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/crtbeginS.o  [*very long list of objects*] 
-Wl,--whole-archive ./.libs/libWebCore.a ./.libs/libWebCoreGtk.a 
-Wl,--no-whole-archive  -Wl,-rpath -Wl,/«PKGBUILDDIR»/build-2.0/.libs -lpthread 
./.libs/libjavascriptcoregtk-1.0.so /usr/lib/x86_64-kfreebsd-gnu/libenchant.so 
-lgailutil -lgeoclue -ldbus-glib-1 -ldbus-1 -lgstapp-0.10 -lgstaudio-0.10 
-lgstfft-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -lgstvideo-0.10 
/usr/lib/x86_64-kfreebsd-gnu/libgstbase-0.10.so 
/usr/lib/x86_64-kfreebsd-gnu/libgstreamer-0.10.so -lgmodule-2.0 -lgthread-2.0 
-lrt -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 
/usr/lib/x86_64-kfreebsd-gnu/libcairo.so -ljpeg -lsoup-2.4 -lgio-2.0 -lxslt 
-lxml2 -lGL -ldl -lpangoft2-1.0 -lpango-1.0 
/usr/lib/x86_64-kfreebsd-gnu/libfreetype.so -lfontconfig -lgobject-2.0 
-lglib-2.0 -lpng12 /usr/
 lib/x86_64-kfreebsd-gnu/libsqlite3.so -licui18n -licuuc -licudata -lXrender 
-lXt -lX11 -lz -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7 
-L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/../../../x86_64-kfreebsd-gnu 
-L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/../../../../lib 
-L/lib/x86_64-kfreebsd-gnu -L/lib/../lib -L/usr/lib/x86_64-kfreebsd-gnu 
-L/usr/lib/../lib -L/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/../../.. -lstdc++ -lm 
-lc -lgcc_s /usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/crtendS.o 
/usr/lib/gcc/x86_64-kfreebsd-gnu/4.7/../../../x86_64-kfreebsd-gnu/crtn.o  -O2 
-Wl,--as-needed -O2 -Wl,--version-script -Wl,../Source/autotools/symbols.filter 
-Wl,-z -Wl,relro -Wl,--export-dynamic -pthread -pthread   -pthread -Wl,-soname 
-Wl,libwebkitgtk-1.0.so.0 -o .libs/libwebkitgtk-1.0.so.0.13.2
collect2: error: ld terminated with signal 9 [Killed]

At first I thought it would be running out of memory. Note that we build
with -Wl,--no-keep-memory on 32 bit arches and so not here. But given that
a retry failed similarly I started a build on falla.d.o which failed
similarly. I then built with -Wl,--no-keep-memory only and with
-Wl,--no-keep-memory -Wl,--reduce-memory-overheads afterwards and it failed
both times. The failure is similar to the above.

It doesn't seem to be a too long command line (we have had that previously)
because the linker takes about 25 minutes to fail on falla.

CC'ing -bsd. I'd appreciate if you could take a look.

Thank you,
Emilio

[1] 
https://buildd.debian.org/status/fetch.php?pkg=webkit&arch=kfreebsd-amd64&ver=1.8.1-4&stamp=1371160901
[2] 
https://buildd.debian.org/status/fetch.php?pkg=webkit&arch=kfreebsd-amd64&ver=1.8.1-4&stamp=1371129678

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (800, 'unstable'), (700, 'experimental'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.9-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Version: 2.0.2-1

On 25/06/13 23:18, Emilio Pozuelo Monfort wrote:
> On 25/06/13 22:41, Christoph Egger wrote:
>> Aurelien Jarno <aurel...@aurel32.net> writes:
>>> That's something I can try if the above fails, but I first need to
>>> setup a machine with enough swap, mine currently don't have so much?
>>
>> FWIW it's currently building on my notebook (8GB physical + 8GB SWAP)
>> and should be ready soon
> 
> Thanks to both of you.
> 
> For the future to avoid this situation, I have added -gstabs on kfreebsd-*.
> 
> I can also add -Wl,--reduce-memory-overheads -Wl,--no-keep-memory,
> -Wl,--hash-size=31, or if that's not enough, I can disable debugging symbols 
> (as
> we do on a few other arches).
> 
> Regards,
> Emilio
> 

webkit is building fine now on kbsd, so let's close this.

Emilio

--- End Message ---

Reply via email to