From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 13:13:59 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAC73106564A for ; Wed, 21 Apr 2010 13:13:59 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-33.csi.cam.ac.uk (ppsw-33.csi.cam.ac.uk [131.111.8.133]) by mx1.freebsd.org (Postfix) with ESMTP id 91F418FC23 for ; Wed, 21 Apr 2010 13:13:59 +0000 (UTC) X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from nat2.cjkey.org.uk ([88.97.163.221]:23189 helo=[192.168.2.59]) by ppsw-33.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.159]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1O4Zkc-0005Uv-Ai (Exim 4.70) (return-path ); Wed, 21 Apr 2010 14:13:58 +0100 Message-ID: <4BCEFA15.3020207@cam.ac.uk> Date: Wed, 21 Apr 2010 14:13:57 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: ports@freebsd.org, pgj@FreeBSD.org References: <4BCEDC78.7050202@cam.ac.uk> In-Reply-To: <4BCEDC78.7050202@cam.ac.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: Compiling for i386 on amd64 using tinderbox X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 13:13:59 -0000 > On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key > wrote: > >/ patch uname to return the appropriate answer /> > I do not think you will need this since answers returned by uname(1) > can be customized easily, just check its manual page to see how to do > that. > / Thanks, Setting ARCH, UNAME_m and UNAME_n in ${tb}/scripts/etc/env/jail.* did the trick. I wonder if tinderbox should instead be setting these values automatically based upon the arch supplied to createJail. Chris /