Bug 28035

Summary: make buildworld fails on 4.2-RELEASE -> RELENG_4
Product: Base System Reporter: pmarquis <pmarquis>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description pmarquis 2001-06-11 15:40:03 UTC
After upgrading my sources from 4.2-RELEASE to STABLE (as 6/11/2001), make buildworld fails building src/lib/libcrypt/property.o with a undefined symbols (PROPERTY_MAX_NAME, PROPERTY_MAX_VALUE).

Fix: Patch src/lib/libcrypt/Makefile as follows:

cvs diff src/lib/libcrypt/Makefile
How-To-Repeat: - Install 4.2-RELEASE
- CVSup or AnonCVS to STABLE
- run "make buildworld"
Comment 1 ru freebsd_committer freebsd_triage 2001-06-11 17:15:27 UTC
State Changed
From-To: open->closed

Proper set of header files is installed during `buildworld' 
into ${WORLDTMP} (/usr/obj/usr/src/i386/usr/include).