From owner-freebsd-emulation@FreeBSD.ORG Tue May 9 16:01:20 2006 Return-Path: X-Original-To: emulation@freebsd.org Delivered-To: freebsd-emulation@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C6D16A554 for ; Tue, 9 May 2006 16:01:20 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EC6E43D6E for ; Tue, 9 May 2006 16:01:20 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id EC057F2828; Tue, 9 May 2006 09:01:19 -0700 (PDT) X-Virus-Scanned: by amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q01zDpGgXxOz; Tue, 9 May 2006 09:01:19 -0700 (PDT) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 562AEF27D4; Tue, 9 May 2006 09:01:19 -0700 (PDT) From: Sean McNeil To: Alexander Leidinger In-Reply-To: <20060509122909.2cc53c2b@Magellan.Leidinger.net> References: <1147114326.18776.1.camel@triton.mcneil.com> <20060509122909.2cc53c2b@Magellan.Leidinger.net> Content-Type: text/plain Date: Tue, 09 May 2006 09:01:14 -0700 Message-Id: <1147190474.26769.4.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: missing command in linux emulation X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 16:01:21 -0000 On Tue, 2006-05-09 at 12:29 +0200, Alexander Leidinger wrote: > Quoting Sean McNeil (Mon, 08 May 2006 11:52:06 -0700): > > > > > I have installed: > > > > linux_base-suse-9.3_2 > > linux_devtools-8.0_5 > > > > it is missing the /compat/linux/bin/arch command. > > Only linux_base-8 and linux_base-fc3 are supported by emulation@. -8 is > the current default linux base and fc3 is the upcomming default linux > base. Every other linux base port (except one) has no active maintainer > and doesn't comply to some "rules" which the linuxolator infrastructure > in the ports collection depends upon. There's also no guarantee by the > FreeBSD project, that any linux port works with a non-standard linux > base port. > > Please test with a default linux base port (-8 or -fc3)... I can tell > you that fc3 does not come with "arch" either. Please provide a > rationale why this program should be included (and what this program > does). The older java execution script (jdk 1.1.8) uses it to determine the subdirectory for libs and other binaries. It essentially returns the same thing as uname -m. My FC4 system has this command.