Re: got stuck in the current __sF foo...

2001-02-19 Thread Matthew Jacob
In message [EMAIL PROTECTED] Matthew Jacob writes: : One system got stuck in the current __sF bork... I'm not stuck with: : Any advice? Copy a pre Feb 10th libc.so.5 to this box. Alternatively, copy a Feb 17 or later one. It turns out that no matter what I seem to do, I can't

Re: got stuck in the current __sF foo...

2001-02-19 Thread Daniel Eischen
On Mon, 19 Feb 2001, Matthew Jacob wrote: In message [EMAIL PROTECTED] Matthew Jacob writes: : One system got stuck in the current __sF bork... I'm not stuck with: : Any advice? Copy a pre Feb 10th libc.so.5 to this box. Alternatively, copy a Feb 17 or later one. It turns out

got stuck in the current __sF foo...

2001-02-17 Thread Matthew Jacob
One system got stuck in the current __sF bork... I'm not stuck with: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 03:36 PM 2/17/2001 -0800, Matthew Jacob wrote: One system got stuck in the current __sF bork... I'm not stuck with: cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
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 ... On Sat, 17 Feb 2001, Manfred

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
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

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
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

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] Matthew Jacob writes: : One system got stuck in the current __sF bork... I'm not stuck with: : Any advice? Copy a pre Feb 10th libc.so.5 to this box. Alternatively, copy a Feb 17 or later one. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
What version of src/lib/libc/stdio/findfp.c do you have? I'm using 1.15 here w/o any problems: static const char rcsid[] = "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp Exp $"; Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current"

Re: got stuck in the current __sF foo...

2001-02-17 Thread David O'Brien
On Sat, Feb 17, 2001 at 03:36:18PM -0800, Matthew Jacob wrote: One system got stuck in the current __sF bork... I'm not stuck with: One thing that may work is to set libc's version number in the Makefile to something that has never existed on your system. Try a `make world'. Move any

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 07:00 PM 2/17/2001 -0700, Warner Losh wrote: What version of src/lib/libc/stdio/findfp.c do you have? I'm using 1.15 here w/o any problems: static const char rcsid[] = "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp Exp $"; Warner To Unsubscribe: send mail to [EMAIL

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
Samehere: static const char rcsid[] = "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp Exp $"; On Sat, 17 Feb 2001, Warner Losh wrote: What version of src/lib/libc/stdio/findfp.c do you have? I'm using 1.15 here w/o any problems: static const char rcsid[] =

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : static const char rcsid[] = : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp : Exp $"; Then I don't understand the error at all. __sF should be defined in libc.so.5. What does ldconfig have to say? Warner To

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : static const char rcsid[] = : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp : Exp $"; Then I don't understand the error at all. __sF should be defined in libc.so.5.

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit :Hacker writes: : : static const char rcsid[] = : : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15 2001/02/16 21:09:49 imp : : Exp $"; : : Then I

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
the thing that is confusing me is that I'm getting through most of the qt-copy compile before I get hit with it ... I'm doing a fresh 'make world' on the machine, just in case ... then I'm going to try David's idea, if that doesn't work ... On Sat, 17 Feb 2001, Warner Losh wrote: In message

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : the thing that is confusing me is that I'm getting through most of the : qt-copy compile before I get hit with it ... I'm doing a fresh 'make : world' on the machine, just in case ... then I'm going to try David's : idea, if that doesn't

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 10:49:06PM -0400, The Hermit Hacker wrote: the thing that is confusing me is that I'm getting through most of the qt-copy compile before I get hit with it ... I'm doing a fresh 'make world' on the machine, just in case ... then I'm going to try David's idea, if that

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : static const char rcsid[] = : : "$FreeBSD: src/lib/libc/stdio/findfp.c,v 1.15

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 11:00:05PM -0400, The Hermit Hacker wrote: I removed everything from /var/db/pkg (pkg_delete -f ) before I started this, and then did an rm -rf /usr/local ... basically, brought it to bare system, including an rm -rf /usr/X11R6 ... anything left should be system

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : the thing that is confusing me is that I'm getting through most of the : qt-copy compile before I get hit with it ... I'm doing a fresh 'make : world' on the machine, just in case ... then I'm

Re: got stuck in the current __sF foo...

2001-02-17 Thread Manfred Antar
At 11:03 PM 2/17/2001 -0400, The Hermit Hacker wrote: On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : static const char rcsid[] = : :

Re: got stuck in the current __sF foo...

2001-02-17 Thread Alex Zepeda
On Sat, Feb 17, 2001 at 11:03:09PM -0400, The Hermit Hacker wrote: ls -lt libc.* -r--r--r-- 1 root wheel 599916 Feb 17 17:00 libc.so.5 lrwxr-xr-x 1 root wheel9 Feb 17 17:00 libc.so - libc.so.5 -r--r--r-- 1 root wheel 1240424 Feb 17 17:00 libc.a -r--r--r-- 1 root wheel

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, The Hermit Hacker wrote: On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : the thing that is confusing me is that I'm getting through most of the : qt-copy compile before I get hit with it ... I'm doing a fresh 'make

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : Thanks for all your patience on this ... No worries. I just want to make sure that we have things working. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : Thanks for all your patience on this ... No worries. I just want to make sure that we have things working. Well, I'm still getting my occasional hangs on heavy load ... just tried a 'gmake

Re: got stuck in the current __sF foo...

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit :Hacker writes: : : Thanks for all your patience on this ... : : No worries. I just want to make sure that we have things working. : : Well, I'm

Re: got stuck in the current __sF foo...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] The Hermit Hacker writes: : On Sat, 17 Feb 2001, Warner Losh wrote: : : In message [EMAIL PROTECTED] The Hermit Hacker writes: : : Thanks for all your patience on this ... : : No worries. I just want to make sure