From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 7 10:59:18 2006 Return-Path: X-Original-To: freebsd-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 C836816A403 for ; Sat, 7 Oct 2006 10:59:18 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from outmx025.isp.belgacom.be (outmx025.isp.belgacom.be [195.238.4.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A0FE43D46 for ; Sat, 7 Oct 2006 10:59:17 +0000 (GMT) (envelope-from tijl@ulyssis.org) Received: from outmx025.isp.belgacom.be (localhost [127.0.0.1]) by outmx025.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k97AxDiB031264 for ; Sat, 7 Oct 2006 12:59:14 +0200 (envelope-from ) Received: from kalimero.kotnet.org (25.202-245-81.adsl-dyn.isp.belgacom.be [81.245.202.25]) by outmx025.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k97AxCUt031245; Sat, 7 Oct 2006 12:59:12 +0200 (envelope-from ) Received: from kalimero.kotnet.org (kalimero.kotnet.org [127.0.0.1]) by kalimero.kotnet.org (8.13.8/8.13.8) with ESMTP id k97AvMIo009256; Sat, 7 Oct 2006 12:57:22 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-emulation@freebsd.org Date: Sat, 7 Oct 2006 12:57:19 +0200 User-Agent: KMail/1.9.4 References: <20061005231338.GB59300@math.jussieu.fr> <35460941@bs1.sp34.ru> In-Reply-To: <35460941@bs1.sp34.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610071257.21544.tijl@ulyssis.org> Cc: Subject: Re: Linux & Maple 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: Sat, 07 Oct 2006 10:59:18 -0000 > On Fri, 6 Oct 2006 01:13:38 +0200 Albert Shih wrote: > > > I've a big problem with a linux software. I'm runnign FreeBSD > > 6-Stable since 6.0 and I need two linux software, first is Maple > > 9.5 version, and second is Matlab. > > > > Since 6.0 (event 5.x) everything work fine with Linux emulation. > > Recently (last time I've check is two weeks ago) it's both work. > > > > After a recent cvsup & buildworld, now maple don't work, I've > > nothing when I type my command (no crash, no core-dump, no message, > > no application :-( ) But matlab continu to work. I don't often use these, but now that I ran them for a test, I seem to be having problems as well. However, I'm running current and for me it's the other way around: Maple 9.5.1 works, Matlab 7.0.1 doesn't. In my case I've nailed it down to a problem with ls. The following shell script works with /bin/sh, but not with /usr/compat/linux/bin/sh. In the latter case it errors out with: ls: error while loading shared libraries: /usr/lib/librt.so.1: ELF file OS ABI invalid ---simple shell script--- #! /bin/sh ls ---end of simple shell script---