From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 13:51:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A93516A420 for ; Tue, 22 Nov 2005 13:51:27 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6044E43D69 for ; Tue, 22 Nov 2005 13:51:21 +0000 (GMT) (envelope-from myfreebsd@cox.net) Received: from [172.18.52.8] (really [172.18.52.68]) by eastrmmtao04.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20051122134936.GTTE4997.eastrmmtao04.cox.net@[172.18.52.8]>; Tue, 22 Nov 2005 08:49:36 -0500 X-Mailer: Openwave WebEngine, version 2.8.15 (webedge20-101-1103-20040528) From: To: Rob , Date: Tue, 22 Nov 2005 8:49:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20051122134936.GTTE4997.eastrmmtao04.cox.net@[172.18.52.8]> Cc: myfreebsd@cox.net, freebsd-questions-local@be-well.ilk.org Subject: Re: RE:mozilla: Undefined symbol "pango_x_font_map_for_display" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 13:51:27 -0000 > > From: Rob > Date: 2005/11/22 Tue AM 08:19:47 EST > To: freebsd-questions@freebsd.org > CC: myfreebsd@cox.net, freebsd-questions-local@be-well.ilk.org > Subject: RE:mozilla: Undefined symbol "pango_x_font_map_for_display" > > --- myfreebsd@cox.net wrote: > > > >Mozilla cannot start anymore, after I portupgraded > > >Mozilla, > > > > >I now get this: > > > > >$ mozilla > > >/libexec/ld-elf.so.1: > > >/usr/X11R6/lib/mozilla/components/libgfx_gtk.so: > > >Undefined symbol "pango_x_font_map_for_display" > > >$ > > Rob, > > > > When you upgraded, did you upgrade recursively so > > the dependencies were updated? > > > > If not, try it: > > portupgrade -rR mozilla > > Thanks. I did already twice following: > > # portupgrade -fvrR mozilla-1.7...... > > which reinstalled mozilla and all it depends on etc. > To no avail; still get that my upgraded mozilla does > not start because pango_x_font_map_for_display is > not there... > > When I do > # ldd /usr/X11R6/lib/mozilla/mozilla-bin | grep > pango > libpangocairo-1.0.so.0 => > /usr/X11R6/lib/libpangocairo-1.0.so.0 > libpangoft2-1.0.so.0 => > /usr/X11R6/lib/libpangoft2-1.0.so.0 > libpango-1.0.so.0 => > /usr/X11R6/lib/libpango-1.0.so.0 > > Note that mozilla-bin is NOT linked against > /usr/X11R6/lib/libpangox-1.0.so ; and that is the > library which contains pango_x_font_map_for_display: > > # strings /usr/X11R6/lib/libpangox-1.0.so | \ > grep pango_x_font_map_for_display > pango_x_font_map_for_display > pango_x_font_map_for_display > > > So I think the problem seems to boil down to > why my upgraded mozilla executable is not linked > against libpangox. > > Any ideas? > Do you also see this? > > > When I forcefully delete mozilla and pango, and > install the older versions from 5.4 packages, then > mozilla works again. > > Thanks, > Rob. > > > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > Rob, I see the missing link. It seems to be a broken port but I googled the error you got and didn't get anything. Have you shot the maintainers of Mozilla an email? They may be able to help. David