From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 11:29:00 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D42CE106564A; Sun, 1 Feb 2009 11:29:00 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4EE988FC18; Sun, 1 Feb 2009 11:29:00 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LTaVW-0001Ue-M2>; Sun, 01 Feb 2009 12:28:58 +0100 Received: from e178029120.adsl.alicedsl.de ([85.178.29.120] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LTaVW-0000B5-Iy>; Sun, 01 Feb 2009 12:28:58 +0100 Message-ID: <4985877B.8080502@mail.zedat.fu-berlin.de> Date: Sun, 01 Feb 2009 12:28:59 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090131) MIME-Version: 1.0 To: Scot Hetzel References: <49837CFD.4080603@mail.zedat.fu-berlin.de> <200901301430.07087.fbsd.questions@rachie.is-a-geek.net> <4984EF27.2050405@mail.zedat.fu-berlin.de> <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> In-Reply-To: <790a9fff0901312008x71fa025na58856bde4c7a5be@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.29.120 X-Mailman-Approved-At: Sun, 01 Feb 2009 12:29:32 +0000 Cc: freebsd-current@freebsd.org, Mel , freebsd-questions@freebsd.org Subject: Re: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2009 11:29:01 -0000 Scot Hetzel wrote: > On Sat, Jan 31, 2009 at 6:39 PM, O. Hartmann > wrote: > >> build-process, but I doubt this. I did a 'ldd' on the Firefox3 binary >> and I got the attached dump of the linked shared objects. >> Interestingly, the first three entries show up something missing - >> therefore I deinstalled Firefox and rebuild the browser after an >> additional rebuild of libxcb (via portupgrade -rf). Previously, all Xorg >> > > >> thor# ldd firefox-bin >> firefox-bin: >> libxul.so => not found (0x0) >> libmozjs.so => not found (0x0) >> libxpcom.so => not found (0x0) >> libplds4.so.1 => /usr/local/lib/libplds4.so.1 (0x80063e000) >> libplc4.so.1 => /usr/local/lib/libplc4.so.1 (0x80076f000) >> > > When firefox3 was first added to the ports collection, I had noticed > this problem with firefox3 (after using sysutils/libchk), but I didn't > have this problem with the firefox 2. A look at the difference > between the www/firefox and www/firefox3 Makefiles showed that > firefox3 was missing this: > > LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} > > After adding this line to the ports Makefile, and rebuilding the port, > these libraries are now showing as found in the ldd output. > > Scot > Isn't that worth a PR?