From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 10 18:19:16 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F75D106564A for ; Fri, 10 Dec 2010 18:19:16 +0000 (UTC) (envelope-from jwbacon@tds.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5F31A8FC0C for ; Fri, 10 Dec 2010 18:19:16 +0000 (UTC) Received: by qwj9 with SMTP id 9so4107846qwj.13 for ; Fri, 10 Dec 2010 10:19:15 -0800 (PST) Received: by 10.224.2.79 with SMTP id 15mr1009543qai.177.1292005155304; Fri, 10 Dec 2010 10:19:15 -0800 (PST) Received: from sculpin.jbacon.dyndns.org (h69-131-29-165.nwblwi.broadband.dynamic.tds.net [69.131.29.165]) by mx.google.com with ESMTPS id k15sm2140768qcu.35.2010.12.10.10.19.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 10 Dec 2010 10:19:14 -0800 (PST) Message-ID: <4D026F20.9050108@acadix.biz> Date: Fri, 10 Dec 2010 12:19:12 -0600 From: Acadix Info Organization: Acadix Consulting, LLC User-Agent: Thunderbird 2.0.0.23 (X11/20091021) MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Possible linker bug X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: info@acadix.biz List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 18:19:16 -0000 Wondering if anyone has run into this before. I get this error on two iBooks of different models, FreeBSD 8.1, portsnap from Dec 5. Possible memory leak in ld? Any suggestions would be appreciated. Thanks, -Jason ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ When building webkit-gtk2 (prereq for gimp), I get the following error: CXXLD libwebkit-1.0.la c++: Internal error: Killed: 9 (program ld) Please submit a full bug report. See for instructions. gmake[1]: *** [libwebkit-1.0.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/webkit-gtk2/work/webkit-1.2.5' gmake: *** [all] Error 2 *** Error code 1 Googling the error message suggested I was running out-of-memory. Hard to believe with 512 megs RAM and 1G swap but I added 2G more swap and then got the following (after an hour or so of thrashing and watching ld swallow all virtual memory in top): ===> gimp-app-2.6.11,1 depends on shared library: webkit-1.0.13 - not found ===> Verifying install for webkit-1.0.13 in /usr/ports/www/webkit-gtk2 ===> Building for webkit-gtk2-1.2.5_1 gmake all-am gmake[1]: Entering directory `/usr/ports/www/webkit-gtk2/work/webkit-1.2.5' /usr/local/bin/msgmerge --update pt.po webkit.pot ........................... done. /usr/local/bin/gmkdir -p ./.deps/DerivedSources CXXLD libwebkit-1.0.la ./.libs/libJavaScriptCore.a: member ./.libs/libJavaScriptCore.a(libJavaScriptCore_la-Operations.o) in archive is not an object gmake[1]: *** [libwebkit-1.0.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/webkit-gtk2/work/webkit-1.2.5' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/www/webkit-gtk2. *** Error code 1 Stop in /usr/ports/graphics/gimp-app. *** Error code 1 Stop in /usr/ports/graphics/gimp. After disabling video in webkit-gtk options and trying again: CXXLD libwebkit-1.0.la ./.libs/libWebCoreJS.a(JSRect.o): could not read symbols: Memory exhausted gmake[1]: *** [libwebkit-1.0.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/webkit-gtk2/work/webkit-1.2.5' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/www/webkit-gtk2. *** Error code 1 Stop in /usr/ports/www/webkit-gtk2. -- ------------------------ Jason W. Bacon Acadix Consulting, LLC http://acadix.biz info@acadix.biz (414) 526-4357 ------------------------