Bug#379720: vdr-plugin-bitstreamout: FTBFS: error: 'fls' was not
declared in this scope
Thomas Schmidt
tschmidt at debian.org
Mon Aug 14 21:15:19 UTC 2006
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/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-vdr-dvb-devel/attachments/20060814/7674cfb7/attachment.pgp
More information about the pkg-vdr-dvb-devel
mailing list