From owner-freebsd-hackers@FreeBSD.ORG Mon May 14 15:47:56 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 943BF16A402 for ; Mon, 14 May 2007 15:47:56 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 432D813C43E for ; Mon, 14 May 2007 15:47:56 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 3A32FEB99A0; Mon, 14 May 2007 23:37:53 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id CiLWGEI7+BHK; Mon, 14 May 2007 23:37:50 +0800 (CST) Received: from LI-Xins-MacBook.local (unknown [221.217.210.84]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 381FCEB0BA8; Mon, 14 May 2007 23:37:50 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:organization:user-agent:mime-version:to:cc: subject:references:in-reply-to:x-enigmail-version:content-type; b=i5rw2HQnIQu60mUItto+8zIJ6hOISdTc9zxTu6zqPc0KCl+m6Ky7C5SL57ko3AhWG MxnI8RPiHPwSO4X7qMIhw== Message-ID: <46488249.2070605@delphij.net> Date: Mon, 14 May 2007 23:37:45 +0800 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Brian Hourigan References: <20070514110906.X42411@digi.webair.com> In-Reply-To: <20070514110906.X42411@digi.webair.com> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5C2DC4B361FD5DEEDAA1DD93" Cc: freebsd-hackers@freebsd.org Subject: Re: Building 5.x binaries on 6.2-RELEASE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2007 15:47:56 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5C2DC4B361FD5DEEDAA1DD93 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Brian Hourigan wrote: > I'm involved in some software development and we need to provide > precompiled binaries for FreeBSD 5.x from a 6.2-RELEASE system >=20 > I checked through the documentation on the pointyhat package building > cluster, it mentions the machines run 7.0-CURRENT and produces binaries= > for 5.x and 6.x.. but I can't find the scripts or any documentation on > how exactly this is accomplished >=20 > If anyone has any information please point me in the right direction, > thanks! A simple way is to install a copy of 5.x userland (by using "make installworld" or using CD-ROM's ./install.sh script) to a jailed environment and then attach to the jail to do the build. Note that more hacking is needed if your application detects kern.osreldate etc. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig5C2DC4B361FD5DEEDAA1DD93 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGSIJJOfuToMruuMARCgonAJ4gWL+YUpMJiai11dbWCLuRU00e1wCdEObC dsyySxNFWJBhJjuKa8S9BnE= =rbxT -----END PGP SIGNATURE----- --------------enig5C2DC4B361FD5DEEDAA1DD93--