Date: Sat, 19 Oct 2002 21:56:40 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: suken woo <wsk@mail.gddsn.org.cn> Cc: Maxim Sobolev <sobomax@FreeBSD.ORG>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: X problem,Undefined symbol "__sF" Message-ID: <Pine.BSF.4.21.0210192155570.10185-100000@InterJet.elischer.org> In-Reply-To: <3DB2129B.4000106@mail.gddsn.org.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <file> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0210192155570.10185-100000>