Control: tag -1 unreproducible moreinfo Control: found -1 1:15.12-2~bpo8+1 On Fri, 26 Feb 2016 15:55:16 -0300 Dererk <der...@debian.org> wrote: > It appears that while working at 3.16 kernel from Jessie, the latest > fglrx source (1:15.12) is not building against the 4.3 backported kernel > (nor anything newer than 4.2x).
Hi, I cannot reproduce your problem. The module builds fine for all amd64 kernels from (old-(old-))stable over testing to sid including backports. That is from 2.6.x in squeeze up to 4.4 in sid (with exclusion of the grsec patch kernel). 4.5 is broken on the kernel side. There is no i387.h in the kernel headers, but fglrx also doesn't attempt to load that header: #if LINUX_VERSION_CODE < KERNEL_VERSION(4,2,0) #include "asm/i387.h" #else #include <asm/fpu/api.h> #endif Andreas