Subject: Re: RC_5 fail to compile -current
To: Francisco Valladolid Hdez. <ficovh@bsdguy.net>
From: Juan RP <juan@xtrarom.org>
List: current-users
Date: 12/17/2005 11:01:51
On Fri, 16 Dec 2005 19:16:50 -0500 (EST)
"Francisco Valladolid Hdez." <ficovh@bsdguy.net> wrote:

> [/usr/src $] sudo ./build.sh -O ../obj -T ../tools -U -u tools
>       (tools work fine)

Why do you use sudo with -U? you don't need it, because
the distribution target will fix permissions via mtree(8).

> [/usr/src $]  sudo ./build.sh -O ../obj -T ../tools -U -u distribution
> 
> This line produce the error messages.

The "-u" flag will use previous contents in destdir and objdir, try
to build a distribution without this flag.

Good luck.