From owner-freebsd-emulation@FreeBSD.ORG Thu May 21 20:08:45 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ADAE1065673 for ; Thu, 21 May 2009 20:08:45 +0000 (UTC) (envelope-from pho@holm.cc) Received: from relay01.pair.com (relay01.pair.com [209.68.5.15]) by mx1.freebsd.org (Postfix) with SMTP id 05DEF8FC08 for ; Thu, 21 May 2009 20:08:44 +0000 (UTC) (envelope-from pho@holm.cc) Received: (qmail 19092 invoked from network); 21 May 2009 20:08:43 -0000 Received: from 87.58.145.193 (HELO x2.osted.lan) (87.58.145.193) by relay01.pair.com with SMTP; 21 May 2009 20:08:43 -0000 X-pair-Authenticated: 87.58.145.193 Received: from x2.osted.lan (localhost.osted.lan [127.0.0.1]) by x2.osted.lan (8.14.2/8.14.2) with ESMTP id n4LK8gCK046459; Thu, 21 May 2009 22:08:42 +0200 (CEST) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.2/8.14.2/Submit) id n4LK8gUB046458; Thu, 21 May 2009 22:08:42 +0200 (CEST) (envelope-from pho) Date: Thu, 21 May 2009 22:08:42 +0200 From: Peter Holm To: Tijl Coosemans Message-ID: <20090521200842.GA46280@x2.osted.lan> References: <20090520213830.GA13304@dev.null> <20090521114719.GI1927@deviant.kiev.zoral.com.ua> <20090521120938.GA31371@x2.osted.lan> <200905212128.53615.tijl@ulyssis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200905212128.53615.tijl@ulyssis.org> User-Agent: Mutt/1.4.2.3i Cc: Alexander Leidinger , freebsd-emulation@freebsd.org Subject: Re: Linuxulator, 32-bit executables, and linux-from-scratch 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: Thu, 21 May 2009 20:08:45 -0000 On Thu, May 21, 2009 at 09:28:51PM +0200, Tijl Coosemans wrote: > On Thursday 21 May 2009 14:09:38 Peter Holm wrote: > > On Thu, May 21, 2009 at 02:47:19PM +0300, Kostik Belousov wrote: > >> On Thu, May 21, 2009 at 01:22:48PM +0200, Alexander Leidinger wrote: > >>> On Thu, 21 May 2009 13:49:33 +0300 Kostik Belousov wrote: > >>>> Actually, 8.0/amd64 is capable of running FreeBSD/i386 Wine build. > >>> > >>> It runs _fully_? > >> > >> I do not have a definition for they _fully_ term, but it did > >> executed some win32 programs in Peter Holm' setup. I am not sure > >> what exactly he did tested. And, win32 codecs for mplayer worked > >> too. > > > > The wine test was firefox with flash, as far as I remember. > > How did you set this up? Did you build the wine port in a 32 bit jail? Hmmm. I sure I did for mplayer in order to get the win32 codecs. I not 100% sure, but I think I installed wine in the jail with "pkg_add -r" + setting the UNAME_m environment variable to "i386". -- Peter