[Bug 1483] v0.9.7 does not compile for arm-linux-gnueabihf
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Nov 16 10:15:20 CET 2020
https://bugzilla.netfilter.org/show_bug.cgi?id=1483
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
It looks like you are not using libnftnl 1.1.8 to compile nftables 0.9.7.
Looking at the build log:
CC netlink.lo
netlink.c: In function ‘chain_parse_udata_cb’:
netlink.c:483:8: error: ‘NFTNL_UDATA_CHAIN_COMMENT’ undeclared (first use in
this function); did you mean ‘NFTNL_UDATA_RULE_COMMENT’?
483 | case NFTNL_UDATA_CHAIN_COMMENT:
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| NFTNL_UDATA_RULE_COMMENT
This is strange.
Did you manipulate the configure.ac file in nftables?
There is a check that is done via pkgconfig that makes sure you can only
compile this with libnftnl-1.1.8
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20201116/d400a9ed/attachment.html>
More information about the netfilter-buglog
mailing list