Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 10:19:41 +0400
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        Eir Nym <eirnym@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Installing new world failed (install -l)
Message-ID:  <20130429061941.GF76816@glebius.int.ru>
In-Reply-To: <CAO8GK0ox-VHCoP9%2BJhc0twOPVFLAXwaOH-_onhs=m%2BrOwWDTNQ@mail.gmail.com>
References:  <CAO8GK0ox-VHCoP9%2BJhc0twOPVFLAXwaOH-_onhs=m%2BrOwWDTNQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote:
E> Since -l switch introduced into install(8), I can't build new FreeBSD
E> box at all.
E> 
E> I do following command set to build new box: (http://eroese.org/mkw.sh)
E> 1) cd /usr/head/src && svn up
E> 2) make buildworld
E> 3) make DESTDIR=/path/to/directory hierarchy distrib-dirs distribution
E> installworld
E> 
E> This worked for long time but after some point it had been broken. I
E> found only 20130425 in UPDATING about this, but installing mergemaster
E> gives nothing, obviously.
E> I can't compile new install(8) since I have old system like
E> FreeBSD-9-RELEASE (FreeBSD-CURRENT, r226748) and it doesn't have
E> needed functions.
E> 
E> The tail of install log is below.
E> 
E> .. (lines removed)
E> mtree -deU -f /usr/head/src/etc/mtree/BSD.sendmail.dist -p
E> /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/
E> ./var/spool/clientmqueue missing (created)
E> install -l s usr/src/sys /usr/home/root/logs/2013-04-28/16.18.03/distro.i386/sys
E> install: illegal option -- l
E> usage: install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
E>                [-o owner] file1 file2
E>        install [-bCcMpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
E>                [-o owner] file1 ... fileN directory
E>        install -d [-v] [-g group] [-m mode] [-o owner] directory ...
E> *** [distrib-dirs] Error code 64

I came to the following recipe when upgrading from a stale current to
a modern one. This workarounds problem with install(1) and failure of
clang bootstrap with old time.h in /usr/include.

cd usr.bin/xinstall
make && make install && make clean
cd -
make hierarchy
make includes

Now, make buildworld is possible.

-- 
Totus tuus, Glebius.



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