Created
July 25, 2021 16:50
-
-
Save niansa/2b684cab7016001fdbe2d2c1c0cf3c7d to your computer and use it in GitHub Desktop.
libcoro faileds build log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nils@lyllia:~/Programme/OSS/libcoro> mkdir Release && cd Release | |
nils@lyllia:~/Programme/OSS/libcoro/Release> cmake -DCMAKE_BUILD_TYPE=Release .. | |
-- The CXX compiler identification is GNU 11.1.1 | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/c++ - skipped | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
libcoro /home/nils/Programme/OSS/libcoro -> git config --local core.hooksPath .githooks | |
libcoro LIBCORO_BUILD_TESTS = ON | |
libcoro LIBCORO_CODE_COVERAGE = OFF | |
libcoro LIBCORO_BUILD_EXAMPLES = ON | |
-- The C compiler identification is GNU 11.1.1 | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working C compiler: /usr/bin/cc - skipped | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Looking for res_servicename | |
-- Looking for res_servicename - not found | |
-- Looking for res_servicename in resolv | |
-- Looking for res_servicename in resolv - not found | |
-- Looking for gethostbyname | |
-- Looking for gethostbyname - found | |
-- Looking for socket | |
-- Looking for socket - found | |
-- Looking for clock_gettime | |
-- Looking for clock_gettime - found | |
-- Looking for include file sys/types.h | |
-- Looking for include file sys/types.h - found | |
-- Looking for include file sys/socket.h | |
-- Looking for include file sys/socket.h - found | |
-- Looking for include file arpa/inet.h | |
-- Looking for include file arpa/inet.h - found | |
-- Looking for include file arpa/nameser_compat.h | |
-- Looking for include file arpa/nameser_compat.h - found | |
-- Looking for include file arpa/nameser.h | |
-- Looking for include file arpa/nameser.h - found | |
-- Looking for include file assert.h | |
-- Looking for include file assert.h - found | |
-- Looking for include file errno.h | |
-- Looking for include file errno.h - found | |
-- Looking for include file fcntl.h | |
-- Looking for include file fcntl.h - found | |
-- Looking for include file inttypes.h | |
-- Looking for include file inttypes.h - found | |
-- Looking for include file limits.h | |
-- Looking for include file limits.h - found | |
-- Looking for include file malloc.h | |
-- Looking for include file malloc.h - found | |
-- Looking for include file memory.h | |
-- Looking for include file memory.h - found | |
-- Looking for include file netdb.h | |
-- Looking for include file netdb.h - found | |
-- Looking for include file netinet/in.h | |
-- Looking for include file netinet/in.h - found | |
-- Looking for include file netinet/tcp.h | |
-- Looking for include file netinet/tcp.h - found | |
-- Looking for include file net/if.h | |
-- Looking for include file net/if.h - found | |
-- Looking for include file signal.h | |
-- Looking for include file signal.h - found | |
-- Looking for include file socket.h | |
-- Looking for include file socket.h - not found | |
-- Looking for include file stdbool.h | |
-- Looking for include file stdbool.h - found | |
-- Looking for include file stdint.h | |
-- Looking for include file stdint.h - found | |
-- Looking for include file stdlib.h | |
-- Looking for include file stdlib.h - found | |
-- Looking for include file strings.h | |
-- Looking for include file strings.h - found | |
-- Looking for include file string.h | |
-- Looking for include file string.h - found | |
-- Looking for include file stropts.h | |
-- Looking for include file stropts.h - not found | |
-- Looking for include file sys/ioctl.h | |
-- Looking for include file sys/ioctl.h - found | |
-- Looking for include file sys/param.h | |
-- Looking for include file sys/param.h - found | |
-- Looking for include file sys/select.h | |
-- Looking for include file sys/select.h - found | |
-- Looking for include file sys/stat.h | |
-- Looking for include file sys/stat.h - found | |
-- Looking for include file sys/time.h | |
-- Looking for include file sys/time.h - found | |
-- Looking for include file sys/uio.h | |
-- Looking for include file sys/uio.h - found | |
-- Looking for include file time.h | |
-- Looking for include file time.h - found | |
-- Looking for include file dlfcn.h | |
-- Looking for include file dlfcn.h - found | |
-- Looking for include file unistd.h | |
-- Looking for include file unistd.h - found | |
-- Looking for include files winsock2.h, windows.h | |
-- Looking for include files winsock2.h, windows.h - not found | |
-- Looking for 3 include files winsock2.h, ..., windows.h | |
-- Looking for 3 include files winsock2.h, ..., windows.h - not found | |
-- Looking for include files winsock.h, windows.h | |
-- Looking for include files winsock.h, windows.h - not found | |
-- Looking for include file windows.h | |
-- Looking for include file windows.h - not found | |
-- Performing Test HAVE_SOCKLEN_T | |
-- Performing Test HAVE_SOCKLEN_T - Success | |
-- Performing Test HAVE_TYPE_SOCKET | |
-- Performing Test HAVE_TYPE_SOCKET - Failed | |
-- Performing Test HAVE_BOOL_T | |
-- Performing Test HAVE_BOOL_T - Success | |
-- Performing Test HAVE_SSIZE_T | |
-- Performing Test HAVE_SSIZE_T - Success | |
-- Performing Test HAVE_LONGLONG | |
-- Performing Test HAVE_LONGLONG - Success | |
-- Performing Test HAVE_SIG_ATOMIC_T | |
-- Performing Test HAVE_SIG_ATOMIC_T - Success | |
-- Performing Test HAVE_STRUCT_ADDRINFO | |
-- Performing Test HAVE_STRUCT_ADDRINFO - Success | |
-- Performing Test HAVE_STRUCT_IN6_ADDR | |
-- Performing Test HAVE_STRUCT_IN6_ADDR - Success | |
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6 | |
-- Performing Test HAVE_STRUCT_SOCKADDR_IN6 - Success | |
-- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE | |
-- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE - Success | |
-- Performing Test HAVE_STRUCT_TIMEVAL | |
-- Performing Test HAVE_STRUCT_TIMEVAL - Success | |
-- Looking for AF_INET6 | |
-- Looking for AF_INET6 - found | |
-- Looking for O_NONBLOCK | |
-- Looking for O_NONBLOCK - found | |
-- Looking for FIONBIO | |
-- Looking for FIONBIO - found | |
-- Looking for SIOCGIFADDR | |
-- Looking for SIOCGIFADDR - found | |
-- Looking for MSG_NOSIGNAL | |
-- Looking for MSG_NOSIGNAL - found | |
-- Looking for PF_INET6 | |
-- Looking for PF_INET6 - found | |
-- Looking for SO_NONBLOCK | |
-- Looking for SO_NONBLOCK - not found | |
-- Looking for CLOCK_MONOTONIC | |
-- Looking for CLOCK_MONOTONIC - found | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID | |
-- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success | |
-- Performing Test HAVE_LL | |
-- Performing Test HAVE_LL - Success | |
-- Looking for bitncmp | |
-- Looking for bitncmp - not found | |
-- Looking for closesocket | |
-- Looking for closesocket - not found | |
-- Looking for CloseSocket | |
-- Looking for CloseSocket - not found | |
-- Looking for connect | |
-- Looking for connect - found | |
-- Looking for fcntl | |
-- Looking for fcntl - found | |
-- Looking for freeaddrinfo | |
-- Looking for freeaddrinfo - found | |
-- Looking for getaddrinfo | |
-- Looking for getaddrinfo - found | |
-- Looking for getenv | |
-- Looking for getenv - found | |
-- Looking for gethostbyaddr | |
-- Looking for gethostbyaddr - found | |
-- Looking for gethostbyname | |
-- Looking for gethostbyname - found | |
-- Looking for gethostname | |
-- Looking for gethostname - found | |
-- Looking for getnameinfo | |
-- Looking for getnameinfo - found | |
-- Looking for getservbyport_r | |
-- Looking for getservbyport_r - found | |
-- Looking for getservbyname_r | |
-- Looking for getservbyname_r - found | |
-- Looking for gettimeofday | |
-- Looking for gettimeofday - found | |
-- Looking for if_indextoname | |
-- Looking for if_indextoname - found | |
-- Looking for inet_net_pton | |
-- Looking for inet_net_pton - not found | |
-- Looking for inet_ntop | |
-- Looking for inet_ntop - found | |
-- Looking for inet_pton | |
-- Looking for inet_pton - found | |
-- Looking for ioctl | |
-- Looking for ioctl - found | |
-- Looking for ioctlsocket | |
-- Looking for ioctlsocket - not found | |
-- Looking for IoctlSocket | |
-- Looking for IoctlSocket - not found | |
-- Looking for recv | |
-- Looking for recv - found | |
-- Looking for recvfrom | |
-- Looking for recvfrom - found | |
-- Looking for send | |
-- Looking for send - found | |
-- Looking for setsockopt | |
-- Looking for setsockopt - found | |
-- Looking for socket | |
-- Looking for socket - found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - found | |
-- Looking for strcmpi | |
-- Looking for strcmpi - not found | |
-- Looking for strdup | |
-- Looking for strdup - found | |
-- Looking for stricmp | |
-- Looking for stricmp - not found | |
-- Looking for strncasecmp | |
-- Looking for strncasecmp - found | |
-- Looking for strncmpi | |
-- Looking for strncmpi - not found | |
-- Looking for strnicmp | |
-- Looking for strnicmp - not found | |
-- Looking for writev | |
-- Looking for writev - found | |
-- Looking for __system_property_get | |
-- Looking for __system_property_get - not found | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /home/nils/Programme/OSS/libcoro/Release | |
nils@lyllia:~/Programme/OSS/libcoro/Release> cmake --build . | |
[ 1%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__close_sockets.c.o | |
[ 2%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__get_hostent.c.o | |
[ 2%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__parse_into_addrinfo.c.o | |
[ 3%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__readaddrinfo.c.o | |
[ 4%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__sortaddrinfo.c.o | |
[ 5%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__read_line.c.o | |
[ 5%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares__timeval.c.o | |
[ 6%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_android.c.o | |
[ 7%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_cancel.c.o | |
[ 8%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_data.c.o | |
[ 9%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_destroy.c.o | |
[ 9%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_expand_name.c.o | |
[ 10%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_expand_string.c.o | |
[ 11%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_fds.c.o | |
[ 12%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_free_hostent.c.o | |
[ 12%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_free_string.c.o | |
[ 13%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_freeaddrinfo.c.o | |
[ 14%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_getaddrinfo.c.o | |
[ 15%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_getenv.c.o | |
[ 15%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_gethostbyaddr.c.o | |
[ 16%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_gethostbyname.c.o | |
[ 17%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_getnameinfo.c.o | |
[ 18%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_getsock.c.o | |
[ 19%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_init.c.o | |
[ 19%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_library_init.c.o | |
[ 20%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_llist.c.o | |
[ 21%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_mkquery.c.o | |
[ 22%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_create_query.c.o | |
[ 22%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_nowarn.c.o | |
[ 23%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_options.c.o | |
[ 24%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_a_reply.c.o | |
[ 25%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_aaaa_reply.c.o | |
[ 25%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_caa_reply.c.o | |
[ 26%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_mx_reply.c.o | |
[ 27%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_naptr_reply.c.o | |
[ 28%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_ns_reply.c.o | |
[ 29%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_ptr_reply.c.o | |
[ 29%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_soa_reply.c.o | |
[ 30%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_srv_reply.c.o | |
[ 31%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_parse_txt_reply.c.o | |
[ 32%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_platform.c.o | |
[ 32%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_process.c.o | |
[ 33%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_query.c.o | |
[ 34%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_search.c.o | |
[ 35%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_send.c.o | |
[ 35%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_strcasecmp.c.o | |
[ 36%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_strdup.c.o | |
[ 37%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_strerror.c.o | |
[ 38%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_strsplit.c.o | |
[ 39%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_timeout.c.o | |
[ 39%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_version.c.o | |
[ 40%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/ares_writev.c.o | |
[ 41%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/bitncmp.c.o | |
[ 42%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/inet_net_pton.c.o | |
[ 42%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/inet_ntop.c.o | |
[ 43%] Building C object vendor/c-ares/c-ares/src/lib/CMakeFiles/c-ares.dir/windows_port.c.o | |
[ 44%] Linking C static library ../../lib64/libcares.a | |
[ 44%] Built target c-ares | |
[ 45%] Building CXX object CMakeFiles/libcoro.dir/src/net/connect.cpp.o | |
[ 45%] Building CXX object CMakeFiles/libcoro.dir/src/net/dns_resolver.cpp.o | |
[ 46%] Building CXX object CMakeFiles/libcoro.dir/src/net/ip_address.cpp.o | |
[ 47%] Building CXX object CMakeFiles/libcoro.dir/src/net/recv_status.cpp.o | |
[ 48%] Building CXX object CMakeFiles/libcoro.dir/src/net/send_status.cpp.o | |
[ 48%] Building CXX object CMakeFiles/libcoro.dir/src/net/socket.cpp.o | |
[ 49%] Building CXX object CMakeFiles/libcoro.dir/src/net/ssl_context.cpp.o | |
[ 50%] Building CXX object CMakeFiles/libcoro.dir/src/net/tcp_client.cpp.o | |
[ 51%] Building CXX object CMakeFiles/libcoro.dir/src/net/tcp_server.cpp.o | |
[ 52%] Building CXX object CMakeFiles/libcoro.dir/src/net/udp_peer.cpp.o | |
[ 52%] Building CXX object CMakeFiles/libcoro.dir/src/event.cpp.o | |
[ 53%] Building CXX object CMakeFiles/libcoro.dir/src/io_scheduler.cpp.o | |
[ 54%] Building CXX object CMakeFiles/libcoro.dir/src/mutex.cpp.o | |
[ 55%] Building CXX object CMakeFiles/libcoro.dir/src/semaphore.cpp.o | |
[ 55%] Building CXX object CMakeFiles/libcoro.dir/src/sync_wait.cpp.o | |
[ 56%] Building CXX object CMakeFiles/libcoro.dir/src/thread_pool.cpp.o | |
[ 57%] Linking CXX static library liblibcoro.a | |
[ 57%] Built target libcoro | |
[ 57%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/acountry.dir/acountry.c.o | |
[ 58%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/acountry.dir/ares_getopt.c.o | |
[ 59%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/acountry.dir/__/lib/ares_nowarn.c.o | |
[ 60%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/acountry.dir/__/lib/ares_strcasecmp.c.o | |
[ 60%] Linking C executable ../../bin/acountry | |
[ 60%] Built target acountry | |
[ 61%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/adig.dir/adig.c.o | |
[ 62%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/adig.dir/ares_getopt.c.o | |
[ 63%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/adig.dir/__/lib/ares_nowarn.c.o | |
[ 63%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/adig.dir/__/lib/ares_strcasecmp.c.o | |
[ 64%] Linking C executable ../../bin/adig | |
[ 64%] Built target adig | |
[ 65%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/ahost.dir/ahost.c.o | |
[ 66%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/ahost.dir/ares_getopt.c.o | |
[ 67%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/ahost.dir/__/lib/ares_nowarn.c.o | |
[ 67%] Building C object vendor/c-ares/c-ares/src/tools/CMakeFiles/ahost.dir/__/lib/ares_strcasecmp.c.o | |
[ 68%] Linking C executable ../../bin/ahost | |
[ 68%] Built target ahost | |
[ 69%] Building CXX object test/CMakeFiles/libcoro_test.dir/main.cpp.o | |
[ 69%] Building CXX object test/CMakeFiles/libcoro_test.dir/net/test_dns_resolver.cpp.o | |
[ 70%] Building CXX object test/CMakeFiles/libcoro_test.dir/net/test_ip_address.cpp.o | |
[ 71%] Building CXX object test/CMakeFiles/libcoro_test.dir/net/test_tcp_server.cpp.o | |
[ 72%] Building CXX object test/CMakeFiles/libcoro_test.dir/net/test_udp_peers.cpp.o | |
[ 73%] Building CXX object test/CMakeFiles/libcoro_test.dir/bench.cpp.o | |
[ 73%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_event.cpp.o | |
[ 74%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_generator.cpp.o | |
[ 75%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o | |
[ 76%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_latch.cpp.o | |
[ 76%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_mutex.cpp.o | |
[ 77%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_ring_buffer.cpp.o | |
[ 78%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_semaphore.cpp.o | |
[ 79%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_shared_mutex.cpp.o | |
[ 79%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_sync_wait.cpp.o | |
[ 80%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_task.cpp.o | |
[ 81%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o | |
[ 82%] Building CXX object test/CMakeFiles/libcoro_test.dir/test_when_all.cpp.o | |
[ 83%] Linking CXX executable libcoro_test | |
`_ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/net/test_udp_peers.cpp.o: defined in discarded section `.text._ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allIJNS_4taskIvEES2_EEEDaDpT_]' of CMakeFiles/libcoro_test.dir/net/test_udp_peers.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/bench.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/bench.cpp.o | |
`_ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o: defined in discarded section `.text._ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskImEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o | |
`_ZN4coro6detail88_ZN4coro6detailL18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_E86_ZN4coro6detailL18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o: defined in discarded section `.text._ZN4coro6detail88_ZN4coro6detailL18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_E86_ZN4coro6detailL18make_when_all_taskINS_4taskImEEOmEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allISt6vectorINS_4taskImEESaIS3_EES3_OmEENS_6detail24when_all_ready_awaitableIS1_INS7_13when_all_taskIT1_EESaISB_EEEET_]' of CMakeFiles/libcoro_test.dir/test_io_scheduler.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_mutex.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_mutex.cpp.o | |
`_ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_mutex.cpp.o: defined in discarded section `.text._ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allISt6vectorINS_4taskIvEESaIS3_EES3_vEENS_6detail24when_all_ready_awaitableIS1_INS6_13when_all_taskIT1_EESaISA_EEEET_]' of CMakeFiles/libcoro_test.dir/test_mutex.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_semaphore.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_semaphore.cpp.o | |
`_ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_semaphore.cpp.o: defined in discarded section `.text._ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allISt6vectorINS_4taskIvEESaIS3_EES3_vEENS_6detail24when_all_ready_awaitableIS1_INS6_13when_all_taskIT1_EESaISA_EEEET_]' of CMakeFiles/libcoro_test.dir/test_semaphore.cpp.o | |
`_ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_shared_mutex.cpp.o: defined in discarded section `.text._ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allIJNS_4taskIvEES2_EEEDaDpT_]' of CMakeFiles/libcoro_test.dir/test_shared_mutex.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_shared_mutex.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_shared_mutex.cpp.o | |
`_ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_sync_wait.cpp.o: defined in discarded section `.text._ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskIiEEOiEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIiEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_sync_wait.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_sync_wait.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_sync_wait.cpp.o | |
`_ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o: defined in discarded section `.text._ZN4coro6detail87_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.destroyEPZNS0_L18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_E85_ZN4coro6detailL18make_when_all_taskINS_4taskIvEEvEENS0_13when_all_taskIT0_EET_.frame[_ZN4coro8when_allIJNS_4taskIvEES2_EEEDaDpT_]' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o | |
`_ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o: defined in discarded section `.text._ZN4coro6detail91_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_E89_ZN4coro6detailL19make_sync_wait_taskINS_4taskImEEOmEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskImEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o | |
`_ZN4coro6detail156_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_E154_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o: defined in discarded section `.text._ZN4coro6detail156_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_E154_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_6detail24when_all_ready_awaitableISt6vectorINS1_13when_all_taskIOmEESaIS6_EEEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o | |
`_ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o: defined in discarded section `.text._ZN4coro6detail90_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_E88_ZN4coro6detailL19make_sync_wait_taskINS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_4taskIvEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_thread_pool.cpp.o | |
`_ZN4coro6detail156_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_E154_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.frame' referenced in section `.rodata.cst8' of CMakeFiles/libcoro_test.dir/test_when_all.cpp.o: defined in discarded section `.text._ZN4coro6detail156_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.destroyEPZNS0_L19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_E154_ZN4coro6detailL19make_sync_wait_taskINS0_24when_all_ready_awaitableISt6vectorINS0_13when_all_taskIOmEESaIS6_EEEEOS8_EENS0_14sync_wait_taskIT0_EEOT_.frame[_ZN4coro9sync_waitINS_6detail24when_all_ready_awaitableISt6vectorINS1_13when_all_taskIOmEESaIS6_EEEEEEDcOT_]' of CMakeFiles/libcoro_test.dir/test_when_all.cpp.o | |
`_ZN4coro14task_containerINS_12io_schedulerEE105_ZN4coro14task_containerINS_12io_schedulerEE17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImE.destroyEPZNS2_17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImEE103_ZN4coro14task_containerINS_12io_schedulerEE17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImE.frame' referenced in section `.rodata.cst8' of ../liblibcoro.a(tcp_client.cpp.o): defined in discarded section `.text._ZN4coro14task_containerINS_12io_schedulerEE105_ZN4coro14task_containerINS_12io_schedulerEE17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImE.destroyEPZNS2_17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImEE103_ZN4coro14task_containerINS_12io_schedulerEE17make_cleanup_taskENS_4taskIvEESt14_List_iteratorImE.frame[_ZN4coro14task_containerINS_12io_schedulerEE5startEONS_4taskIvEENS2_17garbage_collect_tE]' of ../liblibcoro.a(tcp_client.cpp.o) | |
collect2: error: ld returned 1 exit status | |
gmake[2]: *** [test/CMakeFiles/libcoro_test.dir/build.make:371: test/libcoro_test] Error 1 | |
gmake[1]: *** [CMakeFiles/Makefile2:375: test/CMakeFiles/libcoro_test.dir/all] Error 2 | |
gmake: *** [Makefile:101: all] Error 2 | |
nils@lyllia:~/Programme/OSS/libcoro/Release> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment