Bug 29653

Summary: buildworld fails at libncurses
Product: Base System Reporter: Uvendran Naidoo <naidoou>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description Uvendran Naidoo 2001-08-13 02:00:28 UTC
make buildworld on latest releng_4_3 cvs (cvsup2.za.FreeBSD.org) sources fails with :
/usr/src/lib/libncurses/termcap.c

comp_captab.c:1511: missing white space after number `2'
comp_captab.c:3016: missing white space after number `2'
mkdep: compile failed
*** Error code 1
Stop in /usr/src/lib/libncurses.
*** Error code 1

How-To-Repeat: cvsup from cvsup2.za.freebsd.org
make buildworld
error as stated
Comment 1 dd freebsd_committer freebsd_triage 2001-08-13 02:49:04 UTC
State Changed
From-To: open->closed

As a rule of thumb, if the release branch doesn't build for you, you 
did something wrong.  We've only had one branch, but it has never been 
broken (yet?).  This is esp. true in this case since ncurses wasn't touched.