Guest User

MariaDB Cross-compilation Build Failure

a guest
Jun 28th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 312.70 KB | None | 0 0
  1. cmake ../mariadb-10.4.6 -DBUILD_CONFG=mysql_release -DWITH_SSL=system -DPLUGIN_MROONGA=NO -DWITHOUT_MROONGA_STORAGE_ENGINE=YES -DCMAKE_TOOLCHAIN_FILE=../toolchain.cmake -DIMPORT_EXECUTABLES=../build-host-tools/import_executables.cmake
  2. -- Running cmake version 2.8.12.2
  3. -- The C compiler identification is GNU 4.7.2
  4. -- The CXX compiler identification is GNU 4.7.2
  5. -- Check for working C compiler: /home/wmt/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc
  6. -- Check for working C compiler: /home/wmt/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: /home/wmt/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++
  10. -- Check for working CXX compiler: /home/wmt/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Looking for SHM_HUGETLB
  14. -- Looking for SHM_HUGETLB - found
  15. -- Found Git: /usr/bin/git (found version "1.9.1")
  16. -- MariaDB 10.4.6
  17. -- Looking for sys/types.h
  18. -- Looking for sys/types.h - found
  19. -- Looking for stdint.h
  20. -- Looking for stdint.h - found
  21. -- Looking for stddef.h
  22. -- Looking for stddef.h - found
  23. -- Check size of void *
  24. -- Check size of void * - done
  25. -- Packaging as: mariadb-10.4.6-Linux-arm
  26. -- Performing Test HAVE_VISIBILITY_HIDDEN
  27. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  28. -- Performing Test have_C__pie__fPIC
  29. -- Performing Test have_C__pie__fPIC - Success
  30. -- Performing Test have_CXX__pie__fPIC
  31. -- Performing Test have_CXX__pie__fPIC - Success
  32. -- Performing Test have_C__Wl__z_relro__z_now
  33. -- Performing Test have_C__Wl__z_relro__z_now - Success
  34. -- Performing Test have_CXX__Wl__z_relro__z_now
  35. -- Performing Test have_CXX__Wl__z_relro__z_now - Success
  36. -- Performing Test have_C__fstack_protector___param_ssp_buffer_size_4
  37. -- Performing Test have_C__fstack_protector___param_ssp_buffer_size_4 - Success
  38. -- Performing Test have_CXX__fstack_protector___param_ssp_buffer_size_4
  39. -- Performing Test have_CXX__fstack_protector___param_ssp_buffer_size_4 - Success
  40. -- Performing Test have_C__D_FORTIFY_SOURCE_2
  41. -- Performing Test have_C__D_FORTIFY_SOURCE_2 - Success
  42. -- Performing Test have_CXX__D_FORTIFY_SOURCE_2
  43. -- Performing Test have_CXX__D_FORTIFY_SOURCE_2 - Success
  44. -- Performing Test have_C__ggdb3
  45. -- Performing Test have_C__ggdb3 - Success
  46. -- Performing Test have_CXX__ggdb3
  47. -- Performing Test have_CXX__ggdb3 - Success
  48. -- Looking for floor
  49. -- Looking for floor - not found
  50. -- Looking for floor in m
  51. -- Looking for floor in m - found
  52. -- Looking for gethostbyname_r
  53. -- Looking for gethostbyname_r - found
  54. -- Looking for bind
  55. -- Looking for bind - found
  56. -- Looking for crypt
  57. -- Looking for crypt - not found
  58. -- Looking for crypt in crypt
  59. -- Looking for crypt in crypt - found
  60. -- Looking for setsockopt
  61. -- Looking for setsockopt - found
  62. -- Looking for dlopen
  63. -- Looking for dlopen - not found
  64. -- Looking for dlopen in dl
  65. -- Looking for dlopen in dl - found
  66. -- Looking for sched_yield
  67. -- Looking for sched_yield - found
  68. -- Looking for clock_gettime
  69. -- Looking for clock_gettime - not found
  70. -- Looking for clock_gettime in rt
  71. -- Looking for clock_gettime in rt - found
  72. -- Looking for include file pthread.h
  73. -- Looking for include file pthread.h - found
  74. -- Looking for pthread_create
  75. -- Looking for pthread_create - not found
  76. -- Looking for pthread_create in pthreads
  77. -- Looking for pthread_create in pthreads - not found
  78. -- Looking for pthread_create in pthread
  79. -- Looking for pthread_create in pthread - found
  80. -- Found Threads: TRUE  
  81. -- Looking for 4 include files stdlib.h, ..., float.h
  82. -- Looking for 4 include files stdlib.h, ..., float.h - found
  83. -- Looking for include file alloca.h
  84. -- Looking for include file alloca.h - found
  85. -- Looking for include file arpa/inet.h
  86. -- Looking for include file arpa/inet.h - found
  87. -- Looking for include file crypt.h
  88. -- Looking for include file crypt.h - found
  89. -- Looking for include file dirent.h
  90. -- Looking for include file dirent.h - found
  91. -- Looking for include file dlfcn.h
  92. -- Looking for include file dlfcn.h - found
  93. -- Looking for include file execinfo.h
  94. -- Looking for include file execinfo.h - found
  95. -- Looking for include file fcntl.h
  96. -- Looking for include file fcntl.h - found
  97. -- Looking for include file fenv.h
  98. -- Looking for include file fenv.h - found
  99. -- Looking for include file float.h
  100. -- Looking for include file float.h - found
  101. -- Looking for include file fpu_control.h
  102. -- Looking for include file fpu_control.h - found
  103. -- Looking for include file grp.h
  104. -- Looking for include file grp.h - found
  105. -- Looking for include file ieeefp.h
  106. -- Looking for include file ieeefp.h - not found
  107. -- Looking for include file inttypes.h
  108. -- Looking for include file inttypes.h - found
  109. -- Looking for include file langinfo.h
  110. -- Looking for include file langinfo.h - found
  111. -- Looking for include file link.h
  112. -- Looking for include file link.h - found
  113. -- Looking for include file linux/unistd.h
  114. -- Looking for include file linux/unistd.h - found
  115. -- Looking for include file limits.h
  116. -- Looking for include file limits.h - found
  117. -- Looking for include file locale.h
  118. -- Looking for include file locale.h - found
  119. -- Looking for include file malloc.h
  120. -- Looking for include file malloc.h - found
  121. -- Looking for include file memory.h
  122. -- Looking for include file memory.h - found
  123. -- Looking for include file ndir.h
  124. -- Looking for include file ndir.h - not found
  125. -- Looking for include file netinet/in.h
  126. -- Looking for include file netinet/in.h - found
  127. -- Looking for include file paths.h
  128. -- Looking for include file paths.h - found
  129. -- Looking for include file poll.h
  130. -- Looking for include file poll.h - found
  131. -- Looking for include file sys/poll.h
  132. -- Looking for include file sys/poll.h - found
  133. -- Looking for include file pwd.h
  134. -- Looking for include file pwd.h - found
  135. -- Looking for include file sched.h
  136. -- Looking for include file sched.h - found
  137. -- Looking for include file select.h
  138. -- Looking for include file select.h - not found
  139. -- Looking for include files sys/types.h, sys/dir.h
  140. -- Looking for include files sys/types.h, sys/dir.h - found
  141. -- Looking for include files sys/types.h, sys/event.h
  142. -- Looking for include files sys/types.h, sys/event.h - not found
  143. -- Looking for include file sys/ndir.h
  144. -- Looking for include file sys/ndir.h - not found
  145. -- Looking for include file sys/pte.h
  146. -- Looking for include file sys/pte.h - not found
  147. -- Looking for include file stdlib.h
  148. -- Looking for include file stdlib.h - found
  149. -- Looking for include file strings.h
  150. -- Looking for include file strings.h - found
  151. -- Looking for include file string.h
  152. -- Looking for include file string.h - found
  153. -- Looking for include file synch.h
  154. -- Looking for include file synch.h - not found
  155. -- Looking for include file sysent.h
  156. -- Looking for include file sysent.h - not found
  157. -- Looking for include file sys/file.h
  158. -- Looking for include file sys/file.h - found
  159. -- Looking for include file sys/fpu.h
  160. -- Looking for include file sys/fpu.h - not found
  161. -- Looking for include file sys/ioctl.h
  162. -- Looking for include file sys/ioctl.h - found
  163. -- Looking for include files sys/types.h, sys/ipc.h
  164. -- Looking for include files sys/types.h, sys/ipc.h - found
  165. -- Looking for include files sys/types.h, sys/malloc.h
  166. -- Looking for include files sys/types.h, sys/malloc.h - not found
  167. -- Looking for include file sys/mman.h
  168. -- Looking for include file sys/mman.h - found
  169. -- Looking for include file sys/prctl.h
  170. -- Looking for include file sys/prctl.h - found
  171. -- Looking for include file sys/resource.h
  172. -- Looking for include file sys/resource.h - found
  173. -- Looking for include file sys/select.h
  174. -- Looking for include file sys/select.h - found
  175. -- Looking for include files sys/types.h, sys/shm.h
  176. -- Looking for include files sys/types.h, sys/shm.h - found
  177. -- Looking for include file sys/socket.h
  178. -- Looking for include file sys/socket.h - found
  179. -- Looking for include file sys/stat.h
  180. -- Looking for include file sys/stat.h - found
  181. -- Looking for include file sys/stream.h
  182. -- Looking for include file sys/stream.h - not found
  183. -- Looking for include file sys/syscall.h
  184. -- Looking for include file sys/syscall.h - found
  185. -- Looking for include file asm/termbits.h
  186. -- Looking for include file asm/termbits.h - found
  187. -- Looking for include file termbits.h
  188. -- Looking for include file termbits.h - not found
  189. -- Looking for include file termios.h
  190. -- Looking for include file termios.h - found
  191. -- Looking for include file termio.h
  192. -- Looking for include file termio.h - found
  193. -- Looking for include file termcap.h
  194. -- Looking for include file termcap.h - not found
  195. -- Looking for include file unistd.h
  196. -- Looking for include file unistd.h - found
  197. -- Looking for include file utime.h
  198. -- Looking for include file utime.h - found
  199. -- Looking for include file varargs.h
  200. -- Looking for include file varargs.h - not found
  201. -- Looking for include file sys/time.h
  202. -- Looking for include file sys/time.h - found
  203. -- Looking for include file sys/utime.h
  204. -- Looking for include file sys/utime.h - not found
  205. -- Looking for include file sys/wait.h
  206. -- Looking for include file sys/wait.h - found
  207. -- Looking for include file sys/param.h
  208. -- Looking for include file sys/param.h - found
  209. -- Looking for include file sys/vadvise.h
  210. -- Looking for include file sys/vadvise.h - not found
  211. -- Looking for include file fnmatch.h
  212. -- Looking for include file fnmatch.h - found
  213. -- Looking for include file stdarg.h
  214. -- Looking for include file stdarg.h - found
  215. -- Looking for include files stdlib.h, sys/un.h
  216. -- Looking for include files stdlib.h, sys/un.h - found
  217. -- Looking for include file wchar.h
  218. -- Looking for include file wchar.h - found
  219. -- Looking for include file wctype.h
  220. -- Looking for include file wctype.h - found
  221. -- Looking for include file sys/sockio.h
  222. -- Looking for include file sys/sockio.h - not found
  223. -- Looking for include file sys/utsname.h
  224. -- Looking for include file sys/utsname.h - found
  225. -- Looking for include file sys/statvfs.h
  226. -- Looking for include file sys/statvfs.h - found
  227. -- Looking for include file bfd.h
  228. -- Looking for include file bfd.h - found
  229. -- Looking for include file sys/ptem.h
  230. -- Looking for include file sys/ptem.h - not found
  231. -- Performing Test have_C__Werror
  232. -- Performing Test have_C__Werror - Success
  233. -- Performing Test HAVE_PTHREAD_ONCE_INIT
  234. -- Performing Test HAVE_PTHREAD_ONCE_INIT - Success
  235. -- Looking for accept4
  236. -- Looking for accept4 - not found
  237. -- Looking for access
  238. -- Looking for access - found
  239. -- Looking for alarm
  240. -- Looking for alarm - found
  241. -- Looking for backtrace
  242. -- Looking for backtrace - found
  243. -- Looking for backtrace_symbols
  244. -- Looking for backtrace_symbols - found
  245. -- Looking for backtrace_symbols_fd
  246. -- Looking for backtrace_symbols_fd - found
  247. -- Looking for printstack
  248. -- Looking for printstack - not found
  249. -- Looking for bfill
  250. -- Looking for bfill - not found
  251. -- Looking for index
  252. -- Looking for index - found
  253. -- Looking for clock_gettime
  254. -- Looking for clock_gettime - found
  255. -- Looking for cuserid
  256. -- Looking for cuserid - found
  257. -- Looking for ftruncate
  258. -- Looking for ftruncate - found
  259. -- Looking for compress
  260. -- Looking for compress - not found
  261. -- Looking for crypt
  262. -- Looking for crypt - found
  263. -- Looking for dladdr
  264. -- Looking for dladdr - found
  265. -- Looking for dlerror
  266. -- Looking for dlerror - found
  267. -- Looking for dlopen
  268. -- Looking for dlopen - found
  269. -- Looking for fchmod
  270. -- Looking for fchmod - found
  271. -- Looking for fcntl
  272. -- Looking for fcntl - found
  273. -- Looking for fdatasync
  274. -- Looking for fdatasync - found
  275. -- Looking for fdatasync
  276. -- Looking for fdatasync - found
  277. -- Looking for fesetround
  278. -- Looking for fesetround - found
  279. -- Looking for fedisableexcept
  280. -- Looking for fedisableexcept - found
  281. -- Looking for fseeko
  282. -- Looking for fseeko - found
  283. -- Looking for fsync
  284. -- Looking for fsync - found
  285. -- Looking for getcwd
  286. -- Looking for getcwd - found
  287. -- Looking for gethostbyaddr_r
  288. -- Looking for gethostbyaddr_r - found
  289. -- Looking for gethrtime
  290. -- Looking for gethrtime - not found
  291. -- Looking for getpass
  292. -- Looking for getpass - found
  293. -- Looking for getpassphrase
  294. -- Looking for getpassphrase - not found
  295. -- Looking for getpwnam
  296. -- Looking for getpwnam - found
  297. -- Looking for getpwuid
  298. -- Looking for getpwuid - found
  299. -- Looking for getrlimit
  300. -- Looking for getrlimit - found
  301. -- Looking for getifaddrs
  302. -- Looking for getifaddrs - found
  303. -- Looking for getrusage
  304. -- Looking for getrusage - found
  305. -- Looking for getwd
  306. -- Looking for getwd - found
  307. -- Looking for gmtime_r
  308. -- Looking for gmtime_r - found
  309. -- Looking for initgroups
  310. -- Looking for initgroups - found
  311. -- Looking for ldiv
  312. -- Looking for ldiv - found
  313. -- Looking for localtime_r
  314. -- Looking for localtime_r - found
  315. -- Looking for lstat
  316. -- Looking for lstat - found
  317. -- Looking for madvise
  318. -- Looking for madvise - found
  319. -- Looking for mallinfo
  320. -- Looking for mallinfo - found
  321. -- Looking for memcpy
  322. -- Looking for memcpy - found
  323. -- Looking for memmove
  324. -- Looking for memmove - found
  325. -- Looking for mkstemp
  326. -- Looking for mkstemp - found
  327. -- Looking for mkostemp
  328. -- Looking for mkostemp - found
  329. -- Looking for mlock
  330. -- Looking for mlock - found
  331. -- Looking for mlockall
  332. -- Looking for mlockall - found
  333. -- Looking for mmap
  334. -- Looking for mmap - found
  335. -- Looking for mmap64
  336. -- Looking for mmap64 - found
  337. -- Looking for perror
  338. -- Looking for perror - found
  339. -- Looking for poll
  340. -- Looking for poll - found
  341. -- Looking for posix_fallocate
  342. -- Looking for posix_fallocate - found
  343. -- Looking for pread
  344. -- Looking for pread - found
  345. -- Looking for pthread_attr_create
  346. -- Looking for pthread_attr_create - not found
  347. -- Looking for pthread_attr_getstacksize
  348. -- Looking for pthread_attr_getstacksize - found
  349. -- Looking for pthread_attr_setscope
  350. -- Looking for pthread_attr_setscope - found
  351. -- Looking for pthread_attr_getguardsize
  352. -- Looking for pthread_attr_getguardsize - found
  353. -- Looking for pthread_attr_setstacksize
  354. -- Looking for pthread_attr_setstacksize - found
  355. -- Looking for pthread_condattr_create
  356. -- Looking for pthread_condattr_create - not found
  357. -- Looking for pthread_key_delete
  358. -- Looking for pthread_key_delete - found
  359. -- Looking for pthread_rwlock_rdlock
  360. -- Looking for pthread_rwlock_rdlock - found
  361. -- Looking for pthread_sigmask
  362. -- Looking for pthread_sigmask - found
  363. -- Looking for pthread_yield_np
  364. -- Looking for pthread_yield_np - not found
  365. -- Looking for putenv
  366. -- Looking for putenv - found
  367. -- Looking for readlink
  368. -- Looking for readlink - found
  369. -- Looking for realpath
  370. -- Looking for realpath - found
  371. -- Looking for rename
  372. -- Looking for rename - found
  373. -- Looking for rwlock_init
  374. -- Looking for rwlock_init - not found
  375. -- Looking for sched_yield
  376. -- Looking for sched_yield - found
  377. -- Looking for setenv
  378. -- Looking for setenv - found
  379. -- Looking for setlocale
  380. -- Looking for setlocale - found
  381. -- Looking for sigaction
  382. -- Looking for sigaction - found
  383. -- Looking for sigthreadmask
  384. -- Looking for sigthreadmask - not found
  385. -- Looking for sigwait
  386. -- Looking for sigwait - found
  387. -- Looking for sigwaitinfo
  388. -- Looking for sigwaitinfo - found
  389. -- Looking for sigset
  390. -- Looking for sigset - found
  391. -- Looking for sleep
  392. -- Looking for sleep - found
  393. -- Looking for snprintf
  394. -- Looking for snprintf - found
  395. -- Looking for stpcpy
  396. -- Looking for stpcpy - found
  397. -- Looking for strcoll
  398. -- Looking for strcoll - found
  399. -- Looking for strerror
  400. -- Looking for strerror - found
  401. -- Looking for strnlen
  402. -- Looking for strnlen - found
  403. -- Looking for strpbrk
  404. -- Looking for strpbrk - found
  405. -- Looking for strtok_r
  406. -- Looking for strtok_r - found
  407. -- Looking for strtoll
  408. -- Looking for strtoll - found
  409. -- Looking for strtoul
  410. -- Looking for strtoul - found
  411. -- Looking for strtoull
  412. -- Looking for strtoull - found
  413. -- Looking for strcasecmp
  414. -- Looking for strcasecmp - found
  415. -- Looking for tell
  416. -- Looking for tell - not found
  417. -- Looking for thr_setconcurrency
  418. -- Looking for thr_setconcurrency - not found
  419. -- Looking for thr_yield
  420. -- Looking for thr_yield - not found
  421. -- Looking for vasprintf
  422. -- Looking for vasprintf - found
  423. -- Looking for vsnprintf
  424. -- Looking for vsnprintf - found
  425. -- Looking for memalign
  426. -- Looking for memalign - found
  427. -- Looking for nl_langinfo
  428. -- Looking for nl_langinfo - found
  429. -- Performing Test HAVE_READDIR_R
  430. -- Performing Test HAVE_READDIR_R - Success
  431. -- Looking for include file time.h
  432. -- Looking for include file time.h - found
  433. -- Looking for include file sys/times.h
  434. -- Looking for include file sys/times.h - found
  435. -- Looking for include file asm/msr.h
  436. -- Looking for include file asm/msr.h - not found
  437. -- Looking for include file ia64intrin.h
  438. -- Looking for include file ia64intrin.h - not found
  439. -- Looking for times
  440. -- Looking for times - found
  441. -- Looking for gettimeofday
  442. -- Looking for gettimeofday - found
  443. -- Looking for read_real_time
  444. -- Looking for read_real_time - not found
  445. -- Looking for ftime
  446. -- Looking for ftime - found
  447. -- Looking for time
  448. -- Looking for time - found
  449. -- Looking for rdtscll
  450. -- Looking for rdtscll - not found
  451. -- Looking for madvise
  452. -- Looking for madvise - found
  453. -- Looking for tzname
  454. -- Looking for tzname - found
  455. -- Looking for lrand48
  456. -- Looking for lrand48 - found
  457. -- Looking for getpagesize
  458. -- Looking for getpagesize - found
  459. -- Looking for TIOCGWINSZ
  460. -- Looking for TIOCGWINSZ - found
  461. -- Looking for FIONREAD
  462. -- Looking for FIONREAD - found
  463. -- Looking for TIOCSTAT
  464. -- Looking for TIOCSTAT - not found
  465. -- Looking for FIONREAD
  466. -- Looking for FIONREAD - not found
  467. -- Check if the system is big endian
  468. -- Searching 16 bit integer
  469. -- Check size of unsigned short
  470. -- Check size of unsigned short - done
  471. -- Using unsigned short
  472. -- Check if the system is big endian - little endian
  473. -- Check size of sigset_t
  474. -- Check size of sigset_t - done
  475. -- Check size of mode_t
  476. -- Check size of mode_t - done
  477. -- Check size of sighandler_t
  478. -- Check size of sighandler_t - done
  479. -- Check size of in_addr_t
  480. -- Check size of in_addr_t - done
  481. -- Check size of char *
  482. -- Check size of char * - done
  483. -- Check size of long
  484. -- Check size of long - done
  485. -- Check size of size_t
  486. -- Check size of size_t - done
  487. -- Check size of short
  488. -- Check size of short - done
  489. -- Check size of int
  490. -- Check size of int - done
  491. -- Check size of long long
  492. -- Check size of long long - done
  493. -- Check size of off_t
  494. -- Check size of off_t - done
  495. -- Check size of uchar
  496. -- Check size of uchar - failed
  497. -- Check size of uint
  498. -- Check size of uint - done
  499. -- Check size of ulong
  500. -- Check size of ulong - done
  501. -- Check size of int8
  502. -- Check size of int8 - failed
  503. -- Check size of uint8
  504. -- Check size of uint8 - failed
  505. -- Check size of int16
  506. -- Check size of int16 - failed
  507. -- Check size of uint16
  508. -- Check size of uint16 - failed
  509. -- Check size of int32
  510. -- Check size of int32 - failed
  511. -- Check size of uint32
  512. -- Check size of uint32 - failed
  513. -- Check size of int64
  514. -- Check size of int64 - failed
  515. -- Check size of uint64
  516. -- Check size of uint64 - failed
  517. -- Check size of time_t
  518. -- Check size of time_t - done
  519. -- Performing Test TIME_T_UNSIGNED
  520. -- Performing Test TIME_T_UNSIGNED - Failed
  521. -- Performing Test HAVE_SELECT
  522. -- Performing Test HAVE_SELECT - Success
  523. -- Performing Test HAVE_TIMESPEC_TS_SEC
  524. -- Performing Test HAVE_TIMESPEC_TS_SEC - Failed
  525. -- Performing Test QSORT_TYPE_IS_VOID
  526. -- Performing Test QSORT_TYPE_IS_VOID - Success
  527. -- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t
  528. -- Performing Test HAVE_SOCKET_SIZE_T_AS_socklen_t - Success
  529. -- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG
  530. -- Performing Test HAVE_PTHREAD_YIELD_ZERO_ARG - Success
  531. -- Performing Test SIGNAL_RETURN_TYPE_IS_VOID
  532. -- Performing Test SIGNAL_RETURN_TYPE_IS_VOID - Success
  533. -- Looking for include files time.h, sys/time.h
  534. -- Looking for include files time.h, sys/time.h - found
  535. -- Looking for O_NONBLOCK
  536. -- Looking for O_NONBLOCK - found
  537. -- Performing Test C_HAS_inline
  538. -- Performing Test C_HAS_inline - Success
  539. -- Looking for tcgetattr
  540. -- Looking for tcgetattr - found
  541. -- Performing Test HAVE_POSIX_SIGNALS
  542. -- Performing Test HAVE_POSIX_SIGNALS - Success
  543. -- Performing Test HAVE_ABI_CXA_DEMANGLE
  544. -- Performing Test HAVE_ABI_CXA_DEMANGLE - Success
  545. -- Performing Test HAVE_BSS_START
  546. -- Performing Test HAVE_BSS_START - Success
  547. -- Performing Test HAVE_WEAK_SYMBOL
  548. -- Performing Test HAVE_WEAK_SYMBOL - Success
  549. -- Performing Test HAVE_ATTRIBUTE_CLEANUP
  550. -- Performing Test HAVE_ATTRIBUTE_CLEANUP - Success
  551. -- Performing Test HAVE_CXX_NEW
  552. -- Performing Test HAVE_CXX_NEW - Success
  553. -- Performing Test HAVE_SOLARIS_STYLE_GETHOST
  554. -- Performing Test HAVE_SOLARIS_STYLE_GETHOST - Failed
  555. -- Performing Test HAVE_GCC_ATOMIC_BUILTINS
  556. -- Performing Test HAVE_GCC_ATOMIC_BUILTINS - Success
  557. -- Performing Test HAVE_GCC_C11_ATOMICS
  558. -- Performing Test HAVE_GCC_C11_ATOMICS - Success
  559. -- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h
  560. -- Looking for include files valgrind/memcheck.h, valgrind/valgrind.h - not found
  561. -- Looking for netinet/in6.h
  562. -- Looking for netinet/in6.h - not found
  563. -- Check size of struct sockaddr_in6
  564. -- Check size of struct sockaddr_in6 - done
  565. -- Check size of struct in6_addr
  566. -- Check size of struct in6_addr - done
  567. -- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY
  568. -- Performing Test HAVE_SOCKADDR_STORAGE_SS_FAMILY - Success
  569. -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN
  570. -- Performing Test HAVE_SOCKADDR_IN_SIN_LEN - Failed
  571. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN
  572. -- Performing Test HAVE_SOCKADDR_IN6_SIN6_LEN - Failed
  573. -- Performing Test STRUCT_DIRENT_HAS_D_INO
  574. -- Performing Test STRUCT_DIRENT_HAS_D_INO - Success
  575. -- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN
  576. -- Performing Test STRUCT_DIRENT_HAS_D_NAMLEN - Failed
  577. -- Looking for ucontext.h
  578. -- Looking for ucontext.h - found
  579. -- Looking for makecontext
  580. -- Looking for makecontext - found
  581. -- Performing Test STRUCT_TIMESPEC_HAS_TV_SEC
  582. -- Performing Test STRUCT_TIMESPEC_HAS_TV_SEC - Success
  583. -- Performing Test STRUCT_TIMESPEC_HAS_TV_NSEC
  584. -- Performing Test STRUCT_TIMESPEC_HAS_TV_NSEC - Success
  585. -- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE
  586. -- Performing Test HAVE_FALLOC_PUNCH_HOLE_AND_KEEP_SIZE - Failed
  587. -- Found ZLIB: /home/wmt/nas-sysroot/usr/local/lib (found version "1.2.11")
  588. -- Looking for crc32
  589. -- Looking for crc32 - not found
  590. -- Looking for compressBound
  591. -- Looking for compressBound - not found
  592. -- Looking for deflateBound
  593. -- Looking for deflateBound - not found
  594. -- system zlib found but not usable
  595. -- Check size of off64_t
  596. -- Check size of off64_t - done
  597. -- Looking for unistd.h
  598. -- Looking for unistd.h - found
  599. -- Found OpenSSL: /home/wmt/nas-sysroot/usr/local/lib/libssl.so;/home/wmt/nas-sysroot/usr/local/lib/libcrypto.so (found version "1.0.1f")
  600. -- OPENSSL_INCLUDE_DIR = /home/wmt/nas-sysroot/usr/local/include
  601. -- OPENSSL_SSL_LIBRARY = /home/wmt/nas-sysroot/usr/local/lib/libssl.so
  602. -- OPENSSL_CRYPTO_LIBRARY = /home/wmt/nas-sysroot/usr/local/lib/libcrypto.so
  603. -- OPENSSL_VERSION = 1.0.1f
  604. -- SSL_LIBRARIES = /home/wmt/nas-sysroot/usr/local/lib/libssl.so;/home/wmt/nas-sysroot/usr/local/lib/libcrypto.so;dl
  605. -- Looking for ERR_remove_thread_state
  606. -- Looking for ERR_remove_thread_state - found
  607. -- Looking for EVP_aes_128_ctr
  608. -- Looking for EVP_aes_128_ctr - found
  609. -- Looking for EVP_aes_128_gcm
  610. -- Looking for EVP_aes_128_gcm - found
  611. -- Looking for X509_check_host
  612. -- Looking for X509_check_host - found
  613. -- Check size of mbstate_t
  614. -- Check size of mbstate_t - done
  615. -- Looking for mbrlen
  616. -- Looking for mbrlen - found
  617. -- Looking for mbsrtowcs
  618. -- Looking for mbsrtowcs - found
  619. -- Looking for mbrtowc
  620. -- Looking for mbrtowc - found
  621. -- Looking for wcwidth
  622. -- Looking for wcwidth - found
  623. -- Looking for iswlower
  624. -- Looking for iswlower - found
  625. -- Looking for iswupper
  626. -- Looking for iswupper - found
  627. -- Looking for towlower
  628. -- Looking for towlower - found
  629. -- Looking for towupper
  630. -- Looking for towupper - found
  631. -- Looking for iswctype
  632. -- Looking for iswctype - found
  633. -- Check size of wchar_t
  634. -- Check size of wchar_t - done
  635. -- Check size of wctype_t
  636. -- Check size of wctype_t - done
  637. -- Check size of wint_t
  638. -- Check size of wint_t - done
  639. -- Found Curses: /home/wmt/nas-sysroot/usr/local/lib/libcurses.so  
  640. -- Looking for tputs in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so
  641. -- Looking for tputs in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so - found
  642. -- Looking for setupterm in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so
  643. -- Looking for setupterm in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so - found
  644. -- Looking for vidattr in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so
  645. -- Looking for vidattr in /home/wmt/nas-sysroot/usr/local/lib/libcurses.so - found
  646. -- Looking for include files curses.h, term.h
  647. -- Looking for include files curses.h, term.h - not found
  648. -- Looking for pcre_stack_guard in pcre
  649. -- Looking for pcre_stack_guard in pcre - not found
  650. -- Looking for windows.h
  651. -- Looking for windows.h - not found
  652. -- Looking for C++ include type_traits.h
  653. -- Looking for C++ include type_traits.h - not found
  654. -- Looking for C++ include bits/type_traits.h
  655. -- Looking for C++ include bits/type_traits.h - not found
  656. -- Looking for bcopy
  657. -- Looking for bcopy - found
  658. -- Looking for strtoq
  659. -- Looking for strtoq - found
  660. -- Looking for _strtoi64
  661. -- Looking for _strtoi64 - not found
  662. -- Check size of unsigned long long
  663. -- Check size of unsigned long long - done
  664. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  665. -- checking for one of the modules 'libsystemd;libsystemd-daemon'
  666. -- Looking for sd_listen_fds in systemd
  667. -- Looking for sd_listen_fds in systemd - not found
  668. -- Looking for include file systemd/sd-daemon.h
  669. -- Looking for include file systemd/sd-daemon.h - not found
  670. -- Looking for sd_notify
  671. -- Looking for sd_notify - not found
  672. -- Looking for sd_notifyf
  673. -- Looking for sd_notifyf - not found
  674. -- Systemd features not enabled
  675. -- Performing Test have_C__Wall
  676. -- Performing Test have_C__Wall - Success
  677. -- Performing Test have_CXX__Wall
  678. -- Performing Test have_CXX__Wall - Success
  679. -- Performing Test have_C__Wdeclaration_after_statement
  680. -- Performing Test have_C__Wdeclaration_after_statement - Success
  681. -- Performing Test have_CXX__Wdeclaration_after_statement
  682. -- Performing Test have_CXX__Wdeclaration_after_statement - Failed
  683. -- Performing Test have_C__Wextra
  684. -- Performing Test have_C__Wextra - Success
  685. -- Performing Test have_CXX__Wextra
  686. -- Performing Test have_CXX__Wextra - Success
  687. -- Performing Test have_C__Wformat_security
  688. -- Performing Test have_C__Wformat_security - Failed
  689. -- Performing Test have_CXX__Wformat_security
  690. -- Performing Test have_CXX__Wformat_security - Failed
  691. -- Performing Test have_C__Wformat_truncation
  692. -- Performing Test have_C__Wformat_truncation - Failed
  693. -- Performing Test have_CXX__Wformat_truncation
  694. -- Performing Test have_CXX__Wformat_truncation - Failed
  695. -- Performing Test have_C__Winit_self
  696. -- Performing Test have_C__Winit_self - Success
  697. -- Performing Test have_CXX__Winit_self
  698. -- Performing Test have_CXX__Winit_self - Success
  699. -- Performing Test have_C__Wnonnull_compare
  700. -- Performing Test have_C__Wnonnull_compare - Failed
  701. -- Performing Test have_CXX__Wnonnull_compare
  702. -- Performing Test have_CXX__Wnonnull_compare - Failed
  703. -- Performing Test have_C__Wnull_conversion
  704. -- Performing Test have_C__Wnull_conversion - Failed
  705. -- Performing Test have_CXX__Wnull_conversion
  706. -- Performing Test have_CXX__Wnull_conversion - Failed
  707. -- Performing Test have_C__Wunused_parameter
  708. -- Performing Test have_C__Wunused_parameter - Success
  709. -- Performing Test have_CXX__Wunused_parameter
  710. -- Performing Test have_CXX__Wunused_parameter - Success
  711. -- Performing Test have_C__Wunused_private_field
  712. -- Performing Test have_C__Wunused_private_field - Failed
  713. -- Performing Test have_CXX__Wunused_private_field
  714. -- Performing Test have_CXX__Wunused_private_field - Failed
  715. -- Performing Test have_C__Woverloaded_virtual
  716. -- Performing Test have_C__Woverloaded_virtual - Failed
  717. -- Performing Test have_CXX__Woverloaded_virtual
  718. -- Performing Test have_CXX__Woverloaded_virtual - Success
  719. -- Performing Test have_C__Wnon_virtual_dtor
  720. -- Performing Test have_C__Wnon_virtual_dtor - Failed
  721. -- Performing Test have_CXX__Wnon_virtual_dtor
  722. -- Performing Test have_CXX__Wnon_virtual_dtor - Success
  723. -- Performing Test have_C__Wvla
  724. -- Performing Test have_C__Wvla - Success
  725. -- Performing Test have_CXX__Wvla
  726. -- Performing Test have_CXX__Wvla - Success
  727. -- Performing Test have_C__Wwrite_strings
  728. -- Performing Test have_C__Wwrite_strings - Success
  729. -- Performing Test have_CXX__Wwrite_strings
  730. -- Performing Test have_CXX__Wwrite_strings - Success
  731. -- Performing Test have_CXX__Werror
  732. -- Performing Test have_CXX__Werror - Success
  733. -- Performing Test have_C__Werror_maybe_uninitialized
  734. -- Performing Test have_C__Werror_maybe_uninitialized - Success
  735. -- Performing Test have_CXX__Werror_maybe_uninitialized
  736. -- Performing Test have_CXX__Werror_maybe_uninitialized - Success
  737. == Configuring MariaDB Connector/C
  738. -- Performing Test HAS_-Wunused_FLAG
  739. -- Performing Test HAS_-Wunused_FLAG - Success
  740. -- Performing Test HAS_-Wlogical-op_FLAG
  741. -- Performing Test HAS_-Wlogical-op_FLAG - Success
  742. -- Performing Test HAS_-Wno-uninitialized_FLAG
  743. -- Performing Test HAS_-Wno-uninitialized_FLAG - Success
  744. -- Performing Test HAS_-Wall_FLAG
  745. -- Performing Test HAS_-Wall_FLAG - Success
  746. -- Performing Test HAS_-Wextra_FLAG
  747. -- Performing Test HAS_-Wextra_FLAG - Success
  748. -- Performing Test HAS_-Wformat-security_FLAG
  749. -- Performing Test HAS_-Wformat-security_FLAG - Success
  750. -- Performing Test HAS_-Wno-init-self_FLAG
  751. -- Performing Test HAS_-Wno-init-self_FLAG - Success
  752. -- Performing Test HAS_-Wwrite-strings_FLAG
  753. -- Performing Test HAS_-Wwrite-strings_FLAG - Success
  754. -- Performing Test HAS_-Wshift-count-overflow_FLAG
  755. -- Performing Test HAS_-Wshift-count-overflow_FLAG - Failed
  756. -- Performing Test HAS_-Wdeclaration-after-statement_FLAG
  757. -- Performing Test HAS_-Wdeclaration-after-statement_FLAG - Success
  758. -- Performing Test HAS_-Wno-undef_FLAG
  759. -- Performing Test HAS_-Wno-undef_FLAG - Success
  760. -- Performing Test HAS_-Wno-unknown-pragmas_FLAG
  761. -- Performing Test HAS_-Wno-unknown-pragmas_FLAG - Success
  762. -- Check if the system is big endian
  763. -- Searching 16 bit integer
  764. -- Using unsigned short
  765. -- Check if the system is big endian - little endian
  766. -- Looking for include file signal.h
  767. -- Looking for include file signal.h - found
  768. -- Check size of socklen_t
  769. -- Check size of socklen_t - failed
  770. -- Looking for dlopen
  771. -- Looking for dlopen - not found
  772. -- Looking for dlsym
  773. -- Looking for dlsym - not found
  774. -- Looking for dlsym in dl
  775. -- Looking for dlsym in dl - found
  776. -- Looking for floor
  777. -- Looking for floor - not found
  778. -- Looking for pthread_getspecific
  779. -- Looking for pthread_getspecific - not found
  780. -- Looking for pthread_getspecific in pthread
  781. -- Looking for pthread_getspecific in pthread - found
  782. -- Looking for gethostbyname_r
  783. -- Looking for gethostbyname_r - found
  784. -- Looking for setsockopt
  785. -- Looking for setsockopt - found
  786. -- TLS library/version: OpenSSL 1.0.1f
  787. -- SYSTEM_LIBS zlib;dl;m;pthread;pthread;dl;m;/home/wmt/nas-sysroot/usr/local/lib/libssl.so;/home/wmt/nas-sysroot/usr/local/lib/libcrypto.so
  788. -- SYSTEM processor: arm
  789. -- MariaDB Connector/c configuration:
  790. -- Static PLUGINS pvio_socket;mysql_native_password;mysql_old_password
  791. -- Dynamic PLUGINS dialog;client_ed25519;caching_sha2_password;sha256_password;mysql_clear_password
  792. -- CPack generation: TGZ
  793. -- SSL support: OPENSSL Libs: /home/wmt/nas-sysroot/usr/local/lib/libssl.so;/home/wmt/nas-sysroot/usr/local/lib/libcrypto.so
  794. -- Zlib support: ON
  795. -- Installation layout: DEFAULT
  796. -- Include files will be installed in include/mysql
  797. -- Libraries will be installed in lib
  798. -- Binaries will be installed in bin
  799. -- Documentation included from
  800. -- Required:
  801. -- Check if the system is big endian
  802. -- Searching 16 bit integer
  803. -- Using unsigned short
  804. -- Check if the system is big endian - little endian
  805. -- Performing Test have_C__Wall__Wmissing_declarations
  806. -- Performing Test have_C__Wall__Wmissing_declarations - Success
  807. -- Performing Test have_CXX__Wall__Wmissing_declarations
  808. -- Performing Test have_CXX__Wall__Wmissing_declarations - Success
  809. -- Performing Test have_C__Werror_unused_function
  810. -- Performing Test have_C__Werror_unused_function - Success
  811. -- Performing Test have_CXX__Werror_unused_function
  812. -- Performing Test have_CXX__Werror_unused_function - Success
  813. -- Performing Test have_C__Wunused_function
  814. -- Performing Test have_C__Wunused_function - Success
  815. -- Performing Test have_CXX__Wunused_function
  816. -- Performing Test have_CXX__Wunused_function - Success
  817. -- Performing Test have_C__Werror_unused_variable
  818. -- Performing Test have_C__Werror_unused_variable - Success
  819. -- Performing Test have_CXX__Werror_unused_variable
  820. -- Performing Test have_CXX__Werror_unused_variable - Success
  821. -- Performing Test have_C__Wunused_variable
  822. -- Performing Test have_C__Wunused_variable - Success
  823. -- Performing Test have_CXX__Wunused_variable
  824. -- Performing Test have_CXX__Wunused_variable - Success
  825. -- Performing Test have_C__Werror_unused_value
  826. -- Performing Test have_C__Werror_unused_value - Success
  827. -- Performing Test have_CXX__Werror_unused_value
  828. -- Performing Test have_CXX__Werror_unused_value - Success
  829. -- Performing Test have_C__Wunused_value
  830. -- Performing Test have_C__Wunused_value - Success
  831. -- Performing Test have_CXX__Wunused_value
  832. -- Performing Test have_CXX__Wunused_value - Success
  833. -- Performing Test have_C__Werror_parentheses
  834. -- Performing Test have_C__Werror_parentheses - Success
  835. -- Performing Test have_CXX__Werror_parentheses
  836. -- Performing Test have_CXX__Werror_parentheses - Success
  837. -- Performing Test have_C__Wparentheses
  838. -- Performing Test have_C__Wparentheses - Success
  839. -- Performing Test have_CXX__Wparentheses
  840. -- Performing Test have_CXX__Wparentheses - Success
  841. -- Performing Test have_C__Werror_strict_aliasing
  842. -- Performing Test have_C__Werror_strict_aliasing - Success
  843. -- Performing Test have_CXX__Werror_strict_aliasing
  844. -- Performing Test have_CXX__Werror_strict_aliasing - Success
  845. -- Performing Test have_C__Wstrict_aliasing
  846. -- Performing Test have_C__Wstrict_aliasing - Success
  847. -- Performing Test have_CXX__Wstrict_aliasing
  848. -- Performing Test have_CXX__Wstrict_aliasing - Success
  849. -- Performing Test have_C__Werror_misleading_indentation
  850. -- Performing Test have_C__Werror_misleading_indentation - Failed
  851. -- Performing Test have_CXX__Werror_misleading_indentation
  852. -- Performing Test have_CXX__Werror_misleading_indentation - Failed
  853. -- Performing Test have_C__Wmisleading_indentation
  854. -- Performing Test have_C__Wmisleading_indentation - Failed
  855. -- Performing Test have_CXX__Wmisleading_indentation
  856. -- Performing Test have_CXX__Wmisleading_indentation - Failed
  857. -- Performing Test have_C__Werror_format_truncation
  858. -- Performing Test have_C__Werror_format_truncation - Failed
  859. -- Performing Test have_CXX__Werror_format_truncation
  860. -- Performing Test have_CXX__Werror_format_truncation - Failed
  861. -- Performing Test have_C__Werror_implicit_fallthrough
  862. -- Performing Test have_C__Werror_implicit_fallthrough - Failed
  863. -- Performing Test have_CXX__Werror_implicit_fallthrough
  864. -- Performing Test have_CXX__Werror_implicit_fallthrough - Failed
  865. -- Performing Test have_C__Wimplicit_fallthrough
  866. -- Performing Test have_C__Wimplicit_fallthrough - Failed
  867. -- Performing Test have_CXX__Wimplicit_fallthrough
  868. -- Performing Test have_CXX__Wimplicit_fallthrough - Failed
  869. -- Performing Test have_C__Werror_type_limits
  870. -- Performing Test have_C__Werror_type_limits - Success
  871. -- Performing Test have_CXX__Werror_type_limits
  872. -- Performing Test have_CXX__Werror_type_limits - Success
  873. -- Performing Test have_C__Wtype_limits
  874. -- Performing Test have_C__Wtype_limits - Success
  875. -- Performing Test have_CXX__Wtype_limits
  876. -- Performing Test have_CXX__Wtype_limits - Success
  877. -- Found LibXml2: /home/wmt/nas-sysroot/usr/local/lib/libxml2.so (found version "2.9.1")
  878. -- Could NOT find Java (missing:  Java_JAR_EXECUTABLE Java_JAVAH_EXECUTABLE Java_JAVADOC_EXECUTABLE) (found suitable version "1.7.0.201", minimum required is "1.6")
  879. -- Could NOT find JNI (missing:  JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  880. -- Looking for timer_delete in rt
  881. -- Looking for timer_delete in rt - found
  882. -- Looking for sched_getcpu
  883. -- Looking for sched_getcpu - found
  884. -- Can't build rocksdb engine - requires c++11 -capable compiler (minimal supported versions are g++ 4.8, clang 3.3, VS2015)
  885. -- Looking for include file lz4.h
  886. -- Looking for include file lz4.h - not found
  887. -- Looking for LZ4_compress_limitedOutput in lz4
  888. -- Looking for LZ4_compress_limitedOutput in lz4 - not found
  889. -- Looking for LZ4_compress_default in lz4
  890. -- Looking for LZ4_compress_default in lz4 - not found
  891. -- Looking for include file lzo/lzo1x.h
  892. -- Looking for include file lzo/lzo1x.h - not found
  893. -- Looking for lzo1x_1_compress in lzo2
  894. -- Looking for lzo1x_1_compress in lzo2 - not found
  895. -- Looking for include file lzma.h
  896. -- Looking for include file lzma.h - not found
  897. -- Looking for lzma_stream_buffer_decode in lzma
  898. -- Looking for lzma_stream_buffer_decode in lzma - not found
  899. -- Looking for lzma_easy_buffer_encode in lzma
  900. -- Looking for lzma_easy_buffer_encode in lzma - not found
  901. -- Looking for include file bzlib.h
  902. -- Looking for include file bzlib.h - not found
  903. -- Looking for BZ2_bzBuffToBuffCompress in bz2
  904. -- Looking for BZ2_bzBuffToBuffCompress in bz2 - not found
  905. -- Looking for BZ2_bzBuffToBuffDecompress in bz2
  906. -- Looking for BZ2_bzBuffToBuffDecompress in bz2 - not found
  907. -- Looking for include file snappy-c.h
  908. -- Looking for include file snappy-c.h - not found
  909. -- Looking for snappy_uncompress in snappy
  910. -- Looking for snappy_uncompress in snappy - not found
  911. -- Looking for include file numa.h
  912. -- Looking for include file numa.h - not found
  913. -- Looking for include file numaif.h
  914. -- Looking for include file numaif.h - not found
  915. -- WITH_NUMA=AUTO: NUMA memory allocation policy disabled
  916. -- Looking for include file libaio.h
  917. -- Looking for include file libaio.h - not found
  918. -- Looking for io_queue_init in aio
  919. -- Looking for io_queue_init in aio - not found
  920. -- Looking for nanosleep
  921. -- Looking for nanosleep - found
  922. -- Looking for posix_memalign
  923. -- Looking for posix_memalign - found
  924. -- Performing Test HAVE_C99_INITIALIZERS
  925. -- Performing Test HAVE_C99_INITIALIZERS - Success
  926. -- Looking for regcomp
  927. -- Looking for regcomp - found
  928. -- Configuring OQGraph
  929. -- Could NOT find Boost
  930. -- Boost not found. OQGraph will not be compiled
  931. -- Looking for include file security/pam_appl.h
  932. -- Looking for include file security/pam_appl.h - not found
  933. -- Looking for strndup
  934. -- Looking for strndup - found
  935. -- Looking for include file netdb.h
  936. -- Looking for include file netdb.h - found
  937. -- Looking for FascistCheckUser in crack
  938. -- Looking for FascistCheckUser in crack - not found
  939. -- Looking for include file crack.h
  940. -- Looking for include file crack.h - not found
  941. -- Can't build aws_key_management - AWS SDK not available (AWS_SDK_EXTERNAL_PROJECT is not ON)
  942. -- Performing Test HAVE_PEERCRED
  943. -- Performing Test HAVE_PEERCRED - Success
  944. -- Performing Test have_C__Wdeprecated_declarations
  945. -- Performing Test have_C__Wdeprecated_declarations - Success
  946. -- Performing Test have_CXX__Wdeprecated_declarations
  947. -- Performing Test have_CXX__Wdeprecated_declarations - Success
  948. -- Looking for event.h
  949. -- Looking for event.h - not found
  950. -- Found BISON: /usr/bin/bison (found suitable version "3.0.2", minimum required is "2.0")
  951. -- Configuring done
  952. -- Generating done
  953. -- Build files have been written to: /home/wmt/Downloads/build-mariadb
  954. wmt@dlink-cc-env:~/Downloads/build-mariadb$ make -j 4
  955. Scanning dependencies of target INFO_BIN
  956. Scanning dependencies of target INFO_SRC
  957. Scanning dependencies of target abi_check
  958. Scanning dependencies of target zlib
  959. [  0%] [  1%] Built target INFO_SRC
  960. Building C object zlib/CMakeFiles/zlib.dir/adler32.o
  961. [  1%] Built target INFO_BIN
  962. Scanning dependencies of target readline
  963. Scanning dependencies of target pcre
  964. [  1%] [  1%] Building C object pcre/CMakeFiles/pcre.dir/pcre_byte_order.c.o
  965. Building C object extra/readline/CMakeFiles/readline.dir/readline.c.o
  966. [  1%] Built target abi_check
  967. [  1%] Building C object zlib/CMakeFiles/zlib.dir/compress.o
  968. [  1%] Building C object pcre/CMakeFiles/pcre.dir/pcre_chartables.c.o
  969. [  1%] [  1%] Building C object pcre/CMakeFiles/pcre.dir/pcre_compile.c.o
  970. Building C object zlib/CMakeFiles/zlib.dir/crc32.o
  971. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/funmap.c.o
  972. [  1%] Building C object zlib/CMakeFiles/zlib.dir/deflate.o
  973. Scanning dependencies of target mytap
  974. [  1%] Building C object unittest/mytap/CMakeFiles/mytap.dir/tap.c.o
  975. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/keymaps.c.o
  976. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/vi_mode.c.o
  977. Linking C static library libmytap.a
  978. [  1%] Built target mytap
  979. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/parens.c.o
  980. [  1%] Building C object pcre/CMakeFiles/pcre.dir/pcre_config.c.o
  981. [  1%] Building C object pcre/CMakeFiles/pcre.dir/pcre_dfa_exec.c.o
  982. [  1%] Building C object zlib/CMakeFiles/zlib.dir/gzclose.o
  983. [  1%] Building C object zlib/CMakeFiles/zlib.dir/gzlib.o
  984. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/rltty.c.o
  985. [  1%] Building C object zlib/CMakeFiles/zlib.dir/gzread.o
  986. [  1%] Building C object extra/readline/CMakeFiles/readline.dir/complete.c.o
  987. [  1%] Building C object zlib/CMakeFiles/zlib.dir/gzwrite.o
  988. [  1%] Building C object zlib/CMakeFiles/zlib.dir/inflate.o
  989. [  2%] Building C object extra/readline/CMakeFiles/readline.dir/bind.c.o
  990. [  2%] Building C object zlib/CMakeFiles/zlib.dir/infback.o
  991. [  2%] Building C object extra/readline/CMakeFiles/readline.dir/isearch.c.o
  992. [  2%] Building C object zlib/CMakeFiles/zlib.dir/inftrees.o
  993. [  2%] Building C object extra/readline/CMakeFiles/readline.dir/display.c.o
  994. [  2%] Building C object zlib/CMakeFiles/zlib.dir/inffast.o
  995. [  2%] Building C object zlib/CMakeFiles/zlib.dir/trees.o
  996. [  2%] Building C object pcre/CMakeFiles/pcre.dir/pcre_exec.c.o
  997. [  2%] Building C object zlib/CMakeFiles/zlib.dir/uncompr.o
  998. [  3%] Building C object zlib/CMakeFiles/zlib.dir/zutil.o
  999. Linking C static library libz.a
  1000. [  3%] Built target zlib
  1001. Scanning dependencies of target strings
  1002. [  3%] Building C object strings/CMakeFiles/strings.dir/bchange.c.o
  1003. [  3%] Building C object strings/CMakeFiles/strings.dir/bmove_upp.c.o
  1004. [  3%] Building C object strings/CMakeFiles/strings.dir/ctype-big5.c.o
  1005. [  3%] Building C object extra/readline/CMakeFiles/readline.dir/signals.c.o
  1006. [  3%] Building C object extra/readline/CMakeFiles/readline.dir/util.c.o
  1007. [  3%] Building C object strings/CMakeFiles/strings.dir/ctype-bin.c.o
  1008. [  3%] Building C object strings/CMakeFiles/strings.dir/ctype-cp932.c.o
  1009. [  3%] Building C object extra/readline/CMakeFiles/readline.dir/kill.c.o
  1010. [  3%] Building C object strings/CMakeFiles/strings.dir/ctype-czech.c.o
  1011. [  3%] Building C object extra/readline/CMakeFiles/readline.dir/undo.c.o
  1012. [  3%] Building C object pcre/CMakeFiles/pcre.dir/pcre_fullinfo.c.o
  1013. Scanning dependencies of target no_plan-t
  1014. [  3%] [  4%] Building C object extra/readline/CMakeFiles/readline.dir/macro.c.o
  1015. Building C object unittest/examples/CMakeFiles/no_plan-t.dir/no_plan-t.c.o
  1016. Linking C executable no_plan-t
  1017. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/input.c.o
  1018. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1019. [  4%] Built target no_plan-t
  1020. [  4%] Building C object strings/CMakeFiles/strings.dir/ctype-euc_kr.c.o
  1021. [  4%] Building C object pcre/CMakeFiles/pcre.dir/pcre_get.c.o
  1022. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/callback.c.o
  1023. [  4%] Building C object pcre/CMakeFiles/pcre.dir/pcre_globals.c.o
  1024. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/terminal.c.o
  1025. [  4%] Building C object strings/CMakeFiles/strings.dir/ctype-eucjpms.c.o
  1026. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/xmalloc.c.o
  1027. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/history.c.o
  1028. Scanning dependencies of target simple-t
  1029. [  4%] Building C object unittest/examples/CMakeFiles/simple-t.dir/simple-t.c.o
  1030. Linking C executable simple-t
  1031. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1032. [  4%] Built target simple-t
  1033. [  4%] Building C object strings/CMakeFiles/strings.dir/ctype-extra.c.o
  1034. [  4%] Building C object extra/readline/CMakeFiles/readline.dir/histsearch.c.o
  1035. [  4%] [  4%] Building C object strings/CMakeFiles/strings.dir/ctype-gb2312.c.o
  1036. Building C object extra/readline/CMakeFiles/readline.dir/histexpand.c.o
  1037. [  4%] Building C object pcre/CMakeFiles/pcre.dir/pcre_jit_compile.c.o
  1038. [  4%] Building C object strings/CMakeFiles/strings.dir/ctype-gbk.c.o
  1039. Scanning dependencies of target skip-t
  1040. [  4%] Building C object unittest/examples/CMakeFiles/skip-t.dir/skip-t.c.o
  1041. Linking C executable skip-t
  1042. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1043. [  4%] Built target skip-t
  1044. Scanning dependencies of target skip_all-t
  1045. [  4%] Building C object unittest/examples/CMakeFiles/skip_all-t.dir/skip_all-t.c.o
  1046. Linking C executable skip_all-t
  1047. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1048. [  4%] Built target skip_all-t
  1049. Scanning dependencies of target todo-t
  1050. [  5%] Building C object unittest/examples/CMakeFiles/todo-t.dir/todo-t.c.o
  1051. Linking C executable todo-t
  1052. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1053. [  5%] Built target todo-t
  1054. [  5%] Building C object strings/CMakeFiles/strings.dir/ctype-latin1.c.o
  1055. [  6%] Building C object extra/readline/CMakeFiles/readline.dir/histfile.c.o
  1056. [  6%] Building C object pcre/CMakeFiles/pcre.dir/pcre_maketables.c.o
  1057. [  6%] Building C object extra/readline/CMakeFiles/readline.dir/nls.c.o
  1058. [  6%] Building C object extra/readline/CMakeFiles/readline.dir/search.c.o
  1059. [  6%] [  6%] Building C object strings/CMakeFiles/strings.dir/ctype-mb.c.o
  1060. Building C object pcre/CMakeFiles/pcre.dir/pcre_newline.c.o
  1061. [  6%] Building C object extra/readline/CMakeFiles/readline.dir/shell.c.o
  1062. [  6%] Building C object pcre/CMakeFiles/pcre.dir/pcre_ord2utf8.c.o
  1063. [  6%] Building C object extra/readline/CMakeFiles/readline.dir/tilde.c.o
  1064. [  7%] Building C object pcre/CMakeFiles/pcre.dir/pcre_refcount.c.o
  1065. Scanning dependencies of target GenError
  1066. [  7%] Generating ../include/mysqld_error.h.tmp
  1067. [  7%] Built target GenError
  1068. Scanning dependencies of target GenServerSource
  1069. [  7%] Generating lex_hash.h
  1070. [  7%] Generating lex_token.h
  1071. [  7%] Building C object extra/readline/CMakeFiles/readline.dir/misc.c.o
  1072. [  7%] [BISON][gen_sql_yacc_ora] Building parser with bison 3.0.2
  1073. [  7%] Building C object extra/readline/CMakeFiles/readline.dir/text.c.o
  1074. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-simple.c.o
  1075. [  8%] Building C object extra/readline/CMakeFiles/readline.dir/mbutil.c.o
  1076. [  8%] Building C object extra/readline/CMakeFiles/readline.dir/compat.c.o
  1077. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-sjis.c.o
  1078. [  8%] Building C object extra/readline/CMakeFiles/readline.dir/savestring.c.o
  1079. Linking C static library libreadline.a
  1080. [  8%] Built target readline
  1081. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-tis620.c.o
  1082. [  8%] Building C object pcre/CMakeFiles/pcre.dir/pcre_string_utils.c.o
  1083. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-uca.c.o
  1084. [  8%] Building C object pcre/CMakeFiles/pcre.dir/pcre_study.c.o
  1085. [  8%] Built target GenServerSource
  1086. [  8%] Building C object pcre/CMakeFiles/pcre.dir/pcre_tables.c.o
  1087. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-ucs2.c.o
  1088. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-ujis.c.o
  1089. [  8%] Building C object strings/CMakeFiles/strings.dir/ctype-utf8.c.o
  1090. Scanning dependencies of target heap
  1091. [  8%] Building C object storage/heap/CMakeFiles/heap.dir/_check.c.o
  1092. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/_rectest.c.o
  1093. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_block.c.o
  1094. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_clear.c.o
  1095. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_close.c.o
  1096. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_create.c.o
  1097. [  9%] Building CXX object storage/heap/CMakeFiles/heap.dir/ha_heap.cc.o
  1098. [  9%] Building C object pcre/CMakeFiles/pcre.dir/pcre_ucd.c.o
  1099. [  9%] Building C object pcre/CMakeFiles/pcre.dir/pcre_valid_utf8.c.o
  1100. [  9%] Building C object strings/CMakeFiles/strings.dir/ctype-win1250ch.c.o
  1101. [  9%] Building C object pcre/CMakeFiles/pcre.dir/pcre_version.c.o
  1102. [  9%] Building C object strings/CMakeFiles/strings.dir/ctype.c.o
  1103. [  9%] Building C object pcre/CMakeFiles/pcre.dir/pcre_xclass.c.o
  1104. [  9%] Building C object strings/CMakeFiles/strings.dir/decimal.c.o
  1105. [  9%] Building C object strings/CMakeFiles/strings.dir/dtoa.c.o
  1106. [  9%] Building C object strings/CMakeFiles/strings.dir/int2str.c.o
  1107. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1108.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1109.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1110.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1111.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/heap/ha_heap.h:26,
  1112.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/heap/ha_heap.cc:26:
  1113. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1114. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_delete.c.o
  1115. [  9%] Building C object strings/CMakeFiles/strings.dir/is_prefix.c.o
  1116. [  9%] Building C object strings/CMakeFiles/strings.dir/llstr.c.o
  1117. [  9%] Building C object strings/CMakeFiles/strings.dir/longlong2str.c.o
  1118. [  9%] Building C object storage/heap/CMakeFiles/heap.dir/hp_extra.c.o
  1119. [ 10%] Building C object strings/CMakeFiles/strings.dir/my_strtoll10.c.o
  1120. [ 10%] Building C object storage/heap/CMakeFiles/heap.dir/hp_hash.c.o
  1121. [ 10%] Building C object strings/CMakeFiles/strings.dir/my_vsnprintf.c.o
  1122. [ 10%] Building C object strings/CMakeFiles/strings.dir/str2int.c.o
  1123. [ 10%] Building C object storage/heap/CMakeFiles/heap.dir/hp_info.c.o
  1124. [ 10%] Building C object storage/heap/CMakeFiles/heap.dir/hp_open.c.o
  1125. [ 10%] Building C object strings/CMakeFiles/strings.dir/strcend.c.o
  1126. [ 10%] Building C object strings/CMakeFiles/strings.dir/strend.c.o
  1127. [ 10%] [ 10%] Building C object strings/CMakeFiles/strings.dir/strfill.c.o
  1128. Building C object storage/heap/CMakeFiles/heap.dir/hp_panic.c.o
  1129. [ 10%] Building C object strings/CMakeFiles/strings.dir/strmake.c.o
  1130. [ 10%] Building C object strings/CMakeFiles/strings.dir/strmov.c.o
  1131. [ 10%] Building C object strings/CMakeFiles/strings.dir/strnmov.c.o
  1132. Scanning dependencies of target innobase
  1133. [ 10%] Building C object strings/CMakeFiles/strings.dir/strxmov.c.o
  1134. [ 10%] Building C object strings/CMakeFiles/strings.dir/strxnmov.c.o
  1135. [ 10%] Building C object strings/CMakeFiles/strings.dir/xml.c.o
  1136. [ 10%] Building C object strings/CMakeFiles/strings.dir/strmov_overlapp.c.o
  1137. [ 10%] Building C object strings/CMakeFiles/strings.dir/my_strchr.c.o
  1138. [ 11%] Building C object strings/CMakeFiles/strings.dir/strcont.c.o
  1139. [ 11%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0btr.cc.o
  1140. [ 11%] Building C object strings/CMakeFiles/strings.dir/strappend.c.o
  1141. [ 11%] Building C object strings/CMakeFiles/strings.dir/json_lib.c.o
  1142. Linking C static library libpcre.a
  1143. [ 11%] Built target pcre
  1144. Scanning dependencies of target myisammrg
  1145. [ 11%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_close.c.o
  1146. [ 11%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_create.c.o
  1147. [ 11%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_delete.c.o
  1148. Linking C static library libstrings.a
  1149. [ 11%] Built target strings
  1150. [ 11%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rename.c.o
  1151. [ 11%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_extra.c.o
  1152. [ 11%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rfirst.c.o
  1153. [ 11%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_info.c.o
  1154. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1155.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1156.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1157.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1158.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0btr.h:31,
  1159.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0btr.cc:28:
  1160. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1161. [ 12%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rkey.c.o
  1162. [ 12%] Building CXX object storage/myisammrg/CMakeFiles/myisammrg.dir/ha_myisammrg.cc.o
  1163. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_locking.c.o
  1164. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rlast.c.o
  1165. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_open.c.o
  1166. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rnext.c.o
  1167. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rprev.c.o
  1168. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rrnd.c.o
  1169. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_panic.c.o
  1170. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_rsame.c.o
  1171. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_queue.c.o
  1172. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_scan.c.o
  1173. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_range.c.o
  1174. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_static.c.o
  1175. Scanning dependencies of target user_variables
  1176. [ 13%] Building CXX object plugin/user_variables/CMakeFiles/user_variables.dir/user_variables.cc.o
  1177. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_update.c.o
  1178. [ 13%] Building C object storage/heap/CMakeFiles/heap.dir/hp_write.c.o
  1179. Linking CXX static library libheap.a
  1180. [ 13%] Built target heap
  1181. Scanning dependencies of target userstat
  1182. [ 13%] Building CXX object plugin/userstat/CMakeFiles/userstat.dir/userstat.cc.o
  1183. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1184.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/field.h:28,
  1185.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/unireg.h:155,
  1186.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/myisammrg/ha_myisammrg.cc:96:
  1187. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1188. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1189.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1190.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/datadict.h:19,
  1191.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/table.h:22,
  1192.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/userstat/userstat.cc:4:
  1193. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1194. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1195.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1196.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1197.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1198.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/user_variables/user_variables.cc:18:
  1199. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1200. Linking CXX static library libuserstat.a
  1201. [ 13%] Built target userstat
  1202. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rfirst.c.o
  1203. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rkey.c.o
  1204. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rlast.c.o
  1205. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rnext.c.o
  1206. Scanning dependencies of target feedback
  1207. [ 13%] Building CXX object plugin/feedback/CMakeFiles/feedback.dir/feedback.cc.o
  1208. [ 13%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0bulk.cc.o
  1209. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1210.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1211.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1212.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1213.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0bulk.h:30,
  1214.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0bulk.cc:27:
  1215. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1216. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rnext_same.c.o
  1217. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rprev.c.o
  1218. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rrnd.c.o
  1219. Linking CXX static library libuser_variables.a
  1220. [ 13%] [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_rsame.c.o
  1221. Built target user_variables
  1222. Scanning dependencies of target vio
  1223. [ 13%] Building C object vio/CMakeFiles/vio.dir/vio.c.o
  1224. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_static.c.o
  1225. [ 13%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_update.c.o
  1226. [ 13%] Building C object vio/CMakeFiles/vio.dir/viosocket.c.o
  1227. [ 14%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_write.c.o
  1228. [ 14%] Building C object storage/myisammrg/CMakeFiles/myisammrg.dir/myrg_records.c.o
  1229. Linking CXX static library libmyisammrg.a
  1230. [ 14%] Built target myisammrg
  1231. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1232.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1233.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1234.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1235.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.h:18,
  1236.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.cc:16:
  1237. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1238. [ 14%] Building C object vio/CMakeFiles/vio.dir/viossl.c.o
  1239. [ 14%] Building C object vio/CMakeFiles/vio.dir/viopipe.c.o
  1240. [ 14%] Building C object vio/CMakeFiles/vio.dir/viosslfactories.c.o
  1241. [ 14%] Building CXX object plugin/feedback/CMakeFiles/feedback.dir/sender_thread.cc.o
  1242. Linking C static library libvio.a
  1243. [ 14%] Built target vio
  1244. Scanning dependencies of target auth_socket
  1245. [ 14%] Building C object plugin/auth_socket/CMakeFiles/auth_socket.dir/auth_socket.c.o
  1246. Linking C static library libauth_socket.a
  1247. [ 14%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0cur.cc.o
  1248. [ 14%] Built target auth_socket
  1249. Scanning dependencies of target wsrep_api_v26
  1250. [ 14%] Building C object wsrep-lib/wsrep-API/CMakeFiles/wsrep_api_v26.dir/v26/wsrep_dummy.c.o
  1251. [ 14%] Building C object wsrep-lib/wsrep-API/CMakeFiles/wsrep_api_v26.dir/v26/wsrep_gtid.c.o
  1252. [ 14%] Building C object wsrep-lib/wsrep-API/CMakeFiles/wsrep_api_v26.dir/v26/wsrep_loader.c.o
  1253. [ 14%] Building C object wsrep-lib/wsrep-API/CMakeFiles/wsrep_api_v26.dir/v26/wsrep_uuid.c.o
  1254. Linking C static library libwsrep_api_v26.a
  1255. [ 14%] Built target wsrep_api_v26
  1256. Scanning dependencies of target sql_sequence
  1257. [ 15%] Building CXX object sql/CMakeFiles/sql_sequence.dir/ha_sequence.cc.o
  1258. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1259.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1260.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1261.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1262.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0cur.h:30,
  1263.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0cur.cc:46:
  1264. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1265. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1266.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1267.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1268.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1269.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.h:18,
  1270.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/sender_thread.cc:16:
  1271. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1272. [ 15%] Building CXX object plugin/feedback/CMakeFiles/feedback.dir/url_base.cc.o
  1273. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1274.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1275.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/datadict.h:19,
  1276.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/table.h:22,
  1277.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/ha_sequence.cc:21:
  1278. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1279. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1280.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1281.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1282.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1283.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.h:18,
  1284.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/url_base.cc:16:
  1285. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1286. [ 15%] Building CXX object plugin/feedback/CMakeFiles/feedback.dir/url_http.cc.o
  1287. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0pcur.cc.o
  1288. Linking CXX static library libsql_sequence.a
  1289. [ 15%] Built target sql_sequence
  1290. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0scrub.cc.o
  1291. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1292.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1293.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1294.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1295.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0pcur.h:30,
  1296.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0pcur.cc:27:
  1297. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1298. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1299.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1300.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1301.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1302.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0btr.h:31,
  1303.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0scrub.cc:10:
  1304. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1305. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1306.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1307.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1308.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1309.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.h:18,
  1310.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/url_http.cc:16:
  1311. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1312. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0sea.cc.o
  1313. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/btr/btr0defragment.cc.o
  1314. [ 15%] Building CXX object plugin/feedback/CMakeFiles/feedback.dir/utils.cc.o
  1315. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1316.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1317.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1318.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1319.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0sea.h:30,
  1320.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0sea.cc:34:
  1321. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1322. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1323.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1324.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1325.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1326.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0pcur.h:30,
  1327.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0defragment.h:23,
  1328.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/btr/btr0defragment.cc:28:
  1329. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1330. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0buddy.cc.o
  1331. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1332.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1333.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1334.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1335.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/feedback.h:18,
  1336.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/feedback/utils.cc:16:
  1337. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1338. Scanning dependencies of target wsrep-lib
  1339. [ 15%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/client_state.cpp.o
  1340. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1341.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1342.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  1343.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buddy.h:29,
  1344.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0buddy.cc:27:
  1345. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1346. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0buf.cc.o
  1347. Scanning dependencies of target caching_sha2_password
  1348. [ 15%] Building C object libmariadb/CMakeFiles/caching_sha2_password.dir/plugins/auth/caching_sha2_pw.c.o
  1349. [ 15%] Building C object libmariadb/CMakeFiles/caching_sha2_password.dir/libmariadb/secure/openssl_crypt.c.o
  1350. Linking C shared module caching_sha2_password.so
  1351. [ 15%] Built target caching_sha2_password
  1352. [ 15%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0dblwr.cc.o
  1353. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1354.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1355.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0rw.h:37,
  1356.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0types.h:31,
  1357.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0buf.cc:34:
  1358. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1359. [ 15%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/exception.cpp.o
  1360. [ 15%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/gtid.cpp.o
  1361. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1362.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1363.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0dblwr.h:30,
  1364.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0dblwr.cc:27:
  1365. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1366. [ 15%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/id.cpp.o
  1367. Linking CXX static library libfeedback.a
  1368. [ 15%] Built target feedback
  1369. Scanning dependencies of target client_ed25519
  1370. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ed25519.c.o
  1371. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_0.c.o
  1372. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_isnegative.c.o
  1373. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_sub.c.o
  1374. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p1p1_to_p2.c.o
  1375. [ 15%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p3_to_cached.c.o
  1376. [ 16%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/key.cpp.o
  1377. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/open.c.o
  1378. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_1.c.o
  1379. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_isnonzero.c.o
  1380. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_tobytes.c.o
  1381. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p1p1_to_p3.c.o
  1382. [ 16%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/logger.cpp.o
  1383. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p3_to_p2.c.o
  1384. [ 16%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/sc_muladd.c.o
  1385. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_add.c.o
  1386. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_mul.c.o
  1387. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_add.c.o
  1388. Scanning dependencies of target dialog
  1389. [ 17%] Building C object libmariadb/CMakeFiles/dialog.dir/plugins/auth/dialog.c.o
  1390. [ 17%] Building C object libmariadb/CMakeFiles/dialog.dir/libmariadb/get_password.c.o
  1391. [ 17%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/provider.cpp.o
  1392. Linking C shared module dialog.so
  1393. [ 17%] Built target dialog
  1394. [ 17%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/seqno.cpp.o
  1395. [ 17%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/view.cpp.o
  1396. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p2_0.c.o
  1397. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_precomp_0.c.o
  1398. [ 17%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/server_state.cpp.o
  1399. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/sc_reduce.c.o
  1400. Scanning dependencies of target mysql_clear_password
  1401. [ 17%] Building C object libmariadb/CMakeFiles/mysql_clear_password.dir/plugins/auth/mariadb_cleartext.c.o
  1402. Linking C shared module mysql_clear_password.so
  1403. [ 17%] Built target mysql_clear_password
  1404. Scanning dependencies of target sha256_password
  1405. [ 17%] Building C object libmariadb/CMakeFiles/sha256_password.dir/plugins/auth/sha256_pw.c.o
  1406. Linking C shared module sha256_password.so
  1407. [ 17%] Built target sha256_password
  1408. Scanning dependencies of target mariadb_obj
  1409. [ 17%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/__/plugins/pvio/pvio_socket.c.o
  1410. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_cmov.c.o
  1411. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_neg.c.o
  1412. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_double_scalarmult.c.o
  1413. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p2_dbl.c.o
  1414. [ 17%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/__/plugins/auth/my_auth.c.o
  1415. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_scalarmult_base.c.o
  1416. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/sign.c.o
  1417. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_copy.c.o
  1418. [ 17%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_pow22523.c.o
  1419. [ 18%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_frombytes.c.o
  1420. [ 19%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/__/plugins/auth/old_password.c.o
  1421. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p3_0.c.o
  1422. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_sub.c.o
  1423. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/verify.c.o
  1424. [ 19%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_array.c.o
  1425. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_frombytes.c.o
  1426. [ 19%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_charset.c.o
  1427. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_sq2.c.o
  1428. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_madd.c.o
  1429. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p3_dbl.c.o
  1430. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_tobytes.c.o
  1431. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_invert.c.o
  1432. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/fe_sq.c.o
  1433. [ 19%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_hash.c.o
  1434. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_msub.c.o
  1435. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/ge_p3_tobytes.c.o
  1436. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/plugins/auth/ref10/keypair.c.o
  1437. [ 19%] Building C object libmariadb/CMakeFiles/client_ed25519.dir/libmariadb/secure/openssl_crypt.c.o
  1438. Linking C shared module client_ed25519.so
  1439. [ 19%] Built target client_ed25519
  1440. Scanning dependencies of target mariadb_config
  1441. [ 19%] Building C object libmariadb/mariadb_config/CMakeFiles/mariadb_config.dir/mariadb_config.c.o
  1442. [ 19%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_net.c.o
  1443. Linking C executable mariadb_config
  1444. [ 19%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0checksum.cc.o
  1445. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  1446. [ 19%] Built target mariadb_config
  1447. Scanning dependencies of target cctap
  1448. [ 20%] Building C object libmariadb/unittest/mytap/CMakeFiles/cctap.dir/tap.c.o
  1449. Linking C static library libcctap.a
  1450. [ 20%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/mariadb_charset.c.o
  1451. [ 20%] Built target cctap
  1452. Scanning dependencies of target ma_getopt
  1453. [ 20%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/ma_getopt.dir/ma_getopt.c.o
  1454. [ 20%] Linking C static library libma_getopt.a
  1455. Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_time.c.o
  1456. [ 20%] Built target ma_getopt
  1457. Scanning dependencies of target mysqlservices
  1458. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/base64_service.c.o
  1459. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/debug_sync_service.c.o
  1460. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/encryption_scheme_service.c.o
  1461. [ 20%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_default.c.o
  1462. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/encryption_service.c.o
  1463. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/kill_statement_service.c.o
  1464. [ 20%] Building C object libservices/CMakeFiles/mysqlservices.dir/logger_service.c.o
  1465. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_crypt_service.c.o
  1466. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_md5_service.c.o
  1467. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_print_error_service.c.o
  1468. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_sha1_service.c.o
  1469. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_sha2_service.c.o
  1470. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/my_snprintf_service.c.o
  1471. [ 21%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_errmsg.c.o
  1472. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/progress_report_service.c.o
  1473. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_alloc_service.c.o
  1474. [ 21%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/mariadb_lib.c.o
  1475. [ 21%] In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1476.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1477.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  1478.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0checksum.h:30,
  1479.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0checksum.cc:27:
  1480. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1481. Building C object libservices/CMakeFiles/mysqlservices.dir/thd_autoinc_service.c.o
  1482. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_error_context_service.c.o
  1483. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_rnd_service.c.o
  1484. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_specifics_service.c.o
  1485. [ 21%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_timezone_service.c.o
  1486. [ 22%] [ 22%] Building C object libservices/CMakeFiles/mysqlservices.dir/thd_wait_service.c.o
  1487. Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0dump.cc.o
  1488. [ 22%] Building C object libservices/CMakeFiles/mysqlservices.dir/wsrep_service.c.o
  1489. [ 23%] Building C object libservices/CMakeFiles/mysqlservices.dir/json_service.c.o
  1490. Linking C static library libmysqlservices.a
  1491. [ 23%] Built target mysqlservices
  1492. [ 23%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0flu.cc.o
  1493. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1494.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1495.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1496.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1497.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  1498.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0dump.cc:33:
  1499. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1500. [ 23%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/thread.cpp.o
  1501. [ 23%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/transaction.cpp.o
  1502. [ 23%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_list.c.o
  1503. Scanning dependencies of target pfs_server_stubs
  1504. [ 23%] Building CXX object storage/perfschema/unittest/CMakeFiles/pfs_server_stubs.dir/pfs_server_stubs.cc.o
  1505. [ 23%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_pvio.c.o
  1506. [ 23%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_tls.c.o
  1507. [ 23%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_alloc.c.o
  1508. [ 23%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_compress.c.o
  1509. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_init.c.o
  1510. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_password.c.o
  1511. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1512.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0flu.cc:28:
  1513. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1514. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_ll2str.c.o
  1515. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_sha1.c.o
  1516. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/mariadb_stmt.c.o
  1517. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/mariadb_stmt.c: In function 'mysql_net_store_length':
  1518. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/mariadb_stmt.c:472:3: warning: right shift count >= width of type [enabled by default]
  1519. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_loaddata.c.o
  1520. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1521.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1522.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1523.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1524.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/unittest/pfs_server_stubs.cc:22:
  1525. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1526. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_stmt_codec.c.o
  1527. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_string.c.o
  1528. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_dtoa.c.o
  1529. [ 24%] Building CXX object wsrep-lib/src/CMakeFiles/wsrep-lib.dir/wsrep_provider_v26.cpp.o
  1530. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/mariadb_rpl.c.o
  1531. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_client_plugin.c.o
  1532. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_io.c.o
  1533. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/secure/openssl.c.o
  1534. [ 24%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0lru.cc.o
  1535. [ 24%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/mariadb_async.c.o
  1536. Linking CXX static library libpfs_server_stubs.a
  1537. [ 24%] Built target pfs_server_stubs
  1538. [ 24%] In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1539.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1540.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0lru.h:30,
  1541.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0lru.cc:27:
  1542. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1543. Building CXX object storage/innobase/CMakeFiles/innobase.dir/buf/buf0rea.cc.o
  1544. [ 25%] Building C object libmariadb/libmariadb/CMakeFiles/mariadb_obj.dir/ma_context.c.o
  1545. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c: In function 'my_context_spawn':
  1546. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104:14: warning: 'u.a[1]' may be used uninitialized in this function [-Wuninitialized]
  1547. [ 25%] Built target mariadb_obj
  1548. Scanning dependencies of target federated
  1549. [ 25%] Building CXX object storage/federated/CMakeFiles/federated.dir/ha_federated.cc.o
  1550. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1551.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/buf/buf0rea.cc:27:
  1552. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1553. Linking CXX static library libwsrep-lib.a
  1554. [ 25%] Built target wsrep-lib
  1555. Scanning dependencies of target SYM_mariadb-backup
  1556. [ 25%] mklink mariabackup -> mariadb-backup
  1557. [ 25%] Built target SYM_mariadb-backup
  1558. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/data/data0data.cc.o
  1559. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/data/data0type.cc.o
  1560. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1561.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1562.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1563.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/data/data0data.cc:27:
  1564. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1565. Scanning dependencies of target crc
  1566. [ 25%] Building C object extra/mariabackup/crc/CMakeFiles/crc.dir/crc_glue.c.o
  1567. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1568.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1569.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0mem.h:31,
  1570.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/data/data0type.cc:27:
  1571. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1572. [ 25%] Building C object extra/mariabackup/crc/CMakeFiles/crc.dir/crc-intel-pclmul.c.o
  1573. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1574.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1575.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1576.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/slave.h:47,
  1577.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_servers.h:19,
  1578.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federated/ha_federated.cc:378:
  1579. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1580. Linking C static library libcrc.a
  1581. [ 25%] Built target crc
  1582. Scanning dependencies of target sphinx
  1583. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0boot.cc.o
  1584. [ 25%] Building CXX object storage/sphinx/CMakeFiles/sphinx.dir/ha_sphinx.cc.o
  1585. [ 25%] Building CXX object storage/sphinx/CMakeFiles/sphinx.dir/snippets_udf.cc.o
  1586. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1587.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1588.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1589.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1590.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0mtr.h:31,
  1591.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0boot.h:30,
  1592.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0boot.cc:27:
  1593. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1594. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0crea.cc.o
  1595. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1596.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1597.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1598.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1599.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/sphinx/ha_sphinx.cc:29:
  1600. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1601. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1602.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1603.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1604.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1605.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0crea.h:30,
  1606.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0crea.cc:27:
  1607. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1608. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1609.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1610.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1611.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1612.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/sphinx/snippets_udf.cc:30:
  1613. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1614. Linking CXX shared module ha_federated.so
  1615. [ 25%] Built target federated
  1616. Scanning dependencies of target federatedx
  1617. [ 25%] Building CXX object storage/federatedx/CMakeFiles/federatedx.dir/ha_federatedx.cc.o
  1618. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0dict.cc.o
  1619. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1620.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha_prototypes.h:33,
  1621.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0dict.cc:31:
  1622. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1623. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0load.cc.o
  1624. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1625.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1626.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/ha_federatedx.h:44,
  1627.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/ha_federatedx.cc:317:
  1628. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1629. Linking CXX shared module ha_sphinx.so
  1630. [ 25%] Built target sphinx
  1631. Scanning dependencies of target auth_0x0100
  1632. [ 25%] Building C object plugin/auth_examples/CMakeFiles/auth_0x0100.dir/auth_0x0100.c.o
  1633. Linking C shared module auth_0x0100.so
  1634. [ 25%] Built target auth_0x0100
  1635. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0mem.cc.o
  1636. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1637.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1638.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  1639.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  1640.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  1641.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  1642.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0load.h:31,
  1643.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0load.cc:28:
  1644. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1645. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1646.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha_prototypes.h:33,
  1647.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0mem.cc:28:
  1648. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1649. [ 25%] Building CXX object storage/federatedx/CMakeFiles/federatedx.dir/federatedx_txn.cc.o
  1650. Scanning dependencies of target auth_test_plugin
  1651. [ 25%] Building C object plugin/auth_examples/CMakeFiles/auth_test_plugin.dir/test_plugin.c.o
  1652. Linking C shared module auth_test_plugin.so
  1653. [ 25%] Built target auth_test_plugin
  1654. [ 25%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0stats.cc.o
  1655. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1656.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1657.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/ha_federatedx.h:44,
  1658.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/federatedx_txn.cc:37:
  1659. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1660. [ 25%] Building CXX object storage/federatedx/CMakeFiles/federatedx.dir/federatedx_io.cc.o
  1661. [ 25%] Building CXX object storage/federatedx/CMakeFiles/federatedx.dir/federatedx_io_null.cc.o
  1662. [ 26%] Building CXX object storage/federatedx/CMakeFiles/federatedx.dir/federatedx_io_mysql.cc.o
  1663. [ 26%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0stats_bg.cc.o
  1664. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1665.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1666.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  1667.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  1668.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  1669.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  1670.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0stats.h:30,
  1671.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0stats.cc:27:
  1672. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1673. [ 26%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/dict/dict0defrag_bg.cc.o
  1674. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1675.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1676.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/ha_federatedx.h:44,
  1677.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/federatedx/federatedx_io_mysql.cc:35:
  1678. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1679. Linking CXX shared module ha_federatedx.so
  1680. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1681.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1682.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1683.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1684.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0stats_bg.cc:27:
  1685. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1686. [ 26%] Built target federatedx
  1687. [ 26%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/eval/eval0eval.cc.o
  1688. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1689.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1690.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1691.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1692.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/dict/dict0defrag_bg.cc:26:
  1693. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1694. Scanning dependencies of target dialog_examples
  1695. [ 26%] Building C object plugin/auth_examples/CMakeFiles/dialog_examples.dir/dialog_examples.c.o
  1696. Linking C shared module dialog_examples.so
  1697. [ 26%] Built target dialog_examples
  1698. Scanning dependencies of target qa_auth_client
  1699. [ 26%] Building C object plugin/auth_examples/CMakeFiles/qa_auth_client.dir/qa_auth_client.c.o
  1700. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/eval/eval0proc.cc.o
  1701. Linking C shared module qa_auth_client.so
  1702. [ 27%] Built target qa_auth_client
  1703. Scanning dependencies of target qa_auth_interface
  1704. [ 27%] Building C object plugin/auth_examples/CMakeFiles/qa_auth_interface.dir/qa_auth_interface.c.o
  1705. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1706.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1707.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1708.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  1709.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/eval0eval.h:30,
  1710.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/eval/eval0eval.cc:27:
  1711. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1712. Linking C shared module qa_auth_interface.so
  1713. [ 27%] Built target qa_auth_interface
  1714. Scanning dependencies of target qa_auth_server
  1715. [ 27%] Building C object plugin/auth_examples/CMakeFiles/qa_auth_server.dir/qa_auth_server.c.o
  1716. Linking C shared module qa_auth_server.so
  1717. [ 27%] Built target qa_auth_server
  1718. Scanning dependencies of target debug_key_management
  1719. [ 27%] Building CXX object plugin/debug_key_management/CMakeFiles/debug_key_management.dir/debug_key_management_plugin.cc.o
  1720. Linking CXX shared module debug_key_management.so
  1721. [ 27%] Built target debug_key_management
  1722. Scanning dependencies of target metadata_lock_info
  1723. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fil/fil0fil.cc.o
  1724. [ 27%] Building CXX object plugin/metadata_lock_info/CMakeFiles/metadata_lock_info.dir/metadata_lock_info.cc.o
  1725. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fil/fil0pagecompress.cc.o
  1726. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1727.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1728.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1729.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  1730.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/eval0proc.h:29,
  1731.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/eval/eval0proc.cc:26:
  1732. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1733. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fil/fil0crypt.cc.o
  1734. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1735.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1736.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1737.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1738.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fil/fil0pagecompress.cc:27:
  1739. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1740. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1741.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1742.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1743.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1744.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fil/fil0fil.cc:27:
  1745. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1746. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fsp/fsp0fsp.cc.o
  1747. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1748.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1749.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0crypt.h:29,
  1750.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fil/fil0crypt.cc:26:
  1751. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1752. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1753.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1754.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1755.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0fsp.h:30,
  1756.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0fsp.cc:27:
  1757. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1758. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1759.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1760.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1761.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1762.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/metadata_lock_info/metadata_lock_info.cc:20:
  1763. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1764. In file included from /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/string.h:428:0,
  1765.                  from /home/wmt/Downloads/mariadb-10.4.6/include/m_string.h:34,
  1766.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:88,
  1767.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1768.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1769.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0fsp.h:30,
  1770.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0fsp.cc:27:
  1771. In function 'void* memset(void*, int, size_t)',
  1772.     inlined from 'void fsp_apply_init_file_page(buf_block_t*)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0fsp.cc:569:57:
  1773. /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/bits/string3.h:82:32: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
  1774. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fsp/fsp0file.cc.o
  1775. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fsp/fsp0space.cc.o
  1776. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1777.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1778.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1779.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1780.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0file.cc:27:
  1781. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1782. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fsp/fsp0sysspace.cc.o
  1783. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1784.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1785.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1786.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1787.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0file.h:30,
  1788.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0space.h:30,
  1789.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0sysspace.h:29,
  1790.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0space.cc:27:
  1791. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1792. Linking CXX shared module metadata_lock_info.so
  1793. [ 27%] Built target metadata_lock_info
  1794. Scanning dependencies of target simple_password_check
  1795. [ 27%] Building C object plugin/simple_password_check/CMakeFiles/simple_password_check.dir/simple_password_check.c.o
  1796. Linking C shared module simple_password_check.so
  1797. [ 27%] Built target simple_password_check
  1798. Scanning dependencies of target example_key_management
  1799. [ 27%] Building CXX object plugin/example_key_management/CMakeFiles/example_key_management.dir/example_key_management_plugin.cc.o
  1800. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fut/fut0lst.cc.o
  1801. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ha/ha0ha.cc.o
  1802. Linking CXX shared module example_key_management.so
  1803. [ 27%] Built target example_key_management
  1804. Scanning dependencies of target locales
  1805. [ 27%] Building CXX object plugin/locale_info/CMakeFiles/locales.dir/locale_info.cc.o
  1806. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1807.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1808.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1809.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1810.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0file.h:30,
  1811.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0space.h:30,
  1812.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0sysspace.h:29,
  1813.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fsp/fsp0sysspace.cc:27:
  1814. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1815. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1816.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1817.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1818.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  1819.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0mtr.h:31,
  1820.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fut0fut.h:31,
  1821.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fut0lst.h:33,
  1822.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fut/fut0lst.cc:26:
  1823. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1824. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1825.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1826.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1827.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1828.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/hash0hash.h:30,
  1829.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha0ha.h:30,
  1830.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ha/ha0ha.cc:27:
  1831. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1832. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ha/ha0storage.cc.o
  1833. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1834.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1835.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1836.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1837.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/locale_info/locale_info.cc:30:
  1838. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1839. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ha/hash0hash.cc.o
  1840. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0fts.cc.o
  1841. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1842.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha0storage.h:31,
  1843.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ha/ha0storage.cc:28:
  1844. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1845. [ 27%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0ast.cc.o
  1846. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1847.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1848.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1849.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1850.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/hash0hash.h:30,
  1851.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ha/hash0hash.cc:26:
  1852. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1853. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0blex.cc.o
  1854. Linking CXX shared module locales.so
  1855. [ 28%] Built target locales
  1856. Scanning dependencies of target daemon_example
  1857. [ 28%] Building CXX object plugin/daemon_example/CMakeFiles/daemon_example.dir/daemon_example.cc.o
  1858. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1859.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1860.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  1861.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0trx.h:30,
  1862.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0roll.h:30,
  1863.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0fts.cc:25:
  1864. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1865. Linking CXX shared module libdaemon_example.so
  1866. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1867.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1868.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1869.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1870.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fts0ast.h:30,
  1871.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0ast.cc:27:
  1872. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1873. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1874.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0blex.cc:1:
  1875. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1876. [ 28%] Built target daemon_example
  1877. Scanning dependencies of target file_key_management
  1878. [ 28%] Building CXX object plugin/file_key_management/CMakeFiles/file_key_management.dir/file_key_management_plugin.cc.o
  1879. [ 28%] Building CXX object plugin/file_key_management/CMakeFiles/file_key_management.dir/parser.cc.o
  1880. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0config.cc.o
  1881. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0opt.cc.o
  1882. Linking CXX shared module file_key_management.so
  1883. [ 28%] Built target file_key_management
  1884. Scanning dependencies of target query_response_time
  1885. [ 28%] Building CXX object plugin/query_response_time/CMakeFiles/query_response_time.dir/query_response_time.cc.o
  1886. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1887.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1888.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  1889.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0trx.h:30,
  1890.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0roll.h:30,
  1891.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0config.cc:27:
  1892. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1893. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1894.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1895.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fts0fts.h:30,
  1896.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0opt.cc:29:
  1897. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1898. [ 28%] Building CXX object plugin/query_response_time/CMakeFiles/query_response_time.dir/plugin.cc.o
  1899. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0pars.cc.o
  1900. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1901.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha_prototypes.h:33,
  1902.                  from fts0pars.y:27:
  1903. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1904. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0que.cc.o
  1905. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1906.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1907.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1908.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  1909.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0que.cc:28:
  1910. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1911. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  1912.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  1913.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  1914.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  1915.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/query_response_time/plugin.cc:18:
  1916. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1917. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0sql.cc.o
  1918. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0tlex.cc.o
  1919. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1920.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0tlex.cc:1:
  1921. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1922. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1923.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  1924.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  1925.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0que.h:30,
  1926.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0sql.cc:27:
  1927. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1928. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/gis/gis0geo.cc.o
  1929. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/gis/gis0rtree.cc.o
  1930. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/gis/gis0sea.cc.o
  1931. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1932.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1933.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  1934.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  1935.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  1936.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  1937.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0types.h:29,
  1938.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/gis/gis0geo.cc:27:
  1939. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1940. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1941.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1942.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1943.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0fsp.h:30,
  1944.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/gis/gis0rtree.cc:27:
  1945. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1946. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/fts/fts0plugin.cc.o
  1947. Linking CXX shared module query_response_time.so
  1948. [ 28%] Built target query_response_time
  1949. Scanning dependencies of target auth_ed25519
  1950. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/server_ed25519.c.o
  1951. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1952.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  1953.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  1954.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0fsp.h:30,
  1955.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/gis/gis0sea.cc:27:
  1956. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1957. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_0.c.o
  1958. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_1.c.o
  1959. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_add.c.o
  1960. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  1961.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  1962.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  1963.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  1964.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fts0ast.h:30,
  1965.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/fts/fts0plugin.cc:26:
  1966. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  1967. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_cmov.c.o
  1968. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_copy.c.o
  1969. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_frombytes.c.o
  1970. [ 28%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/handler/ha_innodb.cc.o
  1971. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_invert.c.o
  1972. [ 28%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_isnegative.c.o
  1973. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_isnonzero.c.o
  1974. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_mul.c.o
  1975. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_neg.c.o
  1976. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_pow22523.c.o
  1977. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_sq.c.o
  1978. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_sq2.c.o
  1979. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_sub.c.o
  1980. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/fe_tobytes.c.o
  1981. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_add.c.o
  1982. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_double_scalarmult.c.o
  1983. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_frombytes.c.o
  1984. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_madd.c.o
  1985. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_msub.c.o
  1986. [ 29%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p1p1_to_p2.c.o
  1987. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p1p1_to_p3.c.o
  1988. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p2_0.c.o
  1989. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p2_dbl.c.o
  1990. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p3_0.c.o
  1991. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p3_dbl.c.o
  1992. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p3_to_cached.c.o
  1993. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p3_to_p2.c.o
  1994. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_p3_tobytes.c.o
  1995. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_precomp_0.c.o
  1996. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_scalarmult_base.c.o
  1997. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_sub.c.o
  1998. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/ge_tobytes.c.o
  1999. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/keypair.c.o
  2000. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/open.c.o
  2001. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/sc_muladd.c.o
  2002. Scanning dependencies of target ref10
  2003. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_0.c.o
  2004. [ 30%] In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2005.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/handler/ha_innodb.cc:38:
  2006. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2007. Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_1.c.o
  2008. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_add.c.o
  2009. [ 30%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_cmov.c.o
  2010. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_copy.c.o
  2011. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_frombytes.c.o
  2012. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_invert.c.o
  2013. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_isnegative.c.o
  2014. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_isnonzero.c.o
  2015. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_mul.c.o
  2016. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_neg.c.o
  2017. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_pow22523.c.o
  2018. [ 31%] [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_sq.c.o
  2019. Building CXX object storage/innobase/CMakeFiles/innobase.dir/handler/handler0alter.cc.o
  2020. [ 31%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_sq2.c.o
  2021. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/sc_reduce.c.o
  2022. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_sub.c.o
  2023. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/fe_tobytes.c.o
  2024. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_add.c.o
  2025. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_double_scalarmult.c.o
  2026. [ 32%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_frombytes.c.o
  2027. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_madd.c.o
  2028. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_msub.c.o
  2029. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p1p1_to_p2.c.o
  2030. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p1p1_to_p3.c.o
  2031. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p2_0.c.o
  2032. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p2_dbl.c.o
  2033. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/sign.c.o
  2034. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p3_0.c.o
  2035. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/auth_ed25519.dir/ref10/verify.c.o
  2036. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p3_dbl.c.o
  2037. Linking C shared module auth_ed25519.so
  2038. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p3_to_cached.c.o
  2039. [ 33%] Built target auth_ed25519
  2040. Scanning dependencies of target disks
  2041. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p3_to_p2.c.o
  2042. [ 33%] Building CXX object plugin/disks/CMakeFiles/disks.dir/information_schema_disks.cc.o
  2043. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_p3_tobytes.c.o
  2044. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_precomp_0.c.o
  2045. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_scalarmult_base.c.o
  2046. [ 33%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_sub.c.o
  2047. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/ge_tobytes.c.o
  2048. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/keypair.c.o
  2049. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/open.c.o
  2050. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/sc_muladd.c.o
  2051. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2052.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/handler/handler0alter.cc:26:
  2053. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2054. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2055.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2056.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2057.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2058.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/disks/information_schema_disks.cc:21:
  2059. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2060. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/sc_reduce.c.o
  2061. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/sign.c.o
  2062. [ 34%] Building C object plugin/auth_ed25519/CMakeFiles/ref10.dir/ref10/verify.c.o
  2063. Linking CXX shared module disks.so
  2064. [ 34%] Built target disks
  2065. Scanning dependencies of target test_versioning
  2066. Linking C static library libref10.a
  2067. [ 34%] Building CXX object plugin/versioning/CMakeFiles/test_versioning.dir/versioning.cc.o
  2068. [ 34%] Built target ref10
  2069. Scanning dependencies of target sql_errlog
  2070. [ 34%] Building C object plugin/sql_errlog/CMakeFiles/sql_errlog.dir/sql_errlog.c.o
  2071. Linking C shared module sql_errlog.so
  2072. [ 34%] Built target sql_errlog
  2073. Scanning dependencies of target query_cache_info
  2074. [ 34%] Building CXX object plugin/qc_info/CMakeFiles/query_cache_info.dir/qc_info.cc.o
  2075. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2076.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/versioning/versioning.cc:20:
  2077. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2078. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2079.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2080.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2081.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2082.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  2083.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_parse.h:19,
  2084.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/qc_info/qc_info.cc:36:
  2085. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2086. Linking CXX shared module test_versioning.so
  2087. [ 34%] Built target test_versioning
  2088. Scanning dependencies of target wsrep_info
  2089. [ 34%] Linking CXX shared module query_cache_info.so
  2090. Building CXX object plugin/wsrep_info/CMakeFiles/wsrep_info.dir/plugin.cc.o
  2091. [ 34%] Built target query_cache_info
  2092. Scanning dependencies of target server_audit
  2093. [ 34%] Building C object plugin/server_audit/CMakeFiles/server_audit.dir/server_audit.c.o
  2094. [ 34%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/handler/i_s.cc.o
  2095. [ 34%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ibuf/ibuf0ibuf.cc.o
  2096. [ 35%] Building C object plugin/server_audit/CMakeFiles/server_audit.dir/test_audit_v4.c.o
  2097. Linking C shared module server_audit.so
  2098. [ 35%] Built target server_audit
  2099. Scanning dependencies of target ftexample
  2100. [ 35%] Building C object plugin/fulltext/CMakeFiles/ftexample.dir/plugin_example.c.o
  2101. Linking C shared module mypluglib.so
  2102. [ 35%] Built target ftexample
  2103. Scanning dependencies of target hsclient
  2104. [ 35%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/config.cpp.o
  2105. [ 35%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/escape.cpp.o
  2106. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2107.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2108.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2109.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2110.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0mtr.h:31,
  2111.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ibuf0ibuf.h:30,
  2112.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ibuf/ibuf0ibuf.cc:27:
  2113. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2114. [ 35%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/fatal.cpp.o
  2115. [ 36%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/hstcpcli.cpp.o
  2116. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2117.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2118.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/datadict.h:19,
  2119.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/table.h:22,
  2120.                  from /home/wmt/Downloads/mariadb-10.4.6/plugin/wsrep_info/plugin.cc:22:
  2121. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2122. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2123.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/handler/i_s.cc:28:
  2124. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2125. [ 36%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/socket.cpp.o
  2126. [ 36%] Building CXX object plugin/handler_socket/CMakeFiles/hsclient.dir/libhsclient/string_util.cpp.o
  2127. Linking CXX static library libhsclient.a
  2128. [ 36%] Built target hsclient
  2129. Scanning dependencies of target audit_null
  2130. [ 36%] Building C object plugin/audit_null/CMakeFiles/audit_null.dir/audit_null.c.o
  2131. Linking C shared module adt_null.so
  2132. [ 36%] Built target audit_null
  2133. Scanning dependencies of target dbug-unit-tests
  2134. [ 36%] Generating dbug-t
  2135. [ 36%] Built target dbug-unit-tests
  2136. Scanning dependencies of target user_ps
  2137. [ 36%] Generating example3.r
  2138. [ 36%] Generating output1.r, output2.r, output3.r, output4.r, output5.r
  2139. [ 36%] Generating factorial.r
  2140. [ 36%] Generating main.r
  2141. [ 36%] Generating example1.r
  2142. [ 36%] Generating example2.r
  2143. [ 36%] Generating user.ps
  2144. troff: fatal error: can't find macro file m
  2145. [ 36%] Built target user_ps
  2146. Scanning dependencies of target user_t
  2147. [ 36%] Generating user.t
  2148. troff: fatal error: can't find macro file m
  2149. [ 37%] Built target user_t
  2150. Scanning dependencies of target SYM_mariadb
  2151. [ 37%] mklink mysql -> mariadb
  2152. [ 37%] Built target SYM_mariadb
  2153. Scanning dependencies of target SYM_mariadb-admin
  2154. [ 37%] mklink mysqladmin -> mariadb-admin
  2155. Linking CXX shared module wsrep_info.so
  2156. [ 37%] Built target SYM_mariadb-admin
  2157. Scanning dependencies of target SYM_mariadb-binlog
  2158. [ 37%] mklink mysqlbinlog -> mariadb-binlog
  2159. [ 37%] Built target SYM_mariadb-binlog
  2160. Scanning dependencies of target SYM_mariadb-check
  2161. [ 38%] mklink mysqlcheck -> mariadb-check
  2162. [ 38%] [ 38%] Built target SYM_mariadb-check
  2163. Built target wsrep_info
  2164. Scanning dependencies of target SYM_mariadb-dump
  2165. [ 39%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/lock/lock0iter.cc.o
  2166. [ 39%] mklink mysqldump -> mariadb-dump
  2167. [ 39%] Built target SYM_mariadb-dump
  2168. Scanning dependencies of target SYM_mariadb-import
  2169. [ 39%] mklink mysqlimport -> mariadb-import
  2170. [ 39%] Built target SYM_mariadb-import
  2171. Scanning dependencies of target SYM_mariadb-plugin
  2172. [ 39%] mklink mysql_plugin -> mariadb-plugin
  2173. [ 39%] Built target SYM_mariadb-plugin
  2174. Scanning dependencies of target SYM_mariadb-show
  2175. [ 39%] mklink mysqlshow -> mariadb-show
  2176. [ 39%] Built target SYM_mariadb-show
  2177. Scanning dependencies of target SYM_mariadb-slap
  2178. [ 40%] mklink mysqlslap -> mariadb-slap
  2179. [ 40%] Built target SYM_mariadb-slap
  2180. Scanning dependencies of target SYM_mariadb-test
  2181. [ 40%] mklink mysqltest -> mariadb-test
  2182. [ 40%] Built target SYM_mariadb-test
  2183. Scanning dependencies of target SYM_mariadb-upgrade
  2184. [ 40%] mklink mysql_upgrade -> mariadb-upgrade
  2185. [ 40%] Built target SYM_mariadb-upgrade
  2186. Scanning dependencies of target GenFixPrivs
  2187. [ 40%] Generating mysql_fix_privilege_tables_sql.c
  2188. [ 40%] Built target GenFixPrivs
  2189. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/lock/lock0prdt.cc.o
  2190. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/lock/lock0lock.cc.o
  2191. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2192.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2193.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0mem.h:31,
  2194.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/lock/lock0iter.cc:29:
  2195. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2196. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/lock/lock0wait.cc.o
  2197. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2198.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2199.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  2200.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/lock0lock.h:30,
  2201.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/lock/lock0prdt.cc:29:
  2202. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2203. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/log/log0log.cc.o
  2204. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2205.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/lock/lock0wait.cc:29:
  2206. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2207. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2208.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/lock/lock0lock.cc:29:
  2209. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2210. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/log/log0recv.cc.o
  2211. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2212.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/log/log0log.cc:34:
  2213. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2214. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/log/log0crypt.cc.o
  2215. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2216.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2217.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2218.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2219.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dyn0buf.h:30,
  2220.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/log0log.h:37,
  2221.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/log0crypt.h:30,
  2222.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/log/log0crypt.cc:29:
  2223. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2224. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2225.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/log/log0recv.cc:28:
  2226. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2227. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/mach/mach0data.cc.o
  2228. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2229.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mach0data.h:31,
  2230.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/mach/mach0data.cc:27:
  2231. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2232. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/mem/mem0mem.cc.o
  2233. /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/mem/mem0mem.cc:62:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2234. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/mtr/mtr0log.cc.o
  2235. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/mtr/mtr0mtr.cc.o
  2236. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2237.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2238.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2239.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2240.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0mtr.h:31,
  2241.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0log.h:30,
  2242.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/mtr/mtr0log.cc:27:
  2243. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2244. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2245.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2246.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2247.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2248.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mtr0mtr.h:31,
  2249.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/mtr/mtr0mtr.cc:27:
  2250. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2251. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/os/os0file.cc.o
  2252. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/os/os0proc.cc.o
  2253. [ 40%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/os/os0event.cc.o
  2254. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2255.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/os/os0proc.cc:28:
  2256. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2257. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2258.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2259.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/os/os0event.cc:26:
  2260. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2261. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/os/os0thread.cc.o
  2262. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2263.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2264.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2265.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0file.h:39,
  2266.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/os/os0file.cc:37:
  2267. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2268. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/page/page0cur.cc.o
  2269. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/page/page0page.cc.o
  2270. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2271.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/os/os0thread.cc:27:
  2272. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2273. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/page/page0zip.cc.o
  2274. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2275.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2276.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  2277.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0cur.h:30,
  2278.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/page/page0cur.cc:28:
  2279. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2280. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2281.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2282.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  2283.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  2284.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  2285.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  2286.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0types.h:29,
  2287.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0page.h:29,
  2288.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/page/page0page.cc:28:
  2289. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2290. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2291.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2292.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  2293.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0zip.h:31,
  2294.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/page/page0zip.cc:28:
  2295. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2296. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/pars/lexyy.cc.o
  2297. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2298.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/pars/lexyy.cc:1:
  2299. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2300. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/pars/pars0grm.cc.o
  2301. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/pars/pars0opt.cc.o
  2302. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2303.                  from pars0grm.y:33:
  2304. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2305. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/pars/pars0pars.cc.o
  2306. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2307.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2308.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2309.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2310.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/pars0opt.h:30,
  2311.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/pars/pars0opt.cc:26:
  2312. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2313. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/pars/pars0sym.cc.o
  2314. In file included from /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/string.h:428:0,
  2315.                  from /home/wmt/Downloads/mariadb-10.4.6/include/m_string.h:34,
  2316.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:88,
  2317.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2318.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0types.h:30,
  2319.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/page0zip.h:31,
  2320.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/page/page0zip.cc:28:
  2321. In function 'void* memset(void*, int, size_t)',
  2322.     inlined from 'byte* page_zip_parse_compress(const byte*, const byte*, buf_block_t*)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/page/page0zip.cc:4905:57:
  2323. /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/bits/string3.h:82:32: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
  2324. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2325.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2326.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2327.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2328.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/pars0pars.h:30,
  2329.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/pars/pars0pars.cc:30:
  2330. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2331. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/que/que0que.cc.o
  2332. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/read/read0read.cc.o
  2333. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2334.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2335.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2336.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2337.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/pars0sym.h:30,
  2338.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/pars/pars0sym.cc:26:
  2339. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2340. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/rem/rem0cmp.cc.o
  2341. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2342.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2343.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2344.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0que.h:30,
  2345.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/que/que0que.cc:27:
  2346. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2347. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/rem/rem0rec.cc.o
  2348. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2349.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2350.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0mem.h:31,
  2351.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/read0types.h:30,
  2352.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/read/read0read.cc:27:
  2353. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2354. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2355.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2356.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2357.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/rem0cmp.h:30,
  2358.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0cmp.cc:26:
  2359. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2360. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0ext.cc.o
  2361. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2362.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2363.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2364.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/rem0rec.h:31,
  2365.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:27:
  2366. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2367. [ 41%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0ftsort.cc.o
  2368. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0import.cc.o
  2369. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2370.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2371.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2372.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2373.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0ext.h:31,
  2374.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0ext.cc:27:
  2375. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2376. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0ins.cc.o
  2377. In file included from /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/string.h:428:0,
  2378.                  from /home/wmt/Downloads/mariadb-10.4.6/include/m_string.h:34,
  2379.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:88,
  2380.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2381.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2382.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/rem0rec.h:31,
  2383.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:27:
  2384. In function 'void* memset(void*, int, size_t)',
  2385.     inlined from 'void data_write_sql_null(byte*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.ic:607:22,
  2386.     inlined from 'rec_t* rec_convert_dtuple_to_rec_old(byte*, const dtuple_t*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:1441:47,
  2387.     inlined from 'rec_t* rec_convert_dtuple_to_rec(byte*, const dict_index_t*, const dtuple_t*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:1765:58:
  2388. /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/bits/string3.h:82:32: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
  2389. In function 'void* memset(void*, int, size_t)',
  2390.     inlined from 'void data_write_sql_null(byte*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.ic:607:22,
  2391.     inlined from 'rec_t* rec_convert_dtuple_to_rec_old(byte*, const dtuple_t*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:1469:47,
  2392.     inlined from 'rec_t* rec_convert_dtuple_to_rec(byte*, const dict_index_t*, const dtuple_t*, ulint)' at /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/rem/rem0rec.cc:1765:58:
  2393. /home/wmt/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/bits/string3.h:82:32: warning: call to '__warn_memset_zero_len' declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters [enabled by default]
  2394. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2395.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2396.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2397.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0ftsort.h:30,
  2398.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0ftsort.cc:27:
  2399. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2400. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2401.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2402.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  2403.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  2404.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  2405.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  2406.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0import.h:30,
  2407.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0import.cc:27:
  2408. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2409. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0merge.cc.o
  2410. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2411.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2412.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2413.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0ins.h:30,
  2414.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0ins.cc:27:
  2415. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2416. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0mysql.cc.o
  2417. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2418.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2419.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2420.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0merge.cc:28:
  2421. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2422. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0log.cc.o
  2423. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2424.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0mysql.cc:28:
  2425. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2426. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0purge.cc.o
  2427. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2428.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2429.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2430.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2431.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0log.h:30,
  2432.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0log.cc:27:
  2433. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2434. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2435.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2436.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2437.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2438.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0purge.h:30,
  2439.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0purge.cc:27:
  2440. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2441. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0row.cc.o
  2442. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0sel.cc.o
  2443. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0uins.cc.o
  2444. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2445.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2446.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2447.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/que0types.h:30,
  2448.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0row.h:30,
  2449.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0row.cc:27:
  2450. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2451. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2452.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2453.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2454.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0sel.h:30,
  2455.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0sel.cc:34:
  2456. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2457. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0umod.cc.o
  2458. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2459.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2460.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2461.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0uins.h:30,
  2462.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0uins.cc:27:
  2463. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2464. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0undo.cc.o
  2465. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2466.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2467.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2468.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0umod.h:30,
  2469.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0umod.cc:27:
  2470. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2471. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0upd.cc.o
  2472. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2473.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2474.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2475.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2476.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2477.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0sys.h:30,
  2478.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0undo.h:30,
  2479.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0undo.cc:27:
  2480. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2481. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0quiesce.cc.o
  2482. [ 42%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/row/row0vers.cc.o
  2483. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2484.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2485.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2486.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0upd.h:30,
  2487.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0upd.cc:27:
  2488. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2489. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/srv/srv0conc.cc.o
  2490. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2491.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2492.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  2493.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0policy.h:30,
  2494.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mutex.h:32,
  2495.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0types.h:30,
  2496.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0quiesce.h:31,
  2497.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0quiesce.cc:27:
  2498. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2499. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2500.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2501.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2502.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/row0vers.h:30,
  2503.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/row/row0vers.cc:27:
  2504. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2505. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2506.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2507.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2508.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2509.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dyn0buf.h:30,
  2510.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/log0log.h:37,
  2511.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/srv0srv.h:45,
  2512.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/srv/srv0conc.cc:41:
  2513. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2514. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/srv/srv0mon.cc.o
  2515. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/srv/srv0srv.cc.o
  2516. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/srv/srv0start.cc.o
  2517. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/sync/sync0arr.cc.o
  2518. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2519.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2520.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2521.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2522.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2523.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/srv/srv0mon.cc:28:
  2524. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2525. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2526.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2527.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0data.h:31,
  2528.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/dict0dict.h:31,
  2529.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/btr0sea.h:30,
  2530.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/srv/srv0srv.cc:49:
  2531. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2532. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/sync/sync0rw.cc.o
  2533. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2534.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/srv/srv0start.cc:44:
  2535. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2536. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2537.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2538.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0rw.h:37,
  2539.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/sync/sync0rw.cc:34:
  2540. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2541. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2542.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0arr.h:30,
  2543.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/sync/sync0arr.cc:34:
  2544. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2545. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/sync/sync0debug.cc.o
  2546. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/sync/sync0sync.cc.o
  2547. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2548.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2549.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0rw.h:37,
  2550.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/sync/sync0sync.cc:33:
  2551. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2552. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2553.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/sync0sync.h:37,
  2554.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/sync/sync0debug.cc:33:
  2555. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2556. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0i_s.cc.o
  2557. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0purge.cc.o
  2558. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0rec.cc.o
  2559. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2560.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2561.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  2562.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0i_s.h:32,
  2563.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0i_s.cc:32:
  2564. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2565. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0roll.cc.o
  2566. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2567.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2568.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2569.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2570.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2571.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0sys.h:30,
  2572.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0rseg.h:30,
  2573.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0purge.h:30,
  2574.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0purge.cc:27:
  2575. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2576. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2577.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2578.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  2579.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0rec.h:30,
  2580.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0rec.cc:27:
  2581. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2582. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0rseg.cc.o
  2583. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2584.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2585.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  2586.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0trx.h:30,
  2587.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0roll.h:30,
  2588.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0roll.cc:27:
  2589. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2590. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2591.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2592.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2593.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2594.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2595.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0sys.h:30,
  2596.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0rseg.h:30,
  2597.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0rseg.cc:27:
  2598. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2599. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0sys.cc.o
  2600. [ 43%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0trx.cc.o
  2601. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2602.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2603.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2604.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2605.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2606.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0sys.h:30,
  2607.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0sys.cc:27:
  2608. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2609. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/trx/trx0undo.cc.o
  2610. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0crc32.cc.o
  2611. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2612.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2613.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fsp0types.h:36,
  2614.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/fil0fil.h:30,
  2615.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/buf0buf.h:33,
  2616.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0sys.h:30,
  2617.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0undo.h:31,
  2618.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0undo.cc:27:
  2619. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2620. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0dbg.cc.o
  2621. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2622.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2623.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0types.h:30,
  2624.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/trx0trx.h:30,
  2625.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/trx/trx0trx.cc:27:
  2626. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2627. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2628.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0crc32.h:30,
  2629.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0crc32.cc:86:
  2630. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2631. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2632.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0dbg.cc:27:
  2633. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2634. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0list.cc.o
  2635. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0mem.cc.o
  2636. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2637.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2638.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2639.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2640.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0list.h:49,
  2641.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0list.cc:26:
  2642. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2643. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0new.cc.o
  2644. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2645.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2646.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2647.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0mem.cc:26:
  2648. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2649. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0rbt.cc.o
  2650. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0rnd.cc.o
  2651. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2652.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0new.cc:27:
  2653. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2654. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0ut.cc.o
  2655. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2656.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2657.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2658.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rbt.h:29,
  2659.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0rbt.cc:26:
  2660. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2661. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2662.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0byte.h:31,
  2663.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0rnd.h:29,
  2664.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0rnd.cc:26:
  2665. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2666. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0vec.cc.o
  2667. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0wqueue.cc.o
  2668. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2669.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2670.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2671.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2672.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0vec.h:29,
  2673.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0vec.cc:26:
  2674. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2675. [ 44%] Building CXX object storage/innobase/CMakeFiles/innobase.dir/ut/ut0timer.cc.o
  2676. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2677.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/os0event.h:28,
  2678.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0mem.h:29,
  2679.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/mem0mem.h:30,
  2680.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ut0list.h:49,
  2681.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0wqueue.cc:20:
  2682. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2683. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2684.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/ha_prototypes.h:33,
  2685.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0ut.cc:27:
  2686. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2687. Scanning dependencies of target SYM_mariadb-waitpid
  2688. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/univ.i:146:0,
  2689.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/include/data0type.h:30,
  2690.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/innobase/ut/ut0timer.cc:28:
  2691. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2692. [ 44%] mklink mysql_waitpid -> mariadb-waitpid
  2693. Scanning dependencies of target SYM_mariadbd-safe-helper
  2694. [ 44%] mklink mysqld_safe_helper -> mariadbd-safe-helper
  2695. [ 44%] Built target SYM_mariadbd-safe-helper
  2696. Scanning dependencies of target SYM_mariadb-client-test
  2697. [ 44%] [ 44%] mklink mysql_client_test -> mariadb-client-test
  2698. Built target SYM_mariadb-waitpid
  2699. Scanning dependencies of target SYM_mariadb-tzinfo-to-sql
  2700. [ 44%] [ 44%] Built target SYM_mariadb-client-test
  2701. mklink mysql_tzinfo_to_sql -> mariadb-tzinfo-to-sql
  2702. Scanning dependencies of target SYM_mariadbd
  2703. [ 44%] Scanning dependencies of target udf_example
  2704. Built target SYM_mariadb-tzinfo-to-sql
  2705. [ 44%] mklink mysqld -> mariadbd
  2706. Scanning dependencies of target my_safe_process
  2707. [ 44%] [ 44%] Built target SYM_mariadbd
  2708. Building CXX object mysql-test/lib/My/SafeProcess/CMakeFiles/my_safe_process.dir/safe_process.cc.o
  2709. [ 44%] Building C object sql/CMakeFiles/udf_example.dir/udf_example.c.o
  2710. Scanning dependencies of target SYM_mariadb-access
  2711. [ 44%] mklink mysqlaccess -> mariadb-access
  2712. [ 44%] Built target SYM_mariadb-access
  2713. Scanning dependencies of target SYM_mariadb-convert-table-format
  2714. [ 44%] mklink mysql_convert_table_format -> mariadb-convert-table-format
  2715. Linking CXX static library libinnobase.a
  2716. [ 44%] Built target SYM_mariadb-convert-table-format
  2717. Scanning dependencies of target SYM_mariadb-dumpslow
  2718. [ 44%] mklink mysqldumpslow -> mariadb-dumpslow
  2719. [ 44%] Built target SYM_mariadb-dumpslow
  2720. Scanning dependencies of target SYM_mariadb-find-rows
  2721. [ 44%] mklink mysql_find_rows -> mariadb-find-rows
  2722. [ 44%] Built target SYM_mariadb-find-rows
  2723. Scanning dependencies of target SYM_mariadb-fix-extensions
  2724. [ 44%] mklink mysql_fix_extensions -> mariadb-fix-extensions
  2725. [ 44%] Built target SYM_mariadb-fix-extensions
  2726. Scanning dependencies of target SYM_mariadb-hotcopy
  2727. [ 44%] mklink mysqlhotcopy -> mariadb-hotcopy
  2728. [ 44%] Built target SYM_mariadb-hotcopy
  2729. Scanning dependencies of target SYM_mariadb-install-db
  2730. [ 44%] mklink mysql_install_db -> mariadb-install-db
  2731. [ 44%] Built target SYM_mariadb-install-db
  2732. Scanning dependencies of target SYM_mariadb-secure-installation
  2733. [ 44%] mklink mysql_secure_installation -> mariadb-secure-installation
  2734. [ 44%] Built target SYM_mariadb-secure-installation
  2735. Scanning dependencies of target SYM_mariadb-setpermission
  2736. [ 44%] mklink mysql_setpermission -> mariadb-setpermission
  2737. [ 44%] Built target SYM_mariadb-setpermission
  2738. Scanning dependencies of target SYM_mariadbd-multi
  2739. [ 44%] mklink mysqld_multi -> mariadbd-multi
  2740. [ 44%] Built target SYM_mariadbd-multi
  2741. Scanning dependencies of target SYM_mariadbd-safe
  2742. [ 44%] mklink mysqld_safe -> mariadbd-safe
  2743. [ 44%] Built target SYM_mariadbd-safe
  2744. Scanning dependencies of target symlink_wsrep_sst_rsync
  2745. [ 44%] Generating wsrep_sst_rsync_wan
  2746. [ 44%] Built target symlink_wsrep_sst_rsync
  2747. Scanning dependencies of target pcreposix
  2748. [ 44%] Building C object pcre/CMakeFiles/pcreposix.dir/pcreposix.c.o
  2749. Linking CXX executable my_safe_process
  2750. [ 44%] Built target innobase
  2751. Scanning dependencies of target mysys
  2752. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2753. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/array.c.o
  2754. Linking C static library libpcreposix.a
  2755. Linking C shared module udf_example.so
  2756. [ 44%] Built target my_safe_process
  2757. [ 44%] Built target udf_example
  2758. Scanning dependencies of target partition
  2759. Scanning dependencies of target csv
  2760. [ 44%] [ 44%] Building C object mysys/CMakeFiles/mysys.dir/charset-def.c.o
  2761. Built target pcreposix
  2762. Scanning dependencies of target sequence
  2763. [ 44%] [ 44%] Building CXX object storage/csv/CMakeFiles/csv.dir/ha_tina.cc.o
  2764. Building CXX object sql/CMakeFiles/partition.dir/ha_partition.cc.o
  2765. [ 44%] Building CXX object storage/sequence/CMakeFiles/sequence.dir/sequence.cc.o
  2766. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/charset.c.o
  2767. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/checksum.c.o
  2768. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/my_default.c.o
  2769. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/get_password.c.o
  2770. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/errors.c.o
  2771. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2772.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2773.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2774.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2775.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/csv/ha_tina.cc:46:
  2776. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2777. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/hash.c.o
  2778. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/list.c.o
  2779. [ 44%] Building C object mysys/CMakeFiles/mysys.dir/mf_cache.c.o
  2780. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_dirname.c.o
  2781. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_fn_ext.c.o
  2782. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_format.c.o
  2783. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_getdate.c.o
  2784. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache.c.o
  2785. Linking CXX static library libsequence.a
  2786. [ 45%] Built target sequence
  2787. Scanning dependencies of target perfschema
  2788. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2789.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2790.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2791.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2792.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  2793.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_parse.h:19,
  2794.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/ha_partition.cc:51:
  2795. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2796. [ 45%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/cursor_by_account.cc.o
  2797. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_iocache2.c.o
  2798. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycache.c.o
  2799. [ 45%] Building CXX object storage/csv/CMakeFiles/csv.dir/transparent_file.cc.o
  2800. Linking CXX static library libcsv.a
  2801. [ 45%] Built target csv
  2802. Scanning dependencies of target mariadbclient
  2803. Linking C static library libmariadbclient.a
  2804. [ 45%] Built target mariadbclient
  2805. Scanning dependencies of target libmariadb
  2806. Linking C shared library libmariadb.so
  2807. [ 45%] Built target libmariadb
  2808. Scanning dependencies of target SYM_libmysqlclient_r.a
  2809. [ 45%] Generating libmysqlclient_r.a
  2810. [ 45%] Built target SYM_libmysqlclient_r.a
  2811. Scanning dependencies of target SYM_libmysqlclient_r.so
  2812. [ 45%] Generating libmysqlclient_r.so
  2813. [ 45%] Built target SYM_libmysqlclient_r.so
  2814. Scanning dependencies of target async
  2815. [ 45%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/async.dir/async.c.o
  2816. Linking C executable async
  2817. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_keycaches.c.o
  2818. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2819. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2820. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2821. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2822. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2823. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2824. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2825. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2826. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2827. [ 45%] Built target async
  2828. Scanning dependencies of target basic-t
  2829. [ 45%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/basic-t.dir/basic-t.c.o
  2830. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_loadpath.c.o
  2831. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_pack.c.o
  2832. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_path.c.o
  2833. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort.c.o
  2834. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2835.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2836.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2837.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2838.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  2839.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  2840.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_account.h:24,
  2841.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_account.cc:22:
  2842. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2843. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_qsort2.c.o
  2844. Linking C executable basic-t
  2845. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2846. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2847. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2848. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2849. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2850. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2851. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2852. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2853. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2854. [ 45%] Built target basic-t
  2855. Scanning dependencies of target bulk1
  2856. [ 45%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/bulk1.dir/bulk1.c.o
  2857. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_radix.c.o
  2858. [ 45%] Building C object mysys/CMakeFiles/mysys.dir/mf_same.c.o
  2859. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_sort.c.o
  2860. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_soundex.c.o
  2861. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_arr_appstr.c.o
  2862. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempdir.c.o
  2863. Linking C executable bulk1
  2864. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2865. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2866. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2867. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2868. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2869. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2870. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2871. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2872. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2873. [ 46%] Built target bulk1
  2874. Scanning dependencies of target charset
  2875. [ 46%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/charset.dir/charset.c.o
  2876. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_tempfile.c.o
  2877. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_unixpath.c.o
  2878. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mf_wcomp.c.o
  2879. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/mulalloc.c.o
  2880. [ 46%] Building C object mysys/CMakeFiles/mysys.dir/my_access.c.o
  2881. [ 46%] Linking C executable charset
  2882. Building C object mysys/CMakeFiles/mysys.dir/my_alloc.c.o
  2883. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2884. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2885. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2886. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2887. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2888. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2889. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2890. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2891. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2892. [ 46%] Built target charset
  2893. Scanning dependencies of target conc336
  2894. [ 47%] [ 47%] Building C object mysys/CMakeFiles/mysys.dir/my_bit.c.o
  2895. Building C object libmariadb/unittest/libmariadb/CMakeFiles/conc336.dir/conc336.c.o
  2896. [ 47%] Building C object mysys/CMakeFiles/mysys.dir/my_bitmap.c.o
  2897. Linking C executable conc336
  2898. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2899. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2900. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2901. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2902. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2903. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2904. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2905. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2906. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2907. [ 47%] Built target conc336
  2908. Scanning dependencies of target connection
  2909. [ 47%] [ 47%] Building C object mysys/CMakeFiles/mysys.dir/my_chsize.c.o
  2910. Building C object libmariadb/unittest/libmariadb/CMakeFiles/connection.dir/connection.c.o
  2911. [ 47%] Building C object mysys/CMakeFiles/mysys.dir/my_compress.c.o
  2912. [ 48%] Building C object mysys/CMakeFiles/mysys.dir/my_copy.c.o
  2913. [ 48%] Building C object mysys/CMakeFiles/mysys.dir/my_create.c.o
  2914. [ 48%] Building C object mysys/CMakeFiles/mysys.dir/my_delete.c.o
  2915. [ 49%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/cursor_by_host.cc.o
  2916. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_div.c.o
  2917. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_error.c.o
  2918. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_file.c.o
  2919. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_fopen.c.o
  2920. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_fstream.c.o
  2921. Linking C executable connection
  2922. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_gethwaddr.c.o
  2923. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2924. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2925. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2926. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2927. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2928. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2929. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2930. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2931. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2932. [ 49%] Built target connection
  2933. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_getopt.c.o
  2934. Scanning dependencies of target cursor
  2935. [ 49%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/cursor.dir/cursor.c.o
  2936. Linking CXX static library libpartition.a
  2937. [ 49%] Built target partition
  2938. Scanning dependencies of target errors
  2939. [ 49%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/errors.dir/errors.c.o
  2940. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_getsystime.c.o
  2941. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_getwd.c.o
  2942. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_compare.c.o
  2943. Linking C executable errors
  2944. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2945. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2946. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2947. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2948. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2949. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2950. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2951. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2952. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2953. [ 49%] Built target errors
  2954. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_init.c.o
  2955. Scanning dependencies of target features-10_2
  2956. [ 49%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/features-10_2.dir/features-10_2.c.o
  2957. [ 49%] Building C object mysys/CMakeFiles/mysys.dir/my_lib.c.o
  2958. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  2959.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  2960.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  2961.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  2962.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  2963.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  2964.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_host.h:24,
  2965.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_host.cc:22:
  2966. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  2967. Linking C executable cursor
  2968. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_lock.c.o
  2969. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2970. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2971. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2972. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2973. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2974. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2975. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2976. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2977. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2978. [ 50%] Built target cursor
  2979. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_malloc.c.o
  2980. Linking C executable features-10_2
  2981. Scanning dependencies of target fetch
  2982. [ 50%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/fetch.dir/fetch.c.o
  2983. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_mess.c.o
  2984. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2985. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  2986. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  2987. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  2988. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  2989. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  2990. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  2991. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  2992. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  2993. [ 50%] Built target features-10_2
  2994. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_mkdir.c.o
  2995. Scanning dependencies of target logs
  2996. [ 50%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/logs.dir/logs.c.o
  2997. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_mmap.c.o
  2998. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_once.c.o
  2999. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_open.c.o
  3000. Linking C executable logs
  3001. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_pread.c.o
  3002. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3003. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3004. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3005. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3006. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3007. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3008. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3009. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3010. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3011. [ 50%] Built target logs
  3012. Scanning dependencies of target misc
  3013. [ 50%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/misc.dir/misc.c.o
  3014. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_pthread.c.o
  3015. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_quick.c.o
  3016. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_read.c.o
  3017. Linking C executable fetch
  3018. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_redel.c.o
  3019. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3020. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3021. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3022. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3023. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3024. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3025. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3026. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3027. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3028. [ 50%] Built target fetch
  3029. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_rename.c.o
  3030. Scanning dependencies of target performance
  3031. [ 50%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/performance.dir/performance.c.o
  3032. [ 50%] Building C object mysys/CMakeFiles/mysys.dir/my_seek.c.o
  3033. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_sleep.c.o
  3034. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_static.c.o
  3035. Linking C executable performance
  3036. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink.c.o
  3037. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3038. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3039. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3040. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3041. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3042. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3043. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3044. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3045. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3046. [ 51%] Built target performance
  3047. Scanning dependencies of target ps
  3048. [ 51%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/ps.dir/ps.c.o
  3049. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_symlink2.c.o
  3050. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_sync.c.o
  3051. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_thr_init.c.o
  3052. Linking C executable misc
  3053. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3054. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3055. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3056. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3057. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3058. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3059. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3060. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3061. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3062. [ 51%] Built target misc
  3063. Scanning dependencies of target ps_bugs
  3064. [ 51%] [ 51%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/ps_bugs.dir/ps_bugs.c.o
  3065. Building C object mysys/CMakeFiles/mysys.dir/my_basename.c.o
  3066. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/my_write.c.o
  3067. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/unittest/libmariadb/ps_bugs.c: In function 'test_conc_fraction':
  3068. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/unittest/libmariadb/ps_bugs.c:4996:5: warning: implicit declaration of function 'powl' [-Wimplicit-function-declaration]
  3069. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/unittest/libmariadb/ps_bugs.c:4996:53: warning: incompatible implicit declaration of built-in function 'powl' [enabled by default]
  3070. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/ptr_cmp.c.o
  3071. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/queues.c.o
  3072. [ 51%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/cursor_by_thread.cc.o
  3073. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/stacktrace.c.o
  3074. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/string.c.o
  3075. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/thr_alarm.c.o
  3076. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/thr_lock.c.o
  3077. [ 51%] Building C object mysys/CMakeFiles/mysys.dir/thr_mutex.c.o
  3078. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/thr_rwlock.c.o
  3079. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/thr_timer.c.o
  3080. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/tree.c.o
  3081. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3082.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3083.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3084.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3085.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3086.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3087.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread.h:24,
  3088.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread.cc:22:
  3089. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3090. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/typelib.c.o
  3091. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/base64.c.o
  3092. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_memmem.c.o
  3093. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/my_getpagesize.c.o
  3094. Linking C executable ps_bugs
  3095. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/guess_malloc_library.c.o
  3096. Linking C executable ps
  3097. [ 52%] Building C object mysys/CMakeFiles/mysys.dir/lf_alloc-pin.c.o
  3098. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3099. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3100. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3101. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3102. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3103. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3104. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3105. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3106. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3107. [ 52%] Built target ps_bugs
  3108. [ 52%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/cursor_by_user.cc.o
  3109. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3110. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3111. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3112. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3113. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3114. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3115. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3116. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3117. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3118. [ 52%] Built target ps
  3119. Scanning dependencies of target ps_new
  3120. [ 53%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/ps_new.dir/ps_new.c.o
  3121. [ 53%] Building C object mysys/CMakeFiles/mysys.dir/lf_dynarray.c.o
  3122. [ 53%] Building C object mysys/CMakeFiles/mysys.dir/lf_hash.c.o
  3123. [ 53%] Building C object mysys/CMakeFiles/mysys.dir/safemalloc.c.o
  3124. [ 53%] Building CXX object mysys/CMakeFiles/mysys.dir/my_new.cc.o
  3125. Linking C executable ps_new
  3126. [ 53%] Building C object mysys/CMakeFiles/mysys.dir/my_getncpus.c.o
  3127. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_safehash.c.o
  3128. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3129. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3130. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3131. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3132. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3133. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3134. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3135. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3136. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3137. [ 54%] Built target ps_new
  3138. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_chmod.c.o
  3139. [ 54%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/ha_perfschema.cc.o
  3140. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_rnd.c.o
  3141. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_uuid.c.o
  3142. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/wqueue.c.o
  3143. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/waiting_threads.c.o
  3144. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/ma_dyncol.c.o
  3145. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/__/sql-common/my_time.c.o
  3146. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3147.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3148.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3149.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3150.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3151.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3152.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_user.h:24,
  3153.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_user.cc:22:
  3154. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3155. Scanning dependencies of target result
  3156. [ 54%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/result.dir/result.c.o
  3157. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_rdtsc.c.o
  3158. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_context.c.o
  3159. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/psi_noop.c.o
  3160. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3161.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3162.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/ha_perfschema.h:19,
  3163.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/ha_perfschema.cc:24:
  3164. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3165. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_atomic_writes.c.o
  3166. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_likely.c.o
  3167. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/file_logger.c.o
  3168. [ 54%] Building C object mysys/CMakeFiles/mysys.dir/my_dlerror.c.o
  3169. [ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_addr_resolve.c.o
  3170. Linking C executable result
  3171. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3172. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3173. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3174. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3175. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3176. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3177. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3178. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3179. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3180. [ 55%] Built target result
  3181. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs.cc.o
  3182. [ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_setuser.c.o
  3183. [ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_alarm.c.o
  3184. [ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_largepage.c.o
  3185. [ 55%] Building C object mysys/CMakeFiles/mysys.dir/my_lockmem.c.o
  3186. Linking CXX static library libmysys.a
  3187. [ 55%] Built target mysys
  3188. Scanning dependencies of target rpl_api
  3189. [ 55%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/rpl_api.dir/rpl_api.c.o
  3190. Linking C executable rpl_api
  3191. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3192. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3193. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3194. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3195. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3196. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3197. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3198. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3199. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3200. [ 55%] Built target rpl_api
  3201. Scanning dependencies of target sp
  3202. [ 55%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/sp.dir/sp.c.o
  3203. Linking C executable sp
  3204. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3205. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3206. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3207. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3208. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3209. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3210. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3211. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3212. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3213. [ 55%] Built target sp
  3214. Scanning dependencies of target t_aurora
  3215. [ 55%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/t_aurora.dir/t_aurora.c.o
  3216. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_account.cc.o
  3217. Linking C executable t_aurora
  3218. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3219. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3220. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3221. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3222. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3223. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3224. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3225. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3226. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3227. [ 55%] Built target t_aurora
  3228. Scanning dependencies of target t_conc173
  3229. [ 55%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/t_conc173.dir/t_conc173.c.o
  3230. Scanning dependencies of target thread
  3231. [ 55%] Building C object libmariadb/unittest/libmariadb/CMakeFiles/thread.dir/thread.c.o
  3232. Linking C executable t_conc173
  3233. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3234. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3235. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3236. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3237. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3238. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3239. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3240. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3241. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3242. [ 55%] Built target t_conc173
  3243. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_autosize.cc.o
  3244. Linking C executable thread
  3245. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3246. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3247. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3248. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3249. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3250. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3251. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3252. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3253. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3254. [ 55%] Built target thread
  3255. Scanning dependencies of target view
  3256. [ 55%] In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3257.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3258.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3259.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3260.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sp_head.h:30,
  3261.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs.cc:41:
  3262. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3263. Building C object libmariadb/unittest/libmariadb/CMakeFiles/view.dir/view.c.o
  3264. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_column_values.cc.o
  3265. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_con_slice.cc.o
  3266. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_defaults.cc.o
  3267. Linking C executable view
  3268. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_digest.cc.o
  3269. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3270. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:94: warning: warning: getcontext is not implemented and will always fail
  3271. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn_internal':
  3272. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:63: warning: warning: setcontext is not implemented and will always fail
  3273. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_spawn':
  3274. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:104: warning: warning: makecontext is not implemented and will always fail
  3275. ../../libmariadb/libmariadbclient.a(ma_context.c.o): In function `my_context_continue':
  3276. /home/wmt/Downloads/mariadb-10.4.6/libmariadb/libmariadb/ma_context.c:76: warning: warning: swapcontext is not implemented and will always fail
  3277. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: warning: creating a DT_TEXTREL in object.
  3278. [ 55%] Built target view
  3279. Scanning dependencies of target archive
  3280. [ 55%] Building C object storage/archive/CMakeFiles/archive.dir/azio.c.o
  3281. [ 55%] Building CXX object storage/archive/CMakeFiles/archive.dir/ha_archive.cc.o
  3282. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3283.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/field.h:28,
  3284.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/unireg.h:155,
  3285.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/item.h:26,
  3286.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/set_var.h:37,
  3287.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_autosize.cc:24:
  3288. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3289. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3290.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3291.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3292.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3293.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/archive/ha_archive.cc:25:
  3294. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3295. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3296.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3297.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3298.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3299.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3300.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3301.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_helper.h:22,
  3302.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_digest.cc:32:
  3303. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3304. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_engine_table.cc.o
  3305. Linking CXX shared module ha_archive.so
  3306. [ 55%] Built target archive
  3307. Scanning dependencies of target example
  3308. [ 55%] Building CXX object storage/example/CMakeFiles/example.dir/ha_example.cc.o
  3309. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_events_stages.cc.o
  3310. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_events_statements.cc.o
  3311. [ 55%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_events_waits.cc.o
  3312. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_global.cc.o
  3313. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_host.cc.o
  3314. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_instr.cc.o
  3315. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_instr_class.cc.o
  3316. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3317.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3318.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/example/ha_example.h:41,
  3319.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/example/ha_example.cc:103:
  3320. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3321. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3322.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/hash_filo.h:31,
  3323.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/hostname.h:20,
  3324.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.cc:23:
  3325. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3326. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_server.cc.o
  3327. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_setup_actor.cc.o
  3328. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_setup_object.cc.o
  3329. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_timer.cc.o
  3330. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_user.cc.o
  3331. Linking CXX shared module ha_example.so
  3332. [ 56%] [ 56%] Built target example
  3333. Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/pfs_visitor.cc.o
  3334. Scanning dependencies of target connect
  3335. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/ha_connect.cc.o
  3336. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_accounts.cc.o
  3337. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/connect.cc.o
  3338. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/connect.cc: In function 'int CntIndexInit(PGLOBAL, PTDB, int, bool)':
  3339. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/connect.cc:645:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3340. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3341.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3342.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3343.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3344.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3345.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3346.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_account.h:24,
  3347.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_accounts.h:20,
  3348.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_accounts.cc:18:
  3349. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3350. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/user_connect.cc.o
  3351. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3352.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3353.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3354.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3355.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3356.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_parse.h:19,
  3357.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/ha_connect.cc:111:
  3358. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3359. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/mycat.cc.o
  3360. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_all_instr.cc.o
  3361. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/user_connect.cc: In member function 'bool user_connect::user_init()':
  3362. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/user_connect.cc:115:9: warning: unused variable 'rc' [-Wunused-variable]
  3363. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3364.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3365.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3366.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3367.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/user_connect.cc:40:
  3368. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h: At global scope:
  3369. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3370. [ 56%] Building C object storage/connect/CMakeFiles/connect.dir/fmdlex.c.o
  3371. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/fmdlex.c:1270:13: warning: 'yy_push_state' defined but not used [-Wunused-function]
  3372. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/fmdlex.c:1301:13: warning: 'yy_pop_state' defined but not used [-Wunused-function]
  3373. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/fmdlex.c:1310:12: warning: 'yy_top_state' defined but not used [-Wunused-function]
  3374. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/fmdlex.c:1066:12: warning: 'input' defined but not used [-Wunused-function]
  3375. [ 56%] Building C object storage/connect/CMakeFiles/connect.dir/osutil.c.o
  3376. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3377.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3378.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3379.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3380.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3381.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3382.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_all_instr.h:26,
  3383.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_all_instr.cc:23:
  3384. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3385. [ 56%] Building C object storage/connect/CMakeFiles/connect.dir/rcmsg.c.o
  3386. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/array.cpp.o
  3387. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3388.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3389.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3390.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3391.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/array.cpp:19:
  3392. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3393. In file included from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/user_connect.cc:48:0:
  3394. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/user_connect.h:46:14: warning: 'int connect_done_func(void*)' declared 'static' but never defined [-Wunused-function]
  3395. [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/blkfil.cpp.o
  3396. [ 56%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_account_by_event_name.cc.o
  3397. [ 56%] [ 56%] Building CXX object storage/connect/CMakeFiles/connect.dir/colblk.cpp.o
  3398. Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_host_by_event_name.cc.o
  3399. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/colblk.cpp: In constructor 'COLBLK::COLBLK(PCOL, PTDB)':
  3400. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/colblk.cpp:82:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3401. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3402.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3403.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3404.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3405.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/blkfil.cpp:20:
  3406. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3407. [ 57%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_thread_by_event_name.cc.o
  3408. [ 57%] Building CXX object storage/connect/CMakeFiles/connect.dir/csort.cpp.o
  3409. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3410.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3411.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3412.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3413.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3414.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3415.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_account_by_event_name.h:25,
  3416.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_account_by_event_name.cc:26:
  3417. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3418. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3419.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3420.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3421.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3422.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3423.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3424.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_host_by_event_name.h:25,
  3425.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_host_by_event_name.cc:26:
  3426. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3427. [ 57%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamap.cpp.o
  3428. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3429.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3430.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3431.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3432.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3433.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3434.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_thread_by_event_name.h:25,
  3435.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_thread_by_event_name.cc:26:
  3436. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3437. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamdbf.cpp.o
  3438. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamdbf.cpp: In member function 'virtual int DBFFAM::DeleteRecords(PGLOBAL, int)':
  3439. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamdbf.cpp:843:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3440. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamdbf.cpp: In member function 'virtual void DBFFAM::CloseTableFile(PGLOBAL, bool)':
  3441. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamdbf.cpp:928:56: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  3442. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamfix.cpp.o
  3443. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamfix.cpp: In member function 'virtual bool FIXFAM::AllocateBuffer(PGLOBAL)':
  3444. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamfix.cpp:138:15: warning: unused variable 'defp' [-Wunused-variable]
  3445. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamgz.cpp.o
  3446. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp: In member function 'virtual int ZBKFAM::DeleteRecords(PGLOBAL, int)':
  3447. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp:650:13: warning: unused variable 'name' [-Wunused-variable]
  3448. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp: In member function 'virtual void ZBKFAM::CloseTableFile(PGLOBAL, bool)':
  3449. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp:676:13: warning: unused variable 'name' [-Wunused-variable]
  3450. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp: In member function 'virtual void ZLBFAM::CloseTableFile(PGLOBAL, bool)':
  3451. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamgz.cpp:1358:13: warning: unused variable 'name' [-Wunused-variable]
  3452. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamtxt.cpp.o
  3453. [ 58%] [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/filter.cpp.o
  3454. Building CXX object storage/connect/CMakeFiles/connect.dir/json.cpp.o
  3455. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamtxt.cpp: In member function 'virtual int BLKFAM::WriteBuffer(PGLOBAL)':
  3456. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamtxt.cpp:1549:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3457. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filter.cpp: In member function 'virtual bool FILTER::Eval(PGLOBAL)':
  3458. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filter.cpp:1223:11: warning: unused variable 'dup' [-Wunused-variable]
  3459. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/jsonudf.cpp.o
  3460. [ 58%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_by_user_by_event_name.cc.o
  3461. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/maputil.cpp.o
  3462. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/maputil.cpp: In function 'bool CloseMemMap(void*, size_t)':
  3463. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/maputil.cpp:193:9: warning: unused variable 'rc' [-Wunused-variable]
  3464. [ 58%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esgs_global_by_event_name.cc.o
  3465. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In member function 'my_bool JSNX::ParseJpath(PGLOBAL)':
  3466. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:250:13: warning: unused variable 'mul' [-Wunused-variable]
  3467. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In member function 'JVALUE* JSNX::GetRowValue(PGLOBAL, PJSON, int, my_bool)':
  3468. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:427:10: warning: unused variable 'expd' [-Wunused-variable]
  3469. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In member function 'char* JSNX::Locate(PGLOBAL, PJSON, PJVAL, int)':
  3470. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:766:10: warning: unused variable 'b' [-Wunused-variable]
  3471. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In member function 'char* JSNX::LocateAll(PGLOBAL, PJSON, PJVAL, int)':
  3472. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:888:10: warning: unused variable 'b' [-Wunused-variable]
  3473. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In function 'BSON* MakeBinResult(PGLOBAL, UDF_ARGS*, PJSON, ulong, int)':
  3474. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:1355:44: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  3475. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In function 'my_bool jsonlocate_init(UDF_INIT*, UDF_ARGS*, char*)':
  3476. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:3757:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3477. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In function 'my_bool json_locate_all_init(UDF_INIT*, UDF_ARGS*, char*)':
  3478. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:3884:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3479. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In function 'char* jbin_object_delete(UDF_INIT*, UDF_ARGS*, char*, long unsigned int*, char*, char*)':
  3480. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:5181:9: warning: unused variable 'jsp' [-Wunused-variable]
  3481. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp: In function 'long long int countin(UDF_INIT*, UDF_ARGS*, char*, long unsigned int*, char*, char*)':
  3482. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/jsonudf.cpp:5892:27: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  3483. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/myconn.cpp.o
  3484. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/myconn.cpp: In function '_qryres* MyColumns(PGLOBAL, THD*, const char*, const char*, const char*, const char*, const char*, const char*, int, bool)':
  3485. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/myconn.cpp:143:32: warning: unused variable 'k' [-Wunused-variable]
  3486. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/myutil.cpp.o
  3487. [ 58%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_by_account_by_event_name.cc.o
  3488. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3489.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3490.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3491.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3492.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3493.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3494.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_user_by_event_name.h:25,
  3495.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_by_user_by_event_name.cc:26:
  3496. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3497. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3498.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3499.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3500.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3501.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3502.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3503.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_global_by_event_name.h:25,
  3504.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esgs_global_by_event_name.cc:26:
  3505. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3506. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/plgdbutl.cpp.o
  3507. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/plgdbutl.cpp: In function 'int ExtractDate(char*, PDTP, int, int*)':
  3508. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/plgdbutl.cpp:741:24: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  3509. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3510.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3511.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3512.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3513.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3514.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3515.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_account_by_event_name.h:25,
  3516.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_account_by_event_name.cc:26:
  3517. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3518. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/plgdbutl.cpp: At global scope:
  3519. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/plgdbutl.cpp:433:13: warning: 'bool PlugCheckPattern(PGLOBAL, LPCSTR, LPCSTR)' defined but not used [-Wunused-function]
  3520. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/plugutil.cpp.o
  3521. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/reldef.cpp.o
  3522. [ 58%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabcol.cpp.o
  3523. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabdos.cpp.o
  3524. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'virtual int TDBDOS::ResetTableOpt(PGLOBAL, bool, bool)':
  3525. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:565:8: warning: unused variable 'xp' [-Wunused-variable]
  3526. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'virtual int TDBDOS::MakeBlockValues(PGLOBAL)':
  3527. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:638:14: warning: unused variable 'cat' [-Wunused-variable]
  3528. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'virtual bool TDBDOS::GetBlockValues(PGLOBAL)':
  3529. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1001:41: warning: unused variable 'allocblk' [-Wunused-variable]
  3530. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1008:14: warning: unused variable 'cat' [-Wunused-variable]
  3531. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'virtual BLOCKFILTER* TDBDOS::InitBlockFilter(PGLOBAL, PFIL)':
  3532. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1332:21: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3533. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1290:54: warning: unused variable 'n' [-Wunused-variable]
  3534. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'BLOCKFILTER* TDBDOS::CheckBlockFilari(PGLOBAL, XOBJECT**, int, bool*)':
  3535. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1415:39: warning: unused variable 'ok' [-Wunused-variable]
  3536. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1416:11: warning: unused variable 'xarg2' [-Wunused-variable]
  3537. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1420:11: warning: unused variable 'fp' [-Wunused-variable]
  3538. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'virtual int TDBDOS::MakeIndex(PGLOBAL, PIXDEF, bool)':
  3539. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:1651:28: warning: unused variable 'b' [-Wunused-variable]
  3540. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp: In member function 'bool DOSCOL::CheckSorted(PGLOBAL)':
  3541. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabdos.cpp:2824:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3542. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabext.cpp.o
  3543. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabfix.cpp.o
  3544. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabfmt.cpp.o
  3545. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_by_host_by_event_name.cc.o
  3546. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp: In function '_qryres* CSVColumns(PGLOBAL, PCSZ, PTOS, bool)':
  3547. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:312:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3548. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:342:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3549. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:363:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3550. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp: In member function 'virtual bool TDBCSV::OpenDB(PGLOBAL)':
  3551. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:741:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3552. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:774:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3553. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp: In member function 'virtual bool TDBCSV::PrepareWriting(PGLOBAL)':
  3554. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:1046:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3555. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp: In member function 'virtual int TDBCSV::CheckWrite(PGLOBAL)':
  3556. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabfmt.cpp:1133:15: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3557. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_by_digest.cc.o
  3558. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_by_thread_by_event_name.cc.o
  3559. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3560.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3561.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3562.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3563.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabext.cpp:14:
  3564. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3565. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3566.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3567.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3568.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3569.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3570.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3571.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_host_by_event_name.h:25,
  3572.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_host_by_event_name.cc:26:
  3573. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3574. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3575.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3576.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3577.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3578.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3579.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3580.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_helper.h:22,
  3581.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_digest.h:24,
  3582.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_digest.cc:26:
  3583. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3584. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3585.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3586.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3587.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3588.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3589.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3590.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_thread_by_event_name.h:25,
  3591.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_thread_by_event_name.cc:26:
  3592. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3593. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabjson.cpp.o
  3594. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/table.cpp.o
  3595. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp: In member function 'int JSONDISC::GetColumns(PGLOBAL, PCSZ, PCSZ, PTOS)':
  3596. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp:257:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3597. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp: In member function 'bool JSONCOL::ParseJpath(PGLOBAL)':
  3598. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp:1318:11: warning: unused variable 'mul' [-Wunused-variable]
  3599. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp: In member function 'VALUE* JSONCOL::GetColumnValue(PGLOBAL, PJSON, int)':
  3600. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp:1548:9: warning: unused variable 'expd' [-Wunused-variable]
  3601. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp: In member function 'virtual int TDBJSON::Cardinality(PGLOBAL)':
  3602. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabjson.cpp:2108:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3603. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_by_user_by_event_name.cc.o
  3604. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabmul.cpp.o
  3605. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp: In member function 'char* TDBDIR::Path(PGLOBAL)':
  3606. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp:674:10: warning: unused variable 'cat' [-Wunused-variable]
  3607. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp: In member function 'virtual int TDBDIR::GetMaxSize(PGLOBAL)':
  3608. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp:711:9: warning: unused variable 'rc' [-Wunused-variable]
  3609. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp: In member function 'int TDBSDR::FindInDir(PGLOBAL)':
  3610. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmul.cpp:1044:10: warning: unused variable 'rc' [-Wunused-variable]
  3611. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_esms_global_by_event_name.cc.o
  3612. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_events_stages.cc.o
  3613. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabmysql.cpp.o
  3614. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3615.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3616.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3617.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3618.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3619.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3620.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_user_by_event_name.h:25,
  3621.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_by_user_by_event_name.cc:26:
  3622. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3623. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3624.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3625.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3626.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3627.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3628.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3629.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_global_by_event_name.h:25,
  3630.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_esms_global_by_event_name.cc:26:
  3631. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3632. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3633.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3634.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3635.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3636.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3637.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3638.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_stages.h:25,
  3639.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_stages.cc:23:
  3640. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3641. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3642.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3643.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3644.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3645.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabmysql.cpp:36:
  3646. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3647. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_events_statements.cc.o
  3648. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/taboccur.cpp.o
  3649. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_events_waits.cc.o
  3650. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/taboccur.cpp: In function 'bool OcrSrcCols(PGLOBAL, PQRYRES, const char*, const char*, const char*)':
  3651. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/taboccur.cpp:205:44: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  3652. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_events_waits_summary.cc.o
  3653. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabpivot.cpp.o
  3654. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3655.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3656.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3657.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3658.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3659.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3660.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_statements.h:25,
  3661.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_statements.cc:23:
  3662. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3663. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp: In member function '_qryres* PIVAID::MakePivotColumns(PGLOBAL)':
  3664. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp:190:38: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  3665. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp: In member function 'virtual bool PIVOTDEF::DefineAM(PGLOBAL, LPCSTR, int)':
  3666. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp:343:10: warning: unused variable 'hc' [-Wunused-variable]
  3667. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp: In member function 'virtual int TDBPIVOT::ReadDB(PGLOBAL)':
  3668. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabpivot.cpp:751:12: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3669. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3670.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3671.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3672.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3673.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3674.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3675.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_waits.h:25,
  3676.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_waits.cc:23:
  3677. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3678. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabsys.cpp.o
  3679. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3680.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3681.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3682.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3683.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3684.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3685.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_waits_summary.h:25,
  3686.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_events_waits_summary.cc:26:
  3687. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3688. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabtbl.cpp.o
  3689. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabutil.cpp.o
  3690. [ 59%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_ews_by_account_by_event_name.cc.o
  3691. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabvir.cpp.o
  3692. [ 59%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabxcl.cpp.o
  3693. [ 60%] Building CXX object storage/connect/CMakeFiles/connect.dir/valblk.cpp.o
  3694. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3695.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3696.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3697.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3698.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabutil.cpp:14:
  3699. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3700. [ 60%] Building CXX object storage/connect/CMakeFiles/connect.dir/value.cpp.o
  3701. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3702.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3703.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3704.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3705.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3706.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3707.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_account_by_event_name.h:25,
  3708.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_account_by_event_name.cc:26:
  3709. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3710. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3711.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3712.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3713.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3714.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/connect/value.cpp:30:
  3715. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3716. [ 60%] Building CXX object storage/connect/CMakeFiles/connect.dir/xindex.cpp.o
  3717. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp: In member function 'virtual bool XINDEX::Make(PGLOBAL, PIXDEF)':
  3718. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp:561:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3719. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp: In member function 'virtual bool XINDEX::MapInit(PGLOBAL)':
  3720. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp:1210:11: warning: unused variable 'dup' [-Wunused-variable]
  3721. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp: In member function 'virtual int XINDXS::Range(PGLOBAL, int, bool)':
  3722. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp:2041:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3723. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp: In member function 'virtual void XFILE::Close(char*, int)':
  3724. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/xindex.cpp:2450:48: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
  3725. [ 60%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_ews_by_host_by_event_name.cc.o
  3726. [ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_ews_by_thread_by_event_name.cc.o
  3727. [ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_ews_by_user_by_event_name.cc.o
  3728. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/xobject.cpp.o
  3729. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/inihandl.cpp.o
  3730. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3731.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3732.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3733.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3734.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3735.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3736.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_thread_by_event_name.h:25,
  3737.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_thread_by_event_name.cc:26:
  3738. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3739. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3740.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3741.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3742.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3743.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3744.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3745.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_host_by_event_name.h:25,
  3746.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_host_by_event_name.cc:26:
  3747. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3748. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3749.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3750.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3751.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3752.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3753.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3754.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_user_by_event_name.h:25,
  3755.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_by_user_by_event_name.cc:26:
  3756. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3757. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/inihandl.cpp:1344:1: warning: 'DWORD GetPrivateProfileSectionNames(LPSTR, DWORD, LPCSTR)' defined but not used [-Wunused-function]
  3758. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamvct.cpp.o
  3759. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamvct.cpp: In member function 'virtual int VCTFAM::Cardinality(PGLOBAL)':
  3760. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamvct.cpp:304:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3761. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamvct.cpp: In member function 'bool VCTFAM::ResetTableSize(PGLOBAL, int, int)':
  3762. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamvct.cpp:1166:15: warning: unused variable 'name' [-Wunused-variable]
  3763. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabvct.cpp.o
  3764. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/libdoc.cpp.o
  3765. [ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_ews_global_by_event_name.cc.o
  3766. [ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_file_instances.cc.o
  3767. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/libdoc.cpp: In member function 'virtual bool LIBXMLDOC::Initialize(PGLOBAL, PCSZ, bool)':
  3768. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/libdoc.cpp:381:7: warning: unused variable 'n' [-Wunused-variable]
  3769. [ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_file_summary_by_instance.cc.o
  3770. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabxml.cpp.o
  3771. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp: In function '_qryres* XMLColumns(PGLOBAL, char*, char*, PTOS, bool)':
  3772. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:220:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3773. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp: In member function 'bool TDBXML::CheckRow(PGLOBAL, bool)':
  3774. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:1271:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3775. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp: In member function 'bool XMLCOL::ParseXpath(PGLOBAL, bool)':
  3776. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:1525:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3777. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp: In member function 'virtual void XMLCOL::WriteColumn(PGLOBAL)':
  3778. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:1776:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3779. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:1793:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3780. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp: In member function 'virtual void XMULCOL::WriteColumn(PGLOBAL)':
  3781. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:2015:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3782. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/tabxml.cpp:2049:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  3783. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3784.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3785.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3786.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3787.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3788.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3789.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_instances.h:25,
  3790.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_instances.cc:26:
  3791. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3792. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3793.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3794.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3795.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3796.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3797.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3798.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_global_by_event_name.h:25,
  3799.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_ews_global_by_event_name.cc:26:
  3800. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3801. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/plgxml.cpp.o
  3802. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3803.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3804.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3805.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3806.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3807.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3808.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_summary_by_instance.h:25,
  3809.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_summary_by_instance.cc:26:
  3810. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3811. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/filamzip.cpp.o
  3812. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamzip.cpp: In function 'bool ZipFiles(PGLOBAL, ZIPUTIL*, PCSZ, char*)':
  3813. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/filamzip.cpp:94:7: warning: unused variable 'rc' [-Wunused-variable]
  3814. [ 61%] Building CXX object storage/connect/CMakeFiles/connect.dir/tabzip.cpp.o
  3815. [ 61%] Building C object storage/connect/CMakeFiles/connect.dir/unzip.c.o
  3816. [ 61%] Building C object storage/connect/CMakeFiles/connect.dir/ioapi.c.o
  3817. [ 62%] Building C object storage/connect/CMakeFiles/connect.dir/zip.c.o
  3818. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/zip.c: In function 'zipOpenNewFileInZip4_64':
  3819. /home/wmt/Downloads/mariadb-10.4.6/storage/connect/zip.c:1070:5: warning: statement with no effect [-Wunused-value]
  3820. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_file_summary_by_event_name.cc.o
  3821. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_socket_instances.cc.o
  3822. Linking CXX shared module ha_connect.so
  3823. /home/wmt/x-tools/arm-unknown-linux-gnueabi/lib/gcc/arm-unknown-linux-gnueabi/4.7.2/../../../../arm-unknown-linux-gnueabi/bin/ld: cannot find -lz
  3824. collect2: error: ld returned 1 exit status
  3825. make[2]: *** [storage/connect/ha_connect.so] Error 1
  3826. make[1]: *** [storage/connect/CMakeFiles/connect.dir/all] Error 2
  3827. make[1]: *** Waiting for unfinished jobs....
  3828. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_socket_summary_by_instance.cc.o
  3829. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_socket_summary_by_event_name.cc.o
  3830. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3831.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3832.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3833.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3834.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3835.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3836.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_summary_by_event_name.h:25,
  3837.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_file_summary_by_event_name.cc:26:
  3838. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3839. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3840.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3841.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3842.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3843.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3844.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3845.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_instances.h:25,
  3846.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_instances.cc:26:
  3847. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3848. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3849.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3850.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3851.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3852.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3853.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3854.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_summary_by_instance.h:25,
  3855.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_summary_by_instance.cc:26:
  3856. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3857. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3858.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3859.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3860.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3861.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3862.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3863.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_summary_by_event_name.h:25,
  3864.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_socket_summary_by_event_name.cc:26:
  3865. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3866. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_helper.cc.o
  3867. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_host_cache.cc.o
  3868. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_hosts.cc.o
  3869. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_os_global_by_type.cc.o
  3870. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3871.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3872.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3873.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3874.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3875.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3876.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_host.h:24,
  3877.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_hosts.h:20,
  3878.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_hosts.cc:18:
  3879. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3880. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3881.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3882.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3883.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3884.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3885.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3886.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_helper.cc:23:
  3887. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3888. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3889.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3890.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3891.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3892.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3893.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3894.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_os_global_by_type.h:25,
  3895.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_os_global_by_type.cc:26:
  3896. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3897. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3898.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3899.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3900.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3901.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3902.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3903.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_host_cache.h:25,
  3904.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_host_cache.cc:23:
  3905. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3906. [ 62%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_performance_timers.cc.o
  3907. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_setup_actors.cc.o
  3908. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_setup_consumers.cc.o
  3909. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_setup_instruments.cc.o
  3910. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3911.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3912.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3913.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3914.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3915.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3916.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_performance_timers.h:26,
  3917.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_performance_timers.cc:23:
  3918. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3919. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3920.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3921.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3922.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3923.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3924.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3925.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_actors.h:24,
  3926.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_actors.cc:27:
  3927. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3928. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3929.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3930.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3931.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3932.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3933.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3934.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_consumers.h:25,
  3935.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_consumers.cc:23:
  3936. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3937. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3938.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3939.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3940.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3941.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3942.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3943.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_instruments.h:25,
  3944.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_instruments.cc:27:
  3945. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3946. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_setup_objects.cc.o
  3947. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_setup_timers.cc.o
  3948. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_sync_instances.cc.o
  3949. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_threads.cc.o
  3950. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3951.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3952.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3953.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3954.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3955.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3956.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_objects.h:24,
  3957.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_objects.cc:27:
  3958. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3959. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3960.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3961.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3962.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3963.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3964.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3965.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_sync_instances.h:25,
  3966.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_sync_instances.cc:27:
  3967. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3968. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3969.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3970.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3971.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3972.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3973.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3974.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_timers.h:25,
  3975.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_setup_timers.cc:23:
  3976. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3977. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3978.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3979.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3980.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3981.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3982.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3983.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread.h:24,
  3984.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_threads.h:20,
  3985.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_threads.cc:18:
  3986. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  3987. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_tiws_by_index_usage.cc.o
  3988. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_tiws_by_table.cc.o
  3989. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_tlws_by_table.cc.o
  3990. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_users.cc.o
  3991. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  3992.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  3993.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  3994.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  3995.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  3996.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  3997.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tiws_by_index_usage.h:25,
  3998.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tiws_by_index_usage.cc:26:
  3999. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4000. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4001.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4002.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4003.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4004.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4005.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4006.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tiws_by_table.h:25,
  4007.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tiws_by_table.cc:26:
  4008. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4009. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4010.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4011.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4012.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4013.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4014.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4015.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tlws_by_table.h:25,
  4016.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_tlws_by_table.cc:26:
  4017. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4018. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4019.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4020.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4021.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4022.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4023.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4024.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_user.h:24,
  4025.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_users.h:20,
  4026.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_users.cc:18:
  4027. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4028. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/cursor_by_thread_connect_attr.cc.o
  4029. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_session_connect.cc.o
  4030. [ 63%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_session_connect_attrs.cc.o
  4031. [ 64%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_session_account_connect_attrs.cc.o
  4032. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4033.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4034.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4035.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4036.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4037.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4038.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread_connect_attr.h:20,
  4039.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread_connect_attr.cc:17:
  4040. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4041. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4042.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4043.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4044.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4045.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4046.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4047.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread_connect_attr.h:20,
  4048.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect.h:20,
  4049.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect_attrs.h:19,
  4050.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect_attrs.cc:17:
  4051. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4052. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4053.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4054.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4055.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4056.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4057.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4058.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread_connect_attr.h:20,
  4059.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect.h:20,
  4060.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect.cc:17:
  4061. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4062. In file included from /home/wmt/Downloads/mariadb-10.4.6/sql/mysqld.h:27:0,
  4063.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/handler.h:30,
  4064.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/log.h:20,
  4065.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_class.h:27,
  4066.                  from /home/wmt/Downloads/mariadb-10.4.6/sql/sql_acl.h:21,
  4067.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/pfs_engine_table.h:19,
  4068.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/cursor_by_thread_connect_attr.h:20,
  4069.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_connect.h:20,
  4070.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_account_connect_attrs.h:19,
  4071.                  from /home/wmt/Downloads/mariadb-10.4.6/storage/perfschema/table_session_account_connect_attrs.cc:17:
  4072. /home/wmt/Downloads/mariadb-10.4.6/include/mysql/psi/mysql_file.h:670:1: note: the mangling of 'va_list' has changed in GCC 4.4
  4073. Linking CXX static library libperfschema.a
  4074. [ 64%] Built target perfschema
  4075. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment