Re: Installing new world failed (install -l)

2013-05-05 Thread Eir Nym
Hack INSTALL=/usr/obj/${TARGET}.${TARGET_ARCH}${SRC_PATH}/tmp/legacy/usr/bin/install is working, but this conversation will become PR. -- Eir Nym On 30 April 2013 23:13, Brooks Davis wrote: > On Tue, Apr 30, 2013 at 10:17:09PM +0400, Eir Nym wrote: >> -- Eir Nym >> >> >> On 29 April 2013 19:25

Re: Installing new world failed (install -l)

2013-04-30 Thread Brooks Davis
On Tue, Apr 30, 2013 at 10:17:09PM +0400, Eir Nym wrote: > -- Eir Nym > > > On 29 April 2013 19:25, Brooks Davis wrote: > > On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: > >> Since -l switch introduced into install(8), I can't build new FreeBSD > >> box at all. > >> > >> I do followin

Re: Installing new world failed (install -l)

2013-04-30 Thread Eir Nym
-- Eir Nym On 29 April 2013 19:25, Brooks Davis wrote: > On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: >> Since -l switch introduced into install(8), I can't build new FreeBSD >> box at all. >> >> I do following command set to build new box: (http://eroese.org/mkw.sh) >> 1) cd /usr/he

Re: Installing new world failed (install -l)

2013-04-29 Thread Brooks Davis
On Sun, Apr 28, 2013 at 11:36:20PM +0400, Eir Nym wrote: > Since -l switch introduced into install(8), I can't build new FreeBSD > box at all. > > I do following command set to build new box: (http://eroese.org/mkw.sh) > 1) cd /usr/head/src && svn up > 2) make buildworld > 3) make DESTDIR=/path/to

Re: Installing new world failed (install -l)

2013-04-29 Thread Eir Nym
On 29 April 2013 12:42, Gleb Smirnoff wrote: > On Mon, Apr 29, 2013 at 12:39:06PM +0400, Eir Nym wrote: > E> > I came to the following recipe when upgrading from a stale current to > E> > a modern one. This workarounds problem with install(1) and failure of > E> > clang bootstrap with old time.h i

Re: Installing new world failed (install -l)

2013-04-29 Thread Gleb Smirnoff
On Mon, Apr 29, 2013 at 12:39:06PM +0400, Eir Nym wrote: E> > I came to the following recipe when upgrading from a stale current to E> > a modern one. This workarounds problem with install(1) and failure of E> > clang bootstrap with old time.h in /usr/include. E> > E> > cd usr.bin/xinstall E> > mak

Re: Installing new world failed (install -l)

2013-04-29 Thread Eir Nym
On 29 April 2013 10:19, Gleb Smirnoff wrote: > 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

Re: Installing new world failed (install -l)

2013-04-28 Thread Gleb Smirnoff
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=/

Re: Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
What should I do in this situation? -- Eir Nym On 28 April 2013 23:36, Eir Nym wrote: > Since -l switch introduced into install(8), I can't build new FreeBSD > box at all. > > I do following command set to build new box: (http://eroese.org/mkw.sh) > 1) cd /usr/head/src && svn up > 2) make build

Installing new world failed (install -l)

2013-04-28 Thread Eir Nym
Since -l switch introduced into install(8), I can't build new FreeBSD box at all. I do following command set to build new box: (http://eroese.org/mkw.sh) 1) cd /usr/head/src && svn up 2) make buildworld 3) make DESTDIR=/path/to/directory hierarchy distrib-dirs distribution installworld This worke