Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: vlc dies on GL
Date: Wed, 09 Nov 2005 21:22:24
Message-Id: loom.20051109T215859-36@post.gmane.org
In Reply to: Re: [gentoo-user] vlc dies on GL by abhay
1 abhay <abhay.ilugd <at> gmail.com> writes:
2
3
4 > > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/
5 > >ld: cannot find -lGL
6
7 > > I know 'GL' is not a use flag, but I cannot seem to find what i need to
8 > > install to fix this problem. Or the package that contains GL. I run KDE
9 > > 3.4.
10
11 > You are having problems with OpenGL. Did you compile xorg with opengl support?
12
13 I tried to install mythtv and it failed because of "-lGL". I then tried to update
14 vlc, and it failed with the error message above. I then discover that I had
15 'v4l' in my make.conf file, so I change it to 'v4l2' and ran
16 "emerge -uD --newuse world'
17 which again dies on the missing GL.
18
19 I even tried
20
21 USE="opengl" emerge mythtv
22 which failed at the same point.
23
24
25 > What is the output of these two commands?
26 > emerge -pv xorg-x11
27
28 [ebuild R ] x11-base/xorg-x11-6.8.2-r4 -3dfx +3dnow +bitmap-fonts -cjk
29 -debug -dlloader -dmx +doc -font-server -insecure-drivers +ipv6 -minimal +mmx
30 +nls -nocxx +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts
31 (-uclibc) -xprint +xv
32
33 > opengl-update --get-implementation
34 ati
35
36
37 I guess I need to rebuild xorg-x11, and put opengl in
38 make.conf?
39
40
41 Here are the latest USE flags in make.conf:
42 USE="-gtk -gnome java qt kde dvd cdr sse mmx 3dnow alsa apache2 calendar cups
43 divx4linux encode ethereal aac jack perl php mysql postgres spell ssl tiff xv
44 ffmpeg mplayer v4l2 dvdr jpeg lm_sensors quicktime xmms xvid mozilla mpeg
45 scanner doc xine theora nsplugin"
46
47 Note vlc has been installed for a while. It's the rebuild, now that
48 I changed v4l to v4l2 that causing it to die.
49
50 media-video/vlc
51 Latest version available: 0.8.1-r1
52 Latest version installed: 0.8.1-r1
53
54 emerge -uDp world --newuse
55
56 These are the packages that I would merge, in order:
57
58 Calculating world dependencies ...done!
59 [ebuild R ] dev-java/blackdown-jre-1.4.2.02
60 [ebuild R ] dev-java/blackdown-jdk-1.4.2.02
61 [ebuild R ] media-video/vlc-0.8.1-r1
62 [ebuild R ] media-video/mjpegtools-1.6.2-r4
63 [ebuild R ] media-video/transcode-0.6.14-r2
64
65
66
67
68 --
69 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: vlc dies on GL abhay <abhay.ilugd@×××××.com>