[Bug 227490] net/libdnet: compilation error
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Apr 13 10:48:12 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227490
Bug ID: 227490
Summary: net/libdnet: compilation error
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: oz42 at oz42.eu
CC: onatan at gmail.com
CC: onatan at gmail.com
Flags: maintainer-feedback?(onatan at gmail.com)
On FreeBSD 11.1-RELEASE-p9 amd64, compilation fails:
--- ip.lo ---
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../include
-I../include -O2 -pipe -fstack-protector -fno-strict-aliasing -Wall -c -o
ip.lo `test -f 'ip.c' || echo './'`ip.c
--- fw-ipfw.lo ---
fw-ipfw.c:52:14: error: no member named 'fw_in_if' in 'struct ip_fw'
ipfw->fw_in_if.fu_via_if.name,
~~~~ ^
fw-ipfw.c:53:15: error: no member named 'fw_in_if' in 'struct ip_fw'
&ipfw->fw_in_if.fu_via_if.unit);
~~~~ ^
fw-ipfw.c:54:10: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_IIFNAME;
~~~~ ^
fw-ipfw.c:54:20: error: use of undeclared identifier 'IP_FW_F_IIFNAME'
ipfw->fw_flg |= IP_FW_F_IIFNAME;
^
fw-ipfw.c:56:9: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_IN;
~~~~ ^
fw-ipfw.c:56:19: error: use of undeclared identifier 'IP_FW_F_IN'
ipfw->fw_flg |= IP_FW_F_IN;
^
fw-ipfw.c:60:14: error: no member named 'fw_out_if' in 'struct ip_fw'
ipfw->fw_out_if.fu_via_if.name,
~~~~ ^
fw-ipfw.c:61:15: error: no member named 'fw_out_if' in 'struct ip_fw'
&ipfw->fw_out_if.fu_via_if.unit);
~~~~ ^
fw-ipfw.c:62:10: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_OIFNAME;
~~~~ ^
fw-ipfw.c:62:20: error: use of undeclared identifier 'IP_FW_F_OIFNAME'
ipfw->fw_flg |= IP_FW_F_OIFNAME;
^
fw-ipfw.c:64:9: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_OUT;
~~~~ ^
fw-ipfw.c:64:19: error: use of undeclared identifier 'IP_FW_F_OUT'
ipfw->fw_flg |= IP_FW_F_OUT;
^
fw-ipfw.c:67:9: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_ACCEPT;
~~~~ ^
fw-ipfw.c:67:19: error: use of undeclared identifier 'IP_FW_F_ACCEPT'
ipfw->fw_flg |= IP_FW_F_ACCEPT;
^
fw-ipfw.c:69:9: error: no member named 'fw_flg' in 'struct ip_fw'
ipfw->fw_flg |= IP_FW_F_DENY;
~~~~ ^
fw-ipfw.c:69:19: error: use of undeclared identifier 'IP_FW_F_DENY'
ipfw->fw_flg |= IP_FW_F_DENY;
^
fw-ipfw.c:71:8: error: no member named 'fw_prot' in 'struct ip_fw'
ipfw->fw_prot = fr->fw_proto;
~~~~ ^
fw-ipfw.c:72:8: error: no member named 'fw_src' in 'struct ip_fw'
ipfw->fw_src.s_addr = fr->fw_src.addr_ip;
~~~~ ^
fw-ipfw.c:73:8: error: no member named 'fw_dst' in 'struct ip_fw'
ipfw->fw_dst.s_addr = fr->fw_dst.addr_ip;
~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list