Subject: Re: 'make release' fails on XEN0
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 02/19/2006 13:25:26
On Sun, 2006-02-19 at 12:08 -0500, Steven M. Bellovin wrote:
> #    create  XEN0/subr_autoconf.d
> CC=/usr/BUILD/tools/bin/i386--netbsdelf-gcc /usr/BUILD/tools/bin/nbmkdep -f subr
> _autoconf.d --   -ffreestanding  -g -O2 -mcpu=i686 -march=i686 -Werror -Wall -Wn
> o-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-pro
> totypes -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-co
> mpare  -fno-zero-initialized-in-bss     -Di386 -I. -I/usr/BUILD/obj/sys/arch/i38
> 6/compile/XEN0/xen-ma -I/usr/src/sys/arch -I/usr/src/sys -nostdinc -DLKM -DDIAGN
> OSTIC -DDEBUG -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I/usr/src/sys/lib/libkern/.
> ./../../common/lib/libc/quad -I/usr/src/sys/lib/libkern/../../../common/lib/libc
> /string -I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/i386/string  -I
> /usr/src/sys/dist/ipf  /usr/src/sys/kern/subr_autoconf.c
> /usr/src/sys/kern/subr_autoconf.c:101:24: opt_splash.h: No such file or director
> y
> nbmkdep: compile failed.
> 
> This is the sort of thing I'd expect from a partial build or an out of 
> date toolchain, but the script I use deletes the directory tree where 
> I put such things before starting the build.

Please update sys/conf/files and sys/arch/i386/conf/files.i386 and try
again.

Jared