From owner-freebsd-arm@FreeBSD.ORG Sat Feb 28 14:37:38 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ABDDEDA for ; Sat, 28 Feb 2015 14:37:38 +0000 (UTC) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6F2A1C61 for ; Sat, 28 Feb 2015 14:37:38 +0000 (UTC) Received: from macbook.chumby.lan (c-71-63-94-21.hsd1.va.comcast.net [71.63.94.21]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id B6445340; Sat, 28 Feb 2015 09:30:38 -0500 (EST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: buildworld From: Paul Mather In-Reply-To: <20150228011141.4138dd4b@ivory.wynn.com> Date: Sat, 28 Feb 2015 09:30:37 -0500 Content-Transfer-Encoding: 7bit Message-Id: References: <20150228011141.4138dd4b@ivory.wynn.com> To: Brett Wynkoop X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2015 14:37:38 -0000 On Feb 28, 2015, at 1:11 AM, Brett Wynkoop wrote: > Greeting- > > Well my Beaglebone has been chewing on buildworld for two days now and > so far so good! I think the removal of /etc/make.conf was exactly what > the doctor ordered. > > For those of you curious about my mad plan to build things native I > will let you know when it finishes. As I write this it seems to be > building tcsh. > > I suspect another day will see it done. I sort of wonder though why it > takes so long as I did buildworld on slower x86 systems and it did not > take this long. I suspect it must be the write speed of the sd card. > Anyone else have an idea on that one? I think that's probably it. I have been doing native builds to my Beaglebone Black (-CURRENT) and Raspberry Pi (10-STABLE) and it takes a little over a day to buildworld+buildkernel on the BBB and ~30+ hours to do the same on the Raspberry Pi. However, I have /usr/obj and /usr/src on an external USB hard drive, which is what I suspect is speeding things up compared to writing to SD card. Cheers, Paul. > > -Brett