Subject: Re: 1.4.2 kernel source?
To: Nathan Raymond <nate@portents.com>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 09/01/2000 08:06:46
On Fri, 1 Sep 2000, Nathan Raymond wrote:

> >You mean the 1.4.2 kernel source at
> >ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-1.4.2/source/sets/syssrc.tgz ?
> 
> Ahh, thanks.
> 
> Got, it, config'ed it, did a make depend, and then during the make it 
> fails with this:
> 
> ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> coda_psdev.o: Undefined symbol `_coda_printf_delay' referenced from 
> text segment
> coda_psdev.o: Undefined symbol `_coda_nc_initialized' referenced from 
> text segment

Did you by any chance comment out "options CODA" but not
"pseudo-device vcoda"?

If that's the case, it's still a bug in the config magic, that it
didn't catch you. You'll find though, that there's a lot of those, and
it's easy to make a kernel config that won't build.