Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Sep 2020 19:57:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7
Message-ID:  <bug-248010-227-fgGkDH1PNK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248010-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-248010-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248010

--- Comment #14 from igor.polovykh@gmail.com ---
(In reply to Gordon Tetlow from comment #13)

yes. And I get the same error when buildworld

--- local-unbound.full ---
clang -O2 -pipe -I/usr/src/contrib/unbound -I/usr/src/contrib/ldns
-I/usr/src/usr.sbin/unbound -I/usr/src/usr.sbin/unbound/daemon -g -std=3Dgn=
u99 $
ld: error: undefined symbol: listen_sslctx_delete_ticket_keys
>>> referenced by daemon.c:765 (/usr/src/contrib/unbound/daemon/daemon.c:76=
5)
>>>               daemon.o:(daemon_delete)

ld: error: undefined symbol: rpz_action_to_string
>>> referenced by remote.c:1056 (/usr/src/contrib/unbound/daemon/remote.c:1=
056)
>>>               remote.o:(do_stats)

ld: error: undefined symbol: tcp_req_info_get_stream_buffer_size
>>> referenced by stats.c:337 (/usr/src/contrib/unbound/daemon/stats.c:337)
>>>               stats.o:(server_stats_compile)

ld: error: undefined symbol: log_ident_set_default
>>> referenced by unbound.c:724 (/usr/src/contrib/unbound/daemon/unbound.c:=
724)
>>>               unbound.o:(main)

ld: error: undefined symbol: listen_sslctx_setup_ticket_keys
>>> referenced by unbound.c:452 (/usr/src/contrib/unbound/daemon/unbound.c:=
452)
>>>               unbound.o:(main)

ld: error: undefined symbol: log_ident_set_or_default
>>> referenced by unbound.c:281 (/usr/src/contrib/unbound/daemon/unbound.c:=
281)
>>>               unbound.o:(main)

ld: error: undefined symbol: log_query_in
>>> referenced by worker.c:1227 (/usr/src/contrib/unbound/daemon/worker.c:1=
227)
>>>               worker.o:(worker_handle_request)

ld: error: undefined symbol: rpz_apply_qname_trigger
>>> referenced by worker.c:1381 (/usr/src/contrib/unbound/daemon/worker.c:1=
381)
>>>               worker.o:(worker_handle_request)



etc.....

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248010-227-fgGkDH1PNK>