Core dumps on Current Make World this morning

2001-01-02 Thread Charlie Root
All the machines that I have running Current dumped core at the same place this morning. === share/termcap ex - /usr/src/share/termcap/termcap.src /usr/src/share/termcap/reorder /dev/null Segmentation fault - core dumped *** Error code 139 Stop in /usr/src/share/termcap. *** Error code 1 For

Re: Core dumps on Current Make World this morning

2001-01-02 Thread The Hermit Hacker
do a 'make -k world' ... I had the same problem with vi, and the same SegFault ... by using -k, it bypasses the error, which allows it to get to the point that the newer vi is installed, which doesn't SegFault ... On Tue, 2 Jan 2001, Charlie Root wrote: All the machines that I have running

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Edwin Culp
The Hermit Hacker wrote: do a 'make -k world' ... I had the same problem with vi, and the same SegFault ... by using -k, it bypasses the error, which allows it to get to the point that the newer vi is installed, which doesn't SegFault ... Thanks, I just started them all up with -k . I

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Matthew Jacob
Same with me. All the machines that I have running Current dumped core at the same place this morning. === share/termcap ex - /usr/src/share/termcap/termcap.src /usr/src/share/termcap/reorder /dev/null Segmentation fault - core dumped *** Error code 139 Stop in

RE: Core dumps on Current Make World this morning

2001-01-02 Thread Raymond Hicks
World this morning Same with me. All the machines that I have running Current dumped core at the same place this morning. === share/termcap ex - /usr/src/share/termcap/termcap.src /usr/src/share/termcap/reorder /dev/null Segmentation fault - core dumped *** Error code 139 Stop

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Warner Losh
In message [EMAIL PROTECTED] Matthew Jacob writes: : Same with me. This sounds like a job for Captain UPDATING: 20010101: ex and vi were broken by some changes to sys/queue.h. If you have a bad vi (and are getting core dumps when building termcap), you can work around

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Matthew Jacob
Ta-da! In message [EMAIL PROTECTED] Matthew Jacob writes: : Same with me. This sounds like a job for Captain UPDATING: 20010101: ex and vi were broken by some changes to sys/queue.h. If you have a bad vi (and are getting core dumps when building termcap), you can

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Matt Dillon
:Ta-da! : : : In message [EMAIL PROTECTED] Matthew Jacob :writes: : : Same with me. : : This sounds like a job for Captain UPDATING: : : 20010101: : ex and vi were broken by some changes to sys/queue.h. If : you have a bad vi (and are getting core dumps when building :

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Matthew Jacob
Why in (insert favorite deity)'s name does ex and vi depend on sys/queue.h ? Oh, christ, who knows? I just saw the new David Mamet film "State Main"... in one scene, Alec Baldwin has just crashed a stationwagon and flipped it, wiping out the only stoplight in this town. he

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Warner Losh
In message [EMAIL PROTECTED] Matt Dillon writes: : Why in (insert favorite deity)'s name does ex and vi depend on : sys/queue.h ? Because it does. :-) Lots of places in the userland tree use it. phk committed a fix to vi that broke vi, and that's the problem. Warner To Unsubscribe:

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Rodney W. Grimes
In message [EMAIL PROTECTED] Matthew Jacob writes: : Same with me. This sounds like a job for Captain UPDATING: Don't you just need to rebuild vi/ex? Ie would not: cd /usr/src/usr.bin/vi; make cleandir make obj make depend make all install fix the problem? Two

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Matt Dillon writes: :Ta-da! : : : In message [EMAIL PROTECTED] Matthew Jacob writes: : : Same with me. : : This sounds like a job for Captain UPDATING: : : 20010101: : ex and vi were broken by some changes to sys/queue.h. If : you have a bad vi (and are

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Warner Losh
In message [EMAIL PROTECTED] "Rodney W. Grimes" writes: : This sounds like a job for Captain UPDATING: : : Don't you just need to rebuild vi/ex? Ie would not: : cd /usr/src/usr.bin/vi; : make cleandir make obj make depend make all install : fix the problem? : : Two buildworlds

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], "Rodney W. Grimes" writes : In message [EMAIL PROTECTED] Matthew Jacob writes: : Same with me. This sounds like a job for Captain UPDATING: Don't you just need to rebuild vi/ex? Ie would not: cd /usr/src/usr.bin/vi; make cleandir make obj make

Re: Core dumps on Current Make World this morning

2001-01-02 Thread Rodney W. Grimes
In message [EMAIL PROTECTED], "Rodney W. Grimes" writes : In message [EMAIL PROTECTED] Matthew Jacob writes: : Same with me. This sounds like a job for Captain UPDATING: Don't you just need to rebuild vi/ex? Ie would not: cd /usr/src/usr.bin/vi; make cleandir make obj

Make world this morning.

1999-11-16 Thread Edwin Culp
Just looking at the results of a make world from a cvsup at about 4:40 PST. ed /usr/obj/usr/src/tmp/usr/include/sys/ttydev.h:60: warning: `B115200' redefined /usr/obj/usr/src/tmp/usr/include/termios.h:227: warning: this is the location of the previous definition cc -nostdinc -O -pipe -DBSD

Re: Make world this morning.

1999-11-16 Thread Bill Fumerola
On Tue, 16 Nov 1999, Edwin Culp wrote: /usr/src/games/larn/monster.c: In function `hitm': /usr/src/games/larn/monster.c:856: syntax error before `amt' My first breakage of world, how neat. Thanks to Marcel for fixing what was the result of me having too many local copies of src/games on my

Make world this morning

1999-10-21 Thread Edwin Culp
I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libc/../libc/gen/getcwd.c -o

Re: Make world this morning

1999-10-21 Thread Julian Elischer
re-sup On Thu, 21 Oct 1999, Edwin Culp wrote: I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP

Re: Make world this morning

1999-10-21 Thread Edwin Culp
I'm in the process, thank you. ed Julian Elischer wrote: re-sup On Thu, 21 Oct 1999, Edwin Culp wrote: I just saw my log file from this mornings make world. ed cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE