From owner-freebsd-ports@FreeBSD.ORG Wed Jan 21 09:52:09 2015 Return-Path: Delivered-To: freebsd-ports@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 D7262E17 for ; Wed, 21 Jan 2015 09:52:09 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9592666A for ; Wed, 21 Jan 2015 09:52:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 11309BDC68; Wed, 21 Jan 2015 10:52:06 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 0CB7FBDC65; Wed, 21 Jan 2015 10:52:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 27D1B235B7E7; Wed, 21 Jan 2015 10:52:05 +0100 (CET) Date: Wed, 21 Jan 2015 10:52:05 +0100 From: Mathieu Arnold To: Matthias Apitz , freebsd-ports@freebsd.org Subject: Re: poudriere: compiling ports on 32bit for amd64 Message-ID: <4274EC89BB13502E9A6ACFC3@atuin.in.mat.cc> In-Reply-To: <20150120201438.GA1338@c720-r276659> References: <20150120201438.GA1338@c720-r276659> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 09:52:09 -0000 +--On 20 janvier 2015 21:14:38 +0100 Matthias Apitz wrote: | | Hello, | | Actually I have my poudriere bakery machine setup in a VM on Ubuntu | with a 32bit FreeBSD and compile 'my' ports for distribution for the | 32bi laptps/netbooks I have. | | On one of them I now want to run amd64, i.e. a 64bit FreeBSD. The | question is simple: Can I cross-build the ports for amd64 in a jail | running on a 32bit system (as I can do for making userland and kernel)? No, but you can cross builds the i386 ports in poudriere on an amd64 system. -- Mathieu Arnold