Subject: 1.2G compile problems.
To: NetBSD/VAX Mailing List <port-vax@NetBSD.ORG>
From: Brian D Chase <brianc@carpediem.com>
List: port-vax
Date: 06/17/1997 23:37:06
Anyone else run into the following:

---
cc  -O2 -Werror -I. -I../../../../arch -I../../../.. -nostdinc -DSWAPPAGER
-DVNODEPAGER -DDEVPAGER -DEXEC_AOUT -DEXEC_SCRIPT -DVAX410 -DFIFO
-DCOMPAT_12 -DKTRACE -DINET -DFFS -DNFS -DCD9660 -DMAXUSERS=8 -D_KERNEL
-D_VAX_INLINE_  -c vers.c
ld -Z -Ttext 80000000 -e _start -S -o netbsd ${SYSTEM_OBJ} vers.o
kern_subr.o: Undefined symbol `_dumpspec' referenced from text segment
kern_subr.o: Undefined symbol `_dumpspec' referenced from text segment
kern_subr.o: Undefined symbol `_dumpspec' referenced from text segment
*** Error code 1

Stop.
atari-vax#
---

The variable is used in /usr/src/sys/kern/kern_subr.c, and it's also
declared in /usr/src/sys/sys/systm.h, but it's defined nowhere.  The
reference to dumpspec doesn't exist at all in the source tree of the 
recent 1.2F kernel I'd been using.

I guess it's not a VAX specific problem, but I'd wondered if anyone else
has seen this yet?

(Oh yeah, sorry Oscar -- the kernel compile didn't complete :-)

-brian.
---------------------------------------------------------------------------
Brian D. Chase         Systems Coordinator        brian.chase@carpediem.com
-- Compression, Inc. - 13765 Alton Pkwy, Suite B - Irvine, CA 92618, USA --