Advertisement
falchikova_v

cmake_build_error2

Jan 23rd, 2020
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.73 KB | None | 0 0
  1. MacBook-Pro-Veronica:ClickHouse veronica$ mkdir build
  2. MacBook-Pro-Veronica:ClickHouse veronica$ cd build
  3. MacBook-Pro-Veronica:build veronica$ export CC=/usr/local/opt/llvm/bin/clang CXX=/usr/local/opt/llvm/bin/clang++
  4. MacBook-Pro-Veronica:build veronica$ cmake ..
  5. -- The C compiler identification is Clang 9.0.0
  6. -- The CXX compiler identification is Clang 9.0.0
  7. -- Check for working C compiler: /usr/local/opt/llvm/bin/clang
  8. -- Check for working C compiler: /usr/local/opt/llvm/bin/clang -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Detecting C compile features
  12. -- Detecting C compile features - done
  13. -- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++
  14. -- Check for working CXX compiler: /usr/local/opt/llvm/bin/clang++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Detecting CXX compile features
  18. -- Detecting CXX compile features - done
  19. -- IPO/LTO not enabled.
  20. -- CMAKE_BUILD_TYPE is not set, set to default = RELWITHDEBINFO
  21. -- CMAKE_BUILD_TYPE: RELWITHDEBINFO
  22. -- Disabling compiler -pipe option (have only 2829 mb of memory)
  23. -- Performing Test HAVE_SSE41
  24. -- Performing Test HAVE_SSE41 - Success
  25. -- Performing Test HAVE_SSE42
  26. -- Performing Test HAVE_SSE42 - Success
  27. -- Performing Test HAVE_SSSE3
  28. -- Performing Test HAVE_SSSE3 - Success
  29. -- Performing Test HAVE_AVX
  30. -- Performing Test HAVE_AVX - Success
  31. -- Performing Test HAVE_AVX2
  32. -- Performing Test HAVE_AVX2 - Success
  33. -- Performing Test HAVE_PCLMULQDQ
  34. -- Performing Test HAVE_PCLMULQDQ - Success
  35. -- Performing Test HAVE_POPCNT
  36. -- Performing Test HAVE_POPCNT - Success
  37. -- Default libraries: -nodefaultlibs -lc -lm -lpthread -ldl
  38. -- Looking for pthread.h
  39. -- Looking for pthread.h - found
  40. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  41. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  42. -- Found Threads: TRUE
  43. -- Using libcxx: cxx
  44. -- Using libcxxfs:
  45. -- Using libcxxabi: cxxabi
  46. -- Tests are enabled
  47. -- Building for: Darwin-18.7.0 x86_64 ; USE_STATIC_LIBRARIES=ON MAKE_STATIC_LIBRARIES=ON SPLIT_SHARED= UNBUNDLED=OFF CCACHE=CCACHE_FOUND-NOTFOUND
  48. -- Using double-conversion: /Users/veronica/ClickHouse/contrib/double-conversion : double-conversion
  49. -- Using ssl=1: /Users/veronica/ClickHouse/contrib/openssl/include;/Users/veronica/ClickHouse/contrib/openssl-cmake/linux_x86_64/include : ssl;crypto
  50. -- Build without ICU (support for collations and charset conversion functions will be disabled)
  51. -- Using Boost: /Users/veronica/ClickHouse/contrib/boost : boost_program_options_internal,boost_system_internal,boost_filesystem_internal;boost_system_internal,boost_regex_internal
  52. -- Using zlib-ng: /Users/veronica/ClickHouse/contrib/zlib-ng;/Users/veronica/ClickHouse/build/contrib/zlib-ng : zlibstatic
  53. -- Using zstd: /Users/veronica/ClickHouse/contrib/zstd/lib : zstd
  54. -- Using termcap: /usr/lib/libncurses.dylib
  55. -- Using Poco: /Users/veronica/ClickHouse/contrib/poco/Foundation/include/;/Users/veronica/ClickHouse/contrib/poco/Util/include/;/Users/veronica/ClickHouse/contrib/zlib-ng/;/Users/veronica/ClickHouse/build/contrib/zlib-ng/ : PocoFoundation,PocoUtil,PocoNet,PocoNetSSL;ssl;crypto,PocoCrypto;ssl;crypto,PocoXML,PocoData,,,,PocoMongoDB,PocoRedis; MongoDB=1, Redis=1, DataODBC=, NetSSL=1
  56. -- Using lz4: /Users/veronica/ClickHouse/contrib/lz4/lib : lz4
  57. -- Using xxhash=1: /Users/veronica/ClickHouse/contrib/lz4/lib : lz4
  58. -- Using sparsehash: /Users/veronica/ClickHouse/contrib/sparsehash-c11
  59. -- Using rt: apple_rt
  60. -- Using re2: /Users/veronica/ClickHouse/contrib/re2 : re2; : re2_st
  61. -- Using libgsasl=: LIBGSASL_INCLUDE_DIR-NOTFOUND : LIBGSASL_LIBRARY-NOTFOUND
  62. -- Using librdkafka=: :
  63. -- Using capnp=1: capnpc
  64. -- Using h3=1: /Users/veronica/ClickHouse/contrib/h3/src/h3lib/include : h3
  65. -- Using cpuid=1: /Users/veronica/ClickHouse/contrib/libcpuid/include : cpuid
  66. -- Using libxml2: /Users/veronica/ClickHouse/contrib/libxml2/include;/Users/veronica/ClickHouse/contrib/libxml2-cmake/linux_x86_64/include : libxml2
  67. -- Using brotli=1: /Users/veronica/ClickHouse/contrib/brotli/c/include : brotli
  68. -- Using protobuf=1: /Users/veronica/ClickHouse/contrib/protobuf/src : libprotobuf : /Users/veronica/ClickHouse/build/contrib/protobuf/cmake/protoc
  69. -- Using pdqsort: /Users/veronica/ClickHouse/contrib/pdqsort
  70. -- Using hdfs3=: :
  71. -- Using aws_s3=: :
  72. -- Using consistent-hashing: : consistent-hashing
  73. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  74. -- Could not find the Arrow library. Looked for headers in , and for libs in
  75. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  76. -- Could not find the parquet library. Looked in system search paths.
  77. -- Using snappy: snappy
  78. -- Using Parquet: arrow_static: ; parquet_static:PARQUET_INCLUDE_DIR-NOTFOUND ; thrift_static ; flatbuffers
  79. -- Using hyperscan=1: /Users/veronica/ClickHouse/contrib/hyperscan/src : hs
  80. -- Using simdjson=ON: simdjson
  81. -- Using rapidjson=1: /Users/veronica/ClickHouse/contrib/rapidjson/include
  82. -- Using fastops=0: :
  83. -- Using snappy: snappy
  84. -- Using internal=ON orc=1: /Users/veronica/ClickHouse/contrib/orc/c++/include : orc
  85. -- Using replxx
  86. -- Using cityhash: : cityhash
  87. -- Using farmhash: : farmhash
  88. -- Using metrohash: /Users/veronica/ClickHouse/contrib/libmetrohash/src : metrohash
  89. -- Using btrie: : btrie
  90. -- Using gtest=1: /Users/veronica/ClickHouse/contrib/googletest/googletest : gtest_main;gtest :
  91. -- Using cctz: /Users/veronica/ClickHouse/contrib/cctz/include : cctz
  92. -- Build without mysqlclient (support for MYSQL dictionary source will be disabled)
  93. -- compiler C = /usr/local/opt/llvm/bin/clang -fdiagnostics-color=always -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -fno-omit-frame-pointer -mmacosx-version-min=10.15 -O2 -g -DNDEBUG -O3
  94. -- compiler CXX = /usr/local/opt/llvm/bin/clang++ -fdiagnostics-color=always -std=c++2a -fsized-deallocation -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -Wnon-virtual-dtor -fno-omit-frame-pointer -mmacosx-version-min=10.15 -O2 -g -DNDEBUG -O3
  95. -- LINKER_FLAGS = -rdynamic -mmacosx-version-min=10.15
  96. -- ZSTD VERSION 1.3.17
  97. -- Using CMake version 3.16.2
  98. -- ZLIB_HEADER_VERSION: 1.2.11
  99. -- ZLIBNG_HEADER_VERSION: 1.9.9
  100. -- Arch detected: 'x86_64'
  101. -- Basearch of 'x86_64' has been detected as: 'x86'
  102. -- Looking for sys/types.h
  103. -- Looking for sys/types.h - found
  104. -- Looking for stdint.h
  105. -- Looking for stdint.h - found
  106. -- Looking for stddef.h
  107. -- Looking for stddef.h - found
  108. -- Looking for sys/sdt.h
  109. -- Looking for sys/sdt.h - found
  110. -- Check size of off64_t
  111. -- Check size of off64_t - failed
  112. -- Check size of _off64_t
  113. -- Check size of _off64_t - failed
  114. -- Check size of __off64_t
  115. -- Check size of __off64_t - failed
  116. -- Looking for fseeko
  117. -- Looking for fseeko - found
  118. -- Looking for strerror
  119. -- Looking for strerror - found
  120. -- Looking for unistd.h
  121. -- Looking for unistd.h - found
  122. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN
  123. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_HIDDEN - Success
  124. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL
  125. -- Performing Test HAVE_ATTRIBUTE_VISIBILITY_INTERNAL - Success
  126. -- Performing Test HAVE_BUILTIN_CTZL
  127. -- Performing Test HAVE_BUILTIN_CTZL - Success
  128. -- Performing Test HAVE_PTRDIFF_T
  129. -- Performing Test HAVE_PTRDIFF_T - Success
  130. -- Performing Test HAVE_SSE2_INTRIN
  131. -- Performing Test HAVE_SSE2_INTRIN - Success
  132. -- Performing Test HAVE_SSE42CRC_INLINE_ASM
  133. -- Performing Test HAVE_SSE42CRC_INLINE_ASM - Success
  134. -- Performing Test HAVE_SSE42CRC_INTRIN
  135. -- Performing Test HAVE_SSE42CRC_INTRIN - Success
  136. -- Performing Test HAVE_PCLMULQDQ_INTRIN
  137. -- Performing Test HAVE_PCLMULQDQ_INTRIN - Success
  138. -- Architecture-specific source files: arch/x86/x86.c;arch/x86/insert_string_sse.c;arch/x86/deflate_quick.c;arch/x86/fill_window_sse.c;arch/x86/slide_sse.c;arch/x86/crc_folding.c
  139. -- The following features have been enabled:
  140.  
  141. * CMAKE_BUILD_TYPE, Build type: RELWITHDEBINFO (selected)
  142. * ZLIB_COMPAT, Provide a zlib-compatible API
  143. * WITH_OPTIM, Build with optimisation
  144. * WITH_NEW_STRATEGIES, Use new strategies
  145. * SSE42_CRC, Support CRC hash generation using the SSE4.2 instruction set, using "-msse4"
  146. * SSE42_DEFLATE_QUICK, Support SSE4.2-accelerated quick compression
  147. * PCLMUL_CRC, Support CRC hash generation using PCLMULQDQ, using "-mpclmul"
  148.  
  149. -- The following REQUIRED packages have been found:
  150.  
  151. * Threads
  152.  
  153. -- The following features have been disabled:
  154.  
  155. * WITH_GZFILEOP, Compile with support for gzFile-related functions
  156. * WITH_SANITIZERS, Build with address sanitizer and all supported sanitizers other than memory sanitizer
  157. * WITH_MSAN, Build with memory sanitizer
  158. * WITH_FUZZERS, Build test/fuzz
  159. * MAINTAINER, Build with maintainer warnings and tests enabled
  160.  
  161. -- The following OPTIONAL packages have not been found:
  162.  
  163. * Arrow
  164. * Parquet
  165.  
  166. -- The ASM compiler identification is Clang
  167. -- Found assembler: /usr/local/opt/llvm/bin/clang
  168. -- Check if the system is big endian
  169. -- Searching 16 bit integer
  170. -- Check size of unsigned short
  171. -- Check size of unsigned short - done
  172. -- Using unsigned short
  173. -- Check if the system is big endian - little endian
  174. -- Looking for byteswap.h
  175. -- Looking for byteswap.h - not found
  176. -- Looking for sys/endian.h
  177. -- Looking for sys/endian.h - not found
  178. -- Looking for sys/mman.h
  179. -- Looking for sys/mman.h - found
  180. -- Looking for sys/resource.h
  181. -- Looking for sys/resource.h - found
  182. -- Looking for sys/time.h
  183. -- Looking for sys/time.h - found
  184. -- Looking for sys/uio.h
  185. -- Looking for sys/uio.h - found
  186. -- Looking for unistd.h
  187. -- Looking for unistd.h - found
  188. -- Looking for windows.h
  189. -- Looking for windows.h - not found
  190. -- Looking for zlibVersion in z
  191. -- Looking for zlibVersion in z - found
  192. -- Looking for lzo1x_1_15_compress in lzo2
  193. -- Looking for lzo1x_1_15_compress in lzo2 - not found
  194. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX
  195. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed
  196. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2
  197. -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed
  198. -- Performing Test HAVE_CLANG_MAVX
  199. -- Performing Test HAVE_CLANG_MAVX - Success
  200. -- Performing Test HAVE_CLANG_MBMI2
  201. -- Performing Test HAVE_CLANG_MBMI2 - Success
  202. -- Performing Test HAVE_BUILTIN_EXPECT
  203. -- Performing Test HAVE_BUILTIN_EXPECT - Success
  204. -- Performing Test HAVE_BUILTIN_CTZ
  205. -- Performing Test HAVE_BUILTIN_CTZ - Success
  206. -- Performing Test SNAPPY_HAVE_SSSE3
  207. -- Performing Test SNAPPY_HAVE_SSSE3 - Success
  208. -- Performing Test SNAPPY_HAVE_BMI2
  209. -- Performing Test SNAPPY_HAVE_BMI2 - Failed
  210. -- Looking for mmap
  211. -- Looking for mmap - found
  212. -- Looking for sysconf
  213. -- Looking for sysconf - found
  214. -- Looking for strtof_l
  215. -- Looking for strtof_l - not found
  216. -- FLATBUFFERS_LIBRARY: flatbuffers, FLATBUFFERS_COMPILER: /Users/veronica/ClickHouse/build/contrib/flatbuffers/flatc
  217. -- FLATBUFFERS_COMPILED_OUT_DIR: /Users/veronica/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc
  218. -- flatc: /Users/veronica/ClickHouse/build/contrib/flatbuffers/flatc -c -o /Users/veronica/ClickHouse/build/contrib/arrow-cmake/arrow_gen_headers/arrow/ipc/ /Users/veronica/ClickHouse/contrib/arrow/format/Message.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/File.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/Schema.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/Tensor.fbs;/Users/veronica/ClickHouse/contrib/arrow/format/SparseTensor.fbs;/Users/veronica/ClickHouse/contrib/arrow/cpp/src/arrow/ipc/feather.fbs
  219. -- Performing Test ORC_CXX_HAS_INITIALIZER_LIST
  220. -- Performing Test ORC_CXX_HAS_INITIALIZER_LIST - Success
  221. -- Performing Test ORC_CXX_HAS_NOEXCEPT
  222. -- Performing Test ORC_CXX_HAS_NOEXCEPT - Success
  223. -- Performing Test ORC_CXX_HAS_NULLPTR
  224. -- Performing Test ORC_CXX_HAS_NULLPTR - Success
  225. -- Performing Test ORC_CXX_HAS_OVERRIDE
  226. -- Performing Test ORC_CXX_HAS_OVERRIDE - Success
  227. -- Performing Test ORC_CXX_HAS_UNIQUE_PTR
  228. -- Performing Test ORC_CXX_HAS_UNIQUE_PTR - Success
  229. -- Performing Test ORC_CXX_HAS_CSTDINT
  230. -- Performing Test ORC_CXX_HAS_CSTDINT - Success
  231. -- Performing Test ORC_CXX_HAS_THREAD_LOCAL
  232. -- Performing Test ORC_CXX_HAS_THREAD_LOCAL - Success
  233. -- Performing Test HAS_PREAD
  234. -- Performing Test HAS_PREAD - Success
  235. -- Performing Test HAS_STRPTIME
  236. -- Performing Test HAS_STRPTIME - Success
  237. -- Performing Test HAS_STOLL
  238. -- Performing Test HAS_STOLL - Success
  239. -- Performing Test INT64_IS_LL
  240. -- Performing Test INT64_IS_LL - Success
  241. -- Performing Test HAS_DIAGNOSTIC_PUSH
  242. -- Performing Test HAS_DIAGNOSTIC_PUSH - Success
  243. -- Performing Test HAS_STD_ISNAN
  244. -- Performing Test HAS_STD_ISNAN - Success
  245. -- Performing Test HAS_STD_MUTEX
  246. -- Performing Test HAS_STD_MUTEX - Success
  247. -- Performing Test NEEDS_REDUNDANT_MOVE
  248. -- Performing Test NEEDS_REDUNDANT_MOVE - Success
  249. -- Performing Test HAS_PRE_1970
  250. -- Performing Test HAS_PRE_1970 - Success
  251. -- Performing Test HAS_POST_2038
  252. -- Performing Test HAS_POST_2038 - Success
  253. -- Performing Test NEEDS_Z_PREFIX
  254. -- Performing Test NEEDS_Z_PREFIX - Failed
  255. -- Looking for arpa/inet.h
  256. -- Looking for arpa/inet.h - found
  257. -- Looking for fcntl.h
  258. -- Looking for fcntl.h - found
  259. -- Looking for getopt.h
  260. -- Looking for getopt.h - found
  261. -- Looking for inttypes.h
  262. -- Looking for inttypes.h - found
  263. -- Looking for netdb.h
  264. -- Looking for netdb.h - found
  265. -- Looking for netinet/in.h
  266. -- Looking for netinet/in.h - found
  267. -- Looking for signal.h
  268. -- Looking for signal.h - found
  269. -- Looking for pthread.h
  270. -- Looking for pthread.h - found
  271. -- Looking for sys/ioctl.h
  272. -- Looking for sys/ioctl.h - found
  273. -- Looking for sys/param.h
  274. -- Looking for sys/param.h - found
  275. -- Looking for sys/socket.h
  276. -- Looking for sys/socket.h - found
  277. -- Looking for sys/stat.h
  278. -- Looking for sys/stat.h - found
  279. -- Looking for sys/un.h
  280. -- Looking for sys/un.h - found
  281. -- Looking for poll.h
  282. -- Looking for poll.h - found
  283. -- Looking for sys/poll.h
  284. -- Looking for sys/poll.h - found
  285. -- Looking for sys/select.h
  286. -- Looking for sys/select.h - found
  287. -- Looking for sched.h
  288. -- Looking for sched.h - found
  289. -- Looking for string.h
  290. -- Looking for string.h - found
  291. -- Looking for strings.h
  292. -- Looking for strings.h - found
  293. -- Looking for gethostbyname
  294. -- Looking for gethostbyname - found
  295. -- Looking for gethostbyname_r
  296. -- Looking for gethostbyname_r - not found
  297. -- Looking for strerror_r
  298. -- Looking for strerror_r - found
  299. -- Looking for sched_get_priority_max
  300. -- Looking for sched_get_priority_max - found
  301. -- Looking for sched_get_priority_min
  302. -- Looking for sched_get_priority_min - found
  303. -- Performing Test STRERROR_R_CHAR_P
  304. -- Performing Test STRERROR_R_CHAR_P - Failed
  305. -- Using OpenSSL from /Users/veronica/ClickHouse/contrib/openssl
  306. CMake Warning at contrib/googletest/googletest/CMakeLists.txt:54 (project):
  307. VERSION keyword not followed by a value or was followed by a value that
  308. expanded to nothing.
  309.  
  310.  
  311. -- Found PythonInterp: /anaconda3/bin/python (found version "3.7")
  312. -- Performing Test ARCH_64_BIT
  313. -- Performing Test ARCH_64_BIT - Success
  314. -- Performing Test ARCH_32_BIT
  315. -- Performing Test ARCH_32_BIT - Failed
  316. -- Build type RELWITHDEBINFO
  317. -- Boost version: 1.70.0
  318. -- Build date: 2000-01-01
  319. -- Looking for include file intrin.h
  320. -- Looking for include file intrin.h - not found
  321. -- Looking for C++ include intrin.h
  322. -- Looking for C++ include intrin.h - not found
  323. -- Looking for include file x86intrin.h
  324. -- Looking for include file x86intrin.h - found
  325. -- Looking for C++ include x86intrin.h
  326. -- Looking for C++ include x86intrin.h - found
  327. -- Looking for posix_memalign
  328. -- Looking for posix_memalign - found
  329. -- Looking for _aligned_malloc
  330. -- Looking for _aligned_malloc - not found
  331. -- Performing Test HAS_C_HIDDEN
  332. -- Performing Test HAS_C_HIDDEN - Success
  333. -- Performing Test HAS_CXX_HIDDEN
  334. -- Performing Test HAS_CXX_HIDDEN - Success
  335. -- Looking for _LIBCPP_VERSION
  336. -- Looking for _LIBCPP_VERSION - found
  337. -- Performing Test HAVE_AVX512
  338. -- Performing Test HAVE_AVX512 - Failed
  339. -- Building without AVX512 support
  340. -- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED
  341. -- Performing Test HAVE_CC_BUILTIN_ASSUME_ALIGNED - Success
  342. -- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED
  343. -- Performing Test HAVE_CXX_BUILTIN_ASSUME_ALIGNED - Success
  344. -- Performing Test HAVE__BUILTIN_CONSTANT_P
  345. -- Performing Test HAVE__BUILTIN_CONSTANT_P - Success
  346. -- Performing Test C_FLAG_Wvla
  347. -- Performing Test C_FLAG_Wvla - Success
  348. -- Performing Test C_FLAG_Wpointer_arith
  349. -- Performing Test C_FLAG_Wpointer_arith - Success
  350. -- Performing Test C_FLAG_Wstrict_prototypes
  351. -- Performing Test C_FLAG_Wstrict_prototypes - Success
  352. -- Performing Test C_FLAG_Wmissing_prototypes
  353. -- Performing Test C_FLAG_Wmissing_prototypes - Success
  354. -- Performing Test CXX_FLAG_Wvla
  355. -- Performing Test CXX_FLAG_Wvla - Success
  356. -- Performing Test CXX_FLAG_Wpointer_arith
  357. -- Performing Test CXX_FLAG_Wpointer_arith - Success
  358. -- Performing Test CC_SELF_ASSIGN
  359. -- Performing Test CC_SELF_ASSIGN - Success
  360. -- Performing Test CXX_SELF_ASSIGN
  361. -- Performing Test CXX_SELF_ASSIGN - Success
  362. -- Performing Test CC_PAREN_EQUALITY
  363. -- Performing Test CC_PAREN_EQUALITY - Success
  364. -- Performing Test CXX_UNUSED_CONST_VAR
  365. -- Performing Test CXX_UNUSED_CONST_VAR - Success
  366. -- Performing Test CXX_IGNORED_ATTR
  367. -- Performing Test CXX_IGNORED_ATTR - Success
  368. -- Performing Test CXX_WEAK_VTABLES
  369. -- Performing Test CXX_WEAK_VTABLES - Success
  370. -- Performing Test CXX_MISSING_DECLARATIONS
  371. -- Performing Test CXX_MISSING_DECLARATIONS - Success
  372. -- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS
  373. -- Performing Test CXX_UNUSED_LOCAL_TYPEDEFS - Success
  374. -- Performing Test CXX_WUNUSED_VARIABLE
  375. -- Performing Test CXX_WUNUSED_VARIABLE - Success
  376. -- Building for current host CPU:
  377. -- Looking for mmap
  378. -- Looking for mmap - found
  379. -- Doxygen not found, unable to generate API reference
  380. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  381. -- PCRE version 8.41 or above not found
  382. -- PCRE 8.41 or above not found
  383. -- /Users/veronica/ClickHouse/utils: Have 2829 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to OFF
  384. -- /Users/veronica/ClickHouse/dbms: Have 2827 megabytes of memory. Limiting concurrent linkers jobs to 1 and compiler jobs to 1
  385. -- Will build ClickHouse 20.2.1.1 revision 54432
  386. -- Performing Test SUPPORTS_FLAG_pedantic
  387. -- Performing Test SUPPORTS_FLAG_pedantic - Success
  388. -- Performing Test SUPPORTS_FLAG_no_gnu_anonymous_struct
  389. -- Performing Test SUPPORTS_FLAG_no_gnu_anonymous_struct - Success
  390. -- Performing Test SUPPORTS_FLAG_no_nested_anon_types
  391. -- Performing Test SUPPORTS_FLAG_no_nested_anon_types - Success
  392. -- Performing Test SUPPORTS_FLAG_no_vla_extension
  393. -- Performing Test SUPPORTS_FLAG_no_vla_extension - Success
  394. -- Performing Test SUPPORTS_FLAG_no_zero_length_array
  395. -- Performing Test SUPPORTS_FLAG_no_zero_length_array - Success
  396. -- Performing Test SUPPORTS_FLAG_comma
  397. -- Performing Test SUPPORTS_FLAG_comma - Success
  398. -- Performing Test SUPPORTS_FLAG_conditional_uninitialized
  399. -- Performing Test SUPPORTS_FLAG_conditional_uninitialized - Success
  400. -- Performing Test SUPPORTS_FLAG_covered_switch_default
  401. -- Performing Test SUPPORTS_FLAG_covered_switch_default - Success
  402. -- Performing Test SUPPORTS_FLAG_deprecated
  403. -- Performing Test SUPPORTS_FLAG_deprecated - Success
  404. -- Performing Test SUPPORTS_FLAG_embedded_directive
  405. -- Performing Test SUPPORTS_FLAG_embedded_directive - Success
  406. -- Performing Test SUPPORTS_FLAG_empty_init_stmt
  407. -- Performing Test SUPPORTS_FLAG_empty_init_stmt - Success
  408. -- Performing Test SUPPORTS_FLAG_extra_semi_stmt
  409. -- Performing Test SUPPORTS_FLAG_extra_semi_stmt - Success
  410. -- Performing Test SUPPORTS_FLAG_extra_semi
  411. -- Performing Test SUPPORTS_FLAG_extra_semi - Success
  412. -- Performing Test SUPPORTS_FLAG_gnu_case_range
  413. -- Performing Test SUPPORTS_FLAG_gnu_case_range - Success
  414. -- Performing Test SUPPORTS_FLAG_inconsistent_missing_destructor_override
  415. -- Performing Test SUPPORTS_FLAG_inconsistent_missing_destructor_override - Success
  416. -- Performing Test SUPPORTS_FLAG_newline_eof
  417. -- Performing Test SUPPORTS_FLAG_newline_eof - Success
  418. -- Performing Test SUPPORTS_FLAG_old_style_cast
  419. -- Performing Test SUPPORTS_FLAG_old_style_cast - Success
  420. -- Performing Test SUPPORTS_FLAG_range_loop_analysis
  421. -- Performing Test SUPPORTS_FLAG_range_loop_analysis - Success
  422. -- Performing Test SUPPORTS_FLAG_redundant_parens
  423. -- Performing Test SUPPORTS_FLAG_redundant_parens - Success
  424. -- Performing Test SUPPORTS_FLAG_reserved_id_macro
  425. -- Performing Test SUPPORTS_FLAG_reserved_id_macro - Success
  426. -- Performing Test SUPPORTS_FLAG_shadow_field
  427. -- Performing Test SUPPORTS_FLAG_shadow_field - Success
  428. -- Performing Test SUPPORTS_FLAG_shadow_uncaptured_local
  429. -- Performing Test SUPPORTS_FLAG_shadow_uncaptured_local - Success
  430. -- Performing Test SUPPORTS_FLAG_shadow
  431. -- Performing Test SUPPORTS_FLAG_shadow - Success
  432. -- Performing Test SUPPORTS_FLAG_string_plus_int
  433. -- Performing Test SUPPORTS_FLAG_string_plus_int - Success
  434. -- Performing Test SUPPORTS_FLAG_undef
  435. -- Performing Test SUPPORTS_FLAG_undef - Success
  436. -- Performing Test SUPPORTS_FLAG_unreachable_code_return
  437. -- Performing Test SUPPORTS_FLAG_unreachable_code_return - Success
  438. -- Performing Test SUPPORTS_FLAG_unreachable_code
  439. -- Performing Test SUPPORTS_FLAG_unreachable_code - Success
  440. -- Performing Test SUPPORTS_FLAG_unused_exception_parameter
  441. -- Performing Test SUPPORTS_FLAG_unused_exception_parameter - Success
  442. -- Performing Test SUPPORTS_FLAG_unused_macros
  443. -- Performing Test SUPPORTS_FLAG_unused_macros - Success
  444. -- Performing Test SUPPORTS_FLAG_unused_member_function
  445. -- Performing Test SUPPORTS_FLAG_unused_member_function - Success
  446. -- Performing Test SUPPORTS_FLAG_zero_as_null_pointer_constant
  447. -- Performing Test SUPPORTS_FLAG_zero_as_null_pointer_constant - Success
  448. -- Performing Test SUPPORTS_FLAG_everything
  449. -- Performing Test SUPPORTS_FLAG_everything - Success
  450. -- Performing Test SUPPORTS_FLAG_no_cxx98_compat_pedantic
  451. -- Performing Test SUPPORTS_FLAG_no_cxx98_compat_pedantic - Success
  452. -- Performing Test SUPPORTS_FLAG_no_cxx98_compat
  453. -- Performing Test SUPPORTS_FLAG_no_cxx98_compat - Success
  454. -- Performing Test SUPPORTS_FLAG_no_c99_extensions
  455. -- Performing Test SUPPORTS_FLAG_no_c99_extensions - Success
  456. -- Performing Test SUPPORTS_FLAG_no_conversion
  457. -- Performing Test SUPPORTS_FLAG_no_conversion - Success
  458. -- Performing Test SUPPORTS_FLAG_no_ctad_maybe_unsupported
  459. -- Performing Test SUPPORTS_FLAG_no_ctad_maybe_unsupported - Success
  460. -- Performing Test SUPPORTS_FLAG_no_deprecated_dynamic_exception_spec
  461. -- Performing Test SUPPORTS_FLAG_no_deprecated_dynamic_exception_spec - Success
  462. -- Performing Test SUPPORTS_FLAG_no_disabled_macro_expansion
  463. -- Performing Test SUPPORTS_FLAG_no_disabled_macro_expansion - Success
  464. -- Performing Test SUPPORTS_FLAG_no_documentation_unknown_command
  465. -- Performing Test SUPPORTS_FLAG_no_documentation_unknown_command - Success
  466. -- Performing Test SUPPORTS_FLAG_no_double_promotion
  467. -- Performing Test SUPPORTS_FLAG_no_double_promotion - Success
  468. -- Performing Test SUPPORTS_FLAG_no_exit_time_destructors
  469. -- Performing Test SUPPORTS_FLAG_no_exit_time_destructors - Success
  470. -- Performing Test SUPPORTS_FLAG_no_float_equal
  471. -- Performing Test SUPPORTS_FLAG_no_float_equal - Success
  472. -- Performing Test SUPPORTS_FLAG_no_global_constructors
  473. -- Performing Test SUPPORTS_FLAG_no_global_constructors - Success
  474. -- Performing Test SUPPORTS_FLAG_no_missing_prototypes
  475. -- Performing Test SUPPORTS_FLAG_no_missing_prototypes - Success
  476. -- Performing Test SUPPORTS_FLAG_no_missing_variable_declarations
  477. -- Performing Test SUPPORTS_FLAG_no_missing_variable_declarations - Success
  478. -- Performing Test SUPPORTS_FLAG_no_packed
  479. -- Performing Test SUPPORTS_FLAG_no_packed - Success
  480. -- Performing Test SUPPORTS_FLAG_no_padded
  481. -- Performing Test SUPPORTS_FLAG_no_padded - Success
  482. -- Performing Test SUPPORTS_FLAG_no_return_std_move_in_cxx11
  483. -- Performing Test SUPPORTS_FLAG_no_return_std_move_in_cxx11 - Success
  484. -- Performing Test SUPPORTS_FLAG_no_shift_sign_overflow
  485. -- Performing Test SUPPORTS_FLAG_no_shift_sign_overflow - Success
  486. -- Performing Test SUPPORTS_FLAG_no_sign_conversion
  487. -- Performing Test SUPPORTS_FLAG_no_sign_conversion - Success
  488. -- Performing Test SUPPORTS_FLAG_no_switch_enum
  489. -- Performing Test SUPPORTS_FLAG_no_switch_enum - Success
  490. -- Performing Test SUPPORTS_FLAG_no_undefined_func_template
  491. -- Performing Test SUPPORTS_FLAG_no_undefined_func_template - Success
  492. -- Performing Test SUPPORTS_FLAG_no_unused_template
  493. -- Performing Test SUPPORTS_FLAG_no_unused_template - Success
  494. -- Performing Test SUPPORTS_FLAG_no_vla
  495. -- Performing Test SUPPORTS_FLAG_no_vla - Success
  496. -- Performing Test SUPPORTS_FLAG_no_weak_template_vtables
  497. -- Performing Test SUPPORTS_FLAG_no_weak_template_vtables - Success
  498. -- Performing Test SUPPORTS_FLAG_no_weak_vtables
  499. -- Performing Test SUPPORTS_FLAG_no_weak_vtables - Success
  500. -- Looking for readpassphrase
  501. -- Looking for readpassphrase - found
  502. -- Target check already exists
  503. -- Configuring done
  504. -- Generating done
  505. -- Build files have been written to: /Users/veronica/ClickHouse/build
  506. MacBook-Pro-Veronica:build veronica$ ninja clickhouse-server clickhouse-client
  507. [0/2] Re-checking globbed directories...
  508. [51/3715] Linking CXX static library contrib/libcxxabi-cmake/libcxxabi.a
  509. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxxabi-cmake/libcxxabi.a(cxa_unexpected.cpp.o) has no symbols
  510. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxxabi-cmake/libcxxabi.a(cxa_unexpected.cpp.o) has no symbols
  511. [89/3715] Linking CXX static library contrib/libcxx-cmake/libcxx.a
  512. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(functional.cpp.o) has no symbols
  513. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(typeinfo.cpp.o) has no symbols
  514. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(functional.cpp.o) has no symbols
  515. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/libcxx-cmake/libcxx.a(typeinfo.cpp.o) has no symbols
  516. [110/3715] Linking CXX static library contrib/capnproto-cmake/libkj.a
  517. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libkj.a(filesystem-disk-win32.c++.o) has no symbols
  518. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libkj.a(filesystem-disk-win32.c++.o) has no symbols
  519. [111/3715] Linking CXX static library contrib/capnproto-cmake/libcapnp.a
  520. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libcapnp.a(list.c++.o) has no symbols
  521. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/capnproto-cmake/libcapnp.a(list.c++.o) has no symbols
  522. [134/3715] Linking CXX static library .../boost-cmake/libboost_regex_internal.a
  523. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(icu.cpp.o) has no symbols
  524. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(instances.cpp.o) has no symbols
  525. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(regex_debug.cpp.o) has no symbols
  526. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(usinstances.cpp.o) has no symbols
  527. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(w32_regex_traits.cpp.o) has no symbols
  528. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(winstances.cpp.o) has no symbols
  529. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(icu.cpp.o) has no symbols
  530. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(instances.cpp.o) has no symbols
  531. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(regex_debug.cpp.o) has no symbols
  532. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(usinstances.cpp.o) has no symbols
  533. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(w32_regex_traits.cpp.o) has no symbols
  534. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_regex_internal.a(winstances.cpp.o) has no symbols
  535. [315/3715] Linking CXX static library ...t-cmake/libboost_filesystem_internal.a
  536. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_filesystem_internal.a(windows_file_codecvt.cpp.o) has no symbols
  537. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_filesystem_internal.a(windows_file_codecvt.cpp.o) has no symbols
  538. [339/3715] Linking CXX static library ...ke/libboost_program_options_internal.a
  539. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_program_options_internal.a(winmain.cpp.o) has no symbols
  540. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/boost-cmake/libboost_program_options_internal.a(winmain.cpp.o) has no symbols
  541. [1360/3715] Linking CXX static library contrib/openssl-cmake/libcrypto.a
  542. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_null.c.o) has no symbols
  543. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_win.c.o) has no symbols
  544. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(cms_cd.c.o) has no symbols
  545. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_dl.c.o) has no symbols
  546. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_openssl.c.o) has no symbols
  547. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_vms.c.o) has no symbols
  548. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_win32.c.o) has no symbols
  549. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp224.c.o) has no symbols
  550. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp256.c.o) has no symbols
  551. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp521.c.o) has no symbols
  552. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistputil.c.o) has no symbols
  553. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(e_rc5.c.o) has no symbols
  554. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ebcdic.c.o) has no symbols
  555. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_none.c.o) has no symbols
  556. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_win.c.o) has no symbols
  557. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_egd.c.o) has no symbols
  558. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vms.c.o) has no symbols
  559. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vxworks.c.o) has no symbols
  560. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_win.c.o) has no symbols
  561. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_null.c.o) has no symbols
  562. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(async_win.c.o) has no symbols
  563. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(cms_cd.c.o) has no symbols
  564. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_dl.c.o) has no symbols
  565. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_openssl.c.o) has no symbols
  566. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_vms.c.o) has no symbols
  567. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(dso_win32.c.o) has no symbols
  568. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp224.c.o) has no symbols
  569. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp256.c.o) has no symbols
  570. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistp521.c.o) has no symbols
  571. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ecp_nistputil.c.o) has no symbols
  572. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(e_rc5.c.o) has no symbols
  573. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(ebcdic.c.o) has no symbols
  574. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_none.c.o) has no symbols
  575. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(threads_win.c.o) has no symbols
  576. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_egd.c.o) has no symbols
  577. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vms.c.o) has no symbols
  578. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_vxworks.c.o) has no symbols
  579. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libcrypto.a(rand_win.c.o) has no symbols
  580. [1398/3715] Linking CXX static library contrib/openssl-cmake/libssl.a
  581. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(ssl_utst.c.o) has no symbols
  582. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(t1_trce.c.o) has no symbols
  583. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(ssl_utst.c.o) has no symbols
  584. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/openssl-cmake/libssl.a(t1_trce.c.o) has no symbols
  585. [1792/3715] Linking CXX static library...ib/poco/Foundation/libPocoFoundation.a
  586. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(ByteOrder.cpp.o) has no symbols
  587. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(String.cpp.o) has no symbols
  588. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(pcre_string_utils.c.o) has no symbols
  589. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(ByteOrder.cpp.o) has no symbols
  590. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(String.cpp.o) has no symbols
  591. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/Foundation/libPocoFoundation.a(pcre_string_utils.c.o) has no symbols
  592. [1833/3715] Linking CXX static library contrib/poco/XML/libPocoXML.a
  593. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(XMLString.cpp.o) has no symbols
  594. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_impl.c.o) has no symbols
  595. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_ns.c.o) has no symbols
  596. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(XMLString.cpp.o) has no symbols
  597. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_impl.c.o) has no symbols
  598. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/poco/XML/libPocoXML.a(xmltok_ns.c.o) has no symbols
  599. [2051/3715] Linking CXX static library libs/libcommon/libapple_rt.a
  600. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libs/libcommon/libapple_rt.a(apple_rt.cpp.o) has no symbols
  601. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libs/libcommon/libapple_rt.a(apple_rt.cpp.o) has no symbols
  602. warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: libs/libcommon/libapple_rt.a the table of contents is empty (no object file members in the library define global symbols)
  603. [2060/3715] Linking CXX static library.../libwidechar_width/libwidechar_width.a
  604. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libs/libwidechar_width/libwidechar_width.a(widechar_width.cpp.o) has no symbols
  605. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libs/libwidechar_width/libwidechar_width.a(widechar_width.cpp.o) has no symbols
  606. warning: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: warning for library: libs/libwidechar_width/libwidechar_width.a the table of contents is empty (no object file members in the library define global symbols)
  607. [2070/3715] Linking CXX static library contrib/protobuf/cmake/libprotobuf.a
  608. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(arenastring.cc.o) has no symbols
  609. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(io_win32.cc.o) has no symbols
  610. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(gzip_stream.cc.o) has no symbols
  611. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(error_listener.cc.o) has no symbols
  612. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(arenastring.cc.o) has no symbols
  613. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(io_win32.cc.o) has no symbols
  614. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(gzip_stream.cc.o) has no symbols
  615. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/protobuf/cmake/libprotobuf.a(error_listener.cc.o) has no symbols
  616. [2353/3715] Building CXX object libs/l...MakeFiles/common.dir/src/DateLUT.cpp.o
  617. FAILED: libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o
  618. /usr/local/opt/llvm/bin/clang++ -DBOOST_SYSTEM_NO_DEPRECATED -DPOCO_STATIC -DPOCO_UNBUNDLED_ZLIB -DUNALIGNED_OK -DWITH_GZFILEOP -DX86_64 -DZLIB_COMPAT -I../contrib/cctz/include -I../libs/libcommon/include -Ilibs/libcommon/include -I../contrib/replxx/include -I../contrib/zlib-ng -Icontrib/zlib-ng -I../contrib/cityhash102/include -isystem ../contrib/libcxx/include -isystem ../contrib/libcxxabi/include -isystem ../contrib/poco/Util/include -isystem ../contrib/poco/Foundation/include -isystem ../contrib/poco/XML/include -isystem ../contrib/poco/JSON/include -isystem ../contrib/boost -fdiagnostics-color=always -std=c++2a -fsized-deallocation -gdwarf-aranges -msse4.1 -msse4.2 -mpopcnt -Wall -Wno-unused-command-line-argument -Wnon-virtual-dtor -fno-omit-frame-pointer -mmacosx-version-min=10.15 -Werror -O2 -g -DNDEBUG -O3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.14 -D OS_DARWIN -nostdinc++ -Wno-documentation -MD -MT libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o -MF libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o.d -o libs/libcommon/CMakeFiles/common.dir/src/DateLUT.cpp.o -c ../libs/libcommon/src/DateLUT.cpp
  619. ../libs/libcommon/src/DateLUT.cpp:32:9: error: 'path' is unavailable: introduced in macOS 10.15
  620. fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
  621. ^
  622. ../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
  623. class _LIBCPP_TYPE_VIS path {
  624. ^
  625. ../libs/libcommon/src/DateLUT.cpp:32:14: error: 'path' is unavailable: introduced in macOS 10.15
  626. fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
  627. ^
  628. ../contrib/libcxx/include/filesystem:772:3: note: 'path' has been explicitly marked unavailable here
  629. path(const _Source& __src, format = format::auto_format) {
  630. ^
  631. ../libs/libcommon/src/DateLUT.cpp:32:33: error: '~path' is unavailable: introduced in macOS 10.15
  632. fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
  633. ^
  634. ../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
  635. ~path() = default;
  636. ^
  637. ../libs/libcommon/src/DateLUT.cpp:32:14: error: '~path' is unavailable: introduced in macOS 10.15
  638. fs::path tz_database_path = tzdir_env_var ? tzdir_env_var : "/usr/share/zoneinfo/";
  639. ^
  640. ../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
  641. ~path() = default;
  642. ^
  643. ../libs/libcommon/src/DateLUT.cpp:34:9: error: 'path' is unavailable: introduced in macOS 10.15
  644. fs::path tz_file_path;
  645. ^
  646. ../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
  647. class _LIBCPP_TYPE_VIS path {
  648. ^
  649. ../libs/libcommon/src/DateLUT.cpp:34:14: error: 'path' is unavailable: introduced in macOS 10.15
  650. fs::path tz_file_path;
  651. ^
  652. ../contrib/libcxx/include/filesystem:762:29: note: 'path' has been explicitly marked unavailable here
  653. _LIBCPP_INLINE_VISIBILITY path() noexcept {}
  654. ^
  655. ../libs/libcommon/src/DateLUT.cpp:34:14: error: '~path' is unavailable: introduced in macOS 10.15
  656. fs::path tz_file_path;
  657. ^
  658. ../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
  659. ~path() = default;
  660. ^
  661. ../libs/libcommon/src/DateLUT.cpp:49:22: error: 'operator=' is unavailable: introduced in macOS 10.15
  662. tz_file_path = tz_env_var;
  663. ^
  664. ../contrib/libcxx/include/filesystem:819:3: note: 'operator=' has been explicitly marked unavailable here
  665. operator=(const _Source& __src) {
  666. ^
  667. ../libs/libcommon/src/DateLUT.cpp:49:22: error: 'operator=<const char *>' is unavailable: introduced in macOS 10.15
  668. tz_file_path = tz_env_var;
  669. ^
  670. ../contrib/libcxx/include/filesystem:819:3: note: 'operator=<const char *>' has been explicitly marked unavailable here
  671. operator=(const _Source& __src) {
  672. ^
  673. ../libs/libcommon/src/DateLUT.cpp:55:22: error: 'operator=' is unavailable: introduced in macOS 10.15
  674. tz_file_path = "/etc/localtime";
  675. ^
  676. ../contrib/libcxx/include/filesystem:819:3: note: 'operator=' has been explicitly marked unavailable here
  677. operator=(const _Source& __src) {
  678. ^
  679. ../libs/libcommon/src/DateLUT.cpp:55:22: error: 'operator=<char [15]>' is unavailable: introduced in macOS 10.15
  680. tz_file_path = "/etc/localtime";
  681. ^
  682. ../contrib/libcxx/include/filesystem:819:3: note: 'operator=<char [15]>' has been explicitly marked unavailable here
  683. operator=(const _Source& __src) {
  684. ^
  685. ../libs/libcommon/src/DateLUT.cpp:58:18: error: 'exists' is unavailable: introduced in macOS 10.15
  686. if (!fs::exists(tz_file_path))
  687. ^
  688. ../contrib/libcxx/include/filesystem:1614:39: note: 'exists' has been explicitly marked unavailable here
  689. inline _LIBCPP_INLINE_VISIBILITY bool exists(const path& __p) {
  690. ^
  691. ../libs/libcommon/src/DateLUT.cpp:66:17: error: 'is_symlink' is unavailable: introduced in macOS 10.15
  692. if (fs::is_symlink(tz_file_path))
  693. ^
  694. ../contrib/libcxx/include/filesystem:1746:39: note: 'is_symlink' has been explicitly marked unavailable here
  695. inline _LIBCPP_INLINE_VISIBILITY bool is_symlink(const path& __p) {
  696. ^
  697. ../libs/libcommon/src/DateLUT.cpp:68:32: error: 'read_symlink' is unavailable: introduced in macOS 10.15
  698. tz_file_path = fs::read_symlink(tz_file_path);
  699. ^
  700. ../contrib/libcxx/include/filesystem:1830:39: note: 'read_symlink' has been explicitly marked unavailable here
  701. inline _LIBCPP_INLINE_VISIBILITY path read_symlink(const path& __p) {
  702. ^
  703. ../libs/libcommon/src/DateLUT.cpp:68:28: error: '~path' is unavailable: introduced in macOS 10.15
  704. tz_file_path = fs::read_symlink(tz_file_path);
  705. ^
  706. ../contrib/libcxx/include/filesystem:790:3: note: '~path' has been explicitly marked unavailable here
  707. ~path() = default;
  708. ^
  709. ../libs/libcommon/src/DateLUT.cpp:68:26: error: 'operator=' is unavailable: introduced in macOS 10.15
  710. tz_file_path = fs::read_symlink(tz_file_path);
  711. ^
  712. ../contrib/libcxx/include/filesystem:800:9: note: 'operator=' has been explicitly marked unavailable here
  713. path& operator=(path&& __p) noexcept {
  714. ^
  715. ../libs/libcommon/src/DateLUT.cpp:70:30: error: 'is_relative' is unavailable: introduced in macOS 10.15
  716. if (tz_file_path.is_relative())
  717. ^
  718. ../contrib/libcxx/include/filesystem:1106:34: note: 'is_relative' has been explicitly marked unavailable here
  719. _LIBCPP_INLINE_VISIBILITY bool is_relative() const { return !is_absolute(); }
  720. ^
  721. ../libs/libcommon/src/DateLUT.cpp:71:37: error: 'path' is unavailable: introduced in macOS 10.15
  722. tz_file_path = (fs::path("/etc/") / tz_file_path).lexically_normal();
  723. ^
  724. ../contrib/libcxx/include/filesystem:738:24: note: 'path' has been explicitly marked unavailable here
  725. class _LIBCPP_TYPE_VIS path {
  726. ^
  727. ../libs/libcommon/src/DateLUT.cpp:71:33: error: 'path' is unavailable: introduced in macOS 10.15
  728. tz_file_path = (fs::path("/etc/") / tz_file_path).lexically_normal();
  729. ^
  730. ../contrib/libcxx/include/filesystem:772:3: note: 'path' has been explicitly marked unavailable here
  731. path(const _Source& __src, format = format::auto_format) {
  732. ^
  733. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  734. 20 errors generated.
  735. [2357/3715] Linking CXX static library contrib/hyperscan/lib/libhs.a
  736. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(teddy_avx2.c.o) has no symbols
  737. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(masked_move.c.o) has no symbols
  738. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(dump_mask.cpp.o) has no symbols
  739. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(teddy_avx2.c.o) has no symbols
  740. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(masked_move.c.o) has no symbols
  741. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: contrib/hyperscan/lib/libhs.a(dump_mask.cpp.o) has no symbols
  742. [2358/3715] Building CXX object contri...xx.dir/__/replxx/src/replxx_impl.cxx.o
  743. ninja: build stopped: subcommand failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement