From owner-freebsd-questions@FreeBSD.ORG Mon Dec 24 14:19:33 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD434BE3 for ; Mon, 24 Dec 2012 14:19:33 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 67FAC8FC12 for ; Mon, 24 Dec 2012 14:19:33 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id qBOEJMkv004635 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 24 Dec 2012 14:19:22 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.7.3 smtp.infracaninophile.co.uk qBOEJMkv004635 Authentication-Results: smtp.infracaninophile.co.uk/qBOEJMkv004635; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Message-ID: <50D86461.6050109@FreeBSD.org> Date: Mon, 24 Dec 2012 14:19:13 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: ports and pbi References: <1356332937.582292.29385.31162@saddam2.rambler.ru> In-Reply-To: <1356332937.582292.29385.31162@saddam2.rambler.ru> X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigDF45E98AA277E23A8B01A5D9" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 14:19:33 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigDF45E98AA277E23A8B01A5D9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 24/12/2012 07:08, =D0=B8=D0=B2=D0=B0=D0=BD =D0=BA=D1=83=D0=B7=D0=BD=D0= =B5=D1=86=D0=BE=D0=B2 wrote: > i want to make pbi files for i386 freebsd on amd64 freebsd. i attempt > use virtualbox, but speed is low. what to do? I don't know about PBI's specifically, but a fairly standard technique for building i386 ports is to set up an i386 jail on an amd64 host. That should give you something pretty much as fast as your base system. You can create a 32bit jail in many ways, but probably the easiest thing to do is download one of the FreeBSD 32bit .iso images. You can then extract the install sets using tar(1) -- from within the .iso file system you want /usr/freebsd-dist/base.txz, and that you can untar in the root directory of your jail to give you a pretty complete system. Given you're after PBI's you can probably do a similar trick using PC-BSD install images, but I don't know the details there. I'm sure someone on one of the various PC-BSD fora will know though. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enigDF45E98AA277E23A8B01A5D9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDYZGkACgkQ8Mjk52CukIxf6wCePugUBB2EJkDOfrVuO6fitWP+ oYoAn08C/xbw9fSSQnZLQvVH255ncuee =enw3 -----END PGP SIGNATURE----- --------------enigDF45E98AA277E23A8B01A5D9--