[Kernel-packages] [Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2014-09-08 Thread kappen
still an issue ! more /usr/src/linux-headers-3.13.0-35-generic/include/uapi/linux/netfilter_ipv4.h /* IPv4-specific defines for netfilter. * (C)1998 Rusty Russell -- This code is GPL. */ #ifndef _UAPI__LINUX_IP_NETFILTER_H #define _UAPI__LINUX_IP_NETFILTER_H #include linux/netfilter.h /*

[Kernel-packages] [Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2014-03-14 Thread Guillaume Hain
Any news regarding this issue ? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory Status in

[Kernel-packages] [Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-09-02 Thread Guillaume Hain
Well now I have a DKMS package, trying to compile on a fresh Ubuntu installation that fail, due to this error. So the package is not able to install correctly my module. Could someone give an update regarding this issue? Is it possible do find a workaround until this issue is fixed? -- You

[Kernel-packages] [Bug 929715] Re: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

2013-08-31 Thread Guillaume Hain
Having spent more time on this I found a fix on my machine (right now with kernel version 3.8.0-29). Updating the line 13 of include/uapi/linux/netfilter_ipv4.h from: #include limits.h /* for INT_MIN, INT_MAX */ to: #include linux/limits.h /* for INT_MIN, INT_MAX */ fixed the issue. -- You