Subject: make build fails on i386.../usr/src/sys/arch/i386/stand
To: None <current-users@netbsd.org>
From: mel kravitz <melk@switchpwr.com>
List: current-users
Date: 05/28/2000 16:32:02
This is a multi-part message in MIME format.
--------------874645295BCDF5F960B293C6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Any reason why 'make build' fails at :
In  file included from
/usr/src/sys/arch/i386/stand/biosboot/machine/cpu.h:56,
from /usr/src/sys/arch/i386/stand/lib/bootinfo_biosgeom.c:37
/usr/src/sys/arch/i386/stand/biosboot/../../../../sys/sched.h:121: field
'spc_runtime' has incomplete type
make build from tar-balls  5/27/00.
-mel

--------------874645295BCDF5F960B293C6
Content-Type: text/plain; charset=us-ascii;
 name="make.1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="make.1"

all ===> biosboot
rm -f machine
ln -s /usr/src/sys/arch/i386/stand/biosboot/../../../..//arch/i386/include machine
making sure the sa library is up to date...
`libsa.a' is up to date.
making sure the z library is up to date...
`libz.a' is up to date.
making sure the kern library is up to date...
`libkern.a' is up to date.
making sure the i386 library is up to date...
cc -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main  -Werror  -I/usr/src/sys/arch/i386/stand/lib/../../../..//lib/libsa -DCOMPAT_OLDBOOT -DCOMPAT_386BSD_MBRPART -DSUPPORT_SERIAL=CONSDEV_PC -DDIRECT_SERIAL -DSUPPORT_USTARFS -DPASS_BIOSGEOM -nostdinc -I/usr/src/sys/arch/i386/stand/biosboot -I/usr/src/sys/arch/i386/stand/biosboot/../../../../ -I/usr/src/sys/arch/i386/stand/biosboot/../../../..//arch/i386/stand/lib -I/usr/src/sys/arch/i386/stand/biosboot/../../../..//lib/libsa -D_STANDALONE  -c /usr/src/sys/arch/i386/stand/lib/bootinfo_biosgeom.c
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

--------------874645295BCDF5F960B293C6--