From owner-freebsd-ports@freebsd.org Tue Feb 9 16:01:17 2016 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 95119AA35A2 for ; Tue, 9 Feb 2016 16:01:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 630201CBD for ; Tue, 9 Feb 2016 16:01:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id u19G0nOJ030891 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 9 Feb 2016 09:00:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id u19G0ndw030888; Tue, 9 Feb 2016 09:00:49 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 9 Feb 2016 09:00:49 -0700 (MST) From: Warren Block To: Jim Ohlstein cc: John Marino , Hrant Dadivanyan , FreeBSD Mailing List Subject: Re: Removing documentation In-Reply-To: <56B9EDC7.1010403@ohlste.in> Message-ID: References: <56B9D609.6030407@marino.st> <56B9EDC7.1010403@ohlste.in> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 09 Feb 2016 09:00:50 -0700 (MST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2016 16:01:17 -0000 On Tue, 9 Feb 2016, Jim Ohlstein wrote: > The build time of "like 20-30 minutes, at most" is ummm... let' just call it > optimistic. I only needed five new dependencies. Poudriere was unable to take > advantage of more than two parallel builders except for a rather short > overlap where it used three, if I recall correctly. The vast majority of the > time it used only one builder. Build and package time for gcc6-aux was 34:52 > on an Intel E5-2650 v3. Build and package time for binutils, required for > gcc6-aux, took 4:44. That's pretty close to 40 minutes for just two > dependencies, one of which is a dependency of the other. Build and package > time for synth was 1:09. 2:20, that's two hours and twenty minutes, to build and install here on an Atom N270 system. 2:06 for gcc6-aux, most of the rest for ncurses. That does not include distfile download time. Disk space used was 252M, again not counting the distfiles. For x86, the Atom is nearly worst-case, but I suspect the speed is similar to some of the ARM systems. I tried to build it last night on a fast i7 system for comparison, but gcc6-aux had a build error at the very start.