From owner-freebsd-current Sat Oct 19 12: 0:27 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9FEF37B401; Sat, 19 Oct 2002 12:00:24 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A86043E6A; Sat, 19 Oct 2002 12:00:24 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc03.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021019190023.RNTX24979.sccrmhc03.attbi.com@InterJet.elischer.org>; Sat, 19 Oct 2002 19:00:23 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id LAA13588; Sat, 19 Oct 2002 11:42:19 -0700 (PDT) Date: Sat, 19 Oct 2002 11:42:18 -0700 (PDT) From: Julian Elischer To: Maxim Sobolev Cc: suken woo , freebsd-current Subject: Re: X problem,Undefined symbol "__sF" In-Reply-To: <20021019080719.GA15512@vega.vega.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 19 Oct 2002, Maxim Sobolev wrote: > On Sat, Oct 19, 2002 at 12:02:21AM -0700, Julian Elischer wrote: > > Unfortunaly you need to replace almost all X11 stuff.. > > Not quite. You can easily identify problematic packages by doing something > like: > > $ for f in `find /usr/X11R6/ -type f`; do nm $f 2>/dev/null | grep -qw "U __sF" && echo $f; done > $ for f in `find /usr/local/ -type f`; do nm $f 2>/dev/null | grep -qw "U __sF" && echo $f; done > > Then for each file listed do a pkg_info -W to get the name of > corresponding package, and update each of those packages with > portupgrade -f. Usually only very old packages are affected, mostly > those that don't change much over time (jpeg, ungif etc). I had to replace the X server and most X11 binaries, Mozilla, OpenOffice, etc.etc. it cost me half a week to rebuild it all and I still don't have everything back as it was.. > > -Maxim > > > I wish whoever broke this would fix it. > > So much for compatibility. > > > > On Sat, 19 Oct 2002, suken woo wrote: > > > > > after rebuild everything today. get the errro messages,when running > > > nautilus etc > > > what can i do? Regards > > > /usr/libexec/ld-elf.so.1: /usr/local/lib/libjpeg.so.9: Undefined symbol > > > "__sF" > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-current" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message