In message <[EMAIL PROTECTED]>, Daniel Flickinger writes:

>    Do you have a complete live tree somewhere I could
>    'fetch' or ftp? Since the errors have been continuing
>    for a week, it looks like I either walk forward from
>    17 Sep again, or....

It would help here if you told us what the error you get is.

I could suspect that you got cought by the "sort +" thing.

If 
        date | sort +0
gives you an error message, try this:
        cd /usr/src
        make installincludes
        cd usr.bin/sort
        make obj
        make depend
        make all install

and see if buildworld works then...

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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

Reply via email to