Re: Installing new world failed (install -l)

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Mon, 29 Apr 2013 10:19:41 +0400
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.
Received on Mon Apr 29 2013 - 04:19:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:37 UTC