buildworld Problems at NTP

2001-01-05 Thread Crist J. Clark
I am having a really weird problem trying to buildworld on a CURRENT box. The build starts just fine and gets though the first three steps. When it gets to building everything, it plows right along until it hits usr.sbin/ntp/ntpd, === usr.sbin/ntp/libparse cc -O -pipe

Re: buildworld Problems at NTP

2001-01-05 Thread John Indra
On Fri, Jan 05, 2001 at 12:37:43AM -0800, Crist J. Clark wrote: I'd really like to get this working so I can play with some kernel mods I made last week. Any ideas? I've just finished building world and kernel with recent -CURRENT. Didn't encounter any problem though. % uname -a FreeBSD

Re: buildworld Problems at NTP

2001-01-05 Thread David Malone
On Fri, Jan 05, 2001 at 12:37:43AM -0800, Crist J. Clark wrote: What is happening is that the system is killing off the make process because it starts to swell up so much it consumes all swap. Here is the dmesg, Were any bits of the compiler killed off? A new test snapshot of gcc was

Re: buildworld Problems at NTP

2001-01-05 Thread Mark Murray
On Fri, Jan 05, 2001 at 12:37:43AM -0800, Crist J. Clark wrote: What is happening is that the system is killing off the make process because it starts to swell up so much it consumes all swap. Here is the dmesg, Were any bits of the compiler killed off? A new test snapshot of gcc was

Re: buildworld Problems at NTP

2001-01-05 Thread Dima Dorfman
Any more ideas what to try here? I'm sure you already thought of this, but have you made sure that you aren't running any memory-hogging applications? I just compiled all the ntp programs on my laptop which is a Pentium 75 with 24MB of memory and 64MB of swap (I didn't do an entire buildworld;

Re: buildworld Problems at NTP

2001-01-05 Thread Crist J. Clark
On Fri, Jan 05, 2001 at 03:54:20PM -0800, Dima Dorfman wrote: Any more ideas what to try here? I'm sure you already thought of this, but have you made sure that you aren't running any memory-hogging applications? I just compiled all the ntp programs on my laptop which is a Pentium 75 with

Re: buildworld Problems at NTP

2001-01-05 Thread Mark Murray
There was a make(1) problem a couple of weeks back. Resup, make-and-install make(1), and you should be OK. Dunno why, but ntp(d) tickled the bug. To be safe, I nuked the /usr/src/usr.bin/make tree and re-cvsup'ed so I'd checkout new-car-smell-fresh copies. I killed the /usr/obj tree