From owner-freebsd-stable@FreeBSD.ORG Wed Nov 1 19:23:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED23116A494 for ; Wed, 1 Nov 2006 19:23:32 +0000 (UTC) (envelope-from ambrisko@ambrisko.com) Received: from mail.ambrisko.com (mail.ambrisko.com [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBF8C43D7F for ; Wed, 1 Nov 2006 19:23:30 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) ([192.168.1.2]) by mail.ambrisko.com with ESMTP; 01 Nov 2006 11:20:12 -0800 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.13.1/8.12.11) with ESMTP id kA1JNQ7V030586; Wed, 1 Nov 2006 11:23:26 -0800 (PST) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.13.1/8.13.1/Submit) id kA1JNQJD030585; Wed, 1 Nov 2006 11:23:26 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200611011923.kA1JNQJD030585@ambrisko.com> In-Reply-To: <20061101090608.GC849@turion.vk2pj.dyndns.org> To: Peter Jeremy Date: Wed, 1 Nov 2006 11:23:26 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Cc: Greg Black , freebsd-stable@freebsd.org Subject: Re: 6.x from i386 to amd64 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 19:23:33 -0000 Peter Jeremy writes: | It would be nice to see the 32-bit emulation improved so that it is | possible to build/run the i386 versions of ports on an amd64 system. | This would be the best of both worlds. If I had any free time, I | would even work on this myself. I have this working well enough for everything that we build here. Our new build machines are running the amd64 kernels but we build for i386. After 6.2 is out I'll merge my uname/getosreldate changes to -stable and create a stub script to set the environment variables. We do some hacks to copy in the hosts ps, top, mount type things into a compat directory so it runs the hosts versions. It seems a few people are interested in this and it seems to be working well for us & myself. Maybe Kris can then convert his ports clusters over to amd64 OS'es to build everything. Doug A.