From owner-freebsd-ports-bugs@freebsd.org Fri Apr 13 10:48:12 2018 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5135FA37E8 for ; Fri, 13 Apr 2018 10:48:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 266977AE23 for ; Fri, 13 Apr 2018 10:48:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DBB2FFA37E7; Fri, 13 Apr 2018 10:48:11 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7DBFFA37E6 for ; Fri, 13 Apr 2018 10:48:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4EE917AE02 for ; Fri, 13 Apr 2018 10:48:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 7B40C14D08 for ; Fri, 13 Apr 2018 10:48:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w3DAmAxh058372 for ; Fri, 13 Apr 2018 10:48:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w3DAmA7p058368 for ports-bugs@FreeBSD.org; Fri, 13 Apr 2018 10:48:10 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 227490] net/libdnet: compilation error Date: Fri, 13 Apr 2018 10:48:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: oz42@oz42.eu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 10:48:12 -0000 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.=