Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688362 - net-firewall/ipt_netflow-2.3_p20190619 : /.../ipt_NETFLOW.c:4819:32: error: implicit declaration of function vlan_dev_priv
Summary: net-firewall/ipt_netflow-2.3_p20190619 : /.../ipt_NETFLOW.c:4819:32: error: i...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-19 16:35 UTC by Toralf Förster
Modified: 2019-06-20 07:10 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.00 KB, text/plain)
2019-06-19 16:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,221.85 KB, text/plain)
2019-06-19 16:35 UTC, Toralf Förster
Details
environment (environment,91.07 KB, text/plain)
2019-06-19 16:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.04 KB, application/x-bzip)
2019-06-19 16:35 UTC, Toralf Förster
Details
net-firewall:ipt_netflow-2.3_p20190619:20190619-071011.log (net-firewall:ipt_netflow-2.3_p20190619:20190619-071011.log,5.01 KB, text/plain)
2019-06-19 16:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,22.82 KB, application/x-bzip)
2019-06-19 16:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-06-19 16:35:05 UTC
  CC [M]  /var/tmp/portage/net-firewall/ipt_netflow-2.3_p20190619/work/ipt_netflow-2.3_p20190619/ipt_NETFLOW.o
/var/tmp/portage/net-firewall/ipt_netflow-2.3_p20190619/work/ipt_netflow-2.3_p20190619/ipt_NETFLOW.c: In function ‘parse_l2_header’:
/var/tmp/portage/net-firewall/ipt_netflow-2.3_p20190619/work/ipt_netflow-2.3_p20190619/ipt_NETFLOW.c:4819:32: error: implicit declaration of function ‘vlan_dev_priv’; did you mean ‘netdev_priv’? [-Werror=implicit-function-declaration]
 4819 |   struct vlan_dev_priv *vlan = vlan_dev_priv(vlan_dev);
      |                                ^~~~~~~~~~~~~
      |                                netdev_priv

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-developer_libressl-test_20190613-011633

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)

Available Rust versions:
  [1]   rust-1.35.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO net-firewall/ipt_netflow
[ebuild  N    ] net-firewall/ipt_netflow-2.3_p20190619  USE="snmp -debug -natevents"
Comment 1 Toralf Förster gentoo-dev 2019-06-19 16:35:08 UTC
Created attachment 580178 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-19 16:35:10 UTC
Created attachment 580180 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-06-19 16:35:13 UTC
Created attachment 580182 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-06-19 16:35:15 UTC
Created attachment 580184 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-06-19 16:35:18 UTC
Created attachment 580186 [details]
net-firewall:ipt_netflow-2.3_p20190619:20190619-071011.log
Comment 6 Toralf Förster gentoo-dev 2019-06-19 16:35:20 UTC
Created attachment 580188 [details]
temp.tbz2
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2019-06-19 16:39:14 UTC
I just noticed that too on a system I hadn't been testing with. Both are running 5.1.11 so the difference must be in their respective kernel configurations.
Comment 8 Larry the Git Cow gentoo-dev 2019-06-20 07:10:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fadca0db3a2d81c22ee031b640dad57515469c4

commit 6fadca0db3a2d81c22ee031b640dad57515469c4
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-06-20 07:08:17 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-06-20 07:10:03 +0000

    net-firewall/ipt_netflow: Check for CONFIG_VLAN_8021Q
    
    Package-Manager: Portage-2.3.67, Repoman-2.3.14
    Fixes: https://bugs.gentoo.org/688362
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-firewall/ipt_netflow/ipt_netflow-2.3_p20190619.ebuild | 4 ++--
 net-firewall/ipt_netflow/ipt_netflow-9999.ebuild          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)