Summary: | net-firewall/nftables-0.4 - netlink.c:1053:31: error: ‘NFT_SET_ATTR_POLICY’ undeclared (first use in this function) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Markus Rathgeb <maggu2810> |
Component: | [OLD] Core system | Assignee: | Manuel Rüger (RETIRED) <mrueg> |
Status: | RESOLVED TEST-REQUEST | ||
Severity: | normal | CC: | base-system, sven.koehler |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Markus Rathgeb
2015-01-10 11:17:27 UTC
Created attachment 393598 [details]
build.log
I grepped the include directory of tag 'v3.19-rc3' of repo 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'. git checkout v3.19-rc3 grep -r NFT_SET_ATTR_ include/ <nothing found> The problem is solved after updating net-libs/libnftnl from 1.0.2 to 1.0.3, too. So, the dependencies should be changed to fit at least: * sys-kernel/linux-headers-3.18 * net-libs/libnftnl-1.0.3 Is this correct or do I something completely wrong? Is the missing log level macro (NFT_EXPR_LOG_LEVEL) for <linux-headers-3.18 something that should be fixed, too? Is this also solved using net-libs/libnftnl-1.0.3? nftables 0.4 emerged fine after an upgrade of libnftnl to 1.0.3. linux-headers remained at version 3.9. The actualy kernel in /usr/src/linux however is 3.18.x. nftables 0.4 emerged fine after an upgrade of libnftnl to 1.0.3 from 1.0.2. My linux-headers is version 3.16. The actualy kernel in /usr/src/linux however is 3.18.7. Please test again with nftables-0.5 WFM (merging) |