public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] Wine (with OpenGL) on AMD64
@ 2006-12-28  6:45 Troy Curtis Jr
  2006-12-28 17:29 ` Kevin Koltzau
  2006-12-29 15:22 ` [gentoo-amd64] " Marco Matthies
  0 siblings, 2 replies; 6+ messages in thread
From: Troy Curtis Jr @ 2006-12-28  6:45 UTC (permalink / raw
  To: gentoo-amd64

Has anyone gotten wine compiled with opengl support on AMD64?  My
configure  (using portage and several iterations of a manual
configure) keeps warning me that no OpenGL libs were found but I DO
have the non-free nvidia driver working and here is the output of all
the relevant directories (that I know of):

malkier wine-0.9.28 # ll /usr/lib64/*GL*
-rw-r--r-- 1 root root     655 Dec 17 08:39 /usr/lib64/libGL.la
lrwxrwxrwx 1 root root      17 Dec 17 08:39 /usr/lib64/libGL.so.1 ->
libGL.so.1.0.9631
-rwxr-xr-x 1 root root  768008 Dec 17 08:39 /usr/lib64/libGL.so.1.0.9631
-rw-r--r-- 1 root root     752 Dec 10 12:54 /usr/lib64/libGLU.la
lrwxrwxrwx 1 root root      11 Dec 10 12:54 /usr/lib64/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root      20 Dec 10 12:54 /usr/lib64/libGLU.so.1 ->
libGLU.so.1.3.060501
lrwxrwxrwx 1 root root      20 Dec 10 12:54 /usr/lib64/libGLU.so.1.3
-> libGLU.so.1.3.060501
-rwxr-xr-x 1 root root  526088 Dec 10 12:54 /usr/lib64/libGLU.so.1.3.060501
lrwxrwxrwx 1 root root      21 Dec 17 08:39 /usr/lib64/libGLcore.so.1
-> libGLcore.so.1.0.9631
-rwxr-xr-x 1 root root 8585296 Dec 17 08:39 /usr/lib64/libGLcore.so.1.0.9631
lrwxrwxrwx 1 root root      11 Dec 10 12:54 /usr/lib64/libGLw.so -> libGLw.so.1
lrwxrwxrwx 1 root root      15 Dec 10 12:54 /usr/lib64/libGLw.so.1 ->
libGLw.so.1.0.0
lrwxrwxrwx 1 root root      15 Dec 10 12:54 /usr/lib64/libGLw.so.1.0
-> libGLw.so.1.0.0
-rwxr-xr-x 1 root root   16856 Dec 10 12:54 /usr/lib64/libGLw.so.1.0.0
malkier wine-0.9.28 # ll /usr/lib32/*GL*
-rw-r--r-- 1 root root     655 Dec 17 08:39 /usr/lib32/libGL.la
lrwxrwxrwx 1 root root      17 Dec 17 08:39 /usr/lib32/libGL.so.1 ->
libGL.so.1.0.9631
-rwxr-xr-x 1 root root  567628 Dec 17 08:39 /usr/lib32/libGL.so.1.0.9631
lrwxrwxrwx 1 root root      21 Dec 17 08:39 /usr/lib32/libGLcore.so.1
-> libGLcore.so.1.0.9631
-rwxr-xr-x 1 root root 8961144 Dec 17 08:39 /usr/lib32/libGLcore.so.1.0.9631
malkier wine-0.9.28 # ll /emul/linux/x86/usr/lib32/*GL*
lrwxrwxrwx 1 root root     11 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so -> libGLU.so.1
lrwxrwxrwx 1 root root     20 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so.1 -> libGLU.so.1.3.060402
-rwxr-xr-x 1 root root 480372 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLU.so.1.3.060402
lrwxrwxrwx 1 root root     11 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so -> libGLw.so.1
lrwxrwxrwx 1 root root     15 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1 -> libGLw.so.1.0.0
lrwxrwxrwx 1 root root     15 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1.0 -> libGLw.so.1.0.0
-rwxr-xr-x 1 root root  16792 Oct 15 04:34
/emul/linux/x86/usr/lib32/libGLw.so.1.0.0


Looking at the command that the 0.9.28 ebuild gives, it seems to
expect all the necessary libraries in /usr/lib32, and I think the
libGLU* may be the reason it is complaining.   The question is,
*should* I have those libraries in /usr/lib32?  If so does anyone know
how to go about getting them the "right" way?

Thanks for any help. Just ask if you need more info.

Troy

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
  2006-12-28  6:45 [gentoo-amd64] Wine (with OpenGL) on AMD64 Troy Curtis Jr
@ 2006-12-28 17:29 ` Kevin Koltzau
  2006-12-28 20:34   ` Daemon Xavier
  2006-12-29 23:44   ` Troy Curtis Jr
  2006-12-29 15:22 ` [gentoo-amd64] " Marco Matthies
  1 sibling, 2 replies; 6+ messages in thread
From: Kevin Koltzau @ 2006-12-28 17:29 UTC (permalink / raw
  To: gentoo-amd64; +Cc: Troy Curtis Jr

On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
> Has anyone gotten wine compiled with opengl support on AMD64?  My
> configure  (using portage and several iterations of a manual
> configure) keeps warning me that no OpenGL libs were found but I DO
> have the non-free nvidia driver working and here is the output of all
> the relevant directories (that I know of):

the nvidia-drivers package install both the 64bit and 32bit libraries when you 
are using a multilib profile on amd64

# equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
/usr/lib32/opengl/nvidia/lib/libGL.so
/usr/lib64/opengl/nvidia/lib/libGL.so

> Looking at the command that the 0.9.28 ebuild gives, it seems to
> expect all the necessary libraries in /usr/lib32, and I think the
> libGLU* may be the reason it is complaining.   The question is,
> *should* I have those libraries in /usr/lib32?  If so does anyone know
> how to go about getting them the "right" way?

# equery b libGLU.so
[ Searching for file(s) libGLU.so in *... ]
app-emulation/emul-linux-x86-xlibs-7.0-r3 
(/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
  2006-12-28 17:29 ` Kevin Koltzau
@ 2006-12-28 20:34   ` Daemon Xavier
  2006-12-29 23:44   ` Troy Curtis Jr
  1 sibling, 0 replies; 6+ messages in thread
From: Daemon Xavier @ 2006-12-28 20:34 UTC (permalink / raw
  To: gentoo-amd64

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

ya i have lol, i am play WoW.   But i would recomend heading over to
Winehq.com, and checking out there database and support, because it would
probably be more useful than thi.

On 12/28/06, Kevin Koltzau <kevin@plop.org> wrote:
>
> On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
> > Has anyone gotten wine compiled with opengl support on AMD64?  My
> > configure  (using portage and several iterations of a manual
> > configure) keeps warning me that no OpenGL libs were found but I DO
> > have the non-free nvidia driver working and here is the output of all
> > the relevant directories (that I know of):
>
> the nvidia-drivers package install both the 64bit and 32bit libraries when
> you
> are using a multilib profile on amd64
>
> # equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
> /usr/lib32/opengl/nvidia/lib/libGL.so
> /usr/lib64/opengl/nvidia/lib/libGL.so
>
> > Looking at the command that the 0.9.28 ebuild gives, it seems to
> > expect all the necessary libraries in /usr/lib32, and I think the
> > libGLU* may be the reason it is complaining.   The question is,
> > *should* I have those libraries in /usr/lib32?  If so does anyone know
> > how to go about getting them the "right" way?
>
> # equery b libGLU.so
> [ Searching for file(s) libGLU.so in *... ]
> app-emulation/emul-linux-x86-xlibs-7.0-r3
> (/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
> media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
> --
> gentoo-amd64@gentoo.org mailing list
>
>


-- 
Karma, It's Real!
"No penguins were harmed during the writing, just a bunch of broken windows
to let them escape..."-xtacocorex

[-- Attachment #2: Type: text/html, Size: 2160 bytes --]

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

* Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
  2006-12-28  6:45 [gentoo-amd64] Wine (with OpenGL) on AMD64 Troy Curtis Jr
  2006-12-28 17:29 ` Kevin Koltzau
@ 2006-12-29 15:22 ` Marco Matthies
  1 sibling, 0 replies; 6+ messages in thread
From: Marco Matthies @ 2006-12-29 15:22 UTC (permalink / raw
  To: gentoo-amd64

Troy Curtis Jr schrieb:
> Has anyone gotten wine compiled with opengl support on AMD64?  My
> configure  (using portage and several iterations of a manual
> configure) keeps warning me that no OpenGL libs were found but I DO
> have the non-free nvidia driver working and here is the output of all
> the relevant directories (that I know of):

Wine from portage just works for me (tm), although i haven't really used 
it a lot.

Here are the notes i made a while ago on compiling wine from cvs on 
amd64 under gentoo (should work from a release tarball as well):

../wine-cvs/configure CFLAGS="-m32 -L/emul/linux/x86/lib -L/emul/linu
x/x86/usr/lib" LDFLAGS="-L/emul/linux/x86/lib -L/emul/linux/x86/usr/lib"
make depend && make && make install

Hope that helps you,

Marco
-- 
gentoo-amd64@gentoo.org mailing list



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

* Re: [gentoo-amd64] Wine (with OpenGL) on AMD64
  2006-12-28 17:29 ` Kevin Koltzau
  2006-12-28 20:34   ` Daemon Xavier
@ 2006-12-29 23:44   ` Troy Curtis Jr
  2006-12-30  1:00     ` [gentoo-amd64] " Duncan
  1 sibling, 1 reply; 6+ messages in thread
From: Troy Curtis Jr @ 2006-12-29 23:44 UTC (permalink / raw
  To: Kevin Koltzau; +Cc: gentoo-amd64

On 12/28/06, Kevin Koltzau <kevin@plop.org> wrote:
> On Thursday 28 December 2006 1:45 am, Troy Curtis Jr wrote:
> > Has anyone gotten wine compiled with opengl support on AMD64?  My
> > configure  (using portage and several iterations of a manual
> > configure) keeps warning me that no OpenGL libs were found but I DO
> > have the non-free nvidia driver working and here is the output of all
> > the relevant directories (that I know of):
>
> the nvidia-drivers package install both the 64bit and 32bit libraries when you
> are using a multilib profile on amd64
>
> # equery f x11-drivers/nvidia-drivers |grep "libGL.so$"
> /usr/lib32/opengl/nvidia/lib/libGL.so
> /usr/lib64/opengl/nvidia/lib/libGL.so
>
> > Looking at the command that the 0.9.28 ebuild gives, it seems to
> > expect all the necessary libraries in /usr/lib32, and I think the
> > libGLU* may be the reason it is complaining.   The question is,
> > *should* I have those libraries in /usr/lib32?  If so does anyone know
> > how to go about getting them the "right" way?
>
> # equery b libGLU.so
> [ Searching for file(s) libGLU.so in *... ]
> app-emulation/emul-linux-x86-xlibs-7.0-r3
> (/emul/linux/x86/usr/lib/libGLU.so -> libGLU.so.1)
> media-libs/mesa-6.5.1-r1 (/usr/lib64/libGLU.so -> libGLU.so.1)
>

Well I was using a manually installed NVIDIA driver because I didn't
see that the 9xxx series was in portage yet (actually it turned out I
never got around to setting up my eix-sync cronjob when I switched
from x86 to AMD64 so I had a really old snapshot of the portage
tree!).  Simply adding the ~amd64 keyword for nvidia-drivers and
emerging it fixed my wine issue and gave me a 9xxx series driver!

Thanks,
Troy
-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
-- 
gentoo-amd64@gentoo.org mailing list



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

* [gentoo-amd64]  Re: Wine (with OpenGL) on AMD64
  2006-12-29 23:44   ` Troy Curtis Jr
@ 2006-12-30  1:00     ` Duncan
  0 siblings, 0 replies; 6+ messages in thread
From: Duncan @ 2006-12-30  1:00 UTC (permalink / raw
  To: gentoo-amd64

"Troy Curtis Jr" <troycurtisjr@gmail.com> posted
4148457f0612291544j1924ffdfg7cf6628d893a6e6@mail.gmail.com, excerpted
below, on  Fri, 29 Dec 2006 17:44:47 -0600:

> (actually it turned out I never
> got around to setting up my eix-sync cronjob when I switched from x86 to
> AMD64 so I had a really old snapshot of the portage tree!)

Wow!  That's a good way to have unpatched security holes in your apps, due
to not applying the security updates! =8^(  Glad you eventually figured
out the issue, before some cracker did!  (Luckily for now, Linux doesn't
have quite the blackhat community attention that MSWormOS gets, but as it
continues to develop and gain popularity, one must expect that'll
eventually change, and it seems to have already changed some, witness the
penetrations or near-penetrations in the last 18 months or so of the
servers of big projects such as the kernel, GNU, and Debian.)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman

-- 
gentoo-amd64@gentoo.org mailing list



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

end of thread, other threads:[~2006-12-30  1:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-28  6:45 [gentoo-amd64] Wine (with OpenGL) on AMD64 Troy Curtis Jr
2006-12-28 17:29 ` Kevin Koltzau
2006-12-28 20:34   ` Daemon Xavier
2006-12-29 23:44   ` Troy Curtis Jr
2006-12-30  1:00     ` [gentoo-amd64] " Duncan
2006-12-29 15:22 ` [gentoo-amd64] " Marco Matthies

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