Subject: mount_union in rescue won't build ?
To: None <current-users@netbsd.org>
From: Martin Weber <Ephaeton@gmx.net>
List: current-users
Date: 03/22/2003 09:03:38
Hiyas,

I cvs updated tonight and did a build distribution. It failed after
several hours of torturing my machine in rescue/mount_union. Iirc,
there were some changes in mount_union across the last two weeks (when
I did my last build), might that be related ?

Info:

NetBSD phaeton.entropie.net 1.6P NetBSD 1.6P (FAETON) #0: Tue Mar 11 00:53:32 CET 2003  root@phaeton.entropie.net:/usr/obj/sys/arch/i386/compile/FAETON i386

build.sh call:

===> build.sh command: ./build.sh -D /usr/dest -T /usr/tools -O /usr/obj distribution

Failure:

if [ \! -d mount_union ]; then mkdir mount_union; fi; cd mount_union;  printf ".PATH: /usr/src/sbin/mount_union
\n.CURDIR:= /usr/src/sbin/mount_union\n.include \"\${.CURDIR}/Makefile\"\n"  | /usr/tools/bin/nbmake CRUNCHEDPR
OG=1 DBG="-Os" -f- depend mount_union.o getmntopts.o
CC=/usr/tools/bin/i386--netbsdelf-gcc /usr/tools/bin/nbmkdep -a  -I/usr/src/sys -I/usr/src/sbin/mount -nostdinc
 -isystem /usr/dest/usr/include  /usr/src/sbin/mount_union/mount_union.c /usr/src/sbin/mount/getmntopts.c
nbmake: don't know how to make /usr/src/sys/miscfs/union/union.h. Stop

nbmake: stopped in /usr/obj/rescue/mount_union
*** [mount_union_make] Error code 2
1 error

nbmake: stopped in /usr/obj/rescue
*** Error code 2 

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

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

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

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

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

Stop.
nbmake: stopped in /usr/src

ERROR: failed to make distribution
*** BUILD ABORTED ***

Resolve: How-to ?

Tia,

-Martin Weber