Subject: cant make current kernel
To: None <port-hp300@NetBSD.ORG>
From: Nathan Gelbard <gelbard@ENGR.ORST.EDU>
List: port-hp300
Date: 08/28/1997 19:01:04
Grabbed the 100mb (whoo) sys.tar.gz from ftp.netbsd.org today
to make myself a new kernel w/ ipfiltering in it. My
mahine is a hp433 running the current hp snapshot.

Here is what I get from make:

deepthought# make
making sure the fpsp is up to date...
`fpsp.o' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
making sure the compat library is up to date...
`libcompat.a' is up to date.
sh ../../../../conf/newvers.sh
cc -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DSWAPPAGER
-DVNODEPAGER -DDEVPAGER -DEXEC_AOUT -DEXEC_SCRIPT -DCOMPAT_43 -DCOMPAT_44
-DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_11 -DCOMPAT_12 -DSYSVSHM -DSYSVSEM
-DSYSVMSG -DKTRACE -DNKMEMCLUSTERS="0x400" -DLKM -DFFS -DCD9660 -DNFS -DUNION 
-DKERNFS -DFDESC -DPROCFS -DMFS -DFIFO -DQUOTA -DNFSSERVER -DINET
-DGATEWAY -DMROUTING -DTCP_COMPAT_42 -DPFIL_HOOKS -DFPSP
-DCOMPAT_NOLABEL -DUK_KEYBOARD -DSE_KEYBOARD -DCOMPAT_M68K4K -DDIAGNOSTIC
-DDDB -DDIOVERBOSE -DMAXUSERS=32 -D_KERNEL  -Dmc68020 -Dhp300 -DFPCOPROC
-c vers.c
ld -n -Ttext 0 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
../../../../kern/kern_subr.c:512: Undefined symbol `_dumpspec' referenced
from text segment
../../../../kern/kern_subr.c:646: Undefined symbol `_dumpspec' referenced
from text segment
../../../../kern/kern_subr.c:680: Undefined symbol `_dumpspec' referenced
from t
ext segment
*** Error code 1

Stop.

Wuzzup here?