From owner-freebsd-current Sat Oct 19 8:15:28 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 EFF7937B401; Sat, 19 Oct 2002 08:15:26 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4AB43E7B; Sat, 19 Oct 2002 08:15:26 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.12.6/8.12.5) with ESMTP id g9JFFO4G065253; Sat, 19 Oct 2002 08:15:24 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.12.6/8.12.6/Submit) id g9JFFN56065252; Sat, 19 Oct 2002 08:15:23 -0700 (PDT) Date: Sat, 19 Oct 2002 08:15:23 -0700 From: Steve Kargl To: Maxim Sobolev Cc: Julian Elischer , suken woo , freebsd-current Subject: Re: X problem,Undefined symbol "__sF" Message-ID: <20021019151523.GA65223@troutmask.apl.washington.edu> References: <3DB103B8.10605@mail.gddsn.org.cn> <20021019080719.GA15512@vega.vega.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021019080719.GA15512@vega.vega.com> User-Agent: Mutt/1.4i 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, Oct 19, 2002 at 11:07:19AM +0300, 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). > What about 3rd party software that isn't in the ports collection? kargl[203] f95 -o a -dusty spara.f /usr/local/lib/NAGWare/libf96.so: undefined reference to `__sF' collect2: ld returned 1 exit status Fortunately, I know a work around for *this* problem, but other vendors may be impacted. -- Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message