From owner-freebsd-questions@FreeBSD.ORG Tue Nov 16 18:56:23 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 A765416A4CE for ; Tue, 16 Nov 2004 18:56:23 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [166.70.252.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD6143D49 for ; Tue, 16 Nov 2004 18:56:23 +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 1CU8V4-0000hZ-M2 for freebsd-questions@freebsd.org; Tue, 16 Nov 2004 11:56:22 -0700 Mime-Version: 1.0 (Apple Message framework v619) Message-Id: <33D54E5C-3801-11D9-BC47-003065A70D30@shire.net> To: FreeBSD questions list From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 16 Nov 2004 11:56:19 -0700 X-Mailer: Apple Mail (2.619) X-SA-Exim-Connect-IP: 67.161.247.57 X-SA-Exim-Mail-From: chad@shire.net Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on hobbiton.shire.net X-Spam-Status: No, score=-0.3 required=5.0 tests=AWL,BAYES_50 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) Subject: "make world DESTDIR=/foo" still not working under 5.3-STABLE 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: Tue, 16 Nov 2004 18:56:23 -0000 I can do make buildworld make installworld without the DESTDIR and it works fine but to build a jail I do make world DESTDIR=/foo and I still get the following problem (as do many others it appears). This is under 5.3-STABLE from cvsup on November 16 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 netgraph/bluetooth/include/*.h /local/jails/master/usr/include/netgraph/bluetooth/include install: /local/jails/master/usr/include/netgraph/bluetooth/include/ ng_bluetooth.h: No such file or directory *** Error code 71 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. myhost# Any help would be appreciated thanks Chad