Problem with buildworld after install - amd64/RELENG_6_2

Fabian Wenk fabian at wenks.ch
Tue Dec 4 11:28:05 PST 2007


Hello Radek

Bc. Radek Krejca wrote:
>  I installed 2 servers last week without problems (but it was p8
>  version). But today I have installed clean system 6.2, I have made
>  cvsup and then make buildworld. Here is result:

Probably cvsup (better use csup, its in the base since 6.2, so you 
don't need the cvsup port any more) did not update properly or got 
disconnected during the process, rerun it again.

To be sure to have a clean build environment run the following 
commands as root:

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 and then run 'make 
buildworld' again.

The above information are from "23.4.14.6. What do I do if 
something goes wrong?" [1] out of the "23.4 Rebuilding “world”" 
[2] part of the FreeBSD Handbook.

   [1] 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html#Q23.4.14.6.
   [2] 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html


bye
Fabian


More information about the freebsd-amd64 mailing list