Bug 19095

Summary: make buildworld on 3.4-stable (can't make boot/i386/kgzldr)
Product: Base System Reporter: th <th>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description th 2000-06-07 17:20:00 UTC
make buildworld stops at boot/i386/kgzldr.
it saids:

===> boot/i386/kgzldr
(cd /usr/src/sys/boot/i386/kgzldr; m4  -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/start.s) | as  -o start.o
cc -fno-builtin -O2 -DKZIP   -c /usr/src/sys/boot/i386/kgzldr/boot.c
make: don't know how to make /usr/include/sys/ucontext.h. Stop
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.

How-To-Repeat: 
cd /usr/src ; make buildworld 

or

cd /usr/sys/boot/i386/kgzldr ; make
Comment 1 nrahlstr freebsd_committer freebsd_triage 2000-06-28 01:39:20 UTC
State Changed
From-To: open->closed

kgzldr built fine for me on 3.x-stable.