Guest User

Untitled

a guest
Dec 27th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.81 KB | None | 0 0
  1. + ./configure --build=x86_64-linux-gnu --disable-install-doc --enable-shared --with-jemalloc
  2. checking for ruby... /usr/bin/ruby
  3. tool/config.guess already exists
  4. tool/config.sub already exists
  5. checking build system type... x86_64-pc-linux-gnu
  6. checking host system type... x86_64-pc-linux-gnu
  7. checking target system type... x86_64-pc-linux-gnu
  8. checking for gcc... gcc
  9. checking whether the C compiler works... yes
  10. checking for C compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether gcc accepts -g... yes
  16. checking for gcc option to accept ISO C89... none needed
  17. checking for g++... no
  18. checking for c++... no
  19. checking for gpp... no
  20. checking for aCC... no
  21. checking for CC... no
  22. checking for cxx... no
  23. checking for cc++... no
  24. checking for cl.exe... no
  25. checking for FCC... no
  26. checking for KCC... no
  27. checking for RCC... no
  28. checking for xlC_r... no
  29. checking for xlC... no
  30. checking whether we are using the GNU C++ compiler... no
  31. checking whether g++ accepts -g... no
  32. checking how to run the C preprocessor... gcc -E
  33. checking for grep that handles long lines and -e... /bin/grep
  34. checking for egrep... /bin/grep -E
  35. checking whether gcc needs -traditional... no
  36. checking for ld... ld
  37. checking whether the linker is GNU ld... yes
  38. checking whether gcc -E accepts -o... yes
  39. checking for ranlib... ranlib
  40. checking for ar... ar
  41. checking for ar flags... rcD
  42. checking for as... as
  43. checking for objdump... objdump
  44. checking for objcopy... objcopy
  45. checking for nm... nm
  46. checking whether ln -s works... yes
  47. checking whether make sets $(MAKE)... yes
  48. checking for a BSD-compatible install... /usr/bin/install -c
  49. checking for a thread-safe mkdir -p... /bin/mkdir -p
  50. checking for dtrace... no
  51. checking for dot... no
  52. checking for doxygen... no
  53. checking for pkg-config... pkg-config
  54. checking for ANSI C header files... yes
  55. checking for sys/types.h... yes
  56. checking for sys/stat.h... yes
  57. checking for stdlib.h... yes
  58. checking for string.h... yes
  59. checking for memory.h... yes
  60. checking for strings.h... yes
  61. checking for inttypes.h... yes
  62. checking for stdint.h... yes
  63. checking for unistd.h... yes
  64. checking minix/config.h usability... no
  65. checking minix/config.h presence... no
  66. checking for minix/config.h... no
  67. checking whether it is safe to define __EXTENSIONS__... yes
  68. checking for cd using physical directory... cd -P
  69. checking whether CFLAGS is valid... yes
  70. checking whether LDFLAGS is valid... yes
  71. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  72. checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
  73. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  74. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  75. checking whether -Wno-long-long is accepted as CFLAGS... yes
  76. checking whether -diag-disable=175,188,2259 is accepted as CFLAGS... no
  77. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  78. checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
  79. checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
  80. checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
  81. checking whether -Wno-self-assign is accepted as CFLAGS... yes
  82. checking whether -Wunused-variable is accepted as CFLAGS... yes
  83. checking whether -Wimplicit-int is accepted as CFLAGS... yes
  84. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  85. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  86. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  87. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  88. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  89. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  90. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  91. checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
  92. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  93. checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
  94. checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
  95. checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no
  96. checking whether -Wduplicated-cond is accepted as CFLAGS... yes
  97. checking whether -Wrestrict is accepted as CFLAGS... no
  98. checking whether -Wextra-tokens is accepted as CFLAGS... no
  99. checking whether -Wno-maybe-uninitialized is accepted as CFLAGS... yes
  100. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  101. checking whether -Qunused-arguments is accepted as CFLAGS... no
  102. checking whether INFINITY is available without C99 option... yes
  103. checking whether NAN is available without C99 option... yes
  104. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  105. checking whether -fstack-protector is accepted as CFLAGS... yes
  106. checking whether -fstack-protector is accepted as LDFLAGS... yes
  107. checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
  108. checking whether -std=gnu99 is accepted as CFLAGS... yes
  109. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  110. checking whether -ggdb3 is accepted as CFLAGS... yes
  111. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  112. checking whether -fno-fast-math is accepted as CFLAGS... yes
  113. checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
  114. checking whether -fp-model precise is accepted as CFLAGS... no
  115. checking for crypt in -lcrypt... yes
  116. checking for dlopen in -ldl... yes
  117. checking for shl_load in -ldld... no
  118. checking for shutdown in -lsocket... no
  119. checking for dirent.h that defines DIR... yes
  120. checking for library containing opendir... none required
  121. checking for stdbool.h that conforms to C99... yes
  122. checking for _Bool... yes
  123. checking for sys/wait.h that is POSIX.1 compatible... yes
  124. checking a.out.h usability... yes
  125. checking a.out.h presence... yes
  126. checking for a.out.h... yes
  127. checking atomic.h usability... no
  128. checking atomic.h presence... no
  129. checking for atomic.h... no
  130. checking direct.h usability... no
  131. checking direct.h presence... no
  132. checking for direct.h... no
  133. checking grp.h usability... yes
  134. checking grp.h presence... yes
  135. checking for grp.h... yes
  136. checking fcntl.h usability... yes
  137. checking fcntl.h presence... yes
  138. checking for fcntl.h... yes
  139. checking float.h usability... yes
  140. checking float.h presence... yes
  141. checking for float.h... yes
  142. checking ieeefp.h usability... no
  143. checking ieeefp.h presence... no
  144. checking for ieeefp.h... no
  145. checking intrinsics.h usability... no
  146. checking intrinsics.h presence... no
  147. checking for intrinsics.h... no
  148. checking langinfo.h usability... yes
  149. checking langinfo.h presence... yes
  150. checking for langinfo.h... yes
  151. checking limits.h usability... yes
  152. checking limits.h presence... yes
  153. checking for limits.h... yes
  154. checking locale.h usability... yes
  155. checking locale.h presence... yes
  156. checking for locale.h... yes
  157. checking malloc.h usability... yes
  158. checking malloc.h presence... yes
  159. checking for malloc.h... yes
  160. checking malloc/malloc.h usability... no
  161. checking malloc/malloc.h presence... no
  162. checking for malloc/malloc.h... no
  163. checking malloc_np.h usability... no
  164. checking malloc_np.h presence... no
  165. checking for malloc_np.h... no
  166. checking net/socket.h usability... no
  167. checking net/socket.h presence... no
  168. checking for net/socket.h... no
  169. checking process.h usability... no
  170. checking process.h presence... no
  171. checking for process.h... no
  172. checking pwd.h usability... yes
  173. checking pwd.h presence... yes
  174. checking for pwd.h... yes
  175. checking setjmpex.h usability... no
  176. checking setjmpex.h presence... no
  177. checking for setjmpex.h... no
  178. checking sys/attr.h usability... no
  179. checking sys/attr.h presence... no
  180. checking for sys/attr.h... no
  181. checking sys/fcntl.h usability... yes
  182. checking sys/fcntl.h presence... yes
  183. checking for sys/fcntl.h... yes
  184. checking sys/file.h usability... yes
  185. checking sys/file.h presence... yes
  186. checking for sys/file.h... yes
  187. checking sys/id.h usability... no
  188. checking sys/id.h presence... no
  189. checking for sys/id.h... no
  190. checking sys/ioctl.h usability... yes
  191. checking sys/ioctl.h presence... yes
  192. checking for sys/ioctl.h... yes
  193. checking sys/mkdev.h usability... no
  194. checking sys/mkdev.h presence... no
  195. checking for sys/mkdev.h... no
  196. checking sys/param.h usability... yes
  197. checking sys/param.h presence... yes
  198. checking for sys/param.h... yes
  199. checking sys/prctl.h usability... yes
  200. checking sys/prctl.h presence... yes
  201. checking for sys/prctl.h... yes
  202. checking sys/resource.h usability... yes
  203. checking sys/resource.h presence... yes
  204. checking for sys/resource.h... yes
  205. checking sys/select.h usability... yes
  206. checking sys/select.h presence... yes
  207. checking for sys/select.h... yes
  208. checking sys/sendfile.h usability... yes
  209. checking sys/sendfile.h presence... yes
  210. checking for sys/sendfile.h... yes
  211. checking sys/socket.h usability... yes
  212. checking sys/socket.h presence... yes
  213. checking for sys/socket.h... yes
  214. checking sys/syscall.h usability... yes
  215. checking sys/syscall.h presence... yes
  216. checking for sys/syscall.h... yes
  217. checking sys/sysmacros.h usability... yes
  218. checking sys/sysmacros.h presence... yes
  219. checking for sys/sysmacros.h... yes
  220. checking sys/time.h usability... yes
  221. checking sys/time.h presence... yes
  222. checking for sys/time.h... yes
  223. checking sys/times.h usability... yes
  224. checking sys/times.h presence... yes
  225. checking for sys/times.h... yes
  226. checking sys/uio.h usability... yes
  227. checking sys/uio.h presence... yes
  228. checking for sys/uio.h... yes
  229. checking sys/utime.h usability... no
  230. checking sys/utime.h presence... no
  231. checking for sys/utime.h... no
  232. checking syscall.h usability... yes
  233. checking syscall.h presence... yes
  234. checking for syscall.h... yes
  235. checking time.h usability... yes
  236. checking time.h presence... yes
  237. checking for time.h... yes
  238. checking ucontext.h usability... yes
  239. checking ucontext.h presence... yes
  240. checking for ucontext.h... yes
  241. checking utime.h usability... yes
  242. checking utime.h presence... yes
  243. checking for utime.h... yes
  244. checking gmp.h usability... no
  245. checking gmp.h presence... no
  246. checking for gmp.h... no
  247. checking for library containing malloc_conf... -ljemalloc
  248. checking jemalloc/jemalloc.h usability... yes
  249. checking jemalloc/jemalloc.h presence... yes
  250. checking for jemalloc/jemalloc.h... yes
  251. checking for special C compiler options needed for large files... no
  252. checking for _FILE_OFFSET_BITS value needed for large files... no
  253. checking whether byte ordering is bigendian... no
  254. checking for an ANSI C-conforming const... yes
  255. checking whether char is unsigned... no
  256. checking for inline... inline
  257. checking for working volatile... yes
  258. checking for typeof syntax and keyword spelling... typeof
  259. checking for long long... yes
  260. checking for off_t... yes
  261. checking char bit... 8
  262. checking size of int... 4
  263. checking size of short... 2
  264. checking size of long... 8
  265. checking size of long long... 8
  266. checking size of __int64... 0
  267. checking size of __int128... 16
  268. checking size of off_t... 8
  269. checking size of void*... 8
  270. checking size of float... 4
  271. checking size of double... 8
  272. checking size of time_t... 8
  273. checking size of clock_t... 8
  274. checking packed struct attribute... x __attribute__((packed))
  275. checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
  276. checking for printf prefix for long long... ll
  277. checking for pid_t... yes
  278. checking for convertible type of pid_t... INT
  279. checking for uid_t... yes
  280. checking for convertible type of uid_t... UINT
  281. checking for gid_t... yes
  282. checking for convertible type of gid_t... UINT
  283. checking for time_t... yes
  284. checking for convertible type of time_t... LONG
  285. checking for dev_t... yes
  286. checking for convertible type of dev_t... ULONG
  287. checking for mode_t... yes
  288. checking for convertible type of mode_t... UINT
  289. checking for rlim_t... yes
  290. checking for convertible type of rlim_t... ULONG
  291. checking for off_t... (cached) yes
  292. checking for convertible type of off_t... LONG
  293. checking for clockid_t... yes
  294. checking for convertible type of clockid_t... INT
  295. checking for prototypes... yes
  296. checking token paste string... ansi
  297. checking stringization... #expr
  298. checking string literal concatenation... yes
  299. checking for variable length prototypes and stdarg.h... yes
  300. checking for variable length macro... yes
  301. checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
  302. checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
  303. checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
  304. checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
  305. checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
  306. checking for DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) x
  307. checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
  308. checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
  309. checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
  310. checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
  311. checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
  312. checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
  313. checking for WEAK function attribute... __attribute__ ((__weak__)) x
  314. checking for FUNC_STDCALL function attribute... x
  315. checking for FUNC_CDECL function attribute... x
  316. checking for FUNC_FASTCALL function attribute... x
  317. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
  318. checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  319. checking for function alias... alias
  320. checking for __atomic builtins... yes
  321. checking for __sync builtins... yes
  322. checking for __builtin_unreachable... yes
  323. checking for exported function attribute... __attribute__ ((__visibility__("default")))
  324. checking for function name string predefined identifier... __func__
  325. checking if enum over int is allowed... yes
  326. checking whether sys_nerr is declared... yes
  327. checking whether getenv is declared... yes
  328. checking for size_t... yes
  329. checking size of size_t... 8
  330. checking size of ptrdiff_t... 8
  331. checking for printf prefix for size_t... z
  332. checking for printf prefix for ptrdiff_t... t
  333. checking for struct stat.st_blksize... yes
  334. checking for struct stat.st_blocks... yes
  335. checking for struct stat.st_rdev... yes
  336. checking size of struct stat.st_size... SIZEOF_OFF_T
  337. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  338. checking size of struct stat.st_ino... SIZEOF_LONG
  339. checking for struct stat.st_atim... yes
  340. checking for struct stat.st_atimespec... no
  341. checking for struct stat.st_atimensec... no
  342. checking for struct stat.st_mtim... yes
  343. checking for struct stat.st_mtimespec... no
  344. checking for struct stat.st_mtimensec... no
  345. checking for struct stat.st_ctim... yes
  346. checking for struct stat.st_ctimespec... no
  347. checking for struct stat.st_ctimensec... no
  348. checking for struct stat.st_birthtimespec... no
  349. checking for struct timeval... yes
  350. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  351. checking for struct timespec... yes
  352. checking for struct timezone... yes
  353. checking for clockid_t... (cached) yes
  354. checking for fd_mask... yes
  355. checking for int8_t... yes
  356. checking size of int8_t... 1
  357. checking for uint8_t... yes
  358. checking size of uint8_t... 1
  359. checking for int16_t... yes
  360. checking size of int16_t... 2
  361. checking for uint16_t... yes
  362. checking size of uint16_t... 2
  363. checking for int32_t... yes
  364. checking size of int32_t... 4
  365. checking for uint32_t... yes
  366. checking size of uint32_t... 4
  367. checking for int64_t... yes
  368. checking size of int64_t... 8
  369. checking for uint64_t... yes
  370. checking size of uint64_t... 8
  371. checking for int128_t... __int128
  372. checking for uint128_t... unsigned __int128
  373. checking for intptr_t... yes
  374. checking size of intptr_t... 8
  375. checking for uintptr_t... yes
  376. checking size of uintptr_t... 8
  377. checking for ssize_t... yes
  378. checking size of ssize_t... 8
  379. checking for stack end address... __libc_stack_end
  380. checking for uid_t in sys/types.h... (cached) yes
  381. checking type of array argument to getgroups... gid_t
  382. checking return type of signal handlers... void
  383. checking for working alloca.h... yes
  384. checking for alloca... yes
  385. checking for dynamic size alloca... ok
  386. checking for working memcmp... yes
  387. checking for broken erfc of glibc-2.3.6 on IA64... no
  388. checking for acosh... yes
  389. checking for cbrt... yes
  390. checking for crypt... yes
  391. checking for dup2... yes
  392. checking for erf... yes
  393. checking for explicit_bzero... no
  394. checking for ffs... yes
  395. checking for finite... yes
  396. checking for flock... yes
  397. checking for hypot... yes
  398. checking for isinf... yes
  399. checking for isnan... yes
  400. checking for lgamma_r... yes
  401. checking for memmove... yes
  402. checking for nextafter... yes
  403. checking for setproctitle... no
  404. checking for strchr... yes
  405. checking for strerror... yes
  406. checking for strlcat... no
  407. checking for strlcpy... no
  408. checking for strstr... yes
  409. checking for tgamma... yes
  410. checking sys/pstat.h usability... no
  411. checking sys/pstat.h presence... no
  412. checking for sys/pstat.h... no
  413. checking for signbit... yes
  414. checking for broken memmem... no
  415. checking for pid_t... (cached) yes
  416. checking vfork.h usability... no
  417. checking vfork.h presence... no
  418. checking for vfork.h... no
  419. checking for fork... yes
  420. checking for vfork... yes
  421. checking for working fork... yes
  422. checking for working vfork... (cached) yes
  423. checking for __syscall... no
  424. checking for _longjmp... yes
  425. checking for arc4random_buf... no
  426. checking for atan2l... yes
  427. checking for atan2f... yes
  428. checking for chroot... yes
  429. checking for chsize... no
  430. checking for clock_gettime... yes
  431. checking for cosh... yes
  432. checking for crypt_r... yes
  433. checking for daemon... (cached) no
  434. checking for dirfd... yes
  435. checking for dl_iterate_phdr... yes
  436. checking for dlopen... yes
  437. checking for dladdr... yes
  438. checking for dup... yes
  439. checking for dup3... yes
  440. checking for eaccess... yes
  441. checking for endgrent... yes
  442. checking for fchmod... yes
  443. checking for fchown... yes
  444. checking for fcntl... yes
  445. checking for fdatasync... yes
  446. checking for fdopendir... yes
  447. checking for fgetattrlist... no
  448. checking for fmod... yes
  449. checking for fstatat... yes
  450. checking for fsync... yes
  451. checking for ftruncate... yes
  452. checking for ftruncate64... yes
  453. checking for getattrlist... no
  454. checking for getcwd... yes
  455. checking for getgidx... no
  456. checking for getgrnam... yes
  457. checking for getgrnam_r... yes
  458. checking for getgroups... yes
  459. checking for getpgid... yes
  460. checking for getpgrp... yes
  461. checking for getpriority... yes
  462. checking for getpwnam_r... yes
  463. checking for getresgid... yes
  464. checking for getresuid... yes
  465. checking for getrlimit... yes
  466. checking for getsid... yes
  467. checking for gettimeofday... yes
  468. checking for getuidx... no
  469. checking for gmtime_r... yes
  470. checking for initgroups... yes
  471. checking for ioctl... yes
  472. checking for isfinite... no
  473. checking for issetugid... no
  474. checking for killpg... yes
  475. checking for lchmod... no
  476. checking for lchown... yes
  477. checking for link... yes
  478. checking for llabs... yes
  479. checking for lockf... yes
  480. checking for log2... yes
  481. checking for lstat... yes
  482. checking for lutimes... yes
  483. checking for malloc_usable_size... (cached) yes
  484. checking for malloc_size... no
  485. checking for mblen... yes
  486. checking for memalign... yes
  487. checking for memset_s... no
  488. checking for writev... yes
  489. checking for memrchr... yes
  490. checking for memmem... yes
  491. checking for mkfifo... yes
  492. checking for mknod... yes
  493. checking for mktime... yes
  494. checking for openat... yes
  495. checking for pipe2... yes
  496. checking for poll... yes
  497. checking for posix_fadvise... yes
  498. checking for posix_memalign... yes
  499. checking for ppoll... yes
  500. checking for pread... yes
  501. checking for pwrite... yes
  502. checking for qsort_r... yes
  503. checking for qsort_s... no
  504. checking for readlink... yes
  505. checking for round... yes
  506. checking for sched_getaffinity... yes
  507. checking for seekdir... yes
  508. checking for select_large_fdset... no
  509. checking for sendfile... yes
  510. checking for setegid... yes
  511. checking for setenv... yes
  512. checking for seteuid... yes
  513. checking for setgid... yes
  514. checking for setgroups... yes
  515. checking for setpgid... yes
  516. checking for setpgrp... yes
  517. checking for setregid... yes
  518. checking for setresgid... yes
  519. checking for setresuid... yes
  520. checking for setreuid... yes
  521. checking for setrgid... no
  522. checking for setrlimit... yes
  523. checking for setruid... no
  524. checking for setsid... yes
  525. checking for setuid... yes
  526. checking for shutdown... yes
  527. checking for sigaction... yes
  528. checking for sigaltstack... yes
  529. checking for sigprocmask... yes
  530. checking for sinh... yes
  531. checking for spawnv... no
  532. checking for symlink... yes
  533. checking for syscall... yes
  534. checking for sysconf... yes
  535. checking for tanh... yes
  536. checking for telldir... yes
  537. checking for timegm... yes
  538. checking for times... yes
  539. checking for truncate... yes
  540. checking for truncate64... yes
  541. checking for unsetenv... yes
  542. checking for utimensat... yes
  543. checking for utimes... yes
  544. checking for wait4... yes
  545. checking for waitpid... yes
  546. checking if getcwd allocates buffer if NULL is given... yes
  547. checking crypt.h usability... yes
  548. checking crypt.h presence... yes
  549. checking for crypt.h... yes
  550. checking for struct crypt_data.initialized... yes
  551. checking for __builtin_bswap16... yes
  552. checking for __builtin_bswap32... yes
  553. checking for __builtin_bswap64... yes
  554. checking for __builtin_popcount... yes
  555. checking for __builtin_popcountll... yes
  556. checking for __builtin_clz... yes
  557. checking for __builtin_clzl... yes
  558. checking for __builtin_clzll... yes
  559. checking for __builtin_ctz... yes
  560. checking for __builtin_ctzll... yes
  561. checking for __builtin_add_overflow... yes
  562. checking for __builtin_sub_overflow... yes
  563. checking for __builtin_mul_overflow... yes
  564. checking for __builtin_mul_overflow_p... no
  565. checking for __builtin_constant_p... yes
  566. checking for __builtin_choose_expr... yes
  567. checking for __builtin_choose_expr_constant_p... yes
  568. checking for __builtin_types_compatible_p... yes
  569. checking whether qsort_r is GNU version... yes
  570. checking whether qsort_r is BSD version... no
  571. checking whether atan2 handles Inf as C99... yes
  572. checking for clock_getres... yes
  573. checking for unsetenv returns a value... yes
  574. checking whether struct tm is in sys/time.h or time.h... time.h
  575. checking for struct tm.tm_zone... yes
  576. checking for struct tm.tm_gmtoff... yes
  577. checking for external int daylight... yes
  578. checking for negative time_t for gmtime(3)... yes
  579. checking for localtime(3) overflow correctly... yes
  580. checking for sig_t... yes
  581. checking whether right shift preserve sign bit... yes
  582. checking whether _SC_CLK_TCK is supported... yes
  583. checking stack growing direction on x86_64... -1
  584. checking for pthread_kill in -lthr... no
  585. checking for pthread_kill in -lpthread... yes
  586. checking for pthread_np.h... no
  587. checking whether pthread_t is scalar type... yes
  588. checking for sched_yield... yes
  589. checking for pthread_attr_setinheritsched... yes
  590. checking for pthread_attr_get_np... no
  591. checking for pthread_attr_getstack... yes
  592. checking for pthread_attr_init... yes
  593. checking for pthread_get_stackaddr_np... no
  594. checking for pthread_get_stacksize_np... no
  595. checking for thr_stksegment... no
  596. checking for pthread_stackseg_np... no
  597. checking for pthread_getthrds_np... no
  598. checking for pthread_cond_init... yes
  599. checking for pthread_condattr_setclock... yes
  600. checking for pthread_condattr_init... yes
  601. checking for pthread_sigmask... yes
  602. checking for pthread_setname_np... yes
  603. checking for pthread_set_name_np... no
  604. checking for pthread_getattr_np... yes
  605. checking arguments of pthread_setname_np... (pthread_self(), name)
  606. checking if mcontext_t is a pointer... no
  607. checking for getcontext... yes
  608. checking for setcontext... yes
  609. checking if fork works with pthread... yes
  610. checking whether ELF binaries are produced... yes
  611. checking elf.h usability... yes
  612. checking elf.h presence... yes
  613. checking for elf.h... yes
  614. checking elf_abi.h usability... no
  615. checking elf_abi.h presence... no
  616. checking for elf_abi.h... no
  617. checking whether OS depend dynamic link works... yes
  618. checking for backtrace... yes
  619. checking for broken backtrace... no
  620. checking valgrind/memcheck.h usability... no
  621. checking valgrind/memcheck.h presence... no
  622. checking for valgrind/memcheck.h... no
  623. checking for strip... strip
  624. checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
  625. checking whether wrapper for LD_LIBRARY_PATH is needed... no
  626. checking whether dtrace USDT is available... no
  627. checking for __builtin_setjmp... yes with cast ()
  628. checking for _setjmpex as a macro or function... no
  629. checking for _setjmp as a macro or function... yes
  630. checking for sigsetjmp as a macro or function... no
  631. checking for setjmp type... __builtin_setjmp
  632. checking for prefix of external symbols... NONE
  633. checking pthread.h usability... yes
  634. checking pthread.h presence... yes
  635. checking for pthread.h... yes
  636. checking if make is GNU make... yes
  637. .ext/include/x86_64-linux/ruby/config.h updated
  638. configure: ruby library version = 2.5.0
  639. configure: creating ./config.status
  640. config.status: creating GNUmakefile
  641. config.status: creating Makefile
  642. config.status: creating ruby-2.5.pc
  643. ---
  644. Configuration summary for ruby version 2.5.3
  645.  
  646. * Installation prefix: /usr/local
  647. * exec prefix: ${prefix}
  648. * arch: x86_64-linux
  649. * site arch: ${arch}
  650. * RUBY_BASE_NAME: ruby
  651. * enable shared: yes
  652. * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
  653. * site libraries path: ${rubylibprefix}/${sitearch}
  654. * vendor path: ${rubylibprefix}/vendor_ruby
  655. * target OS: linux
  656. * compiler: gcc
  657. * with pthread: yes
  658. * enable shared libs: yes
  659. * dynamic library ext: so
  660. * CFLAGS: ${optflags} ${debugflags} ${warnflags}
  661. * LDFLAGS: -L. -fstack-protector -rdynamic \
  662. -Wl,-export-dynamic
  663. * optflags: -O3
  664. * debugflags: -ggdb3
  665. * warnflags: -Wall -Wextra -Wno-unused-parameter \
  666. -Wno-parentheses -Wno-long-long \
  667. -Wno-missing-field-initializers \
  668. -Wno-tautological-compare \
  669. -Wno-parentheses-equality \
  670. -Wno-constant-logical-operand -Wno-self-assign \
  671. -Wunused-variable -Wimplicit-int -Wpointer-arith \
  672. -Wwrite-strings -Wdeclaration-after-statement \
  673. -Wimplicit-function-declaration \
  674. -Wdeprecated-declarations \
  675. -Wmisleading-indentation \
  676. -Wno-packed-bitfield-compat \
  677. -Wsuggest-attribute=noreturn \
  678. -Wsuggest-attribute=format -Wduplicated-cond \
  679. -Wno-maybe-uninitialized
  680. * strip command: strip -S -x
  681. * install doc: no
  682. * man page type: doc
  683.  
  684. ---
  685. ++ nproc
  686. + make -j 1
  687. CC = gcc
  688. LD = ld
  689. LDSHARED = gcc -shared
  690. CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wmisleading-indentation -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wduplicated-cond -Wno-maybe-uninitialized -std=gnu99 -fPIC
  691. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT
  692. CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/10.0.0
  693. DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.5 -fstack-protector
  694. SOLIBS = -lpthread -ljemalloc -ldl -lcrypt -lm
  695. LANG = en_US.UTF-8
  696. LC_ALL =
  697. LC_CTYPE =
  698. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  699. Copyright (C) 2016 Free Software Foundation, Inc.
  700. This is free software; see the source for copying conditions. There is NO
  701. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  702.  
  703. compiling ./main.c
  704. compiling dmydln.c
  705. compiling miniinit.c
  706. compiling dmyext.c
  707. compiling miniprelude.c
  708. making dummy probes.h
  709. compiling array.c
  710. compiling bignum.c
  711. compiling class.c
  712. compiling compar.c
  713. compiling compile.c
  714. compile.c: In function ‘iseq_ibf_load’:
  715. compile.c:9516:21: warning: passing argument 1 of ‘iseq_init_trace’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  716. iseq_init_trace(iseq);
  717. ^~~~
  718. In file included from compile.c:19:0:
  719. iseq.h:163:6: note: expected ‘rb_iseq_t * {aka struct rb_iseq_struct *}’ but argument is of type ‘const rb_iseq_t * {aka const struct rb_iseq_struct *}’
  720. void iseq_init_trace(rb_iseq_t *iseq);
  721. ^~~~~~~~~~~~~~~
  722. compile.c: At top level:
  723. cc1: warning: unrecognized command line option ‘-Wno-self-assign’
  724. cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
  725. cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
  726. compiling complex.c
  727. compiling cont.c
  728. compiling debug.c
  729. compiling debug_counter.c
  730. compiling dir.c
  731. compiling dln_find.c
  732. compiling encoding.c
  733. compiling enum.c
  734. compiling enumerator.c
  735. compiling error.c
  736. compiling eval.c
  737. compiling file.c
  738. compiling gc.c
  739. compiling hash.c
  740. compiling inits.c
  741. compiling io.c
  742. compiling iseq.c
  743. compiling load.c
  744. compiling marshal.c
  745. compiling math.c
  746. compiling node.c
  747. compiling numeric.c
  748. compiling object.c
  749. compiling pack.c
  750. compiling parse.c
  751. compiling proc.c
  752. compiling process.c
  753. compiling random.c
  754. compiling range.c
  755. compiling rational.c
  756. compiling re.c
  757. compiling regcomp.c
  758. compiling regenc.c
  759. compiling regerror.c
  760. compiling regexec.c
  761. compiling regparse.c
  762. compiling regsyntax.c
  763. compiling ruby.c
  764. compiling safe.c
  765. compiling signal.c
  766. compiling sprintf.c
  767. compiling st.c
  768. compiling strftime.c
  769. compiling string.c
  770. compiling struct.c
  771. compiling symbol.c
  772. compiling thread.c
  773. compiling time.c
  774. compiling transcode.c
  775. compiling util.c
  776. compiling variable.c
  777. compiling version.c
  778. compiling vm.c
  779. compiling vm_backtrace.c
  780. compiling vm_dump.c
  781. compiling vm_trace.c
  782. compiling enc/ascii.c
  783. compiling enc/us_ascii.c
  784. compiling enc/unicode.c
  785. compiling enc/utf_8.c
  786. compiling enc/trans/newline.c
  787. compiling ./missing/explicit_bzero.c
  788. compiling ./missing/setproctitle.c
  789. compiling ./missing/strlcat.c
  790. compiling ./missing/strlcpy.c
  791. compiling addr2line.c
  792. compiling dmyenc.c
  793. linking miniruby
  794. generating encdb.h
  795. encdb.h updated
  796. ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
  797. rbconfig.rb updated
  798. generating enc.mk
  799. making srcs under enc
  800. make[1]: Entering directory '/usr/src/ruby-2.5'
  801. make[1]: Nothing to be done for 'srcs'.
  802. make[1]: Leaving directory '/usr/src/ruby-2.5'
  803. generating transdb.h
  804. transdb.h updated
  805. compiling dln.c
  806. compiling localeinit.c
  807. creating verconf.h
  808. verconf.h updated
  809. compiling loadpath.c
  810. compiling prelude.c
  811. linking static-library libruby-static.a
  812. linking shared-library libruby.so.2.5.3
  813. generating makefiles ext/configure-ext.mk
  814. ext/configure-ext.mk updated
  815. make[1]: Entering directory '/usr/src/ruby-2.5'
  816. configuring io/console
  817. configuring io/nonblock
  818. configuring io/wait
  819. configuring objspace
  820. configuring zlib
  821. configuring strscan
  822. configuring rubyvm
  823. configuring bigdecimal
  824. configuring json
  825. configuring json/generator
  826. configuring json/parser
  827. configuring stringio
  828. configuring rbconfig/sizeof
  829. configuring readline
  830. configuring gdbm
  831. configuring pty
  832. configuring racc/cparse
  833. configuring etc
  834. configuring coverage
  835. configuring syslog
  836. configuring cgi/escape
  837. configuring date
  838. configuring continuation
  839. configuring nkf
  840. configuring socket
  841. configuring psych
  842. configuring dbm
  843. header: gdbm-ndbm.h
  844. library: gdbm_compat
  845. configuring sdbm
  846. configuring -test-/array/resize
  847. configuring -test-/bignum
  848. configuring -test-/bug-3571
  849. configuring -test-/bug-5832
  850. configuring -test-/bug_reporter
  851. configuring -test-/class
  852. configuring -test-/debug
  853. configuring -test-/dln/empty
  854. configuring -test-/exception
  855. configuring -test-/fatal
  856. configuring -test-/file
  857. configuring -test-/float
  858. configuring -test-/funcall
  859. configuring -test-/gvl/call_without_gvl
  860. configuring -test-/hash
  861. configuring -test-/integer
  862. configuring -test-/iseq_load
  863. configuring -test-/iter
  864. configuring -test-/load/dot.dot
  865. configuring -test-/load/protect
  866. configuring -test-/marshal/compat
  867. configuring -test-/marshal/internal_ivar
  868. configuring -test-/marshal/usr
  869. configuring -test-/memory_status
  870. configuring -test-/method
  871. configuring -test-/notimplement
  872. configuring -test-/num2int
  873. configuring -test-/path_to_class
  874. configuring -test-/popen_deadlock
  875. configuring -test-/postponed_job
  876. configuring -test-/printf
  877. configuring -test-/proc
  878. configuring -test-/rational
  879. configuring -test-/recursion
  880. configuring -test-/regexp
  881. configuring -test-/scan_args
  882. configuring -test-/st/foreach
  883. configuring -test-/st/numhash
  884. configuring -test-/st/update
  885. configuring -test-/string
  886. configuring -test-/struct
  887. configuring -test-/symbol
  888. configuring -test-/thread_fd_close
  889. configuring -test-/time
  890. configuring -test-/tracepoint
  891. configuring -test-/typeddata
  892. configuring -test-/vm
  893. configuring -test-/wait_for_single_fd
  894. configuring openssl
  895. configuring fiber
  896. configuring fcntl
  897. configuring digest
  898. configuring digest/bubblebabble
  899. configuring digest/md5
  900. configuring digest/rmd160
  901. configuring digest/sha1
  902. configuring digest/sha2
  903. configuring pathname
  904. configuring fiddle
  905. configuring ripper
  906. make[1]: Leaving directory '/usr/src/ruby-2.5'
  907. generating makefile exts.mk
  908. exts.mk updated
  909. make[1]: Entering directory '/usr/src/ruby-2.5'
  910. make[2]: Entering directory '/usr/src/ruby-2.5/ext/io/console'
  911. compiling console.c
  912. linking shared-object io/console.so
  913. installing default console libraries
  914. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/io/console'
  915. make[2]: Entering directory '/usr/src/ruby-2.5/ext/io/nonblock'
  916. compiling nonblock.c
  917. linking shared-object io/nonblock.so
  918. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/io/nonblock'
  919. make[2]: Entering directory '/usr/src/ruby-2.5/ext/io/wait'
  920. compiling wait.c
  921. linking shared-object io/wait.so
  922. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/io/wait'
  923. make[2]: Entering directory '/usr/src/ruby-2.5/ext/objspace'
  924. compiling object_tracing.c
  925. compiling objspace.c
  926. compiling objspace_dump.c
  927. linking shared-object objspace.so
  928. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/objspace'
  929. make[2]: Entering directory '/usr/src/ruby-2.5/ext/zlib'
  930. compiling zlib.c
  931. linking shared-object zlib.so
  932. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/zlib'
  933. make[2]: Entering directory '/usr/src/ruby-2.5/ext/strscan'
  934. compiling strscan.c
  935. linking shared-object strscan.so
  936. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/strscan'
  937. make[2]: Entering directory '/usr/src/ruby-2.5/ext/rubyvm'
  938. installing default libraries
  939. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/rubyvm'
  940. make[2]: Entering directory '/usr/src/ruby-2.5/ext/bigdecimal'
  941. compiling bigdecimal.c
  942. linking shared-object bigdecimal.so
  943. installing default bigdecimal libraries
  944. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/bigdecimal'
  945. make[2]: Entering directory '/usr/src/ruby-2.5/ext/json'
  946. installing default libraries
  947. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/json'
  948. make[2]: Entering directory '/usr/src/ruby-2.5/ext/json/generator'
  949. compiling generator.c
  950. linking shared-object json/ext/generator.so
  951. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/json/generator'
  952. make[2]: Entering directory '/usr/src/ruby-2.5/ext/json/parser'
  953. compiling parser.c
  954. linking shared-object json/ext/parser.so
  955. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/json/parser'
  956. make[2]: Entering directory '/usr/src/ruby-2.5/ext/stringio'
  957. compiling stringio.c
  958. linking shared-object stringio.so
  959. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/stringio'
  960. make[2]: Entering directory '/usr/src/ruby-2.5/ext/rbconfig/sizeof'
  961. compiling sizes.c
  962. compiling limits.c
  963. linking shared-object rbconfig/sizeof.so
  964. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/rbconfig/sizeof'
  965. make[2]: Entering directory '/usr/src/ruby-2.5/ext/readline'
  966. compiling readline.c
  967. linking shared-object readline.so
  968. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/readline'
  969. make[2]: Entering directory '/usr/src/ruby-2.5/ext/gdbm'
  970. compiling gdbm.c
  971. linking shared-object gdbm.so
  972. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/gdbm'
  973. make[2]: Entering directory '/usr/src/ruby-2.5/ext/pty'
  974. compiling pty.c
  975. linking shared-object pty.so
  976. installing default pty libraries
  977. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/pty'
  978. make[2]: Entering directory '/usr/src/ruby-2.5/ext/racc/cparse'
  979. compiling cparse.c
  980. linking shared-object racc/cparse.so
  981. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/racc/cparse'
  982. make[2]: Entering directory '/usr/src/ruby-2.5/ext/etc'
  983. generating constant definitions
  984. compiling etc.c
  985. linking shared-object etc.so
  986. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/etc'
  987. make[2]: Entering directory '/usr/src/ruby-2.5/ext/coverage'
  988. compiling coverage.c
  989. linking shared-object coverage.so
  990. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/coverage'
  991. make[2]: Entering directory '/usr/src/ruby-2.5/ext/syslog'
  992. compiling syslog.c
  993. linking shared-object syslog.so
  994. installing default syslog libraries
  995. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/syslog'
  996. make[2]: Entering directory '/usr/src/ruby-2.5/ext/cgi/escape'
  997. compiling escape.c
  998. linking shared-object cgi/escape.so
  999. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/cgi/escape'
  1000. make[2]: Entering directory '/usr/src/ruby-2.5/ext/date'
  1001. compiling date_core.c
  1002. compiling date_parse.c
  1003. compiling date_strftime.c
  1004. compiling date_strptime.c
  1005. linking shared-object date_core.so
  1006. installing default date_core libraries
  1007. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/date'
  1008. make[2]: Entering directory '/usr/src/ruby-2.5/ext/continuation'
  1009. compiling continuation.c
  1010. linking shared-object continuation.so
  1011. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/continuation'
  1012. make[2]: Entering directory '/usr/src/ruby-2.5/ext/nkf'
  1013. compiling nkf.c
  1014. linking shared-object nkf.so
  1015. installing default nkf libraries
  1016. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/nkf'
  1017. make[2]: Entering directory '/usr/src/ruby-2.5/ext/socket'
  1018. compiling init.c
  1019. compiling constants.c
  1020. compiling basicsocket.c
  1021. compiling socket.c
  1022. compiling ipsocket.c
  1023. compiling tcpsocket.c
  1024. compiling tcpserver.c
  1025. compiling sockssocket.c
  1026. compiling udpsocket.c
  1027. compiling unixsocket.c
  1028. compiling unixserver.c
  1029. compiling option.c
  1030. compiling ancdata.c
  1031. compiling raddrinfo.c
  1032. compiling ifaddr.c
  1033. linking shared-object socket.so
  1034. installing default socket libraries
  1035. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/socket'
  1036. make[2]: Entering directory '/usr/src/ruby-2.5/ext/psych'
  1037. compiling psych.c
  1038. compiling psych_emitter.c
  1039. compiling psych_parser.c
  1040. compiling psych_to_ruby.c
  1041. compiling psych_yaml_tree.c
  1042. linking shared-object psych.so
  1043. installing default psych libraries
  1044. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/psych'
  1045. make[2]: Entering directory '/usr/src/ruby-2.5/ext/dbm'
  1046. compiling dbm.c
  1047. linking shared-object dbm.so
  1048. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/dbm'
  1049. make[2]: Entering directory '/usr/src/ruby-2.5/ext/sdbm'
  1050. compiling _sdbm.c
  1051. compiling init.c
  1052. linking shared-object sdbm.so
  1053. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/sdbm'
  1054. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/array/resize'
  1055. compiling resize.c
  1056. linking shared-object -test-/array/resize.so
  1057. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/array/resize'
  1058. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/bignum'
  1059. compiling init.c
  1060. compiling big2str.c
  1061. compiling mul.c
  1062. compiling str2big.c
  1063. compiling intpack.c
  1064. compiling div.c
  1065. compiling bigzero.c
  1066. linking shared-object -test-/bignum.so
  1067. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/bignum'
  1068. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/bug-3571'
  1069. compiling bug.c
  1070. linking shared-object -test-/bug_3571.so
  1071. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/bug-3571'
  1072. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/bug-5832'
  1073. compiling bug.c
  1074. linking shared-object -test-/bug_5832.so
  1075. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/bug-5832'
  1076. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/bug_reporter'
  1077. compiling bug_reporter.c
  1078. linking shared-object -test-/bug_reporter.so
  1079. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/bug_reporter'
  1080. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/class'
  1081. compiling init.c
  1082. compiling class2name.c
  1083. linking shared-object -test-/class.so
  1084. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/class'
  1085. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/debug'
  1086. compiling init.c
  1087. compiling profile_frames.c
  1088. compiling inspector.c
  1089. linking shared-object -test-/debug.so
  1090. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/debug'
  1091. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/dln/empty'
  1092. compiling empty.c
  1093. linking shared-object -test-/dln/empty.so
  1094. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/dln/empty'
  1095. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/exception'
  1096. compiling init.c
  1097. compiling dataerror.c
  1098. compiling enc_raise.c
  1099. compiling ensured.c
  1100. linking shared-object -test-/exception.so
  1101. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/exception'
  1102. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/fatal'
  1103. compiling rb_fatal.c
  1104. linking shared-object -test-/fatal/rb_fatal.so
  1105. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/fatal'
  1106. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/file'
  1107. compiling init.c
  1108. compiling fs.c
  1109. compiling stat.c
  1110. linking shared-object -test-/file.so
  1111. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/file'
  1112. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/float'
  1113. compiling init.c
  1114. compiling nextafter.c
  1115. linking shared-object -test-/float.so
  1116. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/float'
  1117. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/funcall'
  1118. compiling funcall.c
  1119. linking shared-object -test-/funcall.so
  1120. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/funcall'
  1121. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/gvl/call_without_gvl'
  1122. compiling call_without_gvl.c
  1123. linking shared-object -test-/gvl/call_without_gvl.so
  1124. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/gvl/call_without_gvl'
  1125. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/hash'
  1126. compiling init.c
  1127. compiling delete.c
  1128. linking shared-object -test-/hash.so
  1129. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/hash'
  1130. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/integer'
  1131. compiling init.c
  1132. compiling core_ext.c
  1133. compiling my_integer.c
  1134. linking shared-object -test-/integer.so
  1135. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/integer'
  1136. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/iseq_load'
  1137. compiling iseq_load.c
  1138. linking shared-object -test-/iseq_load.so
  1139. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/iseq_load'
  1140. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/iter'
  1141. compiling init.c
  1142. compiling break.c
  1143. compiling yield.c
  1144. linking shared-object -test-/iter.so
  1145. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/iter'
  1146. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/load/dot.dot'
  1147. compiling dot.dot.c
  1148. linking shared-object -test-/load/dot.dot.so
  1149. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/load/dot.dot'
  1150. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/load/protect'
  1151. compiling protect.c
  1152. linking shared-object -test-/load/protect.so
  1153. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/load/protect'
  1154. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/marshal/compat'
  1155. compiling usrcompat.c
  1156. linking shared-object -test-/marshal/compat.so
  1157. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/marshal/compat'
  1158. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/marshal/internal_ivar'
  1159. compiling internal_ivar.c
  1160. linking shared-object -test-/marshal/internal_ivar.so
  1161. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/marshal/internal_ivar'
  1162. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/marshal/usr'
  1163. compiling usrmarshal.c
  1164. linking shared-object -test-/marshal/usr.so
  1165. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/marshal/usr'
  1166. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/method'
  1167. compiling init.c
  1168. compiling arity.c
  1169. linking shared-object -test-/method.so
  1170. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/method'
  1171. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/notimplement'
  1172. compiling bug.c
  1173. linking shared-object -test-/notimplement.so
  1174. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/notimplement'
  1175. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/num2int'
  1176. compiling num2int.c
  1177. linking shared-object -test-/num2int.so
  1178. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/num2int'
  1179. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/path_to_class'
  1180. compiling path_to_class.c
  1181. linking shared-object -test-/path_to_class.so
  1182. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/path_to_class'
  1183. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/popen_deadlock'
  1184. compiling infinite_loop_dlsym.c
  1185. linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
  1186. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/popen_deadlock'
  1187. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/postponed_job'
  1188. compiling postponed_job.c
  1189. linking shared-object -test-/postponed_job.so
  1190. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/postponed_job'
  1191. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/printf'
  1192. compiling printf.c
  1193. linking shared-object -test-/printf.so
  1194. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/printf'
  1195. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/proc'
  1196. compiling init.c
  1197. compiling super.c
  1198. compiling receiver.c
  1199. linking shared-object -test-/proc.so
  1200. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/proc'
  1201. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/rational'
  1202. compiling rat.c
  1203. linking shared-object -test-/rational.so
  1204. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/rational'
  1205. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/recursion'
  1206. compiling recursion.c
  1207. linking shared-object -test-/recursion.so
  1208. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/recursion'
  1209. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/regexp'
  1210. compiling init.c
  1211. compiling parse_depth_limit.c
  1212. linking shared-object -test-/regexp.so
  1213. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/regexp'
  1214. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/scan_args'
  1215. compiling scan_args.c
  1216. linking shared-object -test-/scan_args.so
  1217. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/scan_args'
  1218. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/st/foreach'
  1219. compiling foreach.c
  1220. linking shared-object -test-/st/foreach.so
  1221. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/st/foreach'
  1222. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/st/numhash'
  1223. compiling numhash.c
  1224. linking shared-object -test-/st/numhash.so
  1225. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/st/numhash'
  1226. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/st/update'
  1227. compiling update.c
  1228. linking shared-object -test-/st/update.so
  1229. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/st/update'
  1230. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/string'
  1231. compiling init.c
  1232. compiling ellipsize.c
  1233. compiling set_len.c
  1234. compiling cstr.c
  1235. compiling normalize.c
  1236. compiling capacity.c
  1237. compiling enc_str_buf_cat.c
  1238. compiling nofree.c
  1239. compiling new.c
  1240. compiling enc_associate.c
  1241. compiling qsort.c
  1242. compiling fstring.c
  1243. compiling modify.c
  1244. compiling coderange.c
  1245. linking shared-object -test-/string.so
  1246. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/string'
  1247. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/struct'
  1248. compiling init.c
  1249. compiling member.c
  1250. compiling len.c
  1251. compiling duplicate.c
  1252. linking shared-object -test-/struct.so
  1253. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/struct'
  1254. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/symbol'
  1255. compiling init.c
  1256. compiling type.c
  1257. linking shared-object -test-/symbol.so
  1258. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/symbol'
  1259. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/thread_fd_close'
  1260. compiling thread_fd_close.c
  1261. linking shared-object -test-/thread_fd_close.so
  1262. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/thread_fd_close'
  1263. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/time'
  1264. compiling init.c
  1265. compiling new.c
  1266. linking shared-object -test-/time.so
  1267. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/time'
  1268. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/tracepoint'
  1269. compiling gc_hook.c
  1270. compiling tracepoint.c
  1271. linking shared-object -test-/tracepoint.so
  1272. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/tracepoint'
  1273. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/typeddata'
  1274. compiling typeddata.c
  1275. linking shared-object -test-/typeddata.so
  1276. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/typeddata'
  1277. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/vm'
  1278. compiling at_exit.c
  1279. linking shared-object -test-/vm/at_exit.so
  1280. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/vm'
  1281. make[2]: Entering directory '/usr/src/ruby-2.5/ext/-test-/wait_for_single_fd'
  1282. compiling wait_for_single_fd.c
  1283. linking shared-object -test-/wait_for_single_fd.so
  1284. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/-test-/wait_for_single_fd'
  1285. make[2]: Entering directory '/usr/src/ruby-2.5/ext/openssl'
  1286. compiling openssl_missing.c
  1287. compiling ossl.c
  1288. compiling ossl_asn1.c
  1289. compiling ossl_bio.c
  1290. compiling ossl_bn.c
  1291. compiling ossl_cipher.c
  1292. compiling ossl_config.c
  1293. compiling ossl_digest.c
  1294. compiling ossl_engine.c
  1295. compiling ossl_hmac.c
  1296. compiling ossl_kdf.c
  1297. compiling ossl_ns_spki.c
  1298. compiling ossl_ocsp.c
  1299. compiling ossl_pkcs12.c
  1300. compiling ossl_pkcs7.c
  1301. compiling ossl_pkey.c
  1302. compiling ossl_pkey_dh.c
  1303. compiling ossl_pkey_dsa.c
  1304. compiling ossl_pkey_ec.c
  1305. compiling ossl_pkey_rsa.c
  1306. compiling ossl_rand.c
  1307. compiling ossl_ssl.c
  1308. compiling ossl_ssl_session.c
  1309. compiling ossl_x509.c
  1310. compiling ossl_x509attr.c
  1311. compiling ossl_x509cert.c
  1312. compiling ossl_x509crl.c
  1313. compiling ossl_x509ext.c
  1314. compiling ossl_x509name.c
  1315. compiling ossl_x509req.c
  1316. compiling ossl_x509revoked.c
  1317. compiling ossl_x509store.c
  1318. linking shared-object openssl.so
  1319. installing default openssl libraries
  1320. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/openssl'
  1321. make[2]: Entering directory '/usr/src/ruby-2.5/ext/fiber'
  1322. compiling fiber.c
  1323. linking shared-object fiber.so
  1324. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/fiber'
  1325. make[2]: Entering directory '/usr/src/ruby-2.5/ext/fcntl'
  1326. compiling fcntl.c
  1327. linking shared-object fcntl.so
  1328. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/fcntl'
  1329. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest'
  1330. compiling digest.c
  1331. linking shared-object digest.so
  1332. installing digest libraries
  1333. installing default digest libraries
  1334. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest'
  1335. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/bubblebabble'
  1336. compiling bubblebabble.c
  1337. linking shared-object digest/bubblebabble.so
  1338. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/bubblebabble'
  1339. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/md5'
  1340. compiling md5init.c
  1341. linking shared-object digest/md5.so
  1342. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/md5'
  1343. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/rmd160'
  1344. compiling rmd160init.c
  1345. linking shared-object digest/rmd160.so
  1346. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/rmd160'
  1347. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/sha1'
  1348. compiling sha1init.c
  1349. linking shared-object digest/sha1.so
  1350. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/sha1'
  1351. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/sha2'
  1352. compiling sha2init.c
  1353. linking shared-object digest/sha2.so
  1354. installing default sha2 libraries
  1355. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/sha2'
  1356. make[2]: Entering directory '/usr/src/ruby-2.5/ext/pathname'
  1357. compiling pathname.c
  1358. linking shared-object pathname.so
  1359. installing default pathname libraries
  1360. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/pathname'
  1361. make[2]: Entering directory '/usr/src/ruby-2.5/ext/fiddle'
  1362. compiling closure.c
  1363. compiling conversions.c
  1364. compiling fiddle.c
  1365. compiling function.c
  1366. compiling handle.c
  1367. compiling pointer.c
  1368. linking shared-object fiddle.so
  1369. installing default fiddle libraries
  1370. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/fiddle'
  1371. make[2]: Entering directory '/usr/src/ruby-2.5/ext/ripper'
  1372. compiling ripper.c
  1373. linking shared-object ripper.so
  1374. installing default ripper libraries
  1375. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1376. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/ripper'
  1377. make[2]: Entering directory '/usr/src/ruby-2.5'
  1378. linking shared-library libruby.so.2.5.3
  1379. linking ruby
  1380. make[2]: Leaving directory '/usr/src/ruby-2.5'
  1381. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1382. make[1]: Entering directory '/usr/src/ruby-2.5'
  1383. make[1]: Nothing to be done for 'note'.
  1384. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1385. making enc
  1386. make[1]: Entering directory '/usr/src/ruby-2.5'
  1387. compiling ./enc/encdb.c
  1388. linking encoding encdb.so
  1389. compiling ./enc/big5.c
  1390. linking encoding big5.so
  1391. compiling ./enc/cp949.c
  1392. linking encoding cp949.so
  1393. compiling ./enc/emacs_mule.c
  1394. linking encoding emacs_mule.so
  1395. compiling ./enc/euc_jp.c
  1396. linking encoding euc_jp.so
  1397. compiling ./enc/euc_kr.c
  1398. linking encoding euc_kr.so
  1399. compiling ./enc/euc_tw.c
  1400. linking encoding euc_tw.so
  1401. compiling ./enc/gb2312.c
  1402. linking encoding gb2312.so
  1403. compiling ./enc/gb18030.c
  1404. linking encoding gb18030.so
  1405. compiling ./enc/gbk.c
  1406. linking encoding gbk.so
  1407. compiling ./enc/iso_8859_1.c
  1408. linking encoding iso_8859_1.so
  1409. compiling ./enc/iso_8859_2.c
  1410. linking encoding iso_8859_2.so
  1411. compiling ./enc/iso_8859_3.c
  1412. linking encoding iso_8859_3.so
  1413. compiling ./enc/iso_8859_4.c
  1414. linking encoding iso_8859_4.so
  1415. compiling ./enc/iso_8859_5.c
  1416. linking encoding iso_8859_5.so
  1417. compiling ./enc/iso_8859_6.c
  1418. linking encoding iso_8859_6.so
  1419. compiling ./enc/iso_8859_7.c
  1420. linking encoding iso_8859_7.so
  1421. compiling ./enc/iso_8859_8.c
  1422. linking encoding iso_8859_8.so
  1423. compiling ./enc/iso_8859_9.c
  1424. linking encoding iso_8859_9.so
  1425. compiling ./enc/iso_8859_10.c
  1426. linking encoding iso_8859_10.so
  1427. compiling ./enc/iso_8859_11.c
  1428. linking encoding iso_8859_11.so
  1429. compiling ./enc/iso_8859_13.c
  1430. linking encoding iso_8859_13.so
  1431. compiling ./enc/iso_8859_14.c
  1432. linking encoding iso_8859_14.so
  1433. compiling ./enc/iso_8859_15.c
  1434. linking encoding iso_8859_15.so
  1435. compiling ./enc/iso_8859_16.c
  1436. linking encoding iso_8859_16.so
  1437. compiling ./enc/koi8_r.c
  1438. linking encoding koi8_r.so
  1439. compiling ./enc/koi8_u.c
  1440. linking encoding koi8_u.so
  1441. compiling ./enc/shift_jis.c
  1442. linking encoding shift_jis.so
  1443. compiling ./enc/utf_16be.c
  1444. linking encoding utf_16be.so
  1445. compiling ./enc/utf_16le.c
  1446. linking encoding utf_16le.so
  1447. compiling ./enc/utf_32be.c
  1448. linking encoding utf_32be.so
  1449. compiling ./enc/utf_32le.c
  1450. linking encoding utf_32le.so
  1451. compiling ./enc/windows_31j.c
  1452. linking encoding windows_31j.so
  1453. compiling ./enc/windows_1250.c
  1454. linking encoding windows_1250.so
  1455. compiling ./enc/windows_1251.c
  1456. linking encoding windows_1251.so
  1457. compiling ./enc/windows_1252.c
  1458. linking encoding windows_1252.so
  1459. compiling ./enc/windows_1253.c
  1460. linking encoding windows_1253.so
  1461. compiling ./enc/windows_1254.c
  1462. linking encoding windows_1254.so
  1463. compiling ./enc/windows_1257.c
  1464. linking encoding windows_1257.so
  1465. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1466. making trans
  1467. make[1]: Entering directory '/usr/src/ruby-2.5'
  1468. compiling ./enc/trans/transdb.c
  1469. linking transcoder transdb.so
  1470. compiling ./enc/trans/big5.c
  1471. linking transcoder big5.so
  1472. compiling ./enc/trans/chinese.c
  1473. linking transcoder chinese.so
  1474. compiling ./enc/trans/ebcdic.c
  1475. linking transcoder ebcdic.so
  1476. compiling ./enc/trans/emoji.c
  1477. linking transcoder emoji.so
  1478. compiling ./enc/trans/emoji_iso2022_kddi.c
  1479. linking transcoder emoji_iso2022_kddi.so
  1480. compiling ./enc/trans/emoji_sjis_docomo.c
  1481. linking transcoder emoji_sjis_docomo.so
  1482. compiling ./enc/trans/emoji_sjis_kddi.c
  1483. linking transcoder emoji_sjis_kddi.so
  1484. compiling ./enc/trans/emoji_sjis_softbank.c
  1485. linking transcoder emoji_sjis_softbank.so
  1486. compiling ./enc/trans/escape.c
  1487. linking transcoder escape.so
  1488. compiling ./enc/trans/gb18030.c
  1489. linking transcoder gb18030.so
  1490. compiling ./enc/trans/gbk.c
  1491. linking transcoder gbk.so
  1492. compiling ./enc/trans/iso2022.c
  1493. linking transcoder iso2022.so
  1494. compiling ./enc/trans/japanese.c
  1495. linking transcoder japanese.so
  1496. compiling ./enc/trans/japanese_euc.c
  1497. linking transcoder japanese_euc.so
  1498. compiling ./enc/trans/japanese_sjis.c
  1499. linking transcoder japanese_sjis.so
  1500. compiling ./enc/trans/korean.c
  1501. linking transcoder korean.so
  1502. compiling ./enc/trans/single_byte.c
  1503. linking transcoder single_byte.so
  1504. compiling ./enc/trans/utf8_mac.c
  1505. linking transcoder utf8_mac.so
  1506. compiling ./enc/trans/utf_16_32.c
  1507. linking transcoder utf_16_32.so
  1508. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1509. making encs
  1510. make[1]: Entering directory '/usr/src/ruby-2.5'
  1511. make[1]: Nothing to be done for 'encs'.
  1512. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1513. + make install
  1514. generating x86_64-linux-fake.rb
  1515. x86_64-linux-fake.rb updated
  1516. CC = gcc
  1517. LD = ld
  1518. LDSHARED = gcc -shared
  1519. CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wmisleading-indentation -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wduplicated-cond -Wno-maybe-uninitialized -std=gnu99 -fPIC
  1520. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT
  1521. CPPFLAGS = -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/10.0.0
  1522. DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.5 -fstack-protector
  1523. SOLIBS = -lpthread -ljemalloc -ldl -lcrypt -lm
  1524. LANG = en_US.UTF-8
  1525. LC_ALL =
  1526. LC_CTYPE =
  1527. gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
  1528. Copyright (C) 2016 Free Software Foundation, Inc.
  1529. This is free software; see the source for copying conditions. There is NO
  1530. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1531.  
  1532. generating enc.mk
  1533. making srcs under enc
  1534. make[1]: Entering directory '/usr/src/ruby-2.5'
  1535. make[1]: Nothing to be done for 'srcs'.
  1536. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1537. generating transdb.h
  1538. transdb.h unchanged
  1539. generating makefiles ext/configure-ext.mk
  1540. ext/configure-ext.mk unchanged
  1541. make[1]: Entering directory '/usr/src/ruby-2.5'
  1542. make[2]: Entering directory '/usr/src/ruby-2.5/ext/io/console'
  1543. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/io/console'
  1544. make[2]: Entering directory '/usr/src/ruby-2.5/ext/rubyvm'
  1545. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/rubyvm'
  1546. make[2]: Entering directory '/usr/src/ruby-2.5/ext/bigdecimal'
  1547. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/bigdecimal'
  1548. make[2]: Entering directory '/usr/src/ruby-2.5/ext/json'
  1549. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/json'
  1550. make[2]: Entering directory '/usr/src/ruby-2.5/ext/pty'
  1551. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/pty'
  1552. make[2]: Entering directory '/usr/src/ruby-2.5/ext/syslog'
  1553. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/syslog'
  1554. make[2]: Entering directory '/usr/src/ruby-2.5/ext/date'
  1555. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/date'
  1556. make[2]: Entering directory '/usr/src/ruby-2.5/ext/nkf'
  1557. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/nkf'
  1558. make[2]: Entering directory '/usr/src/ruby-2.5/ext/socket'
  1559. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/socket'
  1560. make[2]: Entering directory '/usr/src/ruby-2.5/ext/psych'
  1561. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/psych'
  1562. make[2]: Entering directory '/usr/src/ruby-2.5/ext/openssl'
  1563. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/openssl'
  1564. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest'
  1565. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest'
  1566. make[2]: Entering directory '/usr/src/ruby-2.5/ext/digest/sha2'
  1567. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/digest/sha2'
  1568. make[2]: Entering directory '/usr/src/ruby-2.5/ext/pathname'
  1569. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/pathname'
  1570. make[2]: Entering directory '/usr/src/ruby-2.5/ext/fiddle'
  1571. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/fiddle'
  1572. make[2]: Entering directory '/usr/src/ruby-2.5/ext/ripper'
  1573. make[2]: Leaving directory '/usr/src/ruby-2.5/ext/ripper'
  1574. make[2]: Entering directory '/usr/src/ruby-2.5'
  1575. make[2]: 'ruby' is up to date.
  1576. make[2]: Leaving directory '/usr/src/ruby-2.5'
  1577. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1578. make[1]: Entering directory '/usr/src/ruby-2.5'
  1579. make[1]: Nothing to be done for 'note'.
  1580. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1581. making enc
  1582. make[1]: Entering directory '/usr/src/ruby-2.5'
  1583. make[1]: Nothing to be done for 'enc'.
  1584. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1585. making trans
  1586. make[1]: Entering directory '/usr/src/ruby-2.5'
  1587. make[1]: Nothing to be done for './enc/trans'.
  1588. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1589. making encs
  1590. make[1]: Entering directory '/usr/src/ruby-2.5'
  1591. make[1]: Nothing to be done for 'encs'.
  1592. make[1]: Leaving directory '/usr/src/ruby-2.5'
  1593. ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"
  1594. installing binary commands: /usr/local/bin
  1595. installing base libraries: /usr/local/lib
  1596. installing arch files: /usr/local/lib/ruby/2.5.0/x86_64-linux
  1597. installing pkgconfig data: /usr/local/lib/pkgconfig
  1598. installing command scripts: /usr/local/bin
  1599. installing library scripts: /usr/local/lib/ruby/2.5.0
  1600. installing common headers: /usr/local/include/ruby-2.5.0
  1601. installing manpages: /usr/local/share/man/man1
  1602. installing extension objects: /usr/local/lib/ruby/2.5.0/x86_64-linux
  1603. installing extension objects: /usr/local/lib/ruby/site_ruby/2.5.0/x86_64-linux
  1604. installing extension objects: /usr/local/lib/ruby/vendor_ruby/2.5.0/x86_64-linux
  1605. installing extension headers: /usr/local/include/ruby-2.5.0/x86_64-linux
  1606. installing extension scripts: /usr/local/lib/ruby/2.5.0
  1607. installing extension scripts: /usr/local/lib/ruby/site_ruby/2.5.0
  1608. installing extension scripts: /usr/local/lib/ruby/vendor_ruby/2.5.0
  1609. installing extension headers: /usr/local/include/ruby-2.5.0/ruby
  1610. installing default gems from lib: /usr/local/lib/ruby/gems/2.5.0 (build_info, cache, doc, extensions, gems, specifications)
  1611. cmath 1.0.0
  1612. csv 1.0.0
  1613. fileutils 1.0.2
  1614. ipaddr 1.2.0
  1615. rdoc 6.0.1
  1616. scanf 1.0.0
  1617. webrick 1.4.2
  1618. installing default gems from ext: /usr/local/lib/ruby/gems/2.5.0 (build_info, cache, doc, extensions, gems, specifications)
  1619. bigdecimal 1.3.4
  1620. date 1.0.0
  1621. dbm 1.0.0
  1622. etc 1.0.0
  1623. fcntl 1.0.0
  1624. fiddle 1.0.0
  1625. gdbm 2.0.0
  1626. io-console 0.4.6
  1627. json 2.1.0
  1628. openssl 2.1.2
  1629. psych 3.0.2
  1630. sdbm 1.0.0
  1631. stringio 0.0.1
  1632. strscan 1.0.0
  1633. zlib 1.0.0
  1634. installing bundled gems: /usr/local/lib/ruby/gems/2.5.0 (build_info, cache, doc, extensions, gems, specifications)
  1635. net-telnet 0.1.1
  1636. test-unit 3.2.7
  1637. minitest 5.10.3
  1638. did_you_mean 1.2.0
  1639. rake 12.3.0
  1640. power_assert 1.1.1
  1641. xmlrpc 0.3.0
Add Comment
Please, Sign In to add comment