Subject: build.sh release fails (?flist version skew?)
To: None <current-users@netbsd.org>
From: Chavdar Ivanov <ci@spidersweb.co.uk>
List: current-users
Date: 06/23/2004 12:02:54
...................................................
--- check_RELEASEDIR ---
--- maketarsetup ---
# execute checkflist
/d/netbsd-builds/2_0/i386/tools/bin/nbmake checkflist
cd /usr/src/distrib/sets && DESTDIR=/d/netbsd-builds/2_0/i386/destdir
MACHINE=i386 MACHINE_ARCH=i386
CKSUM=/d/netbsd-builds/2_0/i386/tools/bin/nbcksum
MAKE=/d/netbsd-builds/2_0/i386/tools/bin/nbmake
MTREE=/d/netbsd-builds/2_0/i386/tools/bin/nbmtree
MKTEMP=/d/netbsd-builds/2_0/i386/tools/bin/nbmktemp
PAX=/d/netbsd-builds/2_0/i386/tools/bin/nbpax HOST_SH=sh sh ./checkflist
-b -M /d/netbsd-builds/2_0/i386/destdir/METALOG
./usr/share/man/cat1/kgetcred.0.gz
./usr/share/man/man1/kgetcred.1.gz
========= end of 2 extra files ===========
*** [maketarsetup] Error code 1
1 error
nbmake: stopped in /usr/src/distrib/sets
*** Failed target: release
*** Failed command: _makedirtarget() {
dir="$1"; shift; target="$1"; shift; case "${dir}" in
/*) this="${dir}/"; real="${dir}" ;; .) this="etc/"; real="/usr/src/etc" ;; *) this="etc/${dir}/"; real="/usr/src/etc/${dir}" ;; esac; show=${this:-.}; echo
"${target} ===> ${show%/}${1:+ (with: $@)}"; cd "${real}" &&
/d/netbsd-builds/2_0/i386/tools/bin/nbmake
_THISDIR_="${this}" "$@" ${target}; }; _makedirtarget
/usr/src/distrib/sets sets
*** Error code 2
Stop.
nbmake: stopped in /usr/src/etc
*** [release] Error code 1
nbmake: stopped in /usr/src
### Release build done at Wed Jun 23 10:02:34 BST 2004
### All done at Wed Jun 23 10:02:34 BST 2004
....................................................................
This is not the first time I have had this with the same two files on
different machines, so it is unlikely it is a simple version
skew. (Although I am probably wrong...)
Any ideas?