public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Wine anybody?
@ 2012-11-19 16:42 Helmut Jarausch
  2012-11-19 17:40 ` Marc Joliet
  2012-11-19 21:00 ` Alan McKinnon
  0 siblings, 2 replies; 4+ messages in thread
From: Helmut Jarausch @ 2012-11-19 16:42 UTC (permalink / raw
  To: gentoo-user

Hi,
has any been successful in using Wine-1.5.17 on an AMD 64bit machine?

When I run  /usr/bin/wine it says file not found.

I'm seeing the wine32 and wine64 use flags. Removing the wine64 use  
flags makes
emerge fail : configure: error: No OpenGL library found on this system.

eselect opengl list
shows "ati" here.

Previous versions didn't show these problems.

Has anybody encountered similar problems?

Thanks,
Helmut.


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

* Re: [gentoo-user] Wine anybody?
  2012-11-19 16:42 [gentoo-user] Wine anybody? Helmut Jarausch
@ 2012-11-19 17:40 ` Marc Joliet
  2012-11-19 21:00 ` Alan McKinnon
  1 sibling, 0 replies; 4+ messages in thread
From: Marc Joliet @ 2012-11-19 17:40 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1692 bytes --]

Am Mon, 19 Nov 2012 17:42:18 +0100
schrieb Helmut Jarausch <jarausch@igpm.rwth-aachen.de>:

> Hi,
> has any been successful in using Wine-1.5.17 on an AMD 64bit machine?

I have:

  $ sudo genlop app-emulation/wine-1.5.17 
   * app-emulation/wine

       Sat Nov 10 23:49:20 2012 >>> app-emulation/wine-1.5.17
 
> When I run  /usr/bin/wine it says file not found.

I do not get that here.

> I'm seeing the wine32 and wine64 use flags. Removing the wine64 use  
> flags makes
> emerge fail : configure: error: No OpenGL library found on this system.

I removed the wine64 flag shortly after it was introduced (I do not use 64 bit
Windows programs) and did not have that problem. Just in case it has anything
to do with the recent X upgrade, I reinstalled it, but got no errors.

FWIW, here are the use flags:

  # emerge -1va wine

  These are the packages that would be merged, in order:

  Calculating dependencies  ..... done!
  [ebuild   R   ~] app-emulation/wine-1.5.17  USE="X alsa cups gecko gnutls jpeg lcms mono mp3 ncurses nls openal opengl png pulseaudio ssl threads truetype win32 xcomposite xml -capi -custom-cflags -fontconfig -gphoto2 -gsm (-gstreamer) -hardened -ldap -odbc -opencl -osmesa -oss -perl -samba -scanner (-selinux) {-test} -udisks -v4l -win64 -xinerama" 0 kB

> eselect opengl list
> shows "ati" here.

I use the radeon driver, so have "xorg-x11" here.

> Previous versions didn't show these problems.
> 
> Has anybody encountered similar problems?

No, sorry.

> Thanks,
> Helmut.

HTH
-- 
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-user] Wine anybody?
  2012-11-19 16:42 [gentoo-user] Wine anybody? Helmut Jarausch
  2012-11-19 17:40 ` Marc Joliet
@ 2012-11-19 21:00 ` Alan McKinnon
  2012-11-20 19:41   ` [gentoo-user] [Solved] " Helmut Jarausch
  1 sibling, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2012-11-19 21:00 UTC (permalink / raw
  To: gentoo-user

On Mon, 19 Nov 2012 17:42:18 +0100
Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:

> Hi,
> has any been successful in using Wine-1.5.17 on an AMD 64bit machine?
> 
> When I run  /usr/bin/wine it says file not found.
> 
> I'm seeing the wine32 and wine64 use flags. Removing the wine64 use  
> flags makes
> emerge fail : configure: error: No OpenGL library found on this
> system.
> 
> eselect opengl list
> shows "ati" here.
> 
> Previous versions didn't show these problems.
> 
> Has anybody encountered similar problems?
> 
> Thanks,
> Helmut.
> 

Just like Marc, I also don't see the issues you are having. And I also
have USE=-win64 on a 64bit Gentoo system (I mostly run corporatey
Windows apps and you'd be amazed how many are still 32 bit only...)

Is there any further clue as to what file is not being found in the
first case? What do you get if you run ldd against the wine binary?

In the second case, I suspect there's something wrong with your 32 bit
OpenGL install. If you have USE=opengl then
app-emulation/emul-linux-x86-opengl is pulled in as a dep and it should
JustWork

What are all your USE settings for wine?

-- 
Alan McKinnon
alan.mckinnon@gmail.com



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

* Re: [gentoo-user] [Solved] Wine anybody?
  2012-11-19 21:00 ` Alan McKinnon
@ 2012-11-20 19:41   ` Helmut Jarausch
  0 siblings, 0 replies; 4+ messages in thread
From: Helmut Jarausch @ 2012-11-20 19:41 UTC (permalink / raw
  To: gentoo-user; +Cc: Alan McKinnon

On 11/19/2012 10:00:06 PM, Alan McKinnon wrote:
> On Mon, 19 Nov 2012 17:42:18 +0100
> Helmut Jarausch <jarausch@igpm.rwth-aachen.de> wrote:
> 
> > Hi,
> > has any been successful in using Wine-1.5.17 on an AMD 64bit  
> machine?
> >
> > When I run  /usr/bin/wine it says file not found.
> >
> > I'm seeing the wine32 and wine64 use flags. Removing the wine64 use
> > flags makes
> > emerge fail : configure: error: No OpenGL library found on this
> > system.
> >
> > eselect opengl list
> > shows "ati" here.
> >
> > Previous versions didn't show these problems.
> >
> > Has anybody encountered similar problems?
> >
> > Thanks,
> > Helmut.
> >
> 
> Just like Marc, I also don't see the issues you are having. And I also
> have USE=-win64 on a 64bit Gentoo system (I mostly run corporatey
> Windows apps and you'd be amazed how many are still 32 bit only...)
> 
> Is there any further clue as to what file is not being found in the
> first case? What do you get if you run ldd against the wine binary?
> 
> In the second case, I suspect there's something wrong with your 32 bit
> OpenGL install. If you have USE=opengl then
> app-emulation/emul-linux-x86-opengl is pulled in as a dep and it  
> should
> JustWork
> 
> What are all your USE settings for wine?
> 

It turned out that the symlink
/lib/ld-linux.so.2 -> ../lib32/ld-linux.so.2
had been removed (don't ask me why)
This was hard to find out even strace didn't help initially.

Thanks to all who have helped,
Helmut.



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

end of thread, other threads:[~2012-11-20 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 16:42 [gentoo-user] Wine anybody? Helmut Jarausch
2012-11-19 17:40 ` Marc Joliet
2012-11-19 21:00 ` Alan McKinnon
2012-11-20 19:41   ` [gentoo-user] [Solved] " Helmut Jarausch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox