Date: Thu, 16 Jul 2020 10:29:45 +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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248010 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@FreeBSD.org Reporter: oz42@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=3Dgnu99 -fstack-protector-strong -Wsystem-headers -Wall -Wno-format-y2= k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ar= ith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parame= ter -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 remot= e.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) --=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>