Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2018 10:48:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227490] net/libdnet: compilation error
Message-ID:  <bug-227490-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227490

            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@FreeBSD.org
          Reporter: oz42@oz42.eu
                CC: onatan@gmail.com
                CC: onatan@gmail.com
             Flags: maintainer-feedback?(onatan@gmail.com)

On FreeBSD 11.1-RELEASE-p9 amd64, compilation fails:


--- ip.lo ---
/bin/sh ../libtool --mode=3Dcompile cc -DHAVE_CONFIG_H -I. -I. -I../include=
=20=20
-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 |=3D IP_FW_F_IIFNAME;
                        ~~~~  ^
fw-ipfw.c:54:20: error: use of undeclared identifier 'IP_FW_F_IIFNAME'
                        ipfw->fw_flg |=3D IP_FW_F_IIFNAME;
                                        ^
fw-ipfw.c:56:9: error: no member named 'fw_flg' in 'struct ip_fw'
                ipfw->fw_flg |=3D IP_FW_F_IN;
                ~~~~  ^
fw-ipfw.c:56:19: error: use of undeclared identifier 'IP_FW_F_IN'
                ipfw->fw_flg |=3D 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 |=3D IP_FW_F_OIFNAME;
                        ~~~~  ^
fw-ipfw.c:62:20: error: use of undeclared identifier 'IP_FW_F_OIFNAME'
                        ipfw->fw_flg |=3D IP_FW_F_OIFNAME;
                                        ^
fw-ipfw.c:64:9: error: no member named 'fw_flg' in 'struct ip_fw'
                ipfw->fw_flg |=3D IP_FW_F_OUT;
                ~~~~  ^
fw-ipfw.c:64:19: error: use of undeclared identifier 'IP_FW_F_OUT'
                ipfw->fw_flg |=3D IP_FW_F_OUT;
                                ^
fw-ipfw.c:67:9: error: no member named 'fw_flg' in 'struct ip_fw'
                ipfw->fw_flg |=3D IP_FW_F_ACCEPT;
                ~~~~  ^
fw-ipfw.c:67:19: error: use of undeclared identifier 'IP_FW_F_ACCEPT'
                ipfw->fw_flg |=3D IP_FW_F_ACCEPT;
                                ^
fw-ipfw.c:69:9: error: no member named 'fw_flg' in 'struct ip_fw'
                ipfw->fw_flg |=3D IP_FW_F_DENY;
                ~~~~  ^
fw-ipfw.c:69:19: error: use of undeclared identifier 'IP_FW_F_DENY'
                ipfw->fw_flg |=3D IP_FW_F_DENY;
                                ^
fw-ipfw.c:71:8: error: no member named 'fw_prot' in 'struct ip_fw'
        ipfw->fw_prot =3D fr->fw_proto;
        ~~~~  ^
fw-ipfw.c:72:8: error: no member named 'fw_src' in 'struct ip_fw'
        ipfw->fw_src.s_addr =3D 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 =3D fr->fw_dst.addr_ip;
        ~~~~  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=3D]

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227490-7788>