Bug 20086

Summary: The procedure in UPDATING misses install of libc.so.4
Product: Base System Reporter: xaa <xaa>
Component: kernAssignee: Warner Losh <imp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-RELEASE   
Hardware: Any   
OS: Any   

Description xaa 2000-07-21 15:10:05 UTC
	Trying to upgrade to 4.1-RC following the UPDATING file failed on
	one small part: I had to 'make install' in /usr/src/lib/libc in order
	to be able to use install-info in the 'make installworld'

Fix: 

Add it to the list of actions
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-07-21 15:44:15 UTC
Responsible Changed
From-To: freebsd-bugs->imp

Warner is the keeper of UPDATING.
Comment 2 Gregory Bond 2000-07-24 02:18:48 UTC
> 	Trying to upgrade to 4.1-RC following the UPDATING file failed on
> 	one small part: I had to 'make install' in /usr/src/lib/libc in order
> 	to be able to use install-info in the 'make installworld'

If you check in UPDATING, in the section under "upgrading from 3.x to 4
-stable", under footnote [5], it shows the workaround for this already.

(Actually, AFAICT this workaround will always be needed so perhaps should be 
promoted from footnote to the main sequence of steps.)
Comment 3 Warner Losh freebsd_committer freebsd_triage 2000-11-06 19:44:27 UTC
State Changed
From-To: open->closed

I fixed this a while ago.