buildkernel breakage from -stable - -current

2002-03-18 Thread M. Warner Losh
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/home/imp/FreeBSD/src/sys -I/home/imp/FreeBSD/src/sys/dev -I/home/imp/FreeBSD/src/sys/contrib/dev/acpica

Buildkernel Breakage?

2001-09-10 Thread Andrew . Hodgkins
Upgrading a 4.4-RC4 system to -CURRENT with sources cvsupped from this morning gives me the errors below. I read UPDATING and I don't think I missed anything (though I've been wrong before). Any suggestions? Thanks! --Andy uname -a: - FreeBSD stingray 4.4-RC FreeBSD 4.4-RC

make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
Since I first saw this, I've CVSupped a couple of times; most recent time ended at 11:32:39 hrs. PST (8 hrs. west of GMT/UTC) today. And I blew away /usr/obj completely (just in case anything was left lying about), and tried it with the GENERIC kernel (vs. my customized one); I'm not able to get

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill [EMAIL PROTECTED] writes: machine - /usr/src/sys/i386/include echo "#define INET 1" opt_inet.h touch opt_inet6.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/dev -I @/../include -I/usr/obj/usr/src/i386/usr/include

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread David Wolfskill
Date: Fri, 16 Mar 2001 16:22:35 -0800 From: Dima Dorfman [EMAIL PROTECTED] David Wolfskill [EMAIL PROTECTED] writes: ... === if_ef @ - /usr/src/sys machine - /usr/src/sys/i386/include echo "#define IPX 1" opt_ipx.h echo "#define INET 1" opt_inet.h echo " Try building make(1) manually,

Re: make buildkernel breakage in sys/modules/if_ef/../../net/if_ef.c??

2001-03-16 Thread Dima Dorfman
David Wolfskill [EMAIL PROTECTED] writes: So I'd have thought that the "make buildkernel" process should have been using the freshly-made "make" over in /usr/obj -- or am I confused (again)? buildkernel tries to use all the newly-built binaries. I think make is an exception, though. The

buildkernel breakage on Today's kernel

2000-10-20 Thread Makoto MATSUSHITA
../../dev/bktr/bktr_os.c: In function `bktr_detach': ../../dev/bktr/bktr_os.c:484: `unit' undeclared (first use in this function) ../../dev/bktr/bktr_os.c:484: (Each undeclared identifier is reported only once ../../dev/bktr/bktr_os.c:484: for each function it appears in.) More logfile: