Date: Sun, 26 Oct 1997 09:40:55 +0000 (GMT) From: Andrew Wilson <andrew@aaaaaaaa.demon.co.uk> To: stable@freebsd.org Cc: Home <Andrew.Wilson@cs.cf.ac.uk> Subject: Kernel 'make depend' fails on todays CVSUP... Message-ID: <199710260940.JAA00397@aaaaaaaa.demon.co.uk>
next in thread | raw e-mail | index | archive | help
Hi, I cvsup'd to the latest release yesterday, ran 'make world' and then build a new kernel using a working customised configuration. 'make depend' reports some weirdness in .../dev/aic7xxx/aicasm_scan.l: --- cut here --- 5> make clean rm -f *.o *.s eddep errs genassym kernel linterrs makelinks param.c symbols.exclude symbols.sort tags vers.c vnode_if.c vnode_if.h aicasm aic7xxx_seq.h aic7xxx_reg.h linux_genassym linux_assym.h 6> make depend cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_43 -DFFS -DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DCOMPAT_43 -DFFS -DINET -DKERNEL -DMAXUSERS=10 genassym.o -o genassym ./genassym >assym.s rm -f param.c cp ../../conf/param.c . sh ../../kern/vnode_if.sh ../../kern/vnode_if.src make -f ../../dev/aic7xxx/Makefile MAKESRCPATH=../../dev/aic7xxx Warning: Object directory not changed from original /usr/src/sys/compile/AAAAAAAA cc -O -I. -c aicasm_gram.c cc -O -I. -c aicasm_scan.c ../../dev/aic7xxx/aicasm_scan.l: In function `yylex': ../../dev/aic7xxx/aicasm_scan.l:68: `T_DOWNLOAD' undeclared (first use this function) ../../dev/aic7xxx/aicasm_scan.l:68: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm_scan.l:68: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. 7> --- cut here --- Any ideas? Cheers, Ay. Andrew.Wilson@cm.cf.ac.uk http://www.cm.cf.ac.uk/User/Andrew.Wilson/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710260940.JAA00397>