From owner-freebsd-ports-bugs@freebsd.org Mon Jul 8 14:18:04 2019 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 201C115DFB23 for ; Mon, 8 Jul 2019 14:18:04 +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 A5C29705A7 for ; Mon, 8 Jul 2019 14:18:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5EB6E15DFB22; Mon, 8 Jul 2019 14:18:03 +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 3B22B15DFB21 for ; Mon, 8 Jul 2019 14:18:03 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C5689705A4 for ; Mon, 8 Jul 2019 14:18:02 +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 D9782B6FB for ; Mon, 8 Jul 2019 14:18:01 +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 x68EI1sm052284 for ; Mon, 8 Jul 2019 14:18:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x68EI110052282 for ports-bugs@FreeBSD.org; Mon, 8 Jul 2019 14:18:01 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 239046] net/libdnet: Fails to build on systems with WITHOUT_PF=true (needs PF headers) Date: Mon, 08 Jul 2019 14:18:01 +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 Some People X-Bugzilla-Who: rblayzor@inoc.net 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.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jul 2019 14:18:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239046 Bug ID: 239046 Summary: net/libdnet: Fails to build on systems with WITHOUT_PF=3Dtrue (needs PF headers) Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: rblayzor@inoc.net CC: onatan@gmail.com Flags: maintainer-feedback?(onatan@gmail.com) CC: onatan@gmail.com libdnet is dependency for open-vm-tools-nox11 libdnet fails to build unless PF is installed as part of base system. If you installworld minus PF (WITHOUT_PF=3Dtrue), libdnet fails to find a suitable firewall (as reported), even though ipfw2 is available. On building: |------------------------------------------| |No suitable firewall interface found. Most| |probably you are not running the FreeBSD | |OS. Please consider using this version | |of libdnet with the FreeBSD system | |------------------------------------------| =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to onatan@gmail.com [maintainer] and attach the "/var/build/.amd_mnt/public/FreeBSD/ports/net/libdnet/work/libdnet-1.13/con= fig.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Stop. make: stopped in /.amd_mnt/public/FreeBSD/ports/net/libdnet =3D=3D=3D>>> make build failed for net/libdnet =3D=3D=3D>>> Aborting update =3D=3D=3D>>> You can restart from the point of failure with this command li= ne: portmaster net/libdnet This command has been saved to /tmp/portmasterfail.txt cat /tmp/portmasterfail.txt portmaster net/libdnet --=20 You are receiving this mail because: You are the assignee for the bug.=