From owner-freebsd-current Tue Oct 21 10:50:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA28394 for current-outgoing; Tue, 21 Oct 1997 10:50:21 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from oxmail4.ox.ac.uk (oxmail4.ox.ac.uk [163.1.2.33]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA28366 for ; Tue, 21 Oct 1997 10:50:06 -0700 (PDT) (envelope-from neil.long@materials.oxford.ac.uk) Received: from njl2.materials.ox.ac.uk by oxmail4 with SMTP (PP); Tue, 21 Oct 1997 18:49:57 +0100 Received: by njl2.materials.ox.ac.uk (950413.SGI.8.6.12/940406.SGI) for freebsd-current@freefall.FreeBSD.org id SAA08351; Tue, 21 Oct 1997 18:49:55 +0100 From: neil.long@materials.oxford.ac.uk (Neil J Long) Message-Id: <199710211749.SAA08351@njl2.materials.ox.ac.uk> Subject: 2.2.5 GENERIC kernel problem? X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: freebsd-current@freefall.freebsd.org Date: Tue, 21 Oct 1997 18:49:55 +0100 (BST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] Content-Type: text Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi I think I am at 2.2.5 (cvsupd 2_2_RELENG as of Oct 21) and I was building a GENERIC kernel to install on a machine I plan to installworld from 2.1.5 - user just left, I put it off too long...) Is there a tag for 2.2.5 for cvsup? Anyway, I did the usual cd /sys/i386/conf config GENERIC cd ../../compile/GENERIC 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 -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -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 -DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -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 /sys/compile/GENERIC yacc -d ../../dev/aic7xxx/aicasm_gram.y mv y.tab.c aicasm_gram.c cc -O -I. -c aicasm_gram.c lex -t ../../dev/aic7xxx/aicasm_scan.l > aicasm_scan.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. maybe I missed something and am betwixt and between ?? I have no problem with my usual kernel which has a lot of devices configured out. Neil