From owner-freebsd-ports@FreeBSD.ORG Wed Apr 23 16:44:38 2003 Return-Path: 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 1F9FF37B414 for ; Wed, 23 Apr 2003 16:44:38 -0700 (PDT) Received: from ints.mail.pike.ru (ints.mail.pike.ru [195.9.45.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 589DA43F3F for ; Wed, 23 Apr 2003 16:44:36 -0700 (PDT) (envelope-from babolo@cicuta.babolo.ru) Received: (qmail 71316 invoked from network); 24 Apr 2003 00:02:34 -0000 Received: from babolo.ru (HELO cicuta.babolo.ru) (194.58.226.160) by ints.mail.pike.ru with SMTP; 24 Apr 2003 00:02:34 -0000 Received: (nullmailer pid 1127 invoked by uid 136); Wed, 23 Apr 2003 23:47:37 -0000 X-ELM-OSV: (Our standard violations) hdr-charset=KOI8-R; no-hdr-encoding=1 In-Reply-To: <20030423185227.584f6895.Alexander@Leidinger.net> To: Alexander Leidinger Date: Thu, 24 Apr 2003 03:47:37 +0400 (MSD) From: "."@babolo.ru X-Mailer: ELM [version 2.4ME+ PL99b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <1051141657.917959.1126.nullmailer@cicuta.babolo.ru> cc: freebsd-ports@freebsd.org Subject: Re: Building ports in a chrooted tree X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 23:44:38 -0000 > On Wed, 23 Apr 2003 11:16:50 +0400 (MSD) > .@babolo.ru wrote: > > > Simplified explanation of what this does: > > > This builds the world, installs it into a subdir, copies /usr/ports into > > Or better nullfs mount RO it from base system > > to chrooted. > If I use nullfs it is possible to influence the build in the chroot by > modifying /usr/ports. My goal was to be able to just start a > chroot-build and forget about it, including being able to build any port I too, so I use read only mounts of /usr/ports > I want on the host system (I use a 800 MHz Duron for work on the > SystemOnCD port, doing a complete build needs a while...).