Comment 54 for bug 642518

Revision history for this message
Marius Ciepluch (wishinet-googlemail) wrote :

Nope, dkms for fglrx still doesn't build - I updated from proposed a minute ago.

2.6.32-25,
x86_64,
clean test system

The make.sh in the directory fails at:

CC [M] /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.o
   /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c: In function
   ‘KCL_IOCTL_AllocUserSpace32’: /var/lib/dkms/fglrx/10-9/build/kcl_ioctl.c:196:
   error: implicit declaration of function ‘compat_alloc_user_space’

So... implicit declaration.... sounds fun. This has to be for x64 systems (read the comment for compat_alloc_user_space). compat.h is imported. So no worries:

It's arch_compat_alloc_user_space and it builds with make.sh. However of course not with the package, that needs these fixes right now.
All that is needed to do: these 5 literals in front of the function. :) We will do this. :) I believe!