From owner-freebsd-ports-bugs@freebsd.org Fri Apr 21 20:33:09 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0668BD491EC for ; Fri, 21 Apr 2017 20:33:09 +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 mx1.freebsd.org (Postfix) with ESMTPS id E102F1934 for ; Fri, 21 Apr 2017 20:33:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v3LKX8bP091790 for ; Fri, 21 Apr 2017 20:33:08 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218801] net/hostapd unable to build on FreeBSD11.0Stable i386 & amd64. Date: Fri, 21 Apr 2017 20:33:08 +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: dewayne@heuristicsystems.com.au X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-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.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2017 20:33:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218801 Bug ID: 218801 Summary: net/hostapd unable to build on FreeBSD11.0Stable i386 & amd64. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: dewayne@heuristicsystems.com.au CC: leres@ee.lbl.gov Flags: maintainer-feedback?(leres@ee.lbl.gov) CC: leres@ee.lbl.gov Attempted to build hostapd using this command on i386 and amd64 FreeBSD11.0Stable=20 make __MAKE_CONF=3D/dev/null -C /usr/ports/net/hostapd -DBATCH -DMAKE_JOBS_= UNSAFE clean package results in cc ../src/ap/ieee802_11_vht.c cc ../src/drivers/driver_common.c ../src/ap/ieee802_11_vht.o: In function `hostapd_eid_txpower_envelope': ../src/ap/ieee802_11_vht.c:(.text+0x309): undefined reference to `hostapd_is_dfs_required' cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:1063: hostapd] Error 1 gmake[1]: Leaving directory '/usr/ports/net/hostapd/work/hostapd-2.6/hostap= d' *** Error code 1 The same result obtained when using GCC5 (via ports) or clang4 (base) Build environment is FreeBSD 11.0-STABLE #0 r317177M: Thu Apr 20 17:08:03 A= EST 2017 Unfortunately it looks like it may be a linking problem? # cd /var/ports/usr/ports/net/hostapd/work && find ./ -type f | xargs grep = -i hostapd_eid_txpower_envelope ./hostapd-2.6/src/ap/beacon.c: pos =3D hostapd_eid_txpower_envelope(hapd, pos); ./hostapd-2.6/src/ap/beacon.c: tailpos =3D hostapd_eid_txpower_envelope(hapd, tailpos); ./hostapd-2.6/src/ap/ieee802_11.h:u8 * hostapd_eid_txpower_envelope(struct hostapd_data *hapd, u8 *eid); ./hostapd-2.6/src/ap/ieee802_11_vht.c:u8 * hostapd_eid_txpower_envelope(str= uct hostapd_data *hapd, u8 *eid) Please note: __MAKE_CONF=3D/dev/null means that there is no /etc/make.conf involved. And # svnlite info /usr/ports/net/hostapd Path: /usr/ports/net/hostapd Working Copy Root Path: /usr/ports URL: https://svn.freebsd.org/ports/head/net/hostapd Relative URL: ^/head/net/hostapd Repository Root: https://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 439002 Node Kind: directory Schedule: normal Last Changed Author: cy Last Changed Rev: 437179 Last Changed Date: 2017-03-29 12:49:02 +1100 (Wed, 29 Mar 2017) Unfortunately I'm able to revert as we only use certs (so the vulnerability that this update addresses is moot), but the problem remains. --=20 You are receiving this mail because: You are the assignee for the bug.=