From owner-freebsd-current Sat Oct 19 1: 7:49 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 68DBE37B401 for ; Sat, 19 Oct 2002 01:07:48 -0700 (PDT) Received: from baraca.united.net.ua (ns.united.net.ua [193.111.8.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id F35EC43E6A for ; Sat, 19 Oct 2002 01:07:46 -0700 (PDT) (envelope-from max@vega.com) Received: from vega.vega.com (xDSL-2-2.united.net.ua [193.111.9.226]) by baraca.united.net.ua (8.11.6/8.11.6) with ESMTP id g9J87Qd21152; Sat, 19 Oct 2002 11:07:27 +0300 (EEST) (envelope-from max@vega.com) Received: from vega.vega.com (max@localhost [127.0.0.1]) by vega.vega.com (8.12.6/8.12.5) with ESMTP id g9J87QaJ015532; Sat, 19 Oct 2002 11:07:26 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: (from max@localhost) by vega.vega.com (8.12.6/8.12.5/Submit) id g9J87JKI015531; Sat, 19 Oct 2002 11:07:19 +0300 (EEST) Date: Sat, 19 Oct 2002 11:07:19 +0300 From: Maxim Sobolev To: Julian Elischer Cc: suken woo , freebsd-current Subject: Re: X problem,Undefined symbol "__sF" Message-ID: <20021019080719.GA15512@vega.vega.com> References: <3DB103B8.10605@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: 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 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 > 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