In message <[EMAIL PROTECTED]>, David writes:
>
>As the subject say's, i've tried 2 different "clean" cvsup's from 2 different 
>servers, clean as in, cleaned out obj, and /usr/src. Both times the 
>buildworld and buildkernel complete without any errors, but when doing 
>installworld, both install's fail at the same point.

You missed the real error messages, which are:

        ansidecl.h -> ansidecl.ph
        Can't open ansidecl.h: No such file or directory
        bfd.h -> bfd.ph
        Can't open bfd.h: No such file or directory

So you probably have dangling symlinks called "ansidecl.h" and
"bfd.h" in /usr/include. Removing them should fix the problem.

Ian

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

Reply via email to