From owner-freebsd-questions@FreeBSD.ORG Thu Dec 21 17:46:57 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8BEB16A403 for ; Thu, 21 Dec 2006 17:46:57 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.132]) by mx1.freebsd.org (Postfix) with ESMTP id 63B4013C46C for ; Thu, 21 Dec 2006 17:46:57 +0000 (UTC) (envelope-from robin@reportlab.com) Received: from [87.114.3.133] (helo=[192.168.0.3]) by pih-relay05.plus.net with esmtp (Exim) id 1Gx88A-0006sU-Hx for freebsd-questions@FreeBSD.org; Wed, 20 Dec 2006 20:33:38 +0000 Message-ID: <45899E5E.2060003@jessikat.plus.net> Date: Wed, 20 Dec 2006 20:34:38 +0000 From: Robin Becker User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: <458982FB.1010906@chamonix.reportlab.co.uk> In-Reply-To: <458982FB.1010906@chamonix.reportlab.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: make world for a jail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Dec 2006 17:46:57 -0000 ...... I fixed up my /usr/src tree to be latest RELENG_6_0 in line with my machine and ran cd /usr/src make world DESTDIR=/usr/jails/mailserver however, this seems to produce a lot of stuff in /usr/obj (the normal make world destination). Eventually the make fails with this message ########## make: don't know how to make /usr/jails/mailserver/usr/lib/libc.a. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ########## In line with my earlier observation that the sub makes were being called like this make -f Makefile.inc1 DESTDIR=/usr/obj/usr/src/tmp par-all is there some magic that's required to make world into a specified DESTDIR? -- Robin Becker