From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 11 07:48:08 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8818016A4CE for ; Thu, 11 Dec 2003 07:48:08 -0800 (PST) Received: from mwinf0801.wanadoo.fr (smtp8.wanadoo.fr [193.252.22.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64EA443D2B for ; Thu, 11 Dec 2003 07:48:07 -0800 (PST) (envelope-from molter@tin.it) Received: from www.example.org (ANice-205-1-2-230.w81-53.abo.wanadoo.fr [81.53.50.230]) by mwinf0801.wanadoo.fr (SMTP Server) with SMTP id 2DB6B18000B8 for ; Thu, 11 Dec 2003 16:48:06 +0100 (CET) Received: (qmail 55110 invoked by uid 1000); 11 Dec 2003 15:48:02 -0000 Date: Thu, 11 Dec 2003 16:48:02 +0100 From: Marco Molteni To: Makoto Matsushita Message-ID: <20031211154802.GA52388@cobweb.example.org> References: <20031211143758.GA48808@cobweb.example.org> <20031212001941A.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031212001941A.matusita@jp.FreeBSD.org> User-Agent: Mutt/1.4.1i cc: hackers@FreeBSD.org Subject: Re: make installworld DESTDIR=foo troubles X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 15:48:08 -0000 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