Bug 17672

Summary: compile_et fails in kerberosIV
Product: Base System Reporter: Jacob Bohn Lorensen <jacob.lorensen>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   

Description Jacob Bohn Lorensen 2000-03-29 23:20:00 UTC
The build of kerberosIV is dependent on the version of com_err
(compile_et) installed in the system (/usr/bin). It probably should
use a version built from the one in the source tree.

During make buildworld, in kerberosIV, the version of compile_et used
to build the error table is taken from /usr/bin. Thus it is not up to
date.

Fix: 

Make and install the upgraded compile_et before make buildworld, or
make buildworld without crypto sources first.
How-To-Repeat: 
On a 3.4-stable system, cvsup RELENG_4, including cvs-crypto. cd
/usr/src and make buildworld.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-03-30 12:50:56 UTC
State Changed
From-To: open->closed

Your How-To-Repeat is flawed.  Please read RELENG_4's src/UPDATING.