Buildworld failing at stage 4 (Dumping source)

2001-02-17 Thread Leif Neland
My "main" machine running newest current is hosed at the moment, proabably because I insisted to much in buildworld -k... Anyway, I then nfs-mount its /usr/src and /usr/obj onto an working -current as of 6. jan. I can then build a new world with a working userland, I think. But it stops with

Re: linksys Etherfast.. broken?

2001-02-17 Thread Julian Elischer
Warner Losh wrote: In message [EMAIL PROTECTED] Julian Elischer writes: : It looks to me like the interrupt vector is not being registered.. : I'll try figut out what I've screwed up in the config. timeouts usually mean one of two things. With ed devices, they could be the new dlink

Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, Warner Losh wrote: In message [EMAIL PROTECTED] "David O'Brien" writes: : Warner committed a fix for this. But I'm having trouble building world : with it. : : cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6

monetdef/msgdef/numericdef fixes for zh_* locales

2001-02-17 Thread Jing-Tang Keith Jang
-current's zh_TW.Big5 and zh_CN.EUC are both broken due to the lack of LC_MESSAGES, LC_MONETARY, and LC_NUMERIC files. Can anybody with src/ commit bit send in the attached patch, so apps like perl or gtk can function as before? Thanks. -- Less facilities, more enjoyment. ---

Building procedure of krb5 is broken

2001-02-17 Thread Makoto MATSUSHITA
I've found that current 5-current is broken, since krb5 cannot compile. Here is a typical compiler message: In file included from /usr/src/kerberos5/lib/libgssapi/../../../crypto/heimdal/lib/krb5/krb5_locl.h:142, from

Re: OpenSSL ASM patch

2001-02-17 Thread Kris Kennaway
On Fri, Feb 16, 2001 at 11:58:50PM -0700, Warner Losh wrote: In message [EMAIL PROTECTED] Wes Peters writes: : Peter Jeremy wrote: : [1] I don't think there's a lot of `build once, install on lots of : different hardware', though I could be wrong. : : Most certainly wrong for those

Re: startx/startkde hangs -CURRENT ...

2001-02-17 Thread Alex Zepeda
Now, if I start X, the whole machine hangs solid ... Where? By all means, set KDE_DEBUG, and capture the startx output, and do something with the coredumps so that you encode the pid into the file name, since many kde crashes will be in kdeinit (since it's used to launch programs via shlibs)..

New GCC changes broken

2001-02-17 Thread Martin Blapp
Do people test their changes ? warning: passing arg 1 of `unshare_all_rtl' from incompatible pointer type ... /usr/current/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc.295/toplev .c:3828: too few arguments to function `unshare_all_rtl' *** Error code 1 Martin Martin Blapp, [EMAIL

Re: New GCC changes broken

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 01:54:29PM +0100, Martin Blapp wrote: Do people test their changes ? warning: passing arg 1 of `unshare_all_rtl' from incompatible pointer type ... /usr/current/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc.295/toplev .c:3828: too few arguments to function

Re: New GCC changes broken

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 02:09:39PM +0100, Szilveszter Adam wrote: On Sat, Feb 17, 2001 at 01:54:29PM +0100, Martin Blapp wrote: Do people test their changes ? warning: passing arg 1 of `unshare_all_rtl' from incompatible pointer type ...

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
On another box CURRENT, updated this morning: cc -I/usr/src/lib/csu/i386-elf/../common -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/csu/i386-elf/crti.S -o crti.o cc: Internal compiler error: program as got fatal signal 11 as(1) does crash, rebuilding as does not help, neither does

Re: New GCC changes broken

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 02:32:49PM +0100, Martin Blapp wrote: On another box CURRENT, updated this morning: cc -I/usr/src/lib/csu/i386-elf/../common -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/csu/i386-elf/crti.S -o crti.o cc: Internal compiler error: program as got fatal signal

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
Did that, replaced /usr/libexec/elf/as with new one, now I have: cc -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DPORTMAP -DYP -DHESIOD -I/usr/src/lib/libc/i386 -c read.S

Re: New GCC changes broken

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 04:33:51PM +0100, Martin Blapp wrote: Did that, replaced /usr/libexec/elf/as with new one, now I have: cc -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DINET6 -I/usr/src/lib/libc -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale

Hungarian locale completed

2001-02-17 Thread Szilveszter Adam
Hello everybody! Today I upgraded my system to the latest -CURRENT and in the process also completed the Hungarian locale support. Please find enclosed the small tar.gz archive with the necessary files in src/share/{msgdef|monetdef|numericdef} and if you see fit, commit them. Good speed! --

Re: Hungarian locale completed

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 05:07:06PM +0100, Szilveszter Adam wrote: Hello everybody! Today I upgraded my system to the latest -CURRENT and in the process also completed the Hungarian locale support. Please find enclosed the small tar.gz archive with the necessary files in

Re: HEADS UP: -current world broken since Feb 10

2001-02-17 Thread Stephan van Beerschoten
On Fri, 16 Feb 2001, [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED] you wrote: Has anybody gotten world to build? Mine isn't finished yet, but it is past libc, it is busy in usr.sbin. Finished buildworld without problems.. CVS as of now (check mailheader). I'm about to

Re: Hungarian locale completed

2001-02-17 Thread Szilveszter Adam
On Sat, Feb 17, 2001 at 05:24:29PM +0100, Szilveszter Adam wrote: Where, of course, I couldn't be bothered to send the Makefile diffs along... doh!:-) Here they are... ... Please, ignore the previous junk... sigh. I should know better than synching my CVS repo *after* building and *before*

Re: startx/startkde hangs -CURRENT ...

2001-02-17 Thread The Hermit Hacker
On Sat, 17 Feb 2001, Alex Zepeda wrote: Now, if I start X, the whole machine hangs solid ... Where? By all means, set KDE_DEBUG, and capture the startx output, and do something with the coredumps so that you encode the pid into the file name, since many kde crashes will be in kdeinit

(solved) New GCC changes broken

2001-02-17 Thread Martin Blapp
Ok, I replaced all bintools in /usr/bin/* and /usr/libexec/elf/* . Everything works now and I successfully built world just now. That was a scary day to compile. Martin Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service

Re: OpenSSL ASM patch

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] Kris Kennaway writes: : Well, these are both 686-class machines so it doesn't strictly apply : to what we were talking about. The build machine is a 686, but the targets are {486,586 and 686}. The laptop is a 586... Warner To Unsubscribe: send mail to [EMAIL

Re: linksys Etherfast.. broken?

2001-02-17 Thread Gerhard Sittig
On Fri, Feb 16, 2001 at 21:35 -0800, Julian Elischer wrote: Gerhard Sittig wrote: Now that I had success with the fa_select tool, I filed a PR with a patch: misc/25147. http://www.freebsd.org/cgi/query-pr.cgi?pr=25147 thanks for this.. but it didn't seem to help It looks to

Re: New GCC changes broken

2001-02-17 Thread David O'Brien
On Sat, Feb 17, 2001 at 01:54:29PM +0100, Martin Blapp wrote: Do people test their changes ? warning: passing arg 1 of `unshare_all_rtl' from incompatible pointer type ... /usr/current/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc.295/toplev .c:3828: too few arguments to function

Re: New GCC changes broken

2001-02-17 Thread Martin Blapp
Everything works now, thanks ! Martin Blapp, [EMAIL PROTECTED] Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01

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: linksys Etherfast.. broken?

2001-02-17 Thread Warner Losh
In message [EMAIL PROTECTED] Gerhard Sittig writes: : Your "fa_select doesn't help" and Warner's message suggest that : your situation is different from mine and that you have some kind : of resource allocation problem or a conflicting assignment. Actually, I wasn't using fa-select when I had

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: linksys Etherfast.. broken?

2001-02-17 Thread Julian Elischer
Gerhard Sittig wrote: Your "fa_select doesn't help" and Warner's message suggest that your situation is different from mine and that you have some kind of resource allocation problem or a conflicting assignment. Sorry ... sorry , I wasn't complaining about your help. Just that it is

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