https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010
--- Comment #14 from [email protected] --- (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=gnu99 $ ld: error: undefined symbol: listen_sslctx_delete_ticket_keys >>> referenced by daemon.c:765 (/usr/src/contrib/unbound/daemon/daemon.c:765) >>> daemon.o:(daemon_delete) ld: error: undefined symbol: rpz_action_to_string >>> referenced by remote.c:1056 (/usr/src/contrib/unbound/daemon/remote.c:1056) >>> 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:1227) >>> 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:1381) >>> worker.o:(worker_handle_request) etc..... -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
