Date: Wed, 19 Feb 2014 17:33:59 +0100 From: Thomas Steen Rasmussen <thomas@gibfest.dk> To: freebsd-stable@freebsd.org Subject: Re: Problem with installworld on 10-stable r262131 Message-ID: <5304DCF7.5040101@gibfest.dk> In-Reply-To: <036EFF83-C953-48E7-88F7-2212C974AFFD@FreeBSD.org> References: <530338DD.8030601@gibfest.dk> <F5D9FFA2-6E7D-4281-A826-FBCF4489D308@FreeBSD.org> <53037123.6030102@gibfest.dk> <53049E0C.7090503@gibfest.dk> <036EFF83-C953-48E7-88F7-2212C974AFFD@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 19-02-2014 13:55, Dimitry Andric wrote:
> On 19 Feb 2014, at 13:05, Thomas Steen Rasmussen <thomas@gibfest.dk> wrote:
> ...
>> I've svn updated to r262193 and I did "make clean" before building world and
>> kernel again, installing kernel, rebooting, and running installworld again.
>>
>> I still get the same error:
> ...
>> mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var
>> empty: flags ("schg" is not "none"mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
> That 'empty: flags ("schg" is not "none")' message indicates there is
> some problem with the permissions under your /usr directory...
Thank you, that got me in the right direction.
The schg problem was actually under /var and was corrected by running:
mtree -dieu -f /usr/src/etc/mtree/BSD.var.dist -p /var
twice. I added -i to make it correct schg errors as described in mtree(8).
This didn't get me any further though, but it did make that message go away.
>
>> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include
>> mtree -deU -f /usr/src/etc/mtree/BSD.groff.dist -p /usr
>> mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
>> install -l s usr/src/sys /sys
>> cd /usr/share/man; for mandir in man*; do install -l s ../$mandir /usr/share/man/en.ISO8859-1/; install -l s ../$mandir /usr/share/man/en.UTF-8/; done
>> install: /usr/share/man/en.ISO8859-1//man1: Directory not empty
> ... and this causes trouble creating your man directories, or symlinks
> in those directories.
I got past this error by deleting all files under /usr/share/man
and /usr/share/openssl/man and when I ran installworld after this
it completed with no further problems.
Thank you for the help.
Best regards,
Thomas Steen Rasmussen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5304DCF7.5040101>
