I did the following and it worked for me:

        cd /usr/src
        make buildworld
        make installworld
        cd /usr/src/usr.bin/xinstall
        make install
        cd /usr/src
        make installworld

The first make installworld terminates with an errors, but the second on
goes through.  

I don't see any reason why the following wouldn't work as well:

        cd /usr/src
        make buildworld
        cd /usr/src/usr.bin/xinstall
        make install
        cd /usr/src
        make installworld

I just NFS mounted a completed buildworld on my laptop (which had a two
week old -current) and I am trying this as I type.  It is a slow
machine, so it might take a while.  I'll post an update when it
completes.

Jim Bloom
[EMAIL PROTECTED] 

Warner Losh wrote:
> 
> In message <[EMAIL PROTECTED]> Max Khon writes:
> : actually instructions are wrong.
> : you can't build xinstall before `make buildworld' now with old libc.
> 
> I've seen multiple, conflicting reports on this.  I've not personally
> hit this bug.  What's the exact sequence one must do?
> 
> Warner


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

Reply via email to