1 |
Volker Armin Hemmann <volker.armin.hemmann <at> tu-clausthal.de> writes: |
2 |
|
3 |
> x11-base/xorg-server |
4 |
> Installed versions: 1.5.2 |
5 |
|
6 |
> media-libs/mesa |
7 |
Installed versions: 7.2 |
8 |
> |
9 |
> x11-base/xorg-x11 |
10 |
> Installed versions: 7.4 |
11 |
|
12 |
> x11-drivers/ati-drivers |
13 |
> Installed versions: 8.552-r2 |
14 |
|
15 |
|
16 |
Got the first 3/4 |
17 |
|
18 |
ati-drivers will not compile, any version. Here is the |
19 |
errors from 8.552-r2 : |
20 |
|
21 |
|
22 |
Building fgl_glxgears |
23 |
In file included from fgl_glxgears.c:70: |
24 |
/var/tmp/portage/x11-drivers/ati-drivers-8.552-r2/work/common |
25 |
/usr/include/GL/glATI.h:3153:1: |
26 |
warning: "GL_ATI_texture_env_combine3" redefined |
27 |
In file included from /usr/include/GL/gl.h:2150, |
28 |
from /usr/include/GL/glu.h:38, |
29 |
from fgl_glxgears.c:59: |
30 |
/usr/include/GL/glext.h:6606:1: warning: this is the location of the previous |
31 |
definition |
32 |
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: |
33 |
cannot find -lGL |
34 |
collect2: ld returned 1 exit status |
35 |
|
36 |
ERROR: x11-drivers/ati-drivers-8.552-r2 failed. |
37 |
Call stack: |
38 |
ebuild.sh, line 49: Called src_compile |
39 |
environment, line 3311: Called die |
40 |
The specific snippet of code: |
41 |
"$(tc-getCC)" -o fgl_glxgears ${CFLAGS} ${LDFLAGS} -DUSE_GLU |
42 |
-I"${S}"/common/usr/include fgl_glxgears.c -lGL -lGLU -lX11 -lm || die |
43 |
"fgl_glxgears build failed"; |
44 |
The die message: |
45 |
fgl_glxgears build failed |
46 |
|
47 |
|
48 |
So what did I miss? |
49 |
|
50 |
James |