after upgrading the fglrx drivers to version 12-1-2 i've got this error during the configuration:
Code:
First Installation: checking all kernels...
Building for 3.2-8.slh.1-aptosid-686 and 3.2-8.slh.2-aptosid-686
Building initial module for 3.2-8.slh.1-aptosid-686
Error! Bad return status for module build on kernel: 3.2-8.slh.1-aptosid-686 (i686)
Consult /var/lib/dkms/fglrx/12-1/build/make.log for more information.
and this is the log it say to check:
Code:
# cat /var/lib/dkms/fglrx/12-1/build/make.log
DKMS make.log for fglrx-12-1 for kernel 3.2-8.slh.2-aptosid-686 (i686)
Tue Feb 28 11:17:59 CET 2012
make: Entering directory `/usr/src/linux-headers-3.2-8.slh.2-aptosid-686'
LD /var/lib/dkms/fglrx/12-1/build/built-in.o
CC [M] /var/lib/dkms/fglrx/12-1/build/firegl_public.o
In file included from /var/lib/dkms/fglrx/12-1/build/firegl_public.c:194:0:
/var/lib/dkms/fglrx/12-1/build/kcl_debug.h:202:5: warning: "_DEBUG" is not defined [-Wundef]
/var/lib/dkms/fglrx/12-1/build/firegl_public.c: In function ‘KCL_fpu_begin’:
/var/lib/dkms/fglrx/12-1/build/firegl_public.c:5804:28: error: ‘TS_USEDFPU’ undeclared (first use in this function)
/var/lib/dkms/fglrx/12-1/build/firegl_public.c:5804:28: note: each undeclared identifier is reported only once for each function it appears in
/var/lib/dkms/fglrx/12-1/build/firegl_public.c: At top level:
/var/lib/dkms/fglrx/12-1/build/kcl_debug.h:162:16: warning: ‘module_log_map’ defined but not used [-Wunused-variable]
/var/lib/dkms/fglrx/12-1/build/kcl_debug.h:175:19: warning: ‘module_type_map’ defined but not used [-Wunused-variable]
make[1]: *** [/var/lib/dkms/fglrx/12-1/build/firegl_public.o] Error 1
make: *** [_module_/var/lib/dkms/fglrx/12-1/build] Error 2
make: Leaving directory `/usr/src/linux-headers-3.2-8.slh.2-aptosid-686'
i've tried reconfiguring, reinstalling headers,downgrading the package to the wheezy version but nothing seems to be a solution(every other kernel have the same problem, this is just the last one with the last kernel)[/code] |