Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 115389

Summary: x11-apps/ati-drivers-extra-8.20.8 compile error
Product: Gentoo Linux Reporter: Uwe Klosa <uwe.klosa>
Component: [OLD] UnspecifiedAssignee: X11 External Driver Maintainers <x11-drivers>
Status: RESOLVED WORKSFORME    
Severity: normal CC: aa_web
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Uwe Klosa 2005-12-13 01:02:30 UTC
When emerging x11-apps/ati-drivers-extra-8.20.8 the following error occurs:

* Building fgl_glxgears
gcc -o fgl_glxgears -Wall -g -D USE_GLU -I/usr/X11R6/include -L/usr/X11R6/lib
-lGL -lGLU -lX11 -lm fgl_glxgears.c
 * Building the QT fglx panel...
gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux
-DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I.
-I./include_dummy FGLRXExtensions.c
gcc -c -g -O2 -fno-strength-reduce -funsigned-char -Dlinux
-DFGLRX_USE_XEXTENSIONS -DFGLRX_OGL_INFO -DQT_NO_STL -I/usr/X11R6/include -I.
-I./include_dummy ATITVOExtensions.c
In file included from FGLRXExtensions.c:29:
R200_extensions.h:54:28: fglrx_pp_proto.h: No such file or directory
make: *** [FGLRXExtensions.o] Error 1


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.53 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r3,
2.6.14-suspend2-r7 i686)
=================================================================
System uname: 2.6.14-suspend2-r7 i686 Intel(R) Pentium(R) M processor 1.80GHz
Gentoo Base System version 1.12.0_pre11
ccache version 2.4 [enabled]
dev-lang/python:     2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1-r1
sys-devel/libtool:   1.5.20-r1
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="Yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium-m -mtune=pentium-m -pipe -ftracer -ffast-math"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env
/usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium-m -mtune=pentium-m -pipe -ftracer -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.du.se/pub/os/gentoo http://ftp.du.se/pub/os/gentoo
http://ds.thn.htu.se/linux/gentoo http://mirror.pudas.net/gentoo
ftp://mirror.pudas.net/gentoo"
LDFLAGS="-Wl,-O1"
LINGUAS="en sv it"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://gentoo.ub.uu.se/gentoo-portage"
USE="x86 3dnow 3dnowext X alsa apache2 apm audiofile avi berkdb bitmap-fonts
bzip2 cdr crypt cups curl dba directfb divx4linux dts eds emboss encode esd exif
expat fam ffmpeg firefox flac fommaticdb foomaticdb fortran gd gdbm gif
gimpprint glut gmp gpm gstreamer gtk gtk2 guile hal idn imagemagick imlib ipv6
java jce jikes jpeg junit kde lcms ldap libg libg++ libwww lua mad mikmod mmx
mmxext mng motif mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg oggvorbis
openal opengl oss other_var1 other_var2 pam pcre pda pdflib perl png postgres
ppds python qt quicktime radeon readline samba scanner sdl spell sse ssl svg
tcltk tcpd thunderbird tiff truetype truetype-fonts type1-fonts udev unicode usb
userlocales vorbis wavelan webdav xine xml xml2 xmms xv xvid zlib linguas_en
linguas_sv linguas_it userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, PORTDIR_OVERLAY
Comment 1 Ulrich Meyle 2005-12-13 11:17:57 UTC
see also 115163,
there is the bugfix that worked for me when I got this error

good luck, Uli
Comment 2 Uwe Klosa 2005-12-13 23:35:45 UTC
It worked for me, too. Thanks.