qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu with recent wine snapshot?
       [not found] <E1B8s4Q-0003VR-00@moses.all2all.org>
@ 2004-04-03  9:18 ` Wim Vanderbauwhede
  2004-04-03  9:33   ` Lionel Ulmer
  0 siblings, 1 reply; 7+ messages in thread
From: Wim Vanderbauwhede @ 2004-04-03  9:18 UTC (permalink / raw)
  To: qemu-devel

Hi,
 
I would like to use qemu to run a Win32 appliation (the Xilinx ISE tools)
under wine on my iBook G3.
I got the standard installation to work, but a wine version with a bug fix
only present in recent snapshots of wine (after dec2003). 
I tried several of these, but they're all for i586 and/or with a different
version of glibc. I tried changing the glibc for qemu as well, but with no
success. 
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.

Thanks a lot,

Wim Vanderbauwhede


-- 
If it's pointless, what's the point?
If there is a point to it, what's the point?
(Tibor Fischer, "The Thought Gang")

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
  2004-04-03  9:18 ` [Qemu-devel] qemu with recent wine snapshot? Wim Vanderbauwhede
@ 2004-04-03  9:33   ` Lionel Ulmer
  2004-04-04 22:55     ` Richard Zidlicky
  0 siblings, 1 reply; 7+ messages in thread
From: Lionel Ulmer @ 2004-04-03  9:33 UTC (permalink / raw)
  To: wim, qemu-devel

> 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.

Once this is done, you should have Wine installed + all needed libraries in
your fake directory.

Note that I never tried this method myself (as I use and develop on Wine
natively as I own an X86), but I do not see why it should not work.

         Lionel

-- 
		 Lionel Ulmer - http://www.bbrox.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
  2004-04-03  9:33   ` Lionel Ulmer
@ 2004-04-04 22:55     ` Richard Zidlicky
       [not found]       ` <1081161023.2305.5.camel@an-leabhar-i>
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Zidlicky @ 2004-04-04 22:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: wim

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
       [not found]         ` <20040405121744.GA5318@linux-m68k.org>
@ 2004-04-05 14:30           ` Wim Vanderbauwhede
  2004-04-06 12:08             ` Richard Zidlicky
  0 siblings, 1 reply; 7+ messages in thread
From: Wim Vanderbauwhede @ 2004-04-05 14:30 UTC (permalink / raw)
  To: qemu-devel

Thanks, Richard, I'm getting there. But now I get:

[wim@an-leabhar-i tests]$ qemu-i386 -L /home/ARCHS/mdk_x86
/home/ARCHS/mdk_x86/bin/ls
qemu: uncaught target signal 11 (Segmentation fault) - exiting
[wim@an-leabhar-i tests]$

I get this with every command. I'm using the latest qemu-0.5.3.

Wim

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
  2004-04-05 14:30           ` Wim Vanderbauwhede
@ 2004-04-06 12:08             ` Richard Zidlicky
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Zidlicky @ 2004-04-06 12:08 UTC (permalink / raw)
  To: qemu-devel

On Mon, Apr 05, 2004 at 03:30:50PM +0100, Wim Vanderbauwhede wrote:
> Thanks, Richard, I'm getting there. But now I get:
> 
> [wim@an-leabhar-i tests]$ qemu-i386 -L /home/ARCHS/mdk_x86
> /home/ARCHS/mdk_x86/bin/ls
> qemu: uncaught target signal 11 (Segmentation fault) - exiting
> [wim@an-leabhar-i tests]$
> 
> I get this with every command. I'm using the latest qemu-0.5.3.

that looks like it will require some debugging. Try some statically
linked program, most distros have ash.static, sash and busybox.
Also try "strace qemu ..."

Richard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
       [not found] <E1BAqim-0008MX-00@moses.all2all.org>
@ 2004-04-06 14:39 ` Wim Vanderbauwhede
  2004-04-07 17:44   ` Richard Zidlicky
  0 siblings, 1 reply; 7+ messages in thread
From: Wim Vanderbauwhede @ 2004-04-06 14:39 UTC (permalink / raw)
  To: qemu-devel

Hi Richard,

ash.static works (I can do ls, cd, pwd )
The strace output is very large, what exactly are you looking for?

Wim

On Mon, Apr 05, 2004 at 03:30:50PM +0100, Wim Vanderbauwhede wrote:
> Thanks, Richard, I'm getting there. But now I get:
> 
> [wim@an-leabhar-i tests]$ qemu-i386 -L /home/ARCHS/mdk_x86
> /home/ARCHS/mdk_x86/bin/ls
> qemu: uncaught target signal 11 (Segmentation fault) - exiting
> [wim@an-leabhar-i tests]$
> 
> I get this with every command. I'm using the latest qemu-0.5.3.

that looks like it will require some debugging. Try some statically
linked program, most distros have ash.static, sash and busybox.
Also try "strace qemu ..."

Richard

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Qemu-devel] qemu with recent wine snapshot?
  2004-04-06 14:39 ` Wim Vanderbauwhede
@ 2004-04-07 17:44   ` Richard Zidlicky
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Zidlicky @ 2004-04-07 17:44 UTC (permalink / raw)
  To: qemu-devel

On Tue, Apr 06, 2004 at 03:39:18PM +0100, Wim Vanderbauwhede wrote:
> Hi Richard,
> 
> ash.static works (I can do ls, cd, pwd )
> The strace output is very large, what exactly are you looking for?

perhaps some "wrong" library got into your path, grep it for open
to see which libraries are used.

Richard

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-04-07 20:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1B8s4Q-0003VR-00@moses.all2all.org>
2004-04-03  9:18 ` [Qemu-devel] qemu with recent wine snapshot? Wim Vanderbauwhede
2004-04-03  9:33   ` Lionel Ulmer
2004-04-04 22:55     ` Richard Zidlicky
     [not found]       ` <1081161023.2305.5.camel@an-leabhar-i>
     [not found]         ` <20040405121744.GA5318@linux-m68k.org>
2004-04-05 14:30           ` Wim Vanderbauwhede
2004-04-06 12:08             ` Richard Zidlicky
     [not found] <E1BAqim-0008MX-00@moses.all2all.org>
2004-04-06 14:39 ` Wim Vanderbauwhede
2004-04-07 17:44   ` Richard Zidlicky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).