Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646432 - net-firewall/ipset-6.34 : /.../ip_set_bitmap_gen.h:44:2: error: implicit declaration of function setup_timer
Summary: net-firewall/ipset-6.34 : /.../ip_set_bitmap_gen.h:44:2: error: implicit decl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on: 680438
Blocks: 663616
  Show dependency tree
 
Reported: 2018-02-02 18:48 UTC by Toralf Förster
Modified: 2019-05-25 23:38 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.23 KB, text/plain)
2018-02-02 18:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,290.61 KB, text/plain)
2018-02-02 18:48 UTC, Toralf Förster
Details
environment (environment,121.87 KB, text/plain)
2018-02-02 18:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.53 KB, application/x-bzip)
2018-02-02 18:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,12.25 KB, application/x-bzip)
2018-02-02 18:48 UTC, Toralf Förster
Details
net-firewall:ipset-6.34:20180202-181135.log (net-firewall:ipset-6.34:20180202-181135.log,31.42 KB, text/plain)
2018-02-02 18:48 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,32.31 KB, application/x-bzip)
2018-02-02 18:48 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 2018-02-02 18:48:22 UTC
In file included from /var/tmp/portage/net-firewall/ipset-6.34/work/ipset-6.34/kernel/net/netfilter/ipset/ip_set_bitmap_ip.c:216:0:
/var/tmp/portage/net-firewall/ipset-6.34/work/ipset-6.34/kernel/net/netfilter/ipset/ip_set_bitmap_gen.h: In function ‘bitmap_ip_gc_init’:
/var/tmp/portage/net-firewall/ipset-6.34/work/ipset-6.34/kernel/net/netfilter/ipset/ip_set_bitmap_gen.h:44:2: error: implicit declaration of function ‘setup_timer’; did you mean ‘sk_stop_timer’? [-Werror=implicit-function-declaration]
  setup_timer(&map->gc, gc, (unsigned long)set);
  ^~~~~~~~~~~
  sk_stop_timer

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_libressl_20180127-224621

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0
 [2] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems)
  [2]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-firewall/ipset
[ebuild  N    ] net-firewall/ipset-6.32  USE="modules"
Comment 1 Toralf Förster gentoo-dev 2018-02-02 18:48:25 UTC
Created attachment 517592 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-02-02 18:48:28 UTC
Created attachment 517594 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-02-02 18:48:31 UTC
Created attachment 517596 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-02-02 18:48:34 UTC
Created attachment 517598 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-02-02 18:48:37 UTC
Created attachment 517600 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-02-02 18:48:39 UTC
Created attachment 517602 [details]
net-firewall:ipset-6.34:20180202-181135.log
Comment 7 Toralf Förster gentoo-dev 2018-02-02 18:48:42 UTC
Created attachment 517604 [details]
temp.tbz2
Comment 8 nE0sIghT 2019-02-22 17:46:41 UTC
There is no such issue in ipset-7.1
Comment 9 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2019-05-25 23:38:27 UTC
setup_timer with older kernel versions was fixed in 6.35, 6.38 is in the tree now.