From owner-freebsd-emulation@FreeBSD.ORG Sat Dec 27 22:28:33 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80D061065675 for ; Sat, 27 Dec 2008 22:28:33 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4D48FC12 for ; Sat, 27 Dec 2008 22:28:33 +0000 (UTC) (envelope-from rdivacky@lev.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1BB429CB1B4; Sat, 27 Dec 2008 23:06:57 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fhgerq5p6IFy; Sat, 27 Dec 2008 23:06:45 +0100 (CET) Received: from lev.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 6F6839CB229; Sat, 27 Dec 2008 23:06:45 +0100 (CET) Received: (from rdivacky@localhost) by lev.vlakno.cz (8.14.2/8.14.2/Submit) id mBRM6jIE013427; Sat, 27 Dec 2008 23:06:45 +0100 (CET) (envelope-from rdivacky) Date: Sat, 27 Dec 2008 23:06:45 +0100 From: Roman Divacky To: "Arno J. Klaassen" Message-ID: <20081227220645.GA13295@freebsd.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: emulation@freebsd.org Subject: Re: 7-stable: linux_dist-gentoo-stage3 wonn't bootstrap 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, 27 Dec 2008 22:28:33 -0000 On Sat, Dec 27, 2008 at 09:55:05PM +0100, Arno J. Klaassen wrote: > > Hello, > > I'm having serious problems to get MedInria (a medical imaging > toolchain) run under Linux emulation > ( http://gforge.inria.fr/frs/?group_id=727&release_id=2488 > if ever someone would like to try : at my place even the > simplest graphical action (change tool, open file, etc) > literally exploses the X-server ...) > > so I thought to run it in debugger etc in the > chroot gentoo : but its bootstrap.sh will not complete, > for the time being because of : > > > - compat.linux.osrelease 2.4.2 is not supported > > - so I installed fc6 and set compat.linux.osrelease to 2.6.16 > but then the chroot complains with many errors like : > > - (find): syscall fstatat64 not implemented > - (rm): syscall unlinkat not implemented > - (tar): syscall futimesat not implemented > - (chmod): syscall fchmodat not implemented > > So : > - does someone have a patch with these at-functions > (or the svn command to create it) that would not be easy.... but 8-current implements those > - or can I even bluntly copy the linuxulator from head > to releng_7 ? no... I doubt that would work. try 8-current and stick with that if it works