Date: Thu, 5 Oct 2017 14:12:26 +0700 From: Eugene Grosbein <eugen@grosbein.net> To: sgk@troutmask.apl.washington.edu, Grzegorz Junka <list1@gjunka.com> Cc: freebsd-ports@freebsd.org Subject: Re: portmaster, portupgrade, etc Message-ID: <59D5DB5A.4090800@grosbein.net> In-Reply-To: <20171004212225.GA26638@troutmask.apl.washington.edu> References: <20171004161649.GA51883@mail.michaelwlucas.com> <20171004171518.GA22519@troutmask.apl.washington.edu> <CAOjFWZ6Nvuwd6YfnGZoMgMnRY9BkJkYwSw8Cz-_Z_t_AuUOHFA@mail.gmail.com> <20171004181413.GA51148@troutmask.apl.washington.edu> <81df6e05-136a-0037-9dba-a7499b7820da@m5p.com> <20171004194025.GA10412@troutmask.apl.washington.edu> <e05bfb2e-23a1-039e-e63a-7041c9700366@gjunka.com> <20171004212225.GA26638@troutmask.apl.washington.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59D5DB5A.4090800>