Subject: make build failure
To: None <current-users@netbsd.org>
From: DJ <slaktaren@chq.com>
List: current-users
Date: 11/15/2001 03:05:11
i'm constantly getting this same error every time i try make build...

i used cvs and got -current not long ago... maybe 2 weeks ago on a friday... anyway... i was experiencing a lock up problem... if i typed 'md5 &' as any user, it would just lock the system solid... so i figured i should re-cvs and get newer source to see if that fixes the problem... so i ran a cvs update... and it finished... then i did cd /usr/src and ran make build... it naturally runs make cleandir and gets all the way to a certain spot each time and dies... i changed nothing since the last make build.... (other than setting USE_NEW_TOOLCHAIN=no in /etc/mk.conf) ...

here are the contents of my /etc/mk.conf

OBJMACHINE=yes
MKOBJDIRS=yes
TOOLDIR=/usr/tools
USE_NEW_TOOLCHAIN=no

and the error i get is this...

--- SNIP ---
obj ===> regress/usr.bin/bzip2
obj ===> regress/usr.bin/m4
obj ===> regress/usr.bin/sort
(cd /usr/src && make  do-distrib-dirs)
(cd /usr/src/etc && make DESTDIR=/ distrib-dirs)
install  -d -o root -g wheel -m 755 /
mtree -def mtree/NetBSD.dist -p // -U 
missing: ./usr/local/bin (not created: File exists)
missing: ./usr/local/lib (not created: File exists)
missing: ./usr/local/libdata (not created: File exists)
missing: ./usr/local/libexec (not created: File exists)
missing: ./usr/local/man (not created: File exists)
missing: ./usr/local/man/cat1 (not created: File exists)
missing: ./usr/local/man/cat2 (not created: File exists)
missing: ./usr/local/man/cat3 (not created: File exists)
missing: ./usr/local/man/cat4 (not created: File exists)
missing: ./usr/local/man/cat5 (not created: File exists)
missing: ./usr/local/man/cat6 (not created: File exists)
missing: ./usr/local/man/cat7 (not created: File exists)
missing: ./usr/local/man/cat8 (not created: File exists)
missing: ./usr/local/man/cat9 (not created: File exists)
missing: ./usr/local/man/man1 (not created: File exists)
missing: ./usr/local/man/man2 (not created: File exists)
missing: ./usr/local/man/man3 (not created: File exists)
missing: ./usr/local/man/man4 (not created: File exists)
missing: ./usr/local/man/man5 (not created: File exists)
missing: ./usr/local/man/man6 (not created: File exists)
missing: ./usr/local/man/man7 (not created: File exists)
missing: ./usr/local/man/man8 (not created: File exists)
missing: ./usr/local/man/man9 (not created: File exists)
missing: ./usr/local/sbin (not created: File exists)
rm -f //sys
install  -l s -o root -g wheel -m 755  usr/src/sys //sys
install: usr/src/sys: No such file or directory
*** Error code 1

Stop.
make: stopped in /usr/src/etc
*** Error code 1

Stop.
make: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src