Bug#836961: r8168-dkms: Compilation error with linux-image-4.7.0-1-amd64

2016-09-07 Thread Henry Precheur
Package: r8168-dkms Version: 8.042.00-1 Severity: serious Tags: upstream Justification: fails to build from source Hi, I tried to build r8168-dkms with the latest kernel image, and I get the following errors: /var/lib/dkms/r8168/8.042.00/build/r8168_n.c: In function ‘rtl8168_init_one’:

Bug#333636: Patch to correct FTBFS

2006-01-24 Thread Henry Precheur
The fix is a little bit more complicated than '.' to '->'. I have attached a patch to correct this. And yes I guess upgrading to version 0.15 should be better but apparently it does not compile under current debian testing (dont have tried unstable). -- Henry Prêcheur diff -ru ffmpeg2theora-0.

Bug#337460: Patch to correct FTBFS

2006-01-15 Thread Henry Precheur
The problem is that f2c wants to link to the MAIN__ function which is the "fortran main". Apparently it is just a dummy function call. And the fix is quite simple: Add "int MAIN__( ) { return 0; }" somewhere is the sources. Or pass the option -u MAIN__ to the linker. The attached patch correc