control: reassign -1 linux-libc-dev
control: forcemerge -1 822396
control: forcemerge -1 822378
control: found -1 4.5.1-1

Hi, this bug is really a bug in linux-libc-dev, I did a git log on kernel 
sources, and in fact I found the culprit of the issue:

http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1ffad83dffd675cd742286ae82dca7d746cb0da8ù

somewhere in
linux/netfilter_ipv4/ip_tables.h
has been added an include <linux/if.h> and then it became conflicting with 
<net/if.h>

for connman package I'm testing right now an *ugly* solution:
"#define _LINUX_IF_H" before the inclusion of the problematic files.

But for sure the culprit has to be solved in linux package I think.

what is your opinion?

cheers,

Gianfranco

Reply via email to