Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2003 16:48:02 +0100
From:      Marco Molteni <molter@tin.it>
To:        Makoto Matsushita <matusita@jp.FreeBSD.org>
Cc:        hackers@FreeBSD.org
Subject:   Re: make installworld DESTDIR=foo troubles
Message-ID:  <20031211154802.GA52388@cobweb.example.org>
In-Reply-To: <20031212001941A.matusita@jp.FreeBSD.org>
References:  <20031211143758.GA48808@cobweb.example.org> <20031212001941A.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 previous email:

> make installworld DESTDIR=$DESTDIR, or
> env -i make installworld DESTDIR=$DESTDIR

I tried both with and without "env -i", the result is the same failure.

Just to be sure:

root@cobweb# which install
/usr/bin/install

root@cobweb# ls -l /usr/bin/install
-r-xr-xr-x  1 root  wheel  11888 Nov 25 22:57 /usr/bin/install*

I also reset the root shell to csh, and simulate a full login with "su -".

No change

Marco



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