Hello:

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Frank Wissmann
> Sent: Tuesday, April 10, 2007 12:52 PM
> To: freebsd-questions@freebsd.org
> Subject: Error with "make buildworld"
> 
> Hello all!
> 
> I'm having serious trouble with getting my system up to date. I
> installed FreeBSD 6.2 as of January 13, 2007 and cvsup'ed it to the
> newest sources. When running "make buildworld" I got the error message
> which you can see below. This happened two or three times and always
> came the same error up. Though I'm not the greatest programmer I now
> seek help through the list. Are there any hints you can give?
> 
> Greetings
> 
> Frank

This is from 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

23.4.14.6. What do I do if something goes wrong?

Make absolutely sure your environment has no extraneous cruft from earlier 
builds. This is simple enough.

# chflags -R noschg /usr/obj/usr
# rm -rf /usr/obj/usr
# cd /usr/src
# make cleandir
# make cleandir
Yes, make cleandir really should be run twice.

Then restart the whole process, starting with make buildworld.

Mike
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to