Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] VLC emerge Fails
Date: Sun, 12 Apr 2009 11:54:30
Message-Id: 200904121354.17378.volkerarmin@googlemail.com
In Reply to: [gentoo-user] VLC emerge Fails by Strake
1 On Sonntag 12 April 2009, Strake wrote:
2 > I was running happily with VLC 0.9.7 until I discovered that I had
3 > built it without a52 support, which was required to view some file. I
4 > promptly changed the appropriate USE flag and re-emerged. However, the
5 > emerge now fails with the uninformative die message "econf failed".
6 >
7 > This is the section of the build log which seems relevant:
8 > checking GL/glu.h usability... no
9 > checking GL/glu.h presence... no
10 > checking for GL/glu.h... no
11 > checking GL/glx.h usability... no
12 > checking GL/glx.h presence... no
13 > checking for GL/glx.h... no
14 > configure: error: Please install GL development package. Alternatively
15 > you can also configure with --disable-glx.
16 >
17 > I simply do not know which package I must install! I would prefer not
18 > to disable gl support. To which package is this message referring?
19
20
21 you have to install mesa.
22 If mesa is installed, there should be symlinks in /usr/include/GL pointing to
23 the right header files:
24 ls -lh /usr/include/GL/
25 insgesamt 2,2M
26 -rw-r--r-- 1 root root 4,6K 29. Mär 23:52 dmesa.h
27 -rw-r--r-- 1 root root 2,2K 29. Mär 23:52 ggimesa.h
28 -rwxr-xr-x 1 root root 246K 5. Apr 05:29 glATI.h
29 -rw-r--r-- 1 root root 622K 4. Dez 06:06 glew.h
30 lrwxrwxrwx 1 root root 40 5. Apr 19:11 glext.h ->
31 /usr/lib64/opengl/global/include/glext.h
32 -rw-r--r-- 1 root root 4,3K 29. Mär 23:52 glfbdev.h
33 lrwxrwxrwx 1 root root 39 5. Apr 19:11 gl.h -> /usr/lib64/opengl/xorg-
34 x11/include/gl.h
35 -rw-r--r-- 1 root root 101K 29. Mär 23:52 gl_mangle.h
36 -rw-r--r-- 1 root root 17K 29. Mär 23:52 glu.h
37 -rw-r--r-- 1 root root 3,3K 29. Mär 23:52 glu_mangle.h
38 -rw-r--r-- 1 root root 4,1K 2. Aug 2007 glutf90.h
39 -rw-r--r-- 1 root root 30K 2. Aug 2007 glut.h
40 -rwxr-xr-x 1 root root 7,3K 5. Apr 05:29 glxATI.h
41 -rw-r--r-- 1 root root 56K 4. Dez 06:06 glxew.h
42 lrwxrwxrwx 1 root root 41 5. Apr 19:11 glxext.h ->
43 /usr/lib64/opengl/global/include/glxext.h
44 lrwxrwxrwx 1 root root 40 5. Apr 19:11 glx.h -> /usr/lib64/opengl/xorg-
45 x11/include/glx.h
46 -rw-r--r-- 1 root root 4,2K 30. Jul 2008 glxint.h
47 -rw-r--r-- 1 root root 3,4K 29. Mär 23:52 glx_mangle.h
48 lrwxrwxrwx 1 root root 42 5. Apr 19:11 glxmd.h -> /usr/lib64/opengl/xorg-
49 x11/include/glxmd.h
50 lrwxrwxrwx 1 root root 45 5. Apr 19:11 glxproto.h ->
51 /usr/lib64/opengl/xorg-x11/include/glxproto.h
52 lrwxrwxrwx 1 root root 46 5. Apr 19:11 glxtokens.h ->
53 /usr/lib64/opengl/xorg-x11/include/glxtokens.h
54 drwxr-xr-x 2 root root 4 29. Mär 23:52 internal
55 -rw-r--r-- 1 root root 4,9K 29. Mär 23:52 mesa_wgl.h
56 -rw-r--r-- 1 root root 3,1K 29. Mär 23:52 mglmesa.h
57 -rw-r--r-- 1 root root 8,4K 29. Mär 23:52 osmesa.h
58 -rw-r--r-- 1 root root 2,5K 29. Mär 23:52 svgamesa.h
59 -rw-r--r-- 1 root root 51K 29. Mär 23:52 vms_x_fix.h
60 -rw-r--r-- 1 root root 50K 4. Dez 06:06 wglew.h
61 -rw-r--r-- 1 root root 4,4K 29. Mär 23:52 wmesa.h

Replies

Subject Author
Re: [gentoo-user] VLC emerge Fails Strake <strake888@×××××.com>