Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 471636 Details for
Bug 617484
net-firewall/ipt_netflow-2.2-r1 : /.../ipt_NETFLOW.h:417:53: error: request for member ‘tv64’ in something not a structure or union
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-firewall:ipt_netflow-2.2-r1:20170504-082840.log
net-firewall:ipt_netflow-2.2-r1:20170504-082840.log (text/plain), 18.33 KB, created by
Toralf Förster
on 2017-05-04 17:00:45 UTC
(
hide
)
Description:
net-firewall:ipt_netflow-2.2-r1:20170504-082840.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2017-05-04 17:00:45 UTC
Size:
18.33 KB
patch
obsolete
> * Package: net-firewall/ipt_netflow-2.2-r1 > * Repository: gentoo > * Maintainer: pinkbyte@gentoo.org netmon@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: preserve-libs sandbox userpriv usersandbox > * Determining the location of the kernel source code > * Found kernel source directory: > * /usr/src/linux > * Found kernel object directory: > * /lib/modules/4.10.13/build > * Found sources for kernel version: > * 4.10.13 > * Checking for suitable kernel configuration options... > [ ok ] >>>> Unpacking source... >>>> Unpacking ipt-netflow-2.2.tgz to /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work >>>> Source unpacked in /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work >>>> Preparing source in /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2 ... > * Applying ipt_netflow-2.0-configure.patch ... > [ ok ] > * Applying ipt_netflow-2.2-linux-4.6.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2 ... >./configure --disable-dkms --ipt-lib=/usr/lib64/xtables --ipt-src=/usr/ --ipt-ver=1.6.1 --kdir=/usr/src/linux --kver=4.10.13 --disable-snmp-agent >Kernel version: 4.10.13 (requested) >Kernel sources: /usr/src/linux (requested) >Kernel config file checked: /usr/src/linux/.config > >! Attention: CONFIG_NF_CONNTRACK_EVENTS is undefined in your kernel configuration >! Without this option enabled natevents will not work. > >Checking for presence of include/linux/llist.h... Yes >Checking for presence of include/linux/grsecurity.h... No >Iptables binary version: 1.6.1 (user specified) >pkg-config for version 1.6.1 exists: Yes >Checking for presence of xtables.h... Yes >Iptables include flags: (pkg-config) >Iptables module path: /usr/lib64/xtables (user specified) >Creating Makefile.. done. > > If you need some options enabled run ./configure --help > Now run: make all install > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2 ... >make -j1 ARCH=x86 CC=x86_64-pc-linux-gnu-gcc all >Compiling for kernel 4.10.13 >make -C /usr/src/linux M=/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2 modules CONFIG_DEBUG_INFO=y >make[1]: Entering directory '/usr/src/linux-4.10.13' > CC [M] /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.o >In file included from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:76:0: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c: In function ânetflow_sendmsgâ: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.h:417:53: error: request for member âtv64â in something not a structure or union > if (!(__get_cpu_var(ipt_netflow_stat)).count.first.tv64) \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:2002:3: note: in expansion of macro âNETFLOW_STAT_TSâ > NETFLOW_STAT_TS(lost); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c: In function ânetflow_export_flow_tplâ: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.h:417:53: error: request for member âtv64â in something not a structure or union > if (!(__get_cpu_var(ipt_netflow_stat)).count.first.tv64) \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3690:3: note: in expansion of macro âNETFLOW_STAT_TSâ > NETFLOW_STAT_TS(lost); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c: In function ânetflow_export_statsâ: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3853:15: error: request for member âtv64â in something not a structure or union > t.drop.first.tv64 = min_not_zero(t.drop.first.tv64, st->drop.first.tv64); > ^ >In file included from ./include/linux/list.h:8:0, > from ./include/linux/module.h:9, > from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:21: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3853:48: error: request for member âtv64â in something not a structure or union > t.drop.first.tv64 = min_not_zero(t.drop.first.tv64, st->drop.first.tv64); > ^ >./include/linux/kernel.h:779:9: note: in definition of macro âmin_not_zeroâ > typeof(x) __x = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3853:48: error: request for member âtv64â in something not a structure or union > t.drop.first.tv64 = min_not_zero(t.drop.first.tv64, st->drop.first.tv64); > ^ >./include/linux/kernel.h:779:19: note: in definition of macro âmin_not_zeroâ > typeof(x) __x = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3853:69: error: request for member âtv64â in something not a structure or union > t.drop.first.tv64 = min_not_zero(t.drop.first.tv64, st->drop.first.tv64); > ^ >./include/linux/kernel.h:780:9: note: in definition of macro âmin_not_zeroâ > typeof(y) __y = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3853:69: error: request for member âtv64â in something not a structure or union > t.drop.first.tv64 = min_not_zero(t.drop.first.tv64, st->drop.first.tv64); > ^ >./include/linux/kernel.h:780:19: note: in definition of macro âmin_not_zeroâ > typeof(y) __y = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:14: error: request for member âtv64â in something not a structure or union > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >In file included from ./include/linux/list.h:8:0, > from ./include/linux/module.h:9, > from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:21: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:38: error: request for member âtv64â in something not a structure or union > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >./include/linux/kernel.h:761:2: note: in definition of macro â__maxâ > t1 max1 = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:23: note: in expansion of macro âmaxâ > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:38: error: request for member âtv64â in something not a structure or union > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >./include/linux/kernel.h:761:13: note: in definition of macro â__maxâ > t1 max1 = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:23: note: in expansion of macro âmaxâ > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:58: error: request for member âtv64â in something not a structure or union > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >./include/linux/kernel.h:762:2: note: in definition of macro â__maxâ > t2 max2 = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:23: note: in expansion of macro âmaxâ > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:58: error: request for member âtv64â in something not a structure or union > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >./include/linux/kernel.h:762:13: note: in definition of macro â__maxâ > t2 max2 = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3854:23: note: in expansion of macro âmaxâ > t.drop.last.tv64 = max(t.drop.last.tv64, st->drop.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3855:15: error: request for member âtv64â in something not a structure or union > t.lost.first.tv64 = min_not_zero(t.lost.first.tv64, st->lost.first.tv64); > ^ >In file included from ./include/linux/list.h:8:0, > from ./include/linux/module.h:9, > from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:21: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3855:48: error: request for member âtv64â in something not a structure or union > t.lost.first.tv64 = min_not_zero(t.lost.first.tv64, st->lost.first.tv64); > ^ >./include/linux/kernel.h:779:9: note: in definition of macro âmin_not_zeroâ > typeof(x) __x = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3855:48: error: request for member âtv64â in something not a structure or union > t.lost.first.tv64 = min_not_zero(t.lost.first.tv64, st->lost.first.tv64); > ^ >./include/linux/kernel.h:779:19: note: in definition of macro âmin_not_zeroâ > typeof(x) __x = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3855:69: error: request for member âtv64â in something not a structure or union > t.lost.first.tv64 = min_not_zero(t.lost.first.tv64, st->lost.first.tv64); > ^ >./include/linux/kernel.h:780:9: note: in definition of macro âmin_not_zeroâ > typeof(y) __y = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3855:69: error: request for member âtv64â in something not a structure or union > t.lost.first.tv64 = min_not_zero(t.lost.first.tv64, st->lost.first.tv64); > ^ >./include/linux/kernel.h:780:19: note: in definition of macro âmin_not_zeroâ > typeof(y) __y = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:14: error: request for member âtv64â in something not a structure or union > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >In file included from ./include/linux/list.h:8:0, > from ./include/linux/module.h:9, > from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:21: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:38: error: request for member âtv64â in something not a structure or union > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >./include/linux/kernel.h:761:2: note: in definition of macro â__maxâ > t1 max1 = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:23: note: in expansion of macro âmaxâ > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:38: error: request for member âtv64â in something not a structure or union > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >./include/linux/kernel.h:761:13: note: in definition of macro â__maxâ > t1 max1 = (x); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:23: note: in expansion of macro âmaxâ > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:58: error: request for member âtv64â in something not a structure or union > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >./include/linux/kernel.h:762:2: note: in definition of macro â__maxâ > t2 max2 = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:23: note: in expansion of macro âmaxâ > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:58: error: request for member âtv64â in something not a structure or union > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >./include/linux/kernel.h:762:13: note: in definition of macro â__maxâ > t2 max2 = (y); \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:3856:23: note: in expansion of macro âmaxâ > t.lost.last.tv64 = max(t.lost.last.tv64, st->lost.last.tv64); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c: In function ânetflow_targetâ: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4799:24: error: âconst struct xt_action_paramâ has no member named âfamilyâ > const int family = par->family; > ^ >In file included from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:76:0: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.h:417:53: error: request for member âtv64â in something not a structure or union > if (!(__get_cpu_var(ipt_netflow_stat)).count.first.tv64) \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4827:3: note: in expansion of macro âNETFLOW_STAT_TSâ > NETFLOW_STAT_TS(drop); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4771:20: error: âconst struct xt_action_paramâ has no member named âinâ > # define if_in par->in > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4838:16: note: in expansion of macro âif_inâ > tuple.i_ifc = if_in? if_in->ifindex : -1; > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4771:20: error: âconst struct xt_action_paramâ has no member named âinâ > # define if_in par->in > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4838:23: note: in expansion of macro âif_inâ > tuple.i_ifc = if_in? if_in->ifindex : -1; > ^ >In file included from /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:76:0: >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.h:417:53: error: request for member âtv64â in something not a structure or union > if (!(__get_cpu_var(ipt_netflow_stat)).count.first.tv64) \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:5075:4: note: in expansion of macro âNETFLOW_STAT_TSâ > NETFLOW_STAT_TS(drop); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.h:417:53: error: request for member âtv64â in something not a structure or union > if (!(__get_cpu_var(ipt_netflow_stat)).count.first.tv64) \ > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:5084:4: note: in expansion of macro âNETFLOW_STAT_TSâ > NETFLOW_STAT_TS(drop); > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4772:20: error: âconst struct xt_action_paramâ has no member named âoutâ > # define if_out par->out > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:5097:15: note: in expansion of macro âif_outâ > nf->o_ifc = if_out? if_out->ifindex : -1; > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:4772:20: error: âconst struct xt_action_paramâ has no member named âoutâ > # define if_out par->out > ^ >/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.c:5097:23: note: in expansion of macro âif_outâ > nf->o_ifc = if_out? if_out->ifindex : -1; > ^ >make[2]: *** [scripts/Makefile.build:301: /var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2/ipt_NETFLOW.o] Error 1 >make[1]: *** [Makefile:1490: _module_/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2] Error 2 >make[1]: Leaving directory '/usr/src/linux-4.10.13' >make: *** [Makefile:25: ipt_NETFLOW.ko] Error 2 > * ERROR: net-firewall/ipt_netflow-2.2-r1::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=net-firewall/ipt_netflow-2.2-r1::gentoo'`, > * the complete build log and the output of `emerge -pqv '=net-firewall/ipt_netflow-2.2-r1::gentoo'`. > * The complete build log is located at '/var/log/portage/net-firewall:ipt_netflow-2.2-r1:20170504-082840.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/temp/environment'. > * Working directory: '/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2' > * S: '/var/tmp/portage/net-firewall/ipt_netflow-2.2-r1/work/ipt-netflow-2.2'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 617484
:
471628
|
471630
|
471632
|
471634
| 471636 |
471638