From owner-freebsd-ports@freebsd.org Thu Oct 5 07:12:39 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B5EE2EFAD for ; Thu, 5 Oct 2017 07:12:39 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C0CAB3D93 for ; Thu, 5 Oct 2017 07:12:37 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id v957CTvh032689 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 5 Oct 2017 09:12:29 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: sgk@troutmask.apl.washington.edu Received: from eg.sd.rdtc.ru (eugen@localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTP id v957CQls040860; Thu, 5 Oct 2017 14:12:26 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: portmaster, portupgrade, etc To: sgk@troutmask.apl.washington.edu, Grzegorz Junka References: <20171004161649.GA51883@mail.michaelwlucas.com> <20171004171518.GA22519@troutmask.apl.washington.edu> <20171004181413.GA51148@troutmask.apl.washington.edu> <81df6e05-136a-0037-9dba-a7499b7820da@m5p.com> <20171004194025.GA10412@troutmask.apl.washington.edu> <20171004212225.GA26638@troutmask.apl.washington.edu> Cc: freebsd-ports@freebsd.org From: Eugene Grosbein Message-ID: <59D5DB5A.4090800@grosbein.net> Date: Thu, 5 Oct 2017 14:12:26 +0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20171004212225.GA26638@troutmask.apl.washington.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: Yes, score=5.5 required=5.0 tests=BAYES_00, DATE_IN_FUTURE_96_Q, LOCAL_FROM,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * 3.3 DATE_IN_FUTURE_96_Q Date: is 4 days to 4 months after Received: date * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-Spam-Flag: YES X-Spam-Level: ***** X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 07:12:39 -0000 On 05.10.2017 04:22, Steve Kargl wrote: > I did not state that the "environment is constrained by poudriere". > The environment is contrained due to resource limits. If you > only have 1 Gb of memory and 5-10 GB diskspace, then using poudriere > with zfs and jails is a nonstarter. Yes, I'm aware that zfs is not > required. Can't find info on whether jails can be avoided. Having > say lang/llvm40 installed in /usr/local and in a jail would consumes > 2.6 GB. That's 1 port! In fact, a jail is not needed too. Just perform installworld to a /path, then mount -t devfs devfs /path/dev; mount -t nullfs /usr/ports /path/usr/ports and you are ready to build with chroot /path make -C /usr/ports/net/quagga package". Perhaps, you'll also need to setup /path/etc/resolv.conf unless you have caching DNS server running locally, so fetch(1) could download distfiles.