Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 19:21:14 -0400
From:      Michael Butler <imb@protected-networks.net>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   kernel -current build failures
Message-ID:  <f219b19f-b4db-8799-d358-e4e84d3a4e6d@protected-networks.net>

next in thread | raw e-mail | index | archive | help
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)
                                         ^
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f219b19f-b4db-8799-d358-e4e84d3a4e6d>