From owner-freebsd-current@freebsd.org Mon May 30 15:09:45 2016 Return-Path: Delivered-To: freebsd-current@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 6E255B54BA1 for ; Mon, 30 May 2016 15:09:45 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.auburn.protected-networks.net (mail.auburn.protected-networks.net [IPv6:2001:470:1f07:4e1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.auburn.protected-networks.net", Issuer "Protected Networks Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 44FC21DA7 for ; Mon, 30 May 2016 15:09:45 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [192.168.1.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.auburn.protected-networks.net) by mail.auburn.protected-networks.net (Postfix) with ESMTPSA id 6E3D51CC37; Mon, 30 May 2016 11:09:42 -0400 (EDT) Subject: Re: r300951 make buildworld duration 18h To: Matthias Apitz , freebsd-current@freebsd.org References: <20160530143726.GA2418@c720-r292778-amd64.oa.oclc.org> From: Michael Butler Openpgp: id=6F63E6399DCC8E3E94D60F0642FF6BAE0442D492 Message-ID: <103248b5-4876-3db2-cb38-3f4a8f680703@protected-networks.net> Date: Mon, 30 May 2016 11:09:41 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160530143726.GA2418@c720-r292778-amd64.oa.oclc.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 15:09:45 -0000 On 05/30/16 10:37, Matthias Apitz wrote: > Yesterday I pulled via svn co ... a fresh r300951 and started the buildworld as > > # make -j2 buildworld > > it ended today at lunchtime after 18 hours. The laptop has 2x Intel Atom 1.6GHz > and 1 GByte RAM and was otherwise unused. Is this the normal buildworld time of > today? I think it spent most of the time in building the llvm... Sadly, this is pretty normal these days :-( It'd be cool if we could drop some of the cross-build targets (like AArch64, AMDGPU, ARM, AVR, Hexagon, MSP430, Mips, NVPTX, PowerPC, Sparc, SystemZ and XCore when on an x86) from machines not in need of them, imb