From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EZxOh-00066K-Mz for garchives@archives.gentoo.org; Wed, 09 Nov 2005 21:22:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jA9LKtc1000198; Wed, 9 Nov 2005 21:20:55 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jA9LBj77019810 for ; Wed, 9 Nov 2005 21:11:46 GMT Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by smtp.gentoo.org with esmtp (Exim 4.43) id 1EZxEP-0007D5-6k for gentoo-user@lists.gentoo.org; Wed, 09 Nov 2005 21:11:45 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EZxCn-0005ak-Om for gentoo-user@gentoo.org; Wed, 09 Nov 2005 22:10:05 +0100 Received: from www.buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Nov 2005 22:10:05 +0100 Received: from wireless by www.buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Nov 2005 22:10:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: vlc dies on GL Date: Wed, 9 Nov 2005 21:08:31 +0000 (UTC) Message-ID: References: <200511100225.07059.abhay.ilugd@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007) Sender: news X-Archives-Salt: 19b83c4f-c2f4-4676-9065-c268b4eb0c1b X-Archives-Hash: f70111f7ff397138bbd26ad54521183a abhay gmail.com> writes: > > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ > >ld: cannot find -lGL > > I know 'GL' is not a use flag, but I cannot seem to find what i need to > > install to fix this problem. Or the package that contains GL. I run KDE > > 3.4. > You are having problems with OpenGL. Did you compile xorg with opengl support? I tried to install mythtv and it failed because of "-lGL". I then tried to update vlc, and it failed with the error message above. I then discover that I had 'v4l' in my make.conf file, so I change it to 'v4l2' and ran "emerge -uD --newuse world' which again dies on the missing GL. I even tried USE="opengl" emerge mythtv which failed at the same point. > What is the output of these two commands? > emerge -pv xorg-x11 [ebuild R ] x11-base/xorg-x11-6.8.2-r4 -3dfx +3dnow +bitmap-fonts -cjk -debug -dlloader -dmx +doc -font-server -insecure-drivers +ipv6 -minimal +mmx +nls -nocxx +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv > opengl-update --get-implementation ati I guess I need to rebuild xorg-x11, and put opengl in make.conf? Here are the latest USE flags in make.conf: USE="-gtk -gnome java qt kde dvd cdr sse mmx 3dnow alsa apache2 calendar cups divx4linux encode ethereal aac jack perl php mysql postgres spell ssl tiff xv ffmpeg mplayer v4l2 dvdr jpeg lm_sensors quicktime xmms xvid mozilla mpeg scanner doc xine theora nsplugin" Note vlc has been installed for a while. It's the rebuild, now that I changed v4l to v4l2 that causing it to die. media-video/vlc Latest version available: 0.8.1-r1 Latest version installed: 0.8.1-r1 emerge -uDp world --newuse These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild R ] dev-java/blackdown-jre-1.4.2.02 [ebuild R ] dev-java/blackdown-jdk-1.4.2.02 [ebuild R ] media-video/vlc-0.8.1-r1 [ebuild R ] media-video/mjpegtools-1.6.2-r4 [ebuild R ] media-video/transcode-0.6.14-r2 -- gentoo-user@gentoo.org mailing list