From owner-freebsd-current Sat Oct 19 19:19:15 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 20BBF37B401; Sat, 19 Oct 2002 19:19:14 -0700 (PDT) Received: from ns.gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A13A443E6E; Sat, 19 Oct 2002 19:19:13 -0700 (PDT) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (wsk [192.168.168.136]) by ns.gddsn.org.cn (Postfix) with ESMTP id 43AA638CBD3; Sun, 20 Oct 2002 10:19:07 +0800 (CST) Message-ID: <3DB2129B.4000106@mail.gddsn.org.cn> Date: Sun, 20 Oct 2002 10:19:07 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxim Sobolev , freebsd-current Subject: Re: X problem,Undefined symbol "__sF" References: <3DB103B8.10605@mail.gddsn.org.cn> <20021019080719.GA15512@vega.vega.com> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit 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 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