From owner-freebsd-ports@FreeBSD.ORG Thu Aug 17 12:23:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21E0816A4E1 for ; Thu, 17 Aug 2006 12:23:45 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail2out.barnet.com.au (mail2out.barnet.com.au [202.83.176.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38A2B43D46 for ; Thu, 17 Aug 2006 12:23:43 +0000 (GMT) (envelope-from edwin@mavetju.org) Received: by mail2out.barnet.com.au (Postfix, from userid 27) id DDAF1707448; Thu, 17 Aug 2006 22:23:37 +1000 (EST) X-Viruscan-Id: <44E45FC9000010A7E9F7C9@BarNet> Received: from mail2-auth.barnet.com.au (mail2.barnet.com.au [202.83.176.13]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2.barnet.com.au (Postfix) with ESMTP id A2175707446; Thu, 17 Aug 2006 22:23:37 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail2-auth.barnet.com.au (Postfix) with ESMTP id 2E348707441; Thu, 17 Aug 2006 22:23:37 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id 7CC5313B; Thu, 17 Aug 2006 22:23:36 +1000 (EST) Date: Thu, 17 Aug 2006 22:23:36 +1000 From: Edwin Groothuis To: "Elisey O. Savateev" Message-ID: <20060817122336.GF52574@k7.mavetju> References: <20060817105714.6ccfb640.b3k@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060817105714.6ccfb640.b3k@mail.ru> User-Agent: Mutt/1.4.2.1i Cc: freebsd-ports@freebsd.org Subject: Re: Minimal chroot environment for packages building X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2006 12:23:45 -0000 On Thu, Aug 17, 2006 at 10:57:14AM +0600, Elisey O. Savateev wrote: > So I need an advice: what is _minimal_ chroot environment to > build packages? I think it must include as minimum toolchain (without > debugger), all programs used in bsd.ports.mk and all libraries this > programs depends on. I want to use exactly minimal environment because > LegoBSD is minimalistic by design and no space left on my development > laptop hard drive :) sysutils/ezjail gives you an easy to maintain jailed environment. I use it for our webservers, and nullfs-mount the /var/ports/pkg/All directory to all other jails in it. Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://weblog.barnet.com.au/edwin/