From owner-freebsd-current Sat Nov 2 6:56:33 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 C417A37B401 for ; Sat, 2 Nov 2002 06:56:31 -0800 (PST) Received: from sorrow.ashke.com (pcp103897pcs.glstrt01.nj.comcast.net [68.45.109.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE8043E75 for ; Sat, 2 Nov 2002 06:56:31 -0800 (PST) (envelope-from adamk@voicenet.com) Received: from localhost (localhost.visualtech.com [127.0.0.1]) by sorrow.ashke.com (8.12.6/8.12.6) with ESMTP id gA2EuTM7000776 for ; Sat, 2 Nov 2002 09:56:29 -0500 (EST) (envelope-from adamk@voicenet.com) Date: Sat, 2 Nov 2002 09:56:28 -0500 (EST) From: Adam K Kirchhoff X-X-Sender: adamk@sorrow.ashke.com To: freebsd-current@freebsd.org Subject: __sF Message-ID: <20021102095138.U647-100000@sorrow.ashke.com> 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 Hey all, About a month ago, I upgraded from -stable to -current. I've cvsuped about four times since then and upgraded my system each time. So far I'm having a couple of difficulties. Complete system lockups (that dump into the kernel debugger) are not all uncommon. I'm not trying to deal with that problem today, though :-) The bigger issue is that after at least two of the upgrades (the initial upgrade to -current, and one from yesterday), I've ended up with an error when trying to run and build certain applications: For example: [ adamk@sorrow ~ ]$ galeon /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgconf-gtk-1.so.1: Undefined symbol "__sF" Or, when trying to build qt-3.0.5: c++ -fno-exceptions -pthread -o ../../../bin/uic .obj/release-shared-mt/main.o .obj/ release-shared-mt/uic.o .obj/release-shared-mt/form.o .obj/release-shared-mt/object. o .obj/release-shared-mt/subclassing.o .obj/release-shared-mt/embed.o .obj/release-s hared-mt/widgetdatabase.o .obj/release-shared-mt/domtool.o .obj/release-shared-mt/pa rser.o -L/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/ports/x11-toolkits/qt30 /work/qt-x11-free-3.0.5/lib -L/usr/ports/x11-toolkits/qt30/work/qt-x11-free-3.0.5/l ib -L/usr/X11R6/lib -L/usr/X11R6/lib -lz -lqt-mt -lGLU -lGL -lXmu -lICE -lSM -lXex t -lX11 -lm -lXinerama -lXrender -lXft -lfreetype /usr/local/lib/liblcms.so.1: undefined reference to `__sF' In both cases, FreeBSD doesn't seem to like __sF. Now, the first time this happened, I simply cvsuped a couple days later and the problem went away, but now it's back, which is making me think I never really solved the problem the first time around. Any ideas on how to permanently fix this problem? Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message