From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 15:55:33 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B68116A401 for ; Mon, 23 Apr 2007 15:55:33 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 203EC13C45B for ; Mon, 23 Apr 2007 15:55:32 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so1242240ugh for ; Mon, 23 Apr 2007 08:55:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=V9gcZoBd5Kd0VeA6iFuEeuxzMiR+QbA8nkU/DH4n2adprI3unllixZqHAEqx7Qp1RAE9n4Acw7H4823s2z6W0DsXu+6nR4tSWvySPjEC6pHmcDOC7rQQB0rsII0FEm9mU6DLPO5207TY07bvG3Bke64gPgNDpPqnQRYnvoEm9r8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=Cu43N0YEelVNLmM+ivkDFo2ipAC1xmY2w7q2jeZ6bz+uQ106z3b02VpUkn2xl40o/Utp1obzweg8mpQTgptfKtIuZDF0M+lo31QybXcrsCZRFmZ/3OFTrry3Kteh+ZtSJcOMHAN3gH+BT9Z9qMie8WMbMrHR4MgTt9izjsDzP/E= Received: by 10.67.71.15 with SMTP id y15mr5224219ugk.1177343731870; Mon, 23 Apr 2007 08:55:31 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTP id q1sm12288656uge.2007.04.23.08.55.30; Mon, 23 Apr 2007 08:55:31 -0700 (PDT) Message-ID: <462CD6EF.7070006@crackmonkey.us> Date: Mon, 23 Apr 2007 16:55:27 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Frank Bonnet References: <462C6B24.9080500@esiee.fr> In-Reply-To: <462C6B24.9080500@esiee.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: freebsd-questions@freebsd.org Subject: Re: cannot compile thunderbird 2 and firefox 2 from ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fatman@nospam.crackmonkey.nospam.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2007 15:55:33 -0000 Frank Bonnet wrote: > Hello > > I'm in trouble to compile those two mozilla apps se below > error messages which seems to come from the same origin > > Thanks for any infos > > Frank > > FIREFOX > > c++ -I/usr/X11R6/include -I/usr/local/include/nss > -I/usr/local/include/nss/nss -I/usr/X11R6/include -I/usr/X11R6/include > -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith > -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy > -Wno-non-virtual-dtor -Wno-long-long -O2 -fno-strict-aliasing -pipe -O2 > -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -fPIC -shared -Wl,-z,defs > -Wl,-h,libgtkxtbin.so -o libgtkxtbin.so gtk2xtbin.o -L/usr/X11R6/lib > -L/usr/local/lib/nss -Wl,-rpath,/usr/local/lib/firefox > -L/usr/X11R6/lib -lgtk-x11-2.0 -L/usr/X11R6/lib -lXt -lX11 > -Wl,-Bsymbolic -lc -lm -pthread -L/usr/local/lib -liconv > gtk2xtbin.o(.text+0x13): In function `xt_event_prepare': > : undefined reference to `gdk_threads_lock' > gtk2xtbin.o(.text+0x959): In function `xt_client_init': > : undefined reference to `gdk_get_display' > gtk2xtbin.o(.data.rel+0xc): undefined reference to `g_free' > gmake[2]: *** [libgtkxtbin.so] Error 1 > gmake[2]: Leaving directory > `/usr/ports/mail/thunderbird/work/mozilla/widget/src/gtkxtbin' > gmake[1]: *** [tier_9] Error 2 > gmake[1]: Leaving directory `/usr/ports/mail/thunderbird/work/mozilla' > gmake: *** [default] Error 2 > *** Error code 2 > Hi Frank. Just wanted to let you know the two ports, thunderbird-2.0.0.0 and firefox-2.0.0.3,1 are not broken because I've installed them myself. Thunderbird sure takes a long time to compile though. I did a "sudo portupgrade thunderbird" yesterday and it took 8 hours on my 750MHz laptop. I think my distcc cluster, such as it is, is broken. Hope you fix your problem. Perhaps gtk2 needs an upgrade? Regards, Adam J Richardson