Subject: Re: cant make current kernel
To: None <gelbard@ENGR.ORST.EDU>
From: None <Havard.Eidnes@runit.sintef.no>
List: port-hp300
Date: 08/29/1997 13:52:35
> 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
> [...]
> 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

Compile a new config and rerun it on your kernel configuration
before trying again.  Also make sure you have swapctl installed
(you may need a new libc for that), and your swap areas marked in
/etc/fstab, such as this:

/dev/sd0b none swap sw 0 0

Also make sure your rc scripts use swapctl and not swapon during
startup (most easily done by installing the new rc* scripts from
source and merge in your local changes, typically by adding them
to /etc/rc.local).

- H=E5vard