On Sat, Feb 05, 2000 at 09:51:25AM -0500, John Baldwin wrote:
> 
> On 04-Feb-00 Ruslan Ermilov wrote:
> > Could you please provide then *right* instructions for UPDATING?
> 
> David O`Brien's are probably the easiest:
> 
> If installworld breaks, then do this:
> 
> make -k installworld
> make installworld
> 
Argh, why don't you listening me?  With the new (fixed) bsd.lib.mk,
`make installworld' (whether make(1) is invoked with -k or not) will
not install new libc.so.4.  The second installworld will fail on
trying to -fschg install libscrypt.so.2.
The easiest thing is to:

IF AND ONLY IF installworld fails:
        make -k -DNOFSCHG installworld
        make installworld

In fact, -k is not required, without -k installworld will fail again
on `install -c -s -o root -g wheel -m 4555  -fschg rcp /bin', but the
new libc.so.4 will already be in /usr/lib), and the second install
world will complete successfully.

This is my last message on xinstall topic!  I'm shutting up...

-- 
Ruslan Ermilov          Sysadmin and DBA of the
[EMAIL PROTECTED]        United Commercial Bank,
[EMAIL PROTECTED]          FreeBSD committer,
+380.652.247.647        Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to