PDA

View Full Version : 13.04 -> 13.10 DKMS Problems.



telefrancisco
February 19th, 2014, 04:02 PM
Hello.

I've upgraded my Ubuntu 13.04 system without problems. However, when it comes to autoconfigure all modules I have some problems.

For example, compiling fglrx module:


AMD kernel module generator version 2.1
doing Makefile based build for kernel 2.6.x and higher
rm -rf *.c *.h *.o *.ko *.a .??* *.symvers
make -C /lib/modules/3.11.0-17-generic/build SUBDIRS=/var/lib/dkms/fglrx/13.101/build/2.6.x modules
make[1]: se ingresa al directorio «/usr/src/linux-headers-3.11.0-17-generic»
CC [M] /var/lib/dkms/fglrx/13.101/build/2.6.x/firegl_public.o
/var/lib/dkms/fglrx/13.101/build/2.6.x/firegl_public.o: Value too large for defined data type
make[2]: *** [/var/lib/dkms/fglrx/13.101/build/2.6.x/firegl_public.o] Error 1
make[1]: *** [_module_/var/lib/dkms/fglrx/13.101/build/2.6.x] Error 2
make[1]: se sale del directorio «/usr/src/linux-headers-3.11.0-17-generic»
make: *** [kmod_build] Error 2
build failed with return value 2

The strace -c output is as follows:


% time seconds usecs/call calls errors syscall
------ ----------- ----------- --------- --------- ----------------
100.00 0.160053 3811 42 wait4
0.00 0.000000 0 65 read
0.00 0.000000 0 22 write
0.00 0.000000 0 28 open
0.00 0.000000 0 153 3 close
0.00 0.000000 0 1 execve
0.00 0.000000 0 3 chdir
0.00 0.000000 0 1 getpid
0.00 0.000000 0 3 3 access
0.00 0.000000 0 34 pipe
0.00 0.000000 0 3 brk
0.00 0.000000 0 54 dup2
0.00 0.000000 0 1 getppid
0.00 0.000000 0 1 munmap
0.00 0.000000 0 42 2 sigreturn
0.00 0.000000 0 42 clone
0.00 0.000000 0 1 uname
0.00 0.000000 0 3 mprotect
0.00 0.000000 0 7 rt_sigaction
0.00 0.000000 0 6 mmap2
0.00 0.000000 0 32 17 stat64
0.00 0.000000 0 2 fstat64
0.00 0.000000 0 1 geteuid32
0.00 0.000000 0 56 fcntl64
0.00 0.000000 0 1 set_thread_area
------ ----------- ----------- --------- --------- ----------------
100.00 0.160053 604 25 total

However, I've reinstalled libc6 and libc-bin without positive results.

I've tested memory using Memtest 86 and it says Passed with no errors. Hard disk it's not reporting any errors in SMART nor input/output errors in dmesg or so...

Any clues on how can I solve this?

Thank you very much.

Regards.