Subject: userland build fails on i386
To: None <current-users@netbsd.org>
From: Louis Guillaume <lguillaume@berklee.edu>
List: current-users
Date: 03/26/2003 11:33:53
Hello - I'm very new to -current so please bear with me if I'm asking
trivial things.
I downloaded the entire tree from the cvs, as per the instructions on
the NetBSD site.
The kernel build was fine - I've re-booted and now "uname -r" returns
"1.6Q".
To update userland, I did a...
$ ./build.sh -U distribution
... all this with mk.conf like ...
$ cat /etc/mk.conf
DESTDIR=/usr/src/DESTDIR
OBJMACHINE=yes
MKOBJDIRS=yes
Here's the bottom of the build log...
(cd /usr/src/distrib/sets &&
/usr/src/tools/obj.i386/tools.NetBSD-1.6Q-i386/bin/nbmake checkflist)
DESTDIR=/usr/src/DESTDIR MACHINE=i386 MACHINE_ARCH=i386
MAKE=/usr/src/tools/obj.i386/tools.NetBSD-1.6Q-i386/bin/nbmake
MTREE=/usr/src/tools/obj.i386/tools.NetBSD-1.6Q-i386/bin/nbmtree
PAX=/usr/src/tools/obj.i386/tools.NetBSD-1.6Q-i386/bin/nbpax sh
/usr/src/distrib/sets/checkflist -M /usr/src/DESTDIR/METALOG
2499a2500
> ./usr/libdata/lint/llib-lmagic.ln
checkflist: flist inconsistencies found
checkflist: key to output:
< file is in flist but missing from DESTDIR
(file wasn't installed ?)
> file is in DESTDIR but missing from flist
(file is obsolete or flist is out of date ?)
*** Error code 1
Stop.
nbmake: stopped in /usr/src/distrib/sets
*** Error code 1
Stop.
nbmake: stopped in /usr/src
ERROR: failed to make distribution
*** BUILD ABORTED ***
Any idea what could be wrong?
Thanks very much,
Louis