From owner-freebsd-current@freebsd.org Thu May 24 15:21:56 2018 Return-Path: Delivered-To: freebsd-current@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 9FC69EF4902 for ; Thu, 24 May 2018 15:21:56 +0000 (UTC) (envelope-from imb@protected-networks.net) 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 B200571F03 for ; Thu, 24 May 2018 15:21:54 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: by mailman.ysv.freebsd.org (Postfix) id 436E0EF48F1; Thu, 24 May 2018 15:21:54 +0000 (UTC) Delivered-To: current@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 30835EF48F0 for ; Thu, 24 May 2018 15:21:54 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CC3771EB9 for ; Thu, 24 May 2018 15:21:52 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding :content-language:content-type:content-type:in-reply-to :mime-version:user-agent:date:date:message-id:from:from :references:subject:subject; s=201508; t=1527175311; bh=FThiZ1Q6 /z2MSIYnB2Z6guTvpudppkxGkxSa4HqnS5g=; b=BLPxJWIV2MJqxSMd/wewXtln XPpyzPYqNfxgzINCMF+tDo04jaZplvP3BM40Z9ztd7vMuYafhrEF7mZQND6Xu6bu 81h+SoTv4VCcm16sTr8cvBYm/yssGjkY/iXXZxkvPvBQ3GslnGoFCvJzIQ7jYaaT vOv1mjjh699n5cPWRDA= Received: from toshi.auburn.protected-networks.net (unknown [IPv6:2001:470:1f07:4e1::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id CE260BB6B; Thu, 24 May 2018 11:21:50 -0400 (EDT) Subject: Re: kernel -current build failures To: Charlie Li , current@freebsd.org References: <5440d5c9-e7a9-5ec7-7e9a-9d426afa5d6f@vishwin.info> From: Michael Butler Openpgp: preference=signencrypt Message-ID: <713be1b9-3d14-12e3-269c-8013bb7a094a@protected-networks.net> Date: Thu, 24 May 2018 11:21:49 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <5440d5c9-e7a9-5ec7-7e9a-9d426afa5d6f@vishwin.info> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 15:21:56 -0000 On 05/23/18 22:39, Charlie Li wrote: > On 23/05/2018 19:21, Michael Butler wrote: >> On a device with bluetooth (as in GENERIC modules) .. >> >> --- ng_ether.o --- >> /usr/src/sys/netgraph/ng_ether.c:871:2: error: no member named >> 'tqh_first' in 'struct ifnethead'; did you mean 'stqh_first'? >> TAILQ_FOREACH(ifp, &V_ifnet, if_link) { >> ^ >> /usr/src/sys/sys/queue.h:724:15: note: expanded from macro 'TAILQ_FOREACH' >> for ((var) = TAILQ_FIRST((head)); \ >> ^ >> /usr/src/sys/sys/queue.h:721:36: note: expanded from macro 'TAILQ_FIRST' >> #define TAILQ_FIRST(head) ((head)->tqh_first) >> ^ >> > Looks like this is fixed in r334123. Yes but this one isn't .. On a system without IPSEC .. --- kernel --- linking kernel ld: error: undefined symbol: vnet_entry_ipsec4stat >>> referenced by key.c >>> key.o:(key_allocsp) ld: error: undefined symbol: vnet_entry_ipsec4stat >>> referenced by key.c >>> key.o:(key_allocsp) *** [kernel] Error code 1 Michael