[Kernel-packages] [Bug 1509894] Re: Cannot include "netinet/in.h" with "linux/netfilter/nf_nat.h" and "sys/capability.h"

2015-10-28 Thread David Renshaw
I now have something that appears to work for me. Please feel free to close this bug or mark it as invalid. Thanks. -- 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/1509894 Title: Cannot i

[Kernel-packages] [Bug 1509894] Re: Cannot include "netinet/in.h" with "linux/netfilter/nf_nat.h" and "sys/capability.h"

2015-10-28 Thread David Renshaw
I've found that I can work around the issue by reordering my includes, like this: ``` // test.c #include "netinet/in.h" #include "sys/capability.h" #include "linux/netfilter/nf_nat.h" int main() { // Program that needs to call capset() and htonl(), and also needs // to do some netfilter thing

[Kernel-packages] [Bug 1509894] ProcCpuinfo.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505050/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1509894] ProcModules.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505052/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1509894] ProcInterrupts.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505051/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

[Kernel-packages] [Bug 1509894] CRDA.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505043/+files/CRDA.txt -- 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/1509894 Ti

[Kernel-packages] [Bug 1509894] WifiSyslog.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505054/+files/WifiSyslog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1509894] JournalErrors.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "JournalErrors.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505047/+files/JournalErrors.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.n

[Kernel-packages] [Bug 1509894] PciMultimedia.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "PciMultimedia.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505049/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.n

[Kernel-packages] [Bug 1509894] CurrentDmesg.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505046/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 1509894] Card0.Codecs.codec97.0.ac97.0.0.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505044/+files/Card0.Codecs.codec97.0.ac97.0.0.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux

[Kernel-packages] [Bug 1509894] UdevDb.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505053/+files/UdevDb.txt -- 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/1509894

[Kernel-packages] [Bug 1509894] Re: Cannot include "netinet/in.h" with "linux/netfilter/nf_nat.h" and "sys/capability.h"

2015-10-25 Thread David Renshaw
apport information ** Tags added: apport-collected wily ** Description changed: I expect to be able to compile the following program (and indeed I am able to compile it on Ubuntu release before 15.10): ``` // test.c #include "sys/capability.h" #include "netinet/in.h" #include "l

[Kernel-packages] [Bug 1509894] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "Card0.Codecs.codec97.0.ac97.0.0.regs.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505045/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribe

[Kernel-packages] [Bug 1509894] Lspci.txt

2015-10-25 Thread David Renshaw
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1509894/+attachment/4505048/+files/Lspci.txt -- 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/1509894

[Kernel-packages] [Bug 1509894] [NEW] Cannot include "netinet/in.h" with "linux/netfilter/nf_nat.h" and "sys/capability.h"

2015-10-25 Thread David Renshaw
Public bug reported: I expect to be able to compile the following program (and indeed I am able to compile it on Ubuntu release before 15.10): ``` // test.c #include "sys/capability.h" #include "netinet/in.h" #include "linux/netfilter/nf_nat.h" int main() { // Program that needs to call capset