Re: buildkernel target breaks on pcivar.h

2000-12-15 Thread Crist J. Clark
On Fri, Dec 15, 2000 at 11:01:48AM +0200, Sheldon Hearn wrote: On Thu, 14 Dec 2000 14:28:34 PST, "Crist J. Clark" wrote: Anyone else have one of those? And what makes me even more suspicious is I have that exact same .depend file (same name, not same contents) in my STABLE tree. It's

Re: buildkernel target breaks on pcivar.h

2000-12-15 Thread Warner Losh
In message [EMAIL PROTECTED] Sheldon Hearn writes: : Correct me if I'm wrong, but I should _never_ have any .depend files : lying around during a build if I do this before every world + kernel : build: : rm -rf /usr/obj/usr/src : cd /usr/src : make cleandir : If I'm wrong,

Re: buildkernel target breaks on pcivar.h

2000-12-14 Thread Sheldon Hearn
On Wed, 13 Dec 2000 23:19:36 PST, "Crist J. Clark" wrote: I had this problem this weekend. There was a rogue '.depend' file in my _source_ tree. I thought that I had messed something up. Maybe it got there some other way. I think I fixed it with a 'make clean' in the source tree. Ha!

Re: buildkernel target breaks on pcivar.h

2000-12-14 Thread David O'Brien
On Wed, Dec 13, 2000 at 11:17:54PM -0800, Crist J. Clark wrote: I had that problem too when I was building this weekend. IIRC there was a rogue '.depend' file in the _source_ tree. Do a 'make clean' of the source tree and see if that helps. `make cleandir' is a better target to use when

Re: buildkernel target breaks on pcivar.h

2000-12-14 Thread Crist J. Clark
On Thu, Dec 14, 2000 at 11:18:31AM +0200, Sheldon Hearn wrote: On Wed, 13 Dec 2000 23:19:36 PST, "Crist J. Clark" wrote: I had this problem this weekend. There was a rogue '.depend' file in my _source_ tree. I thought that I had messed something up. Maybe it got there some other way.

Re: buildkernel target breaks on pcivar.h

2000-12-13 Thread Sheldon Hearn
On Tue, 12 Dec 2000 11:10:43 MST, Warner Losh wrote: I just tried it here and it seemed to work... I also built a kernel last night too. Given that I've had one "works here" and no "I see it too", it's probably safe to assume that I'm doing something stupid. Thanks, Sheldon. To

Re: buildkernel target breaks on pcivar.h

2000-12-13 Thread Yann Berthier
On Wed, 13 Dec 2000, Sheldon Hearn wrote: On Tue, 12 Dec 2000 11:10:43 MST, Warner Losh wrote: I just tried it here and it seemed to work... I also built a kernel last night too. Given that I've had one "works here" and no "I see it too", it's probably safe to assume that I'm

Re: buildkernel target breaks on pcivar.h

2000-12-13 Thread Crist J. Clark
On Wed, Dec 13, 2000 at 10:52:10AM +0100, Yann Berthier wrote: On Wed, 13 Dec 2000, Sheldon Hearn wrote: On Tue, 12 Dec 2000 11:10:43 MST, Warner Losh wrote: I just tried it here and it seemed to work... I also built a kernel last night too. Given that I've had one

buildkernel target breaks on pcivar.h

2000-12-12 Thread Sheldon Hearn
Hi folks, Anyone else seeing this for the last two days in the buildkernel target? [...] linking kernel.debug textdata bss dec hex filename 1250813 122716 112824 1486353 16ae11 kernel.debug objcopy --strip-debug kernel.debug kernel cd /usr/src/sys/modules ; env

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Alfred Perlstein
* Sheldon Hearn [EMAIL PROTECTED] [001212 03:32] wrote: Hi folks, Anyone else seeing this for the last two days in the buildkernel target? I see annoying breakage when compiling with -j, are you using it? -- -Alfred Perlstein - [[EMAIL PROTECTED]|[EMAIL PROTECTED]] "I have the heart of a

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Sheldon Hearn
On Tue, 12 Dec 2000 03:48:58 PST, Alfred Perlstein wrote: Anyone else seeing this for the last two days in the buildkernel target? I see annoying breakage when compiling with -j, are you using it? No sir. Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Warner Losh
In message [EMAIL PROTECTED] Sheldon Hearn writes: : Anyone else seeing this for the last two days in the buildkernel target? : : I see annoying breakage when compiling with -j, are you using it? : : No sir. Mike did move this file recently... Maybe we need some hacks for it. Warner To

Re: buildkernel target breaks on pcivar.h

2000-12-12 Thread Warner Losh
Warner Losh writes: : In message [EMAIL PROTECTED] Sheldon Hearn writes: : : Anyone else seeing this for the last two days in the buildkernel target? : : : : I see annoying breakage when compiling with -j, are you using it? : : : : No sir. : : Mike did move this file recently...