From owner-freebsd-current Sat Oct 19 22: 0:31 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 51F6937B415; Sat, 19 Oct 2002 22:00:26 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 732ED43EA9; Sat, 19 Oct 2002 22:00:25 -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 <20021020050024.FYVS24979.sccrmhc03.attbi.com@InterJet.elischer.org>; Sun, 20 Oct 2002 05:00:24 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id VAA15836; Sat, 19 Oct 2002 21:56:41 -0700 (PDT) Date: Sat, 19 Oct 2002 21:56:40 -0700 (PDT) From: Julian Elischer To: suken woo Cc: Maxim Sobolev , freebsd-current Subject: Re: X problem,Undefined symbol "__sF" In-Reply-To: <3DB2129B.4000106@mail.gddsn.org.cn> 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 If you now rebuild libc you should be ok... __sF was put back.. On Sun, 20 Oct 2002, suken woo wrote: > 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). > > > >-Maxim > >yup, i'd solved the nautilus.but problem sawfish didn't.the sawfish display > > > /usr/lib/libgmp.a undefined symbol "__sF" error. and i wanna rebuild > sawfish2 but failed. > maybe I must rebuild X? > best regards. > > > > > > > > > > > > > > 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