Subject: Building current fails
To: None <netbsd-help@netbsd.org>
From: Martin Schmitz <martin-schmitz@web.de>
List: netbsd-help
Date: 10/11/2003 16:54:04
Hi,

yesterday I tried to build current from within a clean stable
1.6.1-source-tree. I did the following:

,----
| cd /usr
| make cleandir
| cvs -z9 -q update -dPA
| ./build.sh -O /usr/obj -T /usr/tools -D /usr/dst obj tools kernel=GENERIC
| reboot
| ...
| cd /usr
| ./build.sh -O /usr/obj -T /usr/tools -D /usr/dst distribution
`----

The build of distribution failed after compiling the whole thing (and
installing it in /usr/dst) with the message:

,----
| *** Failed target:  checkflist
| *** Failed command: DESTDIR=/usr/dst MACHINE=i386 MACHINE_ARCH=i386 \
|     CKSUM=/usr/tools/bin/nbcksum MAKE=/usr/tools/bin/nbmake \
|     MTREE=/usr/tools/bin/nbmtree MKTEMP=/usr/tools/bin/nbmktemp \
|     PAX=/usr/tools/bin/nbpax sh /usr/src/distrib/sets/checkflist
| *** Error code 1
| 
| Stop.
| nbmake: stopped in /usr/src/distrib/sets
| 
| *** Failed target:  distribution
| *** Failed command: (cd /usr/src/distrib/sets && /usr/tools/bin/nbmake checkflist)
| *** Error code 1
`----

Does anyone have an idea to help me build my new userland?
Or does anyone can just tell me a recent date where building of current
worked? Then maybe I could checkout the source from this date...?

TIA,
Martin