Summary: | net-firewall/nftables-0.8.1 - libnftnl dependency incorrect | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Niels Hamaker <niels> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
nftables-0.8.1 build log
emerge info patch to update dependency |
Created attachment 515378 [details]
emerge info
Created attachment 515380 [details, diff]
patch to update dependency
This (teeny) patch allowed me to build nftables-0.8.1 successfully.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9956ab22b89a30b123b21dde55b9b9971c68dc4 commit c9956ab22b89a30b123b21dde55b9b9971c68dc4 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2018-01-20 18:57:40 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2018-01-20 18:57:58 +0000 net-firewall/nftables: Adjusted dependency on net-libs/libnftnl. Closes: https://bugs.gentoo.org/645144 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-firewall/nftables/nftables-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
Created attachment 515376 [details] nftables-0.8.1 build log When building nftables configure reports that the version of libnftnl required is 1.0.9 or greater: Requested 'libnftnl >= 1.0.9' but version of libnftnl is 1.0.8 The dependencies in the ebuild don't match this (it states >= 1.0.8).