From owner-freebsd-current@FreeBSD.ORG Fri Jun 1 01:50:41 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 036BA16A421 for ; Fri, 1 Jun 2007 01:50:41 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from boreas.isi.edu (boreas.isi.edu [128.9.160.161]) by mx1.freebsd.org (Postfix) with ESMTP id D6C7813C448 for ; Fri, 1 Jun 2007 01:50:40 +0000 (UTC) (envelope-from faber@ISI.EDU) Received: from hut.isi.edu (hut.isi.edu [128.9.168.160]) by boreas.isi.edu (8.13.8/8.13.8) with ESMTP id l511o2Mi007132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 31 May 2007 18:50:02 -0700 (PDT) Received: (from faber@localhost) by hut.isi.edu (8.14.1/8.14.1/Submit) id l511o2Hr033893; Thu, 31 May 2007 18:50:02 -0700 (PDT) (envelope-from faber) Date: Thu, 31 May 2007 18:50:02 -0700 From: Ted Faber To: Alexander Nedotsukov Message-ID: <20070601015002.GA33578@hut.isi.edu> References: <20070531203430.GC1373@hut.isi.edu> <20070531213213.GH1373@hut.isi.edu> <20070531185710.3fb9aef6@kan.dnsalias.net> <20070601000553.GM1373@hut.isi.edu> <465F7050.4050903@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <465F7050.4050903@FreeBSD.org> User-Agent: Mutt/1.4.2.2i X-url: http://www.isi.edu/~faber X-ISI-4-43-8-MailScanner: Found to be clean X-MailScanner-From: faber@hut.isi.edu Cc: current@FreeBSD.org Subject: Re: glibmm exceptions broken after recent upgrades on CURRENT (debug info included) 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: Fri, 01 Jun 2007 01:50:41 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 01, 2007 at 10:03:12AM +0900, Alexander Nedotsukov wrote: > Ted, >=20 > There is a problem on your side. From you backtrace I can see use of=20 > /usr/X11R6/lib/libsigc-2.0.so.0 which is wrong. Most likely this points= =20 > out to incomplete upgrade. First of all, I'm sure you're right; there's something wrong on my end. I appreciate you helping me find it. I've upgraded to libsigc++-2.0.17_1 under the new compiler, which installed /usr/local/lib/libsigc-2.0.so.0 . gdb is reporting the library as /usr/X11R6/lib/libsigc-2.0.so.0 because /usr/X11R6 is now a symlink to /usr/local (after the upgrade) and the /usr/X11R6/lib prefix comes before /usr/local/lib in ldconfig's search path. They're the same file: hut:~$ ls -li /usr/local/lib/libsigc-2.0.so.0 /usr/X11R6/lib/libsigc-2.0.so= .0 4970046 -rwxr-xr-x 1 root wheel 46766 May 30 21:18 /usr/X11R6/lib/libsig= c-2.0.so.0 4970046 -rwxr-xr-x 1 root wheel 46766 May 30 21:18 /usr/local/lib/libsig= c-2.0.so.0 I believe that the library (sigc) is the most recent one, and I know it's been g++ 4.2.0 compiled. I've actually been through every library in the ldd listing from my little test program and they've all been recompiled from ports using the new compiler. Do you have a guess what might be wrong with my libsigc++ that I haven't tried looking for? Thanks again for the help. --=20 Ted Faber http://www.isi.edu/~faber PGP: http://www.isi.edu/~faber/pubkeys.= asc Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#= SIG --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGX3tKaUz3f+Zf+XsRApKzAKD4Lpg/rrXEJa87Fyt5M17AhHaa8QCeLMlz 58jltEWzL4w30z42QhCAqVY= =RmTZ -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH--