[Bug 248010] 'make buildworld': unbound build failure on 12.1-RELEASE-p7
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jul 16 10:29:45 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248010
Bug ID: 248010
Summary: 'make buildworld': unbound build failure on
12.1-RELEASE-p7
Product: Base System
Version: 12.1-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: gnu
Assignee: bugs at FreeBSD.org
Reporter: oz42 at oz42.eu
In contrast to 12.1-RELEASE-p6, unbound fails and so prevents a successful run
of 'make buildworld'
'make buildworld' log only states 'error code 1', so I ran 'make' in
/usr/src/usr.sbin/unbound
Result:
cc -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 -DNDEBUG
-std=gnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2k -W
-Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter
-Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls
-Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable
-Qunused-arguments -o local-unbound acl_list.o cachedump.o daemon.o remote.o
shm_main.o stats.o ub_event.o unbound.o worker.o -lprivateunbound
-L/usr/obj/usr/src/amd64.amd64/lib/libutil -lutil
-L/usr/obj/usr/src/amd64.amd64/secure/lib/libssl -lssl
-L/usr/obj/usr/src/amd64.amd64/secure/lib/libcrypto -lcrypto
-L/usr/obj/usr/src/amd64.amd64/lib/libthr -lpthread
ld: error: undefined symbol: listen_sslctx_delete_ticket_keys
>>> referenced by daemon.c
>>> daemon.o:(daemon_delete)
ld: error: undefined symbol: rpz_action_to_string
>>> referenced by remote.c
>>> remote.o:(do_stats)
ld: error: undefined symbol: tcp_req_info_get_stream_buffer_size
>>> referenced by stats.c
>>> stats.o:(server_stats_compile)
ld: error: undefined symbol: log_ident_set_default
>>> referenced by unbound.c
>>> unbound.o:(main)
ld: error: undefined symbol: listen_sslctx_setup_ticket_keys
>>> referenced by unbound.c
>>> unbound.o:(main)
ld: error: undefined symbol: log_ident_set_or_default
>>> referenced by unbound.c
>>> unbound.o:(main)
ld: error: undefined symbol: log_query_in
>>> referenced by worker.c
>>> worker.o:(worker_handle_request)
ld: error: undefined symbol: rpz_apply_qname_trigger
>>> referenced by worker.c
>>> worker.o:(worker_handle_request)
ld: error: undefined symbol: respip_action_to_rpz_action
>>> referenced by worker.c
>>> worker.o:(worker_handle_request)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list