Subject: make distribution failed on i386
To: None <current-users@netbsd.org>
From: Kurt Schreiner <ks@ub.uni-mainz.de>
List: current-users
Date: 01/25/2006 12:58:52
Hi,

./build.sh -x -N 1 -u -j 3 -U -m i386 -O /u/NetBSD/arch/i386/obj -D /u/NetBSD
/arch/i386/dest -T /u/NetBSD/arch/i386/TOOLS distribution
failed in /u/NetBSD/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1:

[...]
dependall ===> sys/arch/i386/stand/bootxx/bootxx_ffsv1
depending the i386 library objects
depending the sa library objects
nbmake: nbmake: don't know how to make bootparam.c. Stop

Looking form bootparam.c in /usr/src/sys/lib/libsa yields - Nothing!!!
It's not there! Trying cvs update shows:

[ks@ipaddi-bsd:/u/NetBSD/src/sys/lib/libsa] 12:44 ttyp2                                             >-1131: cvs -z1 update -dP
cvs update: Updating .
cvs update: nothing known about bootparam.c
cvs update: nothing known about memmove.c
cvs update: nothing known about memset.c
cvs update: nothing known about write.c

I then rm -rf'ed src/sys/lib/libsa, cvs update'd in src/sys/lib which brought
back libsa but w/o the 4 files above...

What's going on there? 

Kurt