Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××××××××××××.de>
To: gentoo-user@l.g.o
Cc: Alan McKinnon <alan.mckinnon@×××××.com>
Subject: Re: [gentoo-user] [Solved] Wine anybody?
Date: Tue, 20 Nov 2012 19:43:06
Message-Id: 1353440471.5324.0@numa-i
In Reply to: Re: [gentoo-user] Wine anybody? by Alan McKinnon
1 On 11/19/2012 10:00:06 PM, Alan McKinnon wrote:
2 > On Mon, 19 Nov 2012 17:42:18 +0100
3 > Helmut Jarausch <jarausch@××××××××××××××××.de> wrote:
4 >
5 > > Hi,
6 > > has any been successful in using Wine-1.5.17 on an AMD 64bit
7 > machine?
8 > >
9 > > When I run /usr/bin/wine it says file not found.
10 > >
11 > > I'm seeing the wine32 and wine64 use flags. Removing the wine64 use
12 > > flags makes
13 > > emerge fail : configure: error: No OpenGL library found on this
14 > > system.
15 > >
16 > > eselect opengl list
17 > > shows "ati" here.
18 > >
19 > > Previous versions didn't show these problems.
20 > >
21 > > Has anybody encountered similar problems?
22 > >
23 > > Thanks,
24 > > Helmut.
25 > >
26 >
27 > Just like Marc, I also don't see the issues you are having. And I also
28 > have USE=-win64 on a 64bit Gentoo system (I mostly run corporatey
29 > Windows apps and you'd be amazed how many are still 32 bit only...)
30 >
31 > Is there any further clue as to what file is not being found in the
32 > first case? What do you get if you run ldd against the wine binary?
33 >
34 > In the second case, I suspect there's something wrong with your 32 bit
35 > OpenGL install. If you have USE=opengl then
36 > app-emulation/emul-linux-x86-opengl is pulled in as a dep and it
37 > should
38 > JustWork
39 >
40 > What are all your USE settings for wine?
41 >
42
43 It turned out that the symlink
44 /lib/ld-linux.so.2 -> ../lib32/ld-linux.so.2
45 had been removed (don't ask me why)
46 This was hard to find out even strace didn't help initially.
47
48 Thanks to all who have helped,
49 Helmut.