[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 /*

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about

[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

[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

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

2013-05-25 Thread Guillaume Hain
Still the same issue with the kernel 3.8.0-22... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage

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

2013-05-18 Thread Guillaume Hain
Since kernel 3.8.0-21 the path of netfilter_ipv4.h file changed: include/uapi/linux/netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2013-05-02 Thread Guillaume Hain
I have just upgraded to kernel 3.8.0-19 and I still have the issue. I have created a small project with the code that reproduce the issue: https://github.com/zedtux/launchpad_bug_929715. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

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

2013-05-01 Thread Guillaume Hain
I will write a very small example of this issue and the procedure to reproduce it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such

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

2013-04-26 Thread Guillaume Hain
Upgrading to Ubuntu 13.04 doesn't solved the issue with kernel version 3.8.0-19. And of course removing the usual include solve the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title:

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

2013-04-10 Thread Guillaume Hain
Again new update of the kernel (3.5.0-27) and same issue and again fixed by removing the include of limits.h file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title:

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

2013-03-18 Thread Guillaume Hain
Today new update of the kernel (3.5.0-26) and still the same issue. Removing the include fix the issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal

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

2013-02-28 Thread Guillaume Hain
In my Virtual Machine Ubuntu 12.04 has the same bug. I have updated the kernel to 3.2.0-38 and make failed. Removing the line still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2013-02-22 Thread Guillaume Hain
Today brand new version of the kernel: 3.5.0-25 and still this bug. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

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

2013-02-21 Thread Guillaume Hain
New kernel 3.5.0-24 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error:

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

2013-02-01 Thread Guillaume Hain
Again today upgraded my kernel 3.5.0-23 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

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

2013-01-18 Thread Guillaume Hain
Today upgraded my kernel to 3.5.0-22 and the bug is still there. Removing the include still fix that issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47:

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

2013-01-16 Thread Guillaume Hain
Any news regarding this issue ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about

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

2013-01-07 Thread Guillaume Hain
Sorry for the very long delay... I'm coming back to the development, and so worked on linux kernel 3.5 and still have to remove the include. ** Changed in: linux (Ubuntu) Status: Triaged = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

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

2012-03-08 Thread Joseph Salisbury
There is a newer version of the kernel than the one you tested when this issue was found. Please test again with the newer kernel and indicate in the bug if this issue still exists or not. You can upgrade just your kernel by running the following in a terminal: sudo apt-get update sudo apt-get

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

2012-02-09 Thread Guillaume Hain
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory To manage notifications about this bug go to:

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

2012-02-09 Thread Brad Figg
** Changed in: linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: netfilter_ipv4.h:13:47: fatal error: limits.h: No such file or directory

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

2012-02-09 Thread Joseph Salisbury
** Changed in: linux (Ubuntu) Importance: Undecided = Medium ** Changed in: linux (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929715 Title: