I'm having the same problem, it appears to be specifically due to the line
Code:
Depends: glx-alternative-fglrx (>= 0.4.1~) but 0.4.0~bpo70+1 is to be installed
I would follow the instructions from https://wiki.debian.org/ATIProprietary, but it requires some Debian 7 "Wheezy" things in /etc/apt/sources.list and I don't know if it would be safe to add them now due to Kali's deviations from Wheezy. I originally tried installing the latest stable release of the Catalyst driver, but it results in a DKMS error that I couldn't fix. Others were able to patch the AMD install files, and I tried to do this manually, but I think I still get the problem due to my 3.12 Kernel being too new. The latest beta release of the Catalyst driver builds successfully (no DKMS error) but somehow 'aticonfig' gets screwed up, and gives an error:
Code:
error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
I checked libGL.so.1, and couldn't find a problem with it. I then tried to build the package manually using
Code:
./amd-driver-installer-13.35.1005-x86.x86_64.run --buildpkg Debian/stable
But it fails due to
Code:
...
dh_install: Compatibility levels before 5 are deprecated (level 4 in use)
cp: cannot stat `./usr/X11R6/lib64/modules/linux': No such file or directory
dh_install: cp -a ./usr/X11R6/lib64/modules/linux debian/fglrx-driver/usr/lib/xorg/modules/ returned exit code 1
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Removing temporary directory: fglrx-install.cj15fC
So now like the original author here, I figured I could at least fall back to the original "fglrx-driver" package available in the repo, but I can't. The only reason I'm screwing around with these AMD proprietary drivers is to get OpenCL working, so if anyone has some advice on that, I'd love to hear it.