Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] iptables-1.8.1 build failure
Date: Wed, 24 Oct 2018 09:29:15
Message-Id: 5835691.SbQFRHkQFS@peak
1 Hello list,
2
3 Today's update of iptables to 1.8.1 failed here because I didn't have
4 USE=nftables set. After setting that in package.use it was fine. Before I
5 submit a bug report, though, I'd like to understand one thing:
6
7 $ grep nftables $(equery w iptables)
8 IUSE="conntrack ipv6 netlink nftables pcap static-libs"
9 nftables? (
10 nftables? (
11 nftables? ( net-misc/ethertypes )
12 $(use_enable nftables)
13 use nftables && emake -C iptables xtables-config-parser.h
14 if use nftables; then
15
16 Shouldn't that IUSE entry be enough to pull in nftables?
17
18 --
19 Regards,
20 Peter.

Replies

Subject Author
Re: [gentoo-user] iptables-1.8.1 build failure Neil Bothwick <neil@××××××××××.uk>