Gentoo Archives: gentoo-user

From: Michael Orlitzky <michael@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] iftop and 'ipv6' USE-flag
Date: Wed, 13 Jun 2012 14:14:03
Message-Id: 4FD89FA1.7060407@orlitzky.com
In Reply to: [gentoo-user] iftop and 'ipv6' USE-flag by v_2e@ukr.net
1 On 06/13/12 05:11, v_2e@×××.net wrote:
2 > Hello!
3 > During a recent upgrade, I noticed that 'net-analyzer/iftop' now
4 > needs 'net-libs/libpcap' with the 'ipv6' USE flag. It seemed strange to
5 > me and I decided to ask here. Does 'iftop' really needs IPv6? Can't it
6 > be optional?
7
8 It's an upstream bug, if they consider it one. From the Gentoo ChangeLog:
9
10 30 May 2012; Lars Wendler <polynomial-c@g.o> iftop-
11 1.0_pre2.ebuild:
12 Non-maintainer commit: We need libpcap with ipv6 support or else iftop
13 doesn't work at all.
14
15 I downloaded the latest iftop tarball and,
16
17 1 There is no ./configure option for ipv6
18
19 2 Compiling it against libpcap without ipv6 support works, but it
20 crashes at runtime:
21
22 $ sudo ./iftop
23 ...
24 set_filter_code: ip6 not supported

Replies

Subject Author
Re: [gentoo-user] iftop and 'ipv6' USE-flag v_2e@×××.net