From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXMaz-0005YX-ON for qemu-devel@nongnu.org; Mon, 07 Jun 2004 12:03:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXMax-0005XT-Ql for qemu-devel@nongnu.org; Mon, 07 Jun 2004 12:03:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXMax-0005XF-OA for qemu-devel@nongnu.org; Mon, 07 Jun 2004 12:03:31 -0400 Received: from [195.121.6.39] (helo=smtp16.wxs.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXMaL-0006Vz-47 for qemu-devel@nongnu.org; Mon, 07 Jun 2004 12:02:53 -0400 Received: from ip503ca58d.speed.planet.nl (ip503ca58d.speed.planet.nl [80.60.165.141]) by smtp16.wxs.nl (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0HYY003L14KNNF@smtp16.wxs.nl> for qemu-devel@nongnu.org; Mon, 07 Jun 2004 18:02:52 +0200 (CEST) Date: Mon, 07 Jun 2004 18:02:55 +0200 From: Sander Nagtegaal In-reply-to: <1086616537.3736.103.camel@sicilia> Message-id: <200406071802.55417.trunks-carracho@planet.nl> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-15 Content-transfer-encoding: 7BIT Content-disposition: inline References: <200406071535.27517.trunks-carracho@planet.nl> <1086616537.3736.103.camel@sicilia> Subject: [Qemu-devel] Re: WINE with QEMU on PPC Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wim Vanderbauwhede , qemu-devel@nongnu.org [azrael@localhost Emulation]$ qemu-i386 /home/azrael/Emulation/usr/bin/wineserver /home/azrael/Emulation/usr/bin/wineserver: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /home/azrael/Emulation/usr/bin/wineserver) /home/azrael/Emulation/usr/bin/wineserver: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /home/azrael/Emulation/usr/bin/wineserver) /home/azrael/Emulation/usr/bin/wineserver: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /home/azrael/Emulation/usr/lib/libwine.so.1) /home/azrael/Emulation/usr/bin/wineserver: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /home/azrael/Emulation/usr/lib/libwine_unicode.so.1) I'm a step further. The 11 error was just that I didn't correctly put the LD path with declare -x Doing that solved my problem. But now wineserver only can't find 4 pieces. Where to get them? I installed every rpm you said and everything is found except for those 4......... Op maandag 7 juni 2004 15:55, schreef u: > On Mon, 2004-06-07 at 13:36, Sander Nagtegaal wrote: > > -Put them in the target platform directory (mine is /home/ARCHS/rh_x86) > > -Install the rpm's using rpm2cpio and cpio: > > e.g. > > $ rpm2cpio ash-0.3.8-8.i386.rpm | cpio -idv > > > > Just a small question. Can I give the target platform directory any name > > I want? And then just change the dir? Or does it have to be a > > /ARCHS/rh_x86 type of directory? > > It can be any name you like. I just mentioned the name I gave because it > also occurs in the config file. > > On Mon, 2004-06-07 at 14:35, Sander Nagtegaal wrote: > > groff: error while loading shared libraries: > > /home/azrael/Emulation/usr/lib/libstdc++.so.5: ELF file data encoding not > > big-endian > > > > Another thing is that when I now run a "man **** " command it gives > > errors. All my man pages are not working anymore.........maybe some > > declare path is wrong? > > I'm afraid that's normal: your LD_LIBRARY_PATH now points to the x86 > libraries. If you just open a new terminal window, and run "man" there, > that should be OK. > To avoid this kind of problem, I put my qemu-specific commands in shell > scripts. The "declare" statements are only valid within the enviroment > of the script, not outside it. > > On Mon, 2004-06-07 at 14:26, Sander Nagtegaal wrote: > > [azrael@localhost Emulation]$ qemu-i386 -L /home/azrael/Emulation > > /home/azrael/Emulation/usr/bin/wineserver > > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > > > That's what I got trying to run winserver. What could be the problem? > > The wineserver error is a different issue. What qemu are you using? I am > now using qemu-0.5.5, and wine-20040505; before, I used qemu-0.5.3 and > wine-20040309. > I have glibc-2.3.3 and I use gcc-3.3.2 for building. > But I'm just a user, segfaults in qemu is something for the real > qemu-guru's. > > Cheers, > > Wim > > > Op maandag 7 juni 2004 12:27, schreef u: > > > In attachment my wine config file. Save it as ~/.wine/config > > > and edit the "Path" entries under the [Drive ...] entries a bit so that > > > all paths point to meaningful directories: > > > > > > [Drive C] > > > "Path"="/home/ARCHS/rh_x86/usr/share/wine-c" > > > "Type" = "hd" > > > "Label" = "MS-DOS" > > > "Filesystem" = "win95" > > > > > > [Drive D] "Path" = "/mnt/cdrom" > > > "Type" = "cdrom" > > > "Label" = "CD-Rom" > > > "Filesystem" = "win95" > > > ; make sure that device is correct and has proper permissions ! > > > "Device" = "/dev/cdrom" > > > > > > [Drive E] "Path" = "/tmp" > > > "Type" = "hd" > > > "Label" = "Tmp Drive" > > > "Filesystem" = "win95" > > > > > > [Drive F] "Path" = "/home/wim" > > > "Type" = "network" > > > "Label" = "Home" > > > "Filesystem" = "win95" > > > > > > [Drive G] "Path" = "/home/ARCHS/rh_x86" > > > "Type" = "hd" > > > "Label" = "MS-DOS" > > > "Filesystem" = "win95" > > > > > > On Mon, 2004-06-07 at 10:53, Sander Nagtegaal wrote: > > > > Op maandag 7 juni 2004 10:29, schreef u: > > > > > -I assume you know how to set up wine (I mean adapting the > > > > > ~/.wine/config file). My qemu-wine home directory is > > > > > usr/share/wine-c in the target platform directory. If you like I > > > > > can mail my .wine/config file. > > > > > > > > No......I do not know how to set up wine..That was my next problem > > > > after I managed to let qemu run the "ls" file. Could you mail the > > > > config or email me how to set it up? Thanks alot! You're a great > > > > help. I'm going to try it!