Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Dec 2003 16:36:57 +0000
From:      Peter Edwards <petere@openet-telecom.com>
To:        Marco Molteni <molter@tin.it>
Cc:        hackers@FreeBSD.org
Subject:   Re: make installworld DESTDIR=foo troubles
Message-ID:  <3FD9EEA9.3060903@openet-telecom.com>
In-Reply-To: <20031211154802.GA52388@cobweb.example.org>
References:  <20031211143758.GA48808@cobweb.example.org> <20031212001941A.matusita@jp.FreeBSD.org> <20031211154802.GA52388@cobweb.example.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 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
>  
>
Try
env MAKEOBJDIRPREFIX=/usr/obj DESTDIR=$DESTDIR make installworld

I suggested this before for a different problem, and it wasn't a 
solution, but this is the exact error that I got around by setting 
MAKEOBJDIRPREFIX explicitly.




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