Advertisement
tuxedo931

mysql-connector-.8.0.21_version

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