Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737950 - net-firewall/ipt_netflow-{version?} builds but does not install libip6t_NETFLOW.so
Summary: net-firewall/ipt_netflow-{version?} builds but does not install libip6t_NETFL...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Popov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-18 21:04 UTC by Bruce Guenter
Modified: 2020-08-19 08:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bruce Guenter 2020-08-18 21:04:08 UTC
The net-firewall/ipt_netflow package builds both IPv4 and IPv6 modules for iptables, but only installs the former. It should also install libip6t_NETFLOW.so to allow the use of it with ip6tables.

Reproducible: Always
Comment 1 Alarig Le Lay 2020-08-19 07:20:13 UTC
Hi,

I also noticed it, I have modified the ebuild on my overlay for this, https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay/src/branch/master/net-firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild should install the IPv6 module as well.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-19 08:15:47 UTC
Which version are you on?
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2020-08-19 08:17:51 UTC
(In reply to Alarig Le Lay from comment #1)

> I also noticed it, I have modified the ebuild on my overlay for this,

Noticed what?

> https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay/src/branch/master/net-
> firewall/ipt_netflow/ipt_netflow-2.4-r1.ebuild should install the IPv6
> module as well.

2.4 is quite old now. Also, why don't you attach some of those files here?
Comment 4 Larry the Git Cow gentoo-dev 2020-08-19 08:38:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d679ab1fa2373d13ef13d6ad644af512ceaef02

commit 4d679ab1fa2373d13ef13d6ad644af512ceaef02
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-08-19 08:36:47 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-08-19 08:38:46 +0000

    net-firewall/ipt_netflow: Install libip6t_NETFLOW.so
    
    Package-Manager: Portage-3.0.3, Repoman-3.0.0
    Closes: https://bugs.gentoo.org/737950
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 .../ipt_netflow/ipt_netflow-2.5.1-r1.ebuild        | 107 +++++++++++++++++++++
 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild   |   7 +-
 2 files changed, 112 insertions(+), 2 deletions(-)