From owner-freebsd-ports@freebsd.org Wed Oct 4 21:46:09 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 0F019E43839 for ; Wed, 4 Oct 2017 21:46:09 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6517A735C0 for ; Wed, 4 Oct 2017 21:46:07 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com (p4FE21BFE.dip0.t-ipconnect.de [79.226.27.254]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id v94Lk5Hj037334 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 4 Oct 2017 21:46:05 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host p4FE21BFE.dip0.t-ipconnect.de [79.226.27.254] claimed to be ultrabook.yoonka.com Subject: Re: portmaster, portupgrade, etc To: freebsd-ports@freebsd.org 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> From: Grzegorz Junka Message-ID: <8bd938c0-6c08-6182-5e75-0441a4b5e6ec@gjunka.com> Date: Wed, 4 Oct 2017 21:46:00 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171004212225.GA26638@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large 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: Wed, 04 Oct 2017 21:46:09 -0000 On 04/10/2017 21:22, Steve Kargl wrote: > On Wed, Oct 04, 2017 at 08:30:49PM +0000, Grzegorz Junka wrote: >> On 04/10/2017 19:40, Steve Kargl wrote: >>> Ahem, yeah, so I'm not allowed to request a short description >>> on how to use poudiere in a resource constrained environment? >>> >> The environment isn't constrained by poudriere but by the ports you want >> to compile. When compiling libreoffice or chromium or firefox I don't >> think there is anything else that can be done than setting poudriere to >> run no more than 1 job at a time. Poudriere itself doesn't take any >> additional resources, it's just a dedicated jail and a bunch of scripts. >> > 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! > Would temporarily spinning up an EC2 instance on AWS be an option? It's priced per hour so shouldn't cost much to compile required packages? On the other hand, a desktop with 4GB of RAM and 250GB HDD costs $50-100. I sometimes think if setting up a build system where someone would be able to build ports with their own customized options could become popular... GrzegorzJ