From owner-freebsd-current@FreeBSD.ORG Wed Feb 6 07:58:57 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9BC428FB; Wed, 6 Feb 2013 07:58:57 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6D5C8618; Wed, 6 Feb 2013 07:58:57 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 8F96F56074; Wed, 6 Feb 2013 01:58:56 -0600 (CST) Date: Wed, 6 Feb 2013 01:58:56 -0600 From: Mark Linimon To: Tim Kientzle Subject: Re: Cross-architecture package installs Message-ID: <20130206075856.GA14482@lonesome.com> References: <4703DEB0-E2DC-403E-9F14-DE968CBE4921@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4703DEB0-E2DC-403E-9F14-DE968CBE4921@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 06 Feb 2013 07:58:57 -0000 On Tue, Feb 05, 2013 at 10:34:18PM -0800, Tim Kientzle wrote: > I'm working on tools to build ARM system images. > Usually, these tools run on x86, which creates a problem > for packages. fwiw, before the intrusion 3 months ago, I had been able to build native ARM packages with a loaned system. Now, granted, this was pretty slow, but it was a useful reference point. Unfortunately none of the packages or logfiles are online at this time. When I was at MeetBSD in California, I learned that the Foundation is sponsoring an effort to get emulation for tier-2 machines in working order, and that this will be the plan for package building going forwards. This is just FYI so you don't spend a great deal of time on each individual port. I know the problems will be hard to solve. mcl