reassign 379720 linux-kernel-headers tags 379720 patch I am reassigning this bug to linux-kernel-headers as it seems to be the root cause for this FTBFS, the last upload of vdr-plugin-bitstreamout was in on 2006-04-30, at this time it was built without any problems. A few tests showed that this FTBFS was introduced with the upload of linux-kernel-headers 2.6.17.1-1.
The following patch fixes this FTBFS, i hope it is correct and does not
introduce other problems:
diff -Nurd
linux-kernel-headers-2.6.17.7.orig/include/asm-generic/bitops/fls64.h
linux-kernel-headers-2.6.17.7/include/asm-generic/bitops/fls64.h
--- linux-kernel-headers-2.6.17.7.orig/include/asm-generic/bitops/fls64.h
2006-08-14 22:17:50.000000000 +0200
+++ linux-kernel-headers-2.6.17.7/include/asm-generic/bitops/fls64.h
2006-08-14 22:21:44.000000000 +0200
@@ -2,6 +2,7 @@
#define _ASM_GENERIC_BITOPS_FLS64_H_
#include <asm/types.h>
+#include <asm-generic/bitops/fls.h>
static inline int fls64(__u64 x)
{
Regards,
Thomas
--
Thomas Schmidt, Debian VDR Team
http://pkg-vdr-dvb.alioth.debian.org/
signature.asc
Description: Digital signature

