Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Dec 2007 20:27:54 +0100
From:      Fabian Wenk <fabian@wenks.ch>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Problem with buildworld after install - amd64/RELENG_6_2
Message-ID:  <4755AA3A.60409@wenks.ch>
In-Reply-To: <842852359.20071204003448@starnet.cz>
References:  <842852359.20071204003448@starnet.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4755AA3A.60409>