Subject: Problem building "netbsd-2" cvs extraction on 1.6
To: None <netbsd-help@netbsd.org>
From: Paul Newhouse <newhouse@rockhead.com>
List: netbsd-help
Date: 09/11/2005 07:19:36
iI recently installed 1.6 from the CD's.
I extracted the netbsd-2 tree using cvs.
I created a kernel conf file and attempted to use build.sh
to build a kernel.

   #    objdir  /usr/obj/tools
   ===> MACHINE:          i386
   ===> MACHINE_ARCH:     i386
   ===> TOOLDIR path:     /usr/src/tooldir.NetBSD-1.6-i386
   ===> DESTDIR path:     /usr/src/destdir.i386
   ===> RELEASEDIR path:  /usr/src/releasedir
   ===> Created /usr/src/tooldir.NetBSD-1.6-i386/bin/nbmake
   ===> makewrapper:      /usr/src/tooldir.NetBSD-1.6-i386/bin/nbmake-i386
   ===> Updated /usr/src/tooldir.NetBSD-1.6-i386/bin/nbmake-i386
   ===> Building kernel without building new tools
   #    objdir  /usr/obj/sys/arch/i386/compile
   ===> Building kernel:  Dell
   ===> Build directory:  /usr/src/sys/arch/i386/compile/obj/Dell
   rm -f a.out [Ee]rrs mklog core *.core .gdbinit 
   ./build.sh: /usr/src/tooldir.NetBSD-1.6-i386/bin/nbconfig: not found
   
   ERROR: nbconfig failed for Dell
   *** BUILD ABORTED ***
   dell# ls -l /usr/src/tooldir.NetBSD-1.6-i386/bin
   total 136
   -rwxr-xr-x  1 root  wheel  136654 Sep 10 23:43 nbmake
   -rwxr-xr-x  1 root  wheel     609 Sep 10 23:43 nbmake-i386
   dell# uname -a
   NetBSD dell.wan.vpn 1.6 NetBSD 1.6 (GENERIC) #0: Sun Sep  8 19:43:40 UTC 2002     autobuild@tgm.daemon.org:/autobuild/i386/OBJ/autobuild/src/sys/arch/i386/compile/GENERIC i386
   
Where did I go wrong??
   
TIA,
Paul