Advertisement
tuxedo931

mysql-connector.19version

Aug 6th, 2020
3,386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.17 KB | None | 0 0
  1.  * Package: dev-db/mysql-connector-c-8.0.19
  2.  * Repository: gentoo
  3.  * Maintainer: mysql-bugs@gentoo.org
  4.  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ldap userland_GNU
  5.  * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking mysql-boost-8.0.19.tar.gz to /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work
  8. >>> Source unpacked in /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work
  9. >>> Preparing source in /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19 ...
  10. * Applying mysql-connector-c-8.0.18-always-build-decompress-utilities.patch ...
  11.  [ ok ]
  12. * Applying mysql-connector-c-8.0.17-use-relative-include-path-for-udf_registration_types-h.patch ...
  13.  [ ok ]
  14. * Applying mysql-connector-c-8.0.19-do-not-install-comp_err.patch ...
  15.  [ ok ]
  16. * Applying mysql-connector-c-8.0.19-libressl.patch ...
  17.  [ ok ]
  18. * Hardcoded definition(s) removed in CMakeLists.txt:
  19. * SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING ${BUILDTYPE_DOCSTRING} FORCE)
  20. >>> Source prepared.
  21. >>> Configuring source in /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19 ...
  22. * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
  23. >>> Working in BUILD_DIR: "/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64"
  24. cmake -C /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_LAYOUT=RPM -DINSTALL_LIBDIR=lib64 -DWITH_DEFAULT_COMPILER_OPTIONS=OFF -DWITH_DEFAULT_FEATURE_SET=OFF -DENABLED_LOCAL_INFILE=ON -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock -DWITH_ZLIB=system -DWITH_SSL=system -DWITH_NUMA=OFF -DLIBMYSQL_OS_OUTPUT_NAME=mysqlclient -DSHARED_LIB_PATCH_VERSION=0 -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DWITHOUT_SERVER=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19
  25. loading initial cache file /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64/gentoo_common_config.cmake
  26. -- Running cmake version 3.16.5
  27. -- Found Git: /usr/bin/git (found version "2.26.2")
  28. -- MySQL 8.0.19
  29. -- The C compiler identification is GNU 9.3.0
  30. -- The CXX compiler identification is GNU 9.3.0
  31. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
  32. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
  33. -- Detecting C compiler ABI info
  34. -- Detecting C compiler ABI info - done
  35. -- Detecting C compile features
  36. -- Detecting C compile features - done
  37. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
  38. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
  39. -- Detecting CXX compiler ABI info
  40. -- Detecting CXX compiler ABI info - done
  41. -- Detecting CXX compile features
  42. -- Detecting CXX compile features - done
  43. -- Source directory /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19
  44. -- Binary directory /var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64
  45. -- CMAKE_GENERATOR: Ninja
  46. -- Looking for SHM_HUGETLB
  47. -- Looking for SHM_HUGETLB - found
  48. -- Looking for sys/types.h
  49. -- Looking for sys/types.h - found
  50. -- Looking for stdint.h
  51. -- Looking for stdint.h - found
  52. -- Looking for stddef.h
  53. -- Looking for stddef.h - found
  54. -- Check size of void *
  55. -- Check size of void * - done
  56. -- SIZEOF_VOIDP 8
  57. -- Packaging as: mysql-8.0.19-Linux-x86_64
  58. CMake Error at CMakeLists.txt:769 (STRING):
  59. STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  60. command.
  61.  
  62.  
  63. CMake Error at CMakeLists.txt:771 (STRING):
  64. STRING sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  65. command.
  66.  
  67.  
  68. -- Performing Test C_LD_LLD_RESULT
  69. -- Performing Test C_LD_LLD_RESULT - Failed
  70. -- Performing Test CXX_LD_LLD_RESULT
  71. -- Performing Test CXX_LD_LLD_RESULT - Failed
  72. -- Performing Test C_LD_GOLD_RESULT
  73. -- Performing Test C_LD_GOLD_RESULT - Success
  74. -- Performing Test CXX_LD_GOLD_RESULT
  75. -- Performing Test CXX_LD_GOLD_RESULT - Success
  76. -- Performing Test HAVE_LLVM_LIBCPP
  77. -- Performing Test HAVE_LLVM_LIBCPP - Failed
  78. -- Looking for pthread.h
  79. -- Looking for pthread.h - found
  80. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  81. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  82. -- Looking for pthread_create in pthreads
  83. -- Looking for pthread_create in pthreads - not found
  84. -- Looking for pthread_create in pthread
  85. -- Looking for pthread_create in pthread - found
  86. -- Found Threads: TRUE
  87. -- Looking for floor
  88. -- Looking for floor - not found
  89. -- Looking for floor in m
  90. -- Looking for floor in m - found
  91. -- Looking for gethostbyname_r
  92. -- Looking for gethostbyname_r - found
  93. -- Looking for bind
  94. -- Looking for bind - found
  95. -- Looking for crypt
  96. -- Looking for crypt - not found
  97. -- Looking for crypt in crypt
  98. -- Looking for crypt in crypt - found
  99. -- Looking for setsockopt
  100. -- Looking for setsockopt - found
  101. -- Looking for dlopen
  102. -- Looking for dlopen - not found
  103. -- Looking for dlopen in dl
  104. -- Looking for dlopen in dl - found
  105. -- Looking for sched_yield
  106. -- Looking for sched_yield - found
  107. -- Looking for clock_gettime
  108. -- Looking for clock_gettime - found
  109. -- Looking for timer_create
  110. -- Looking for timer_create - not found
  111. -- Looking for timer_create in rt
  112. -- Looking for timer_create in rt - found
  113. -- Looking for atomic_thread_fence
  114. -- Looking for atomic_thread_fence - not found
  115. -- Looking for atomic_thread_fence in atomic
  116. -- Looking for atomic_thread_fence in atomic - found
  117. -- Looking for backtrace
  118. -- Looking for backtrace - found
  119. -- Looking for include file alloca.h
  120. -- Looking for include file alloca.h - found
  121. -- Looking for include file arpa/inet.h
  122. -- Looking for include file arpa/inet.h - found
  123. -- Looking for include file dlfcn.h
  124. -- Looking for include file dlfcn.h - found
  125. -- Looking for include file endian.h
  126. -- Looking for include file endian.h - found
  127. -- Looking for include file execinfo.h
  128. -- Looking for include file execinfo.h - found
  129. -- Looking for include file fpu_control.h
  130. -- Looking for include file fpu_control.h - found
  131. -- Looking for include file grp.h
  132. -- Looking for include file grp.h - found
  133. -- Looking for include file ieeefp.h
  134. -- Looking for include file ieeefp.h - not found
  135. -- Looking for include file langinfo.h
  136. -- Looking for include file langinfo.h - found
  137. -- Looking for include file malloc.h
  138. -- Looking for include file malloc.h - found
  139. -- Looking for include file netinet/in.h
  140. -- Looking for include file netinet/in.h - found
  141. -- Looking for include file poll.h
  142. -- Looking for include file poll.h - found
  143. -- Looking for include file pwd.h
  144. -- Looking for include file pwd.h - found
  145. -- Looking for include file strings.h
  146. -- Looking for include file strings.h - found
  147. -- Looking for include file sys/cdefs.h
  148. -- Looking for include file sys/cdefs.h - found
  149. -- Looking for include file sys/ioctl.h
  150. -- Looking for include file sys/ioctl.h - found
  151. -- Looking for include file sys/mman.h
  152. -- Looking for include file sys/mman.h - found
  153. -- Looking for include file sys/prctl.h
  154. -- Looking for include file sys/prctl.h - found
  155. -- Looking for include file sys/resource.h
  156. -- Looking for include file sys/resource.h - found
  157. -- Looking for include file sys/select.h
  158. -- Looking for include file sys/select.h - found
  159. -- Looking for include file sys/socket.h
  160. -- Looking for include file sys/socket.h - found
  161. -- Looking for include files curses.h, term.h
  162. -- Looking for include files curses.h, term.h - found
  163. -- Looking for include file termios.h
  164. -- Looking for include file termios.h - found
  165. -- Looking for include file termio.h
  166. -- Looking for include file termio.h - found
  167. -- Looking for include file unistd.h
  168. -- Looking for include file unistd.h - found
  169. -- Looking for include file sys/wait.h
  170. -- Looking for include file sys/wait.h - found
  171. -- Looking for include file sys/param.h
  172. -- Looking for include file sys/param.h - found
  173. -- Looking for include file fnmatch.h
  174. -- Looking for include file fnmatch.h - found
  175. -- Looking for include file sys/un.h
  176. -- Looking for include file sys/un.h - found
  177. -- Looking for include file vis.h
  178. -- Looking for include file vis.h - not found
  179. -- Looking for include files sys/types.h, sasl/sasl.h
  180. -- Looking for include files sys/types.h, sasl/sasl.h - found
  181. -- Looking for include file sys/devpoll.h
  182. -- Looking for include file sys/devpoll.h - not found
  183. -- Looking for include file sys/epoll.h
  184. -- Looking for include file sys/epoll.h - found
  185. -- Looking for TAILQ_FOREACH
  186. -- Looking for TAILQ_FOREACH - found
  187. -- Looking for _aligned_malloc
  188. -- Looking for _aligned_malloc - not found
  189. -- Looking for backtrace
  190. -- Looking for backtrace - found
  191. -- Looking for index
  192. -- Looking for index - found
  193. -- Looking for chown
  194. -- Looking for chown - found
  195. -- Looking for cuserid
  196. -- Looking for cuserid - found
  197. -- Looking for directio
  198. -- Looking for directio - not found
  199. -- Looking for ftruncate
  200. -- Looking for ftruncate - found
  201. -- Looking for fchmod
  202. -- Looking for fchmod - found
  203. -- Looking for fcntl
  204. -- Looking for fcntl - found
  205. -- Looking for fdatasync
  206. -- Looking for fdatasync - found
  207. -- Looking for fdatasync
  208. -- Looking for fdatasync - found
  209. -- Looking for fedisableexcept
  210. -- Looking for fedisableexcept - found
  211. -- Looking for fsync
  212. -- Looking for fsync - found
  213. -- Looking for gethrtime
  214. -- Looking for gethrtime - not found
  215. -- Looking for getnameinfo
  216. -- Looking for getnameinfo - found
  217. -- Looking for getpass
  218. -- Looking for getpass - found
  219. -- Looking for getpassphrase
  220. -- Looking for getpassphrase - not found
  221. -- Looking for getpwnam
  222. -- Looking for getpwnam - found
  223. -- Looking for getpwuid
  224. -- Looking for getpwuid - found
  225. -- Looking for getrusage
  226. -- Looking for getrusage - found
  227. -- Looking for initgroups
  228. -- Looking for initgroups - found
  229. -- Looking for issetugid
  230. -- Looking for issetugid - not found
  231. -- Looking for getuid
  232. -- Looking for getuid - found
  233. -- Looking for geteuid
  234. -- Looking for geteuid - found
  235. -- Looking for getgid
  236. -- Looking for getgid - found
  237. -- Looking for getegid
  238. -- Looking for getegid - found
  239. -- Looking for madvise
  240. -- Looking for madvise - found
  241. -- Looking for malloc_info
  242. -- Looking for malloc_info - found
  243. -- Looking for memrchr
  244. -- Looking for memrchr - found
  245. -- Looking for mlock
  246. -- Looking for mlock - found
  247. -- Looking for mlockall
  248. -- Looking for mlockall - found
  249. -- Looking for mmap64
  250. -- Looking for mmap64 - found
  251. -- Looking for poll
  252. -- Looking for poll - found
  253. -- Looking for posix_fallocate
  254. -- Looking for posix_fallocate - found
  255. -- Looking for posix_memalign
  256. -- Looking for posix_memalign - found
  257. -- Looking for pread
  258. -- Looking for pread - found
  259. -- Looking for pthread_condattr_setclock
  260. -- Looking for pthread_condattr_setclock - found
  261. -- Looking for pthread_getaffinity_np
  262. -- Looking for pthread_getaffinity_np - found
  263. -- Looking for pthread_sigmask
  264. -- Looking for pthread_sigmask - found
  265. -- Looking for setfd
  266. -- Looking for setfd - not found
  267. -- Looking for sigaction
  268. -- Looking for sigaction - found
  269. -- Looking for sleep
  270. -- Looking for sleep - found
  271. -- Looking for stpcpy
  272. -- Looking for stpcpy - found
  273. -- Looking for stpncpy
  274. -- Looking for stpncpy - found
  275. -- Looking for strlcpy
  276. -- Looking for strlcpy - not found
  277. -- Looking for strndup
  278. -- Looking for strndup - found
  279. -- Looking for strlcat
  280. -- Looking for strlcat - not found
  281. -- Looking for strsignal
  282. -- Looking for strsignal - found
  283. -- Looking for fgetln
  284. -- Looking for fgetln - not found
  285. -- Looking for strsep
  286. -- Looking for strsep - found
  287. -- Looking for tell
  288. -- Looking for tell - not found
  289. -- Looking for vasprintf
  290. -- Looking for vasprintf - found
  291. -- Looking for memalign
  292. -- Looking for memalign - found
  293. -- Looking for nl_langinfo
  294. -- Looking for nl_langinfo - found
  295. -- Looking for ntohll
  296. -- Looking for ntohll - not found
  297. -- Looking for epoll_create
  298. -- Looking for epoll_create - found
  299. -- Looking for inet_ntop
  300. -- Looking for inet_ntop - found
  301. -- Looking for kqueue
  302. -- Looking for kqueue - not found
  303. -- Looking for timeradd
  304. -- Looking for timeradd - found
  305. -- Looking for timerclear
  306. -- Looking for timerclear - found
  307. -- Looking for timercmp
  308. -- Looking for timercmp - found
  309. -- Looking for timerisset
  310. -- Looking for timerisset - found
  311. -- Looking for include file sys/time.h
  312. -- Looking for include file sys/time.h - found
  313. -- Looking for include file sys/times.h
  314. -- Looking for include file sys/times.h - found
  315. -- Looking for times
  316. -- Looking for times - found
  317. -- Looking for gettimeofday
  318. -- Looking for gettimeofday - found
  319. -- Looking for lrand48
  320. -- Looking for lrand48 - found
  321. -- Looking for TIOCGWINSZ
  322. -- Looking for TIOCGWINSZ - found
  323. -- Looking for FIONREAD
  324. -- Looking for FIONREAD - found
  325. -- Looking for FIONREAD
  326. -- Looking for FIONREAD - not found
  327. -- Looking for MADV_DONTDUMP
  328. -- Looking for MADV_DONTDUMP - found
  329. -- Performing Test HAVE_O_TMPFILE
  330. -- Performing Test HAVE_O_TMPFILE - Success
  331. -- Looking for isinf
  332. -- Looking for isinf - found
  333. -- Performing Test HAVE_CXX_ISINF
  334. -- Performing Test HAVE_CXX_ISINF - Success
  335. -- Looking for timer_create
  336. -- Looking for timer_create - found
  337. -- Looking for timer_settime
  338. -- Looking for timer_settime - found
  339. -- Looking for kqueue
  340. -- Looking for kqueue - not found
  341. -- Performing Test HAVE_SETNS
  342. -- Performing Test HAVE_SETNS - Success
  343. -- Looking for EVFILT_TIMER
  344. -- Looking for EVFILT_TIMER - not found
  345. -- Check if the system is big endian
  346. -- Searching 16 bit integer
  347. -- Check size of unsigned short
  348. -- Check size of unsigned short - done
  349. -- Using unsigned short
  350. -- Check if the system is big endian - little endian
  351. -- Check size of char *
  352. -- Check size of char * - done
  353. -- Check size of long
  354. -- Check size of long - done
  355. -- Check size of short
  356. -- Check size of short - done
  357. -- Check size of int
  358. -- Check size of int - done
  359. -- Check size of long long
  360. -- Check size of long long - done
  361. -- Check size of time_t
  362. -- Check size of time_t - done
  363. -- Performing Test HAVE_TM_GMTOFF
  364. -- Performing Test HAVE_TM_GMTOFF - Success
  365. -- Check size of ulong
  366. -- Check size of ulong - done
  367. -- Check size of u_int32_t
  368. -- Check size of u_int32_t - done
  369. -- Check size of socklen_t
  370. -- Check size of socklen_t - done
  371. -- Performing Test HAVE_VISIBILITY_HIDDEN
  372. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  373. -- Performing Test HAVE_CLOCK_GETTIME
  374. -- Performing Test HAVE_CLOCK_GETTIME - Success
  375. -- Performing Test HAVE_CLOCK_REALTIME
  376. -- Performing Test HAVE_CLOCK_REALTIME - Success
  377. -- Checking stack direction : -1
  378. -- Looking for include files time.h, sys/time.h
  379. -- Looking for include files time.h, sys/time.h - found
  380. -- Looking for O_NONBLOCK
  381. -- Looking for O_NONBLOCK - found
  382. -- Performing Test HAVE_PAUSE_INSTRUCTION
  383. -- Performing Test HAVE_PAUSE_INSTRUCTION - Success
  384. -- Looking for C++ include cxxabi.h
  385. -- Looking for C++ include cxxabi.h - found
  386. -- Performing Test HAVE_ABI_CXA_DEMANGLE
  387. -- Performing Test HAVE_ABI_CXA_DEMANGLE - Success
  388. -- Performing Test HAVE_BUILTIN_UNREACHABLE
  389. -- Performing Test HAVE_BUILTIN_UNREACHABLE - Success
  390. -- Performing Test HAVE_BUILTIN_EXPECT
  391. -- Performing Test HAVE_BUILTIN_EXPECT - Success
  392. -- Performing Test HAVE_BUILTIN_STPCPY
  393. -- Performing Test HAVE_BUILTIN_STPCPY - Success
  394. -- Performing Test HAVE_GCC_ATOMIC_BUILTINS
  395. -- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
  396. -- Performing Test HAVE_GCC_SYNC_BUILTINS
  397. -- Performing Test HAVE_GCC_SYNC_BUILTINS - Success
  398. -- Performing Test HAVE_SYS_GETTID
  399. -- Performing Test HAVE_SYS_GETTID - Success
  400. -- Performing Test HAVE_PTHREAD_GETTHREADID_NP
  401. -- Performing Test HAVE_PTHREAD_GETTHREADID_NP - Failed
  402. -- Performing Test HAVE_PTHREAD_THREADID_NP
  403. -- Performing Test HAVE_PTHREAD_THREADID_NP - Failed
  404. -- Performing Test HAVE_INTEGER_PTHREAD_SELF
  405. -- Performing Test HAVE_INTEGER_PTHREAD_SELF - Success
  406. -- Looking for netinet/in6.h
  407. -- Looking for netinet/in6.h - not found
  408. -- Check size of struct in6_addr
  409. -- Check size of struct in6_addr - failed
  410. -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
  411. -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed
  412. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
  413. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed
  414. -- Looking for include file numa.h
  415. -- Looking for include file numa.h - found
  416. -- Looking for include file numaif.h
  417. -- Looking for include file numaif.h - found
  418. -- Performing Test HAVE_LIBNUMA
  419. -- Performing Test HAVE_LIBNUMA - Success
  420. -- Disabling NUMA on user's request
  421. -- Looking for crc32
  422. -- Looking for crc32 - found
  423. -- Looking for compressBound
  424. -- Looking for compressBound - found
  425. -- Looking for deflateBound
  426. -- Looking for deflateBound - found
  427. -- ZSTD_LIBRARY(Bundled) zstd
  428. -- ZSTD_LEGACY_SUPPORT not defined!
  429. -- Looking for TLS1_3_VERSION
  430. -- Looking for TLS1_3_VERSION - found
  431. -- The openssl command does support zlib
  432. -- OPENSSL_INCLUDE_DIR = /usr/include
  433. -- OPENSSL_LIBRARY = /usr/lib/libssl.so
  434. -- CRYPTO_LIBRARY = /usr/lib/libcrypto.so
  435. -- OPENSSL_MAJOR_VERSION = 1
  436. -- OPENSSL_MINOR_VERSION = 01
  437. -- OPENSSL_FIX_VERSION = 01
  438. -- Looking for SHA512_DIGEST_LENGTH
  439. -- Looking for SHA512_DIGEST_LENGTH - found
  440. -- SSL_LIBRARIES = /usr/lib/libssl.so;/usr/lib/libcrypto.so;dl
  441. -- SASL_LIBRARY /usr/lib/libsasl2.so
  442. -- Performing Test HAVE_PTHREAD_SETNAME_NP
  443. -- Performing Test HAVE_PTHREAD_SETNAME_NP - Success
  444. -- Performing Test HAVE_CXX_W_implicit_fallthrough_2
  445. -- Performing Test HAVE_CXX_W_implicit_fallthrough_2 - Success
  446. -- Performing Test HAVE_Wjump-misses-init
  447. -- Performing Test HAVE_Wjump-misses-init - Success
  448. -- Performing Test HAVE_Wstringop-truncation
  449. -- Performing Test HAVE_Wstringop-truncation - Success
  450. -- Performing Test HAVE_CXX_W_stringop_truncation
  451. -- Performing Test HAVE_CXX_W_stringop_truncation - Success
  452. -- Performing Test HAVE_CXX_W_logical_op
  453. -- Performing Test HAVE_CXX_W_logical_op - Success
  454. -- Creating LDAP authentication SASL client library.
  455. -- Currently LDAP SASL client authentication plug-in is build with only system installed cyrus SASL library.
  456. -- Looking for include file lber.h
  457. -- Looking for include file lber.h - found
  458. -- SASL_LIBRARY = /usr/lib/libsasl2.so
  459. -- Library mysqlclient depends on OSLIBS -lpthread;/usr/lib/libz.so;m;rt;/usr/lib/libssl.so;/usr/lib/libcrypto.so;dl
  460. -- MERGE_CONVENIENCE_LIBRARIES TARGET mysqlclient
  461. -- MERGE_CONVENIENCE_LIBRARIES LIBS clientlib;mytime;strings;vio;mysys;zstd
  462. -- Looking for le64toh
  463. -- Looking for le64toh - found
  464. -- Looking for le32toh
  465. -- Looking for le32toh - found
  466. -- Looking for le16toh
  467. -- Looking for le16toh - found
  468. -- Check if the system is big endian
  469. -- Searching 16 bit integer
  470. -- Using unsigned short
  471. -- Check if the system is big endian - little endian
  472. -- The mysqlservices library is for server plugins only
  473. -- CONFIG_CONFIG_CLIENT_LIBS -lpthread -lz -lm -lrt -lssl -lcrypto -ldl
  474. -- CONFIG_LIBS_PRIVATE -lpthread -lz -lm -lrt -ldl
  475. -- INSTALL mysqlclient.pc lib64/pkgconfig
  476. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen dot
  477. -- CMAKE_BUILD_TYPE: Gentoo
  478. -- COMPILE_DEFINITIONS: _GNU_SOURCE;_FILE_OFFSET_BITS=64;RAPIDJSON_NO_SIZETYPEDEFINE;RAPIDJSON_SCHEMA_USE_INTERNALREGEX=0;RAPIDJSON_SCHEMA_USE_STDREGEX=1;HAVE_CONFIG_H;HAVE_OPENSSL;__STDC_LIMIT_MACROS;__STDC_FORMAT_MACROS;_USE_MATH_DEFINES;LZ4_DISABLE_DEPRECATE_WARNINGS;HAVE_TLSv13
  479. -- CMAKE_C_FLAGS: -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Wwrite-strings -Wjump-misses-init -Wstringop-truncation
  480. -- CMAKE_CXX_FLAGS: -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Woverloaded-virtual -Wcast-qual -Wimplicit-fallthrough=2 -Wstringop-truncation -Wlogical-op
  481. -- CMAKE_CXX_FLAGS_DEBUG: -DSAFE_MUTEX -DENABLED_DEBUG_SYNC -g
  482. -- CMAKE_CXX_FLAGS_RELWITHDEBINFO: -DDBUG_OFF -O2 -g -DNDEBUG
  483. -- CMAKE_CXX_FLAGS_RELEASE: -DDBUG_OFF -O3 -DNDEBUG
  484. -- CMAKE_CXX_FLAGS_MINSIZEREL: -DDBUG_OFF -Os -DNDEBUG
  485. -- CMAKE_C_LINK_FLAGS: -fuse-ld=gold -Wl,--gc-sections
  486. -- CMAKE_CXX_LINK_FLAGS: -fuse-ld=gold -Wl,--gc-sections
  487. -- CMAKE_EXE_LINKER_FLAGS -Wl,-O1 -Wl,--as-needed
  488. -- CMAKE_MODULE_LINKER_FLAGS -Wl,-O1 -Wl,--as-needed
  489. -- CMAKE_SHARED_LINKER_FLAGS -Wl,-O1 -Wl,--as-needed
  490. -- <<< Gentoo configuration >>>
  491. Build type Gentoo
  492. Install path /usr
  493. Compiler flags:
  494. C -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Wwrite-strings -Wjump-misses-init -Wstringop-truncation
  495. C++ -Wall -Wextra -Wformat-security -Wvla -Wundef -Wmissing-format-attribute -Woverloaded-virtual -Wcast-qual -Wimplicit-fallthrough=2 -Wstringop-truncation -Wlogical-op
  496. Linker flags:
  497. Executable -Wl,-O1 -Wl,--as-needed
  498. Module -Wl,-O1 -Wl,--as-needed
  499. Shared -Wl,-O1 -Wl,--as-needed
  500.  
  501. -- Configuring incomplete, errors occurred!
  502. See also "/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64/CMakeFiles/CMakeOutput.log".
  503. See also "/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64/CMakeFiles/CMakeError.log".
  504. * ERROR: dev-db/mysql-connector-c-8.0.19::gentoo failed (configure phase):
  505. * cmake failed
  506. *
  507. * Call stack:
  508. * ebuild.sh, line 125: Called src_configure
  509. * environment, line 2570: Called cmake-multilib_src_configure
  510. * environment, line 752: Called multilib-minimal_src_configure
  511. * environment, line 1890: Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
  512. * environment, line 2123: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  513. * environment, line 1820: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
  514. * environment, line 1818: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
  515. * environment, line 615: Called multilib-minimal_abi_src_configure
  516. * environment, line 1884: Called multilib_src_configure
  517. * environment, line 2348: Called cmake-utils_src_configure
  518. * environment, line 932: Called die
  519. * The specific snippet of code:
  520. * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
  521. *
  522. * If you need support, post the output of `emerge --info '=dev-db/mysql-connector-c-8.0.19::gentoo'`,
  523. * the complete build log and the output of `emerge -pqv '=dev-db/mysql-connector-c-8.0.19::gentoo'`.
  524. * The complete build log is located at '/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/temp/build.log'.
  525. * The ebuild environment file is located at '/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/temp/environment'.
  526. * Working directory: '/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19-abi_x86_64.amd64'
  527. * S: '/var/tmp/portage/portage/dev-db/mysql-connector-c-8.0.19/work/mysql-8.0.19'
  528.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement