Re: make installworld DESTDIR=foo troubles

2003-12-12 Thread Marco Molteni
Peter Edwards wrote [2003-12-12]: [..] > >>make installworld DESTDIR=$DESTDIR, or > >>env -i make installworld DESTDIR=$DESTDIR [..] > Try > env MAKEOBJDIRPREFIX=/usr/obj DESTDIR=$DESTDIR make installworld > > I suggested this before for a different problem, and it wasn't a > solution, but th

Re: make installworld DESTDIR=foo troubles

2003-12-12 Thread Peter Edwards
Marco Molteni wrote: Makoto Matsushita wrote [2003-12-12]: molter> what am I missing? It seems that you forget to set PATH environment variable. As you know, "env -i" does not pass any environment variable to child process if any other variables are explicitly set. Hi Makoto-san, if you

Re: make installworld DESTDIR=foo troubles

2003-12-11 Thread Marco Molteni
Makoto Matsushita wrote [2003-12-12]: > > molter> what am I missing? > > It seems that you forget to set PATH environment variable. As you > know, "env -i" does not pass any environment variable to child process > if any other variables are explicitly set. Hi Makoto-san, if you look at my prev

Re: make installworld DESTDIR=foo troubles

2003-12-11 Thread Makoto Matsushita
molter> what am I missing? It seems that you forget to set PATH environment variable. As you know, "env -i" does not pass any environment variable to child process if any other variables are explicitly set. -- - Makoto `MAR' Matsushita ___ [EMAIL PROT

make installworld DESTDIR=foo troubles

2003-12-11 Thread Marco Molteni
Hi all, I have a -stable box on which I would like to compile 4.9-release, and install the 4.9 world on a different partition (so to be able to boot from that partition too). I think I want to do something similar to a release or to a cross-build, but somehow the make installworld step fails. /