From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 13:50:56 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 609E847A for ; Sun, 1 Sep 2013 13:50:56 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E17A2C70 for ; Sun, 1 Sep 2013 13:50:55 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id r81Domgu071782; Sun, 1 Sep 2013 13:50:48 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.123] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id asvkbz6yhkg4dmvrnxenab9kfn; Sun, 01 Sep 2013 13:50:48 +0000 (UTC) (envelope-from tim@kientzle.com) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: What's the recipe? From: Tim Kientzle In-Reply-To: <20130901200726.ac7317a5f0ddfddcbed34484@gmail.com> Date: Sun, 1 Sep 2013 06:50:46 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: <522229C0.5030504@m5p.com> <20130901200726.ac7317a5f0ddfddcbed34484@gmail.com> To: Takeshi Taguchi X-Mailer: Apple Mail (2.1508) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 13:50:56 -0000 On Sep 1, 2013, at 4:07 AM, Takeshi Taguchi wrote: > On Sat, 31 Aug 2013 13:37:04 -0400 > George Mitchell wrote: > >> Have you built a working Raspberry Pi image recently? If so, for the >> benefit of the rest of us, could you share a few secrets? > there are no secrets ;-) > >> 1. What system did you do the build on? If it was an i386 or amd64, >> what svn version was it built with? > amd64 on virtualbox. > # uname -a > FreeBSD amd64-01 10.0-CURRENT FreeBSD 10.0-CURRENT #10 r255093M: Sat Aug 31 > 21:41:10 JST 2013 root@amd64-01:/usr/obj/usr/src/sys/VIRTUALBOX amd64 > >> >> 2. What did you have in /etc/src.conf and /etc/make.conf, both for >> building the build system itself and for building the RPi? > i use same make|src.conf for pi and amd64. > % egrep -v ^# /etc/make.conf > COPTFLAGS= -O -pipe > TOP_TABLE_SIZE= 101 > > WITH_PKGNG=YES > NO_WERROR= > WERROR= > PERL_VERSION=5.14.4 > WITH_NEW_XORG=yes > > % egrep -v ^# /etc/src.conf > MALLOC_PRODUCTION=YES > > i think we stil need MALLOC_PRODUCTION. because jemalloc issue > does not fixed yet. Note that Crochet has SRCCONF=/dev/null __MAKE_CONF=/dev/null by default. You can override those in your Crochet configuration file if you wish.