Subject: Re: prop_array.c:39:29: prop/prop_array.h: No such file or directory
To: Jason Thorpe <thorpej@shagadelic.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 05/01/2006 18:55:38
On Thu, Apr 27, 2006 at 08:28:03PM -0700, Jason Thorpe wrote:
>=20
> On Apr 27, 2006, at 5:15 PM, Tom Spindler wrote:
>=20
> >I had committed an apparently 'incorrect' change to make the tree
> >compile again, but thorpej backed it out.
>=20
> Yes, it was incorrect.  A couple of files slipped through my commit, =20
> that's all.  I did a release build before checking it in.

Hmm, I still can't build in src/sys/arch/i386/stand/bootxx/lib/kern:

#    create  kern/prop_array.d
mkdep -f prop_array.d --     -I/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1=
/../../../../..//lib/libkern/arch/i386 -DBOOTXX -I /src/sys/arch/i386/stand=
/bootxx/bootxx_ffsv1/../../lib -I /usr/obj/src/sys/arch/i386/stand/bootxx/b=
ootxx_ffsv1 -DBOOTXX_SECTORS=3D15 -DPRIMARY_LOAD_ADDRESS=3D0x600 -DSECONDAR=
Y_LOAD_ADDRESS=3D0x10000 -DXXfs_open=3Dffsv1_open -DXXfs_close=3Dffsv1_clos=
e -DXXfs_read=3Dffsv1_read -DXXfs_stat=3Dffsv1_stat -DFS=3Dffsv1 -DNO_LBA_C=
HECK -nostdinc -D_STANDALONE -I/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1=
/../../../../../ -DLIBSA_SINGLE_FILESYSTEM=3Dxxfs -DLIBSA_NO_TWIDDLE -DLIBS=
A_NO_FD_CHECKING -DLIBSA_NO_RAW_ACCESS -DLIBSA_NO_FS_WRITE -DLIBSA_NO_FS_SE=
EK -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET -DLIBSA_SINGLE_DEVICE=3Dblkdev -DL=
IBKERN_OPTIMISE_SPACE -D"blkdevioctl(x,y,z)=3DEINVAL" -D"blkdevclose(f)=3D0=
" -D"devopen(f,n,fl)=3D(*(fl)=3D(void *)n,0)" -DLIBSA_NO_DISKLABEL_MSGS -I/=
src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/../../../../..//lib/libkern/../=
../../common/lib/libc/quad -I/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/.=
./../../../..//lib/libkern/../../../common/lib/libc/string -I/src/sys/arch/=
i386/stand/bootxx/bootxx_ffsv1/../../../../..//lib/libkern/../../../common/=
lib/libc/arch/i386/string  -I/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/.=
./../../../..//lib/libkern/../../../common/lib/libc/quad -I/src/sys/arch/i3=
86/stand/bootxx/bootxx_ffsv1/../../../../..//lib/libkern/../../../common/li=
b/libc/string -I/src/sys/arch/i386/stand/bootxx/bootxx_ffsv1/../../../../..=
//lib/libkern/../../../common/lib/libc/arch/i386/string     /src/sys/arch/i=
386/stand/bootxx/bootxx_ffsv1/../../../../..//lib/libkern/../../../common/l=
ib/libprop/prop_array.c
/src/common/lib/libprop/prop_array.c:39:29: prop/prop_array.h: No such file=
 or directory
mkdep: compile failed.
*** Error code 1

Stop.
make: stopped in /usr/obj/src/sys/arch/i386/stand/bootxx/lib/kern

Bernd