From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BAHFQ-0003TY-RD for qemu-devel@nongnu.org; Sun, 04 Apr 2004 19:41:52 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BAHDX-0001t1-E7 for qemu-devel@nongnu.org; Sun, 04 Apr 2004 19:40:26 -0400 Received: from [213.191.74.84] (helo=mx2.ngi.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BAH76-00065l-Va for qemu-devel@nongnu.org; Sun, 04 Apr 2004 19:33:17 -0400 Date: Mon, 5 Apr 2004 00:55:38 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] qemu with recent wine snapshot? Message-ID: <20040404225538.GA19613@linux-m68k.org> References: <20040403113316.A23891@bbland> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20040403113316.A23891@bbland> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: wim@motherearth.org On Sat, Apr 03, 2004 at 11:33:16AM +0200, Lionel Ulmer wrote: > > Could someone please make a recent wine snapshot available that works under > > qemu? > > Or tell me how to build one that does? Any help is greatly appreciated. > > Could you not : > > 1) take a recent Wine RPM on WineHQ's site > (http://www.winehq.org/site/download) > > 2) check all the 'hard' package dependencies (no idea if you can list the > dependencies of a package of an X86 RPM on another platform like > Linux/PPC). > > 3) download from the web all the packages needed by web and install them in > a fake directory (using, for example, 'rpm2cpio' and 'cpio'). Of course, > this is recursive, you need then to do step 2) on all these installed > packages. I did once install plenty of stuff using rpm inside a chroot. Had to copy a few basic tools, ld.so, /etc/ld.so.conf etc by hand and it went almost perfectly then. Using native bash, rpm etc can save a litle time - rpm needs --ingorearch cmd line switch or "arch_compat:" in /etc/rpmrc Richard