From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 18 17:32:58 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE0B716A4CE for ; Fri, 18 Jun 2004 17:32:58 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9234443D31 for ; Fri, 18 Jun 2004 17:32:58 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i5IHWnqM019373 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 18 Jun 2004 13:32:50 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i5IHWifV082174; Fri, 18 Jun 2004 13:32:44 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16595.10044.463970.146212@grasshopper.cs.duke.edu> Date: Fri, 18 Jun 2004 13:32:44 -0400 (EDT) To: freebsd-amd64@freebsd.org In-Reply-To: <20040618163459.GA23934@dragon.nuxi.com> References: <20040617154353.GA54873@cat.robbins.dropbear.id.au> <20040618163459.GA23934@dragon.nuxi.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Subject: Re: Preliminary support for running 32-bit Linux binaries X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 17:32:59 -0000 David O'Brien writes: > > You've been using Slackware bits, but the project has settled on Red Hat > bits for 32-bit x86 Linux support. Can you retest with the same 32-bit > bits as in ports/emulators/linux_base/? When I installed this, I tarred up /compat/linux from an x86 running linux_base-8-8.0_3. I then installed Acrobat and realplayer8 from ports (only required tiny patches to the makefile) as well as OpenOffice via direct download. Those all worked fine, so I think the redhat libs are OK. > I feel we should install your bits into sys/amd64/linux32/ and leave > sys/amd64/linux/ for the 64-bit Linux compat bits. This module's > Makefile should live in sys/modules/linux32/ also. Agreed. > thanks for this great work! Yes, thank you! Drew