From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 17:13:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85DC16A4D8 for ; Mon, 8 Nov 2004 17:13:33 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1DBF43D31 for ; Mon, 8 Nov 2004 17:13:33 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.43) id 1CRD5B-0006Lu-Do; Mon, 08 Nov 2004 10:13:33 -0700 In-Reply-To: <20041108171107.GA32321@orion.daedalusnetworks.priv> References: <8EA27754-31A7-11D9-BFDF-003065A70D30@shire.net> <20041108171107.GA32321@orion.daedalusnetworks.priv> Mime-Version: 1.0 (Apple Message framework v619) Message-Id: <831CCF9A-31A9-11D9-BFDF-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Mon, 8 Nov 2004 10:13:30 -0700 To: Giorgos Keramidas X-Mailer: Apple Mail (2.619) X-SA-Exim-Connect-IP: 67.161.247.57 X-SA-Exim-Mail-From: chad@shire.net Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_20 autolearn=disabled version=3.0.0 X-Spam-Level: X-SA-Exim-Version: 4.1+cvs (built Mon, 23 Aug 2004 08:44:05 -0700) X-SA-Exim-Scanned: Yes (on hobbiton.shire.net) cc: freebsd-questions@freebsd.org Subject: Re: make world DESTDIR=/foo does not work under 5.3-RELEASE on i386 or amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 17:13:34 -0000 Hi On Nov 8, 2004, at 10:11 AM, Giorgos Keramidas wrote: > On 2004-11-08 09:59, "Chad Leigh -- Shire.Net LLC" > wrote: >> make world DESTDIR=/foo >> or >> make buildworld DESTDIR=/foo >> >> does not work on either my i386 or amd64 systems after a cvsup to >> 5.3-RELEASE and native build. If you leave off the DESTDIR and build >> for the running machine, it works fine. And the DESTDIR worked fine >> under beta7 (and possibly under RC1) > > I haven't tried "make world" in a long time, but I recently installed a > clean snapshot of CURRENT using a slightly different approach: > > # cd /usr/src > # make buildworld buildkernel > # make DESTDIR=/mnt installkernel installworld I guess I will try this... Thanks. make buildworld DESTDIR= shows the same problem btw. This is for creating the jail system... Thanks Chad > > HTH, > > Giorgos >