[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-03-04 Thread Lemmiwinks
Found out, that I installed the wrong nvidia driver, the one which does not contain any 32 bit libraries. To anybody else having problems with 64-bit + wine, remember to chose the installer file that ends with -pkg2.run when you don't want to use the packages that come with your distribution. --

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-03-02 Thread Lemmiwinks
I don't know what solved my problem, but it's gone now. Maybe the reinstall of directx helped... ** Changed in: ia32-libs (Ubuntu) Status: Incomplete = Fix Released -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-02-22 Thread Lemmiwinks
Is it possible, that it does not work anymore? I installed the latest nvidia driver with the nvidia installer, not using the package and it works flawlessly. When I run a game in wine it always says that direct rendering is not enabled and so on, see terminal output... using Ubuntu 10.04 64bit

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-02-05 Thread dtaylor84
The updated wine package was rebuilt against the old version of ia32-libs again - it needs another rebuild to pick up this version. -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ia32-libs - 2.7ubuntu19 --- ia32-libs (2.7ubuntu19) lucid; urgency=low * Freshen packages. * Add symlink to libGL.so for Wine building (LP: #513554) -- Scott Ritchie sc...@open-vote.org Tue, 02 Feb 2010 13:58:28 -0800 ** Changed in: ia32-libs

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-02-02 Thread Scott Ritchie
I happened to be at the Cisco offices today with some very fast internet so I did this one since I know how much of a hassle uploading ia32-libs source packages can be. -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-29 Thread Vidar Braut Haarr
Works now! -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-29 Thread Alberto Milone
Ok, it's easy to fix then. I'll deal with it ** Package changed: wine (Ubuntu) = ia32-libs (Ubuntu) ** Changed in: ia32-libs (Ubuntu) Importance: Undecided = Medium ** Changed in: ia32-libs (Ubuntu) Status: New = Triaged ** Changed in: ia32-libs (Ubuntu) Assignee: (unassigned) =

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-29 Thread 3vi1
Thanks for the speedy workaround, Alberto. I ran into this too, and adding the link cleared it up for me as well. -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Vidar Braut Haarr
Wines config.log includes these lines: /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../libGL.so when searching for -lGL /usr/bin/ld: skipping incompatible /usr/lib/libGL.so when searching for -lGL /usr/bin/ld: cannot find -lGL fezie on #winehq suggested that this

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Alberto Milone
I'm not sure about this. Are you building against the 32bit libraries? As /usr/lib/libGL.so points to the 64bit library -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Vidar Braut Haarr
I don't know, how can I find out? -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Vidar Braut Haarr
Here's a few more lines from the ./configure output; checking for XICCallback.callback... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glu.h... yes checking for up-to-date OpenGL version... yes checking for -lGL... not found checking for -lGL... not found checking

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Alberto Milone
Please attach the output of the following commands: 1) ldconfig -p | grep GL 2) ls -l /usr/lib/libGL* 3) ls -l /usr/lib32/libGL* -- wine git can no longer find the opengl libraries https://bugs.launchpad.net/bugs/513554 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Vidar Braut Haarr
http://pastebin.com/m677dae4e f...@folk:~/Programs/wine-git$ ldconfig -p | grep GL libGLcore.so.1 (libc6,x86-64) = /usr/lib/nvidia-current/libGLcore.so.1 libGLcore.so.1 (libc6) = /usr/lib32/nvidia-current/libGLcore.so.1 libGLU.so.1 (libc6,x86-64) = /usr/lib/libGLU.so.1

[Bug 513554] Re: wine git can no longer find the opengl libraries

2010-01-28 Thread Alberto Milone
Please try the following commands: sudo ln -s /usr/lib32/mesa/libGL.so.1 /usr/lib32/libGL.so sudo ldconfig Then try to compile wine again. If it still doesn't work, please attach the output of ldconfig -p | grep GL and of ls -l /usr/lib32/* | grep GL -- wine git can no longer find the opengl