Date: Sat, 17 Feb 2001 21:42:09 -0400 (AST) From: The Hermit Hacker <scrappy@hub.org> To: Manfred Antar <null@pozo.com> Cc: <mjacob@feral.com>, <current@FreeBSD.ORG> Subject: Re: got stuck in the current __sF foo... Message-ID: <Pine.BSF.4.33.0102172138290.92053-100000@mobile.hub.org> In-Reply-To: <5.0.2.1.2.20010217162314.00a69850@pozo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 Feb 2001, Manfred Antar wrote:
> At 08:17 PM 2/17/2001 -0400, The Hermit Hacker wrote:
>
> >I just got hurt by this, in a sense ... buildworld and installworld all
> >worked great, but as soon as I tried to a 'startx', it told me that
> >libm.so.2 had an unresolved symbol __sF ... I just rebuilt my X, figure
> >just the result of the bump in libm.so.n major ...
> >
> >
>
> I don't think any of the libs were bumped recently except for libc and
> that was backed out. There was a patch posted that bumped some of the
> libs but that was withdrawn. I think you might have libs built from
> some of the stuff that was backed or not a totally current source. I'm
> using X compiled on the 8th of Feb with a current world as of 2 hours
> ago and no problem
Okay, I did a cvsup today, and am running on newest kernel, with a
{build,install}world completed (and rebooted since) ... something appears
broken in newest code?
gmake[4]: Entering directory `/usr/base/kde/qt-copy/tutorial/t7'
g++ -c -I/usr/base/kde/qt-copy/include -pipe -O2 -o lcdrange.o lcdrange.cpp
g++ -c -I/usr/base/kde/qt-copy/include -pipe -O2 -o main.o main.cpp
/usr/base/kde/qt-copy/bin/moc lcdrange.h -o moc_lcdrange.cpp
/usr/libexec/ld-elf.so.1: /usr/lib/libstdc++.so.3: Undefined symbol "__sF"
gmake[4]: *** [moc_lcdrange.cpp] Error 1
gmake[4]: Leaving directory `/usr/base/kde/qt-copy/tutorial/t7'
gmake[3]: *** [t7] Error 2
gmake[3]: Leaving directory `/usr/base/kde/qt-copy/tutorial'
gmake[2]: *** [all] Error 2
> ls -lt /usr/lib/libstdc++*
-r--r--r-- 1 root wheel 575168 Feb 17 17:01 /usr/lib/libstdc++_p.a
-r--r--r-- 1 root wheel 285608 Feb 17 17:01 /usr/lib/libstdc++.so.3
lrwxr-xr-x 1 root wheel 14 Feb 17 17:01 /usr/lib/libstdc++.so -> libstdc++.so.3
-r--r--r-- 1 root wheel 515044 Feb 17 17:01 /usr/lib/libstdc++.a
Recompiling X from ports fixed my libm.so.* problem with __sF ... and
every binary I have in /usr/local right now has been rebuilt since 17:01's
installworld ...
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
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.33.0102172138290.92053-100000>
