xiaoming94

Untitled

Apr 9th, 2017
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 109.33 KB | None | 0 0
  1. /tmp/ruby-build.20170409112843.1672 ~
  2. /tmp/ruby-build.20170409112843.1672/ruby-2.4.0 /tmp/ruby-build.20170409112843.1672 ~
  3. checking for ruby... /usr/bin/ruby
  4. config.guess already exists
  5. config.sub already exists
  6. checking build system type... x86_64-pc-linux-gnu
  7. checking host system type... x86_64-pc-linux-gnu
  8. checking target system type... x86_64-pc-linux-gnu
  9. checking for gcc... gcc
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for g++... g++
  19. checking whether we are using the GNU C++ compiler... yes
  20. checking whether g++ accepts -g... yes
  21. checking how to run the C preprocessor... gcc -E
  22. checking for grep that handles long lines and -e... /usr/bin/grep
  23. checking for egrep... /usr/bin/grep -E
  24. checking whether gcc needs -traditional... no
  25. checking for ld... ld
  26. checking whether the linker is GNU ld... yes
  27. checking whether gcc -E accepts -o... yes
  28. checking for ranlib... ranlib
  29. checking for ar... ar
  30. checking for ar D option... yes
  31. checking for as... as
  32. checking for objdump... objdump
  33. checking for objcopy... objcopy
  34. checking for nm... nm
  35. checking whether ln -s works... yes
  36. checking whether make sets $(MAKE)... yes
  37. checking for a BSD-compatible install... /usr/bin/install -c
  38. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  39. checking for dtrace... no
  40. checking for dot... no
  41. checking for doxygen... no
  42. checking for pkg-config... pkg-config
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking for cd using physical directory... cd -P
  58. checking whether CFLAGS is valid... yes
  59. checking whether LDFLAGS is valid... yes
  60. checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
  61. checking whether -Wno-parentheses is accepted as CFLAGS... yes
  62. checking whether -Wno-long-long is accepted as CFLAGS... yes
  63. checking whether -diag-disable=2259 is accepted as CFLAGS... no
  64. checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
  65. checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
  66. checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
  67. checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
  68. checking whether -Wno-self-assign is accepted as CFLAGS... yes
  69. checking whether -Wunused-variable is accepted as CFLAGS... yes
  70. checking whether -Wimplicit-int is accepted as CFLAGS... yes
  71. checking whether -Wpointer-arith is accepted as CFLAGS... yes
  72. checking whether -Wwrite-strings is accepted as CFLAGS... yes
  73. checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes
  74. checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
  75. checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
  76. checking whether -Wdivision-by-zero is accepted as CFLAGS... no
  77. checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
  78. checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
  79. checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
  80. checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
  81. checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... no
  82. checking whether -Wextra-tokens is accepted as CFLAGS... no
  83. checking whether -Wno-maybe-uninitialized is accepted as CFLAGS... yes
  84. checking whether -Wall -Wextra is accepted as CFLAGS... yes
  85. checking whether -Qunused-arguments is accepted as CFLAGS... no
  86. checking whether INFINITY is available without C99 option... yes
  87. checking whether NAN is available without C99 option... yes
  88. checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
  89. checking whether -fstack-protector is accepted as CFLAGS... yes
  90. checking whether -fstack-protector is accepted as LDFLAGS... yes
  91. checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
  92. checking whether -std=gnu99 is accepted as CFLAGS... yes
  93. checking whether -fno-strict-overflow is accepted as CFLAGS... yes
  94. checking whether -ggdb3 is accepted as CFLAGS... yes
  95. checking whether -fvisibility=hidden is accepted as CFLAGS... yes
  96. checking whether -fno-fast-math is accepted as CFLAGS... yes
  97. checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
  98. checking whether -fp-model precise is accepted as CFLAGS... no
  99. checking for crypt in -lcrypt... yes
  100. checking for dlopen in -ldl... yes
  101. checking for shl_load in -ldld... no
  102. checking for shutdown in -lsocket... no
  103. checking for dirent.h that defines DIR... yes
  104. checking for library containing opendir... none required
  105. checking for stdbool.h that conforms to C99... yes
  106. checking for _Bool... yes
  107. checking for sys/wait.h that is POSIX.1 compatible... yes
  108. checking a.out.h usability... yes
  109. checking a.out.h presence... yes
  110. checking for a.out.h... yes
  111. checking atomic.h usability... no
  112. checking atomic.h presence... no
  113. checking for atomic.h... no
  114. checking direct.h usability... no
  115. checking direct.h presence... no
  116. checking for direct.h... no
  117. checking grp.h usability... yes
  118. checking grp.h presence... yes
  119. checking for grp.h... yes
  120. checking fcntl.h usability... yes
  121. checking fcntl.h presence... yes
  122. checking for fcntl.h... yes
  123. checking float.h usability... yes
  124. checking float.h presence... yes
  125. checking for float.h... yes
  126. checking ieeefp.h usability... no
  127. checking ieeefp.h presence... no
  128. checking for ieeefp.h... no
  129. checking intrinsics.h usability... no
  130. checking intrinsics.h presence... no
  131. checking for intrinsics.h... no
  132. checking langinfo.h usability... yes
  133. checking langinfo.h presence... yes
  134. checking for langinfo.h... yes
  135. checking limits.h usability... yes
  136. checking limits.h presence... yes
  137. checking for limits.h... yes
  138. checking locale.h usability... yes
  139. checking locale.h presence... yes
  140. checking for locale.h... yes
  141. checking malloc.h usability... yes
  142. checking malloc.h presence... yes
  143. checking for malloc.h... yes
  144. checking malloc/malloc.h usability... no
  145. checking malloc/malloc.h presence... no
  146. checking for malloc/malloc.h... no
  147. checking malloc_np.h usability... no
  148. checking malloc_np.h presence... no
  149. checking for malloc_np.h... no
  150. checking net/socket.h usability... no
  151. checking net/socket.h presence... no
  152. checking for net/socket.h... no
  153. checking process.h usability... no
  154. checking process.h presence... no
  155. checking for process.h... no
  156. checking pwd.h usability... yes
  157. checking pwd.h presence... yes
  158. checking for pwd.h... yes
  159. checking setjmpex.h usability... no
  160. checking setjmpex.h presence... no
  161. checking for setjmpex.h... no
  162. checking sys/attr.h usability... no
  163. checking sys/attr.h presence... no
  164. checking for sys/attr.h... no
  165. checking sys/fcntl.h usability... yes
  166. checking sys/fcntl.h presence... yes
  167. checking for sys/fcntl.h... yes
  168. checking sys/file.h usability... yes
  169. checking sys/file.h presence... yes
  170. checking for sys/file.h... yes
  171. checking sys/id.h usability... no
  172. checking sys/id.h presence... no
  173. checking for sys/id.h... no
  174. checking sys/ioctl.h usability... yes
  175. checking sys/ioctl.h presence... yes
  176. checking for sys/ioctl.h... yes
  177. checking sys/mkdev.h usability... no
  178. checking sys/mkdev.h presence... no
  179. checking for sys/mkdev.h... no
  180. checking sys/param.h usability... yes
  181. checking sys/param.h presence... yes
  182. checking for sys/param.h... yes
  183. checking sys/prctl.h usability... yes
  184. checking sys/prctl.h presence... yes
  185. checking for sys/prctl.h... yes
  186. checking sys/resource.h usability... yes
  187. checking sys/resource.h presence... yes
  188. checking for sys/resource.h... yes
  189. checking sys/select.h usability... yes
  190. checking sys/select.h presence... yes
  191. checking for sys/select.h... yes
  192. checking sys/sendfile.h usability... yes
  193. checking sys/sendfile.h presence... yes
  194. checking for sys/sendfile.h... yes
  195. checking sys/socket.h usability... yes
  196. checking sys/socket.h presence... yes
  197. checking for sys/socket.h... yes
  198. checking sys/syscall.h usability... yes
  199. checking sys/syscall.h presence... yes
  200. checking for sys/syscall.h... yes
  201. checking sys/sysmacros.h usability... yes
  202. checking sys/sysmacros.h presence... yes
  203. checking for sys/sysmacros.h... yes
  204. checking sys/time.h usability... yes
  205. checking sys/time.h presence... yes
  206. checking for sys/time.h... yes
  207. checking sys/times.h usability... yes
  208. checking sys/times.h presence... yes
  209. checking for sys/times.h... yes
  210. checking sys/uio.h usability... yes
  211. checking sys/uio.h presence... yes
  212. checking for sys/uio.h... yes
  213. checking sys/utime.h usability... no
  214. checking sys/utime.h presence... no
  215. checking for sys/utime.h... no
  216. checking syscall.h usability... yes
  217. checking syscall.h presence... yes
  218. checking for syscall.h... yes
  219. checking time.h usability... yes
  220. checking time.h presence... yes
  221. checking for time.h... yes
  222. checking ucontext.h usability... yes
  223. checking ucontext.h presence... yes
  224. checking for ucontext.h... yes
  225. checking utime.h usability... yes
  226. checking utime.h presence... yes
  227. checking for utime.h... yes
  228. checking gmp.h usability... yes
  229. checking gmp.h presence... yes
  230. checking for gmp.h... yes
  231. checking for __gmpz_init in -lgmp... yes
  232. checking for special C compiler options needed for large files... no
  233. checking for _FILE_OFFSET_BITS value needed for large files... no
  234. checking whether byte ordering is bigendian... no
  235. checking for an ANSI C-conforming const... yes
  236. checking whether char is unsigned... no
  237. checking for inline... inline
  238. checking for working volatile... yes
  239. checking for typeof syntax and keyword spelling... typeof
  240. checking for long long... yes
  241. checking for off_t... yes
  242. checking char bit... 8
  243. checking size of int... 4
  244. checking size of short... 2
  245. checking size of long... 8
  246. checking size of long long... 8
  247. checking size of __int64... 0
  248. checking size of __int128... 16
  249. checking size of off_t... 8
  250. checking size of void*... 8
  251. checking size of float... 4
  252. checking size of double... 8
  253. checking size of time_t... 8
  254. checking size of clock_t... 8
  255. checking packed struct attribute... x __attribute__((packed))
  256. checking for printf prefix for long long... ll
  257. checking for pid_t... yes
  258. checking for convertible type of pid_t... INT
  259. checking for uid_t... yes
  260. checking for convertible type of uid_t... UINT
  261. checking for gid_t... yes
  262. checking for convertible type of gid_t... UINT
  263. checking for time_t... yes
  264. checking for convertible type of time_t... LONG
  265. checking for dev_t... yes
  266. checking for convertible type of dev_t... ULONG
  267. checking for mode_t... yes
  268. checking for convertible type of mode_t... UINT
  269. checking for rlim_t... yes
  270. checking for convertible type of rlim_t... ULONG
  271. checking for off_t... (cached) yes
  272. checking for convertible type of off_t... LONG
  273. checking for clockid_t... yes
  274. checking for convertible type of clockid_t... INT
  275. checking for prototypes... yes
  276. checking token paste string... ansi
  277. checking stringization... #expr
  278. checking string literal concatenation... yes
  279. checking for variable length prototypes and stdarg.h... yes
  280. checking for variable length macro... yes
  281. checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
  282. checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
  283. checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
  284. checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
  285. checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
  286. checking for DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) x
  287. checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
  288. checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
  289. checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
  290. checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
  291. checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
  292. checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
  293. checking for WEAK function attribute... __attribute__ ((__weak__)) x
  294. checking for FUNC_STDCALL function attribute... x
  295. checking for FUNC_CDECL function attribute... x
  296. checking for FUNC_FASTCALL function attribute... x
  297. checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
  298. checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
  299. checking for function alias... alias
  300. checking for __atomic builtins... yes
  301. checking for __sync builtins... yes
  302. checking for __builtin_unreachable... yes
  303. checking for exported function attribute... __attribute__ ((__visibility__("default")))
  304. checking for function name string predefined identifier... __func__
  305. checking if enum over int is allowed... yes
  306. checking whether sys_nerr is declared... yes
  307. checking whether getenv is declared... yes
  308. checking for size_t... yes
  309. checking size of size_t... 8
  310. checking size of ptrdiff_t... 8
  311. checking for printf prefix for size_t... z
  312. checking for printf prefix for ptrdiff_t... t
  313. checking for struct stat.st_blksize... yes
  314. checking for struct stat.st_blocks... yes
  315. checking for struct stat.st_rdev... yes
  316. checking size of struct stat.st_size... SIZEOF_OFF_T
  317. checking size of struct stat.st_blocks... SIZEOF_OFF_T
  318. checking size of struct stat.st_ino... SIZEOF_LONG
  319. checking for struct stat.st_atim... yes
  320. checking for struct stat.st_atimespec... no
  321. checking for struct stat.st_atimensec... no
  322. checking for struct stat.st_mtim... yes
  323. checking for struct stat.st_mtimespec... no
  324. checking for struct stat.st_mtimensec... no
  325. checking for struct stat.st_ctim... yes
  326. checking for struct stat.st_ctimespec... no
  327. checking for struct stat.st_ctimensec... no
  328. checking for struct stat.st_birthtimespec... no
  329. checking for struct timeval... yes
  330. checking size of struct timeval.tv_sec... SIZEOF_TIME_T
  331. checking for struct timespec... yes
  332. checking for struct timezone... yes
  333. checking for clockid_t... (cached) yes
  334. checking for fd_mask... yes
  335. checking for int8_t... yes
  336. checking size of int8_t... 1
  337. checking for uint8_t... yes
  338. checking size of uint8_t... 1
  339. checking for int16_t... yes
  340. checking size of int16_t... 2
  341. checking for uint16_t... yes
  342. checking size of uint16_t... 2
  343. checking for int32_t... yes
  344. checking size of int32_t... 4
  345. checking for uint32_t... yes
  346. checking size of uint32_t... 4
  347. checking for int64_t... yes
  348. checking size of int64_t... 8
  349. checking for uint64_t... yes
  350. checking size of uint64_t... 8
  351. checking for int128_t... __int128
  352. checking for uint128_t... unsigned __int128
  353. checking for intptr_t... yes
  354. checking size of intptr_t... 8
  355. checking for uintptr_t... yes
  356. checking size of uintptr_t... 8
  357. checking for ssize_t... yes
  358. checking size of ssize_t... 8
  359. checking for stack end address... __libc_stack_end
  360. checking for uid_t in sys/types.h... (cached) yes
  361. checking type of array argument to getgroups... gid_t
  362. checking return type of signal handlers... void
  363. checking for working alloca.h... yes
  364. checking for alloca... yes
  365. checking for dynamic size alloca... ok
  366. checking for working memcmp... yes
  367. checking for broken erfc of glibc-2.3.6 on IA64... no
  368. checking for acosh... yes
  369. checking for cbrt... yes
  370. checking for crypt... yes
  371. checking for dup2... yes
  372. checking for erf... yes
  373. checking for explicit_bzero... yes
  374. checking for ffs... yes
  375. checking for finite... yes
  376. checking for flock... yes
  377. checking for hypot... yes
  378. checking for isinf... yes
  379. checking for isnan... yes
  380. checking for lgamma_r... yes
  381. checking for memmove... yes
  382. checking for nextafter... yes
  383. checking for setproctitle... no
  384. checking for strchr... yes
  385. checking for strerror... yes
  386. checking for strlcat... no
  387. checking for strlcpy... no
  388. checking for strstr... yes
  389. checking for tgamma... yes
  390. checking sys/pstat.h usability... no
  391. checking sys/pstat.h presence... no
  392. checking for sys/pstat.h... no
  393. checking for signbit... yes
  394. checking for broken memmem... no
  395. checking for pid_t... (cached) yes
  396. checking vfork.h usability... no
  397. checking vfork.h presence... no
  398. checking for vfork.h... no
  399. checking for fork... yes
  400. checking for vfork... yes
  401. checking for working fork... yes
  402. checking for working vfork... (cached) yes
  403. checking for __syscall... no
  404. checking for _longjmp... yes
  405. checking for arc4random_buf... no
  406. checking for atan2l... yes
  407. checking for atan2f... yes
  408. checking for chroot... yes
  409. checking for chsize... no
  410. checking for clock_gettime... yes
  411. checking for cosh... yes
  412. checking for crypt_r... yes
  413. checking for daemon... (cached) no
  414. checking for dirfd... yes
  415. checking for dl_iterate_phdr... yes
  416. checking for dlopen... yes
  417. checking for dladdr... yes
  418. checking for dup... yes
  419. checking for dup3... yes
  420. checking for eaccess... yes
  421. checking for endgrent... yes
  422. checking for fchmod... yes
  423. checking for fchown... yes
  424. checking for fcntl... yes
  425. checking for fdatasync... yes
  426. checking for fgetattrlist... no
  427. checking for fmod... yes
  428. checking for fsync... yes
  429. checking for ftruncate... yes
  430. checking for ftruncate64... yes
  431. checking for getattrlist... no
  432. checking for getcwd... yes
  433. checking for getgidx... no
  434. checking for getgrnam... yes
  435. checking for getgrnam_r... yes
  436. checking for getgroups... yes
  437. checking for getpgid... yes
  438. checking for getpgrp... yes
  439. checking for getpriority... yes
  440. checking for getpwnam_r... yes
  441. checking for getresgid... yes
  442. checking for getresuid... yes
  443. checking for getrlimit... yes
  444. checking for getsid... yes
  445. checking for gettimeofday... yes
  446. checking for getuidx... no
  447. checking for gmtime_r... yes
  448. checking for initgroups... yes
  449. checking for ioctl... yes
  450. checking for isfinite... no
  451. checking for issetugid... no
  452. checking for killpg... yes
  453. checking for lchmod... no
  454. checking for lchown... yes
  455. checking for link... yes
  456. checking for llabs... yes
  457. checking for lockf... yes
  458. checking for log2... yes
  459. checking for lstat... yes
  460. checking for malloc_usable_size... yes
  461. checking for malloc_size... no
  462. checking for mblen... yes
  463. checking for memalign... yes
  464. checking for memset_s... no
  465. checking for writev... yes
  466. checking for memrchr... yes
  467. checking for memmem... yes
  468. checking for mkfifo... yes
  469. checking for mknod... yes
  470. checking for mktime... yes
  471. checking for pipe2... yes
  472. checking for poll... yes
  473. checking for posix_fadvise... yes
  474. checking for posix_memalign... yes
  475. checking for ppoll... yes
  476. checking for pread... yes
  477. checking for qsort_r... yes
  478. checking for qsort_s... no
  479. checking for readlink... yes
  480. checking for round... yes
  481. checking for sched_getaffinity... yes
  482. checking for seekdir... yes
  483. checking for select_large_fdset... no
  484. checking for sendfile... yes
  485. checking for setegid... yes
  486. checking for setenv... yes
  487. checking for seteuid... yes
  488. checking for setgid... yes
  489. checking for setgroups... yes
  490. checking for setpgid... yes
  491. checking for setpgrp... yes
  492. checking for setregid... yes
  493. checking for setresgid... yes
  494. checking for setresuid... yes
  495. checking for setreuid... yes
  496. checking for setrgid... no
  497. checking for setrlimit... yes
  498. checking for setruid... no
  499. checking for setsid... yes
  500. checking for setuid... yes
  501. checking for shutdown... yes
  502. checking for sigaction... yes
  503. checking for sigaltstack... yes
  504. checking for sigprocmask... yes
  505. checking for sinh... yes
  506. checking for spawnv... no
  507. checking for symlink... yes
  508. checking for syscall... yes
  509. checking for sysconf... yes
  510. checking for tanh... yes
  511. checking for telldir... yes
  512. checking for timegm... yes
  513. checking for times... yes
  514. checking for truncate... yes
  515. checking for truncate64... yes
  516. checking for unsetenv... yes
  517. checking for utimensat... yes
  518. checking for utimes... yes
  519. checking for wait4... yes
  520. checking for waitpid... yes
  521. checking if getcwd allocates buffer if NULL is given... yes
  522. checking crypt.h usability... yes
  523. checking crypt.h presence... yes
  524. checking for crypt.h... yes
  525. checking for struct crypt_data.initialized... yes
  526. checking for __builtin_bswap16... yes
  527. checking for __builtin_bswap32... yes
  528. checking for __builtin_bswap64... yes
  529. checking for __builtin_popcount... yes
  530. checking for __builtin_popcountll... yes
  531. checking for __builtin_clz... yes
  532. checking for __builtin_clzl... yes
  533. checking for __builtin_clzll... yes
  534. checking for __builtin_ctz... yes
  535. checking for __builtin_ctzll... yes
  536. checking for __builtin_constant_p... yes
  537. checking for __builtin_choose_expr... yes
  538. checking for __builtin_choose_expr_constant_p... yes
  539. checking for __builtin_types_compatible_p... yes
  540. checking whether qsort_r is GNU version... yes
  541. checking whether qsort_r is BSD version... no
  542. checking whether atan2 handles Inf as C99... yes
  543. checking whether lgamma_r handles +0.0 and -0.0... yes
  544. checking for clock_getres... yes
  545. checking for unsetenv returns a value... yes
  546. checking whether struct tm is in sys/time.h or time.h... time.h
  547. checking for struct tm.tm_zone... yes
  548. checking for struct tm.tm_gmtoff... yes
  549. checking for external int daylight... yes
  550. checking for external timezone... long
  551. checking for external altzone... no
  552. checking for timezone... yes
  553. checking whether timezone requires zero arguments... yes
  554. checking for negative time_t for gmtime(3)... yes
  555. checking for localtime(3) overflow correctly... yes
  556. checking for sig_t... yes
  557. checking whether right shift preserve sign bit... yes
  558. checking whether _SC_CLK_TCK is supported... yes
  559. checking stack growing direction on x86_64... -1
  560. checking for pthread_kill in -lthr... no
  561. checking for pthread_kill in -lpthread... yes
  562. checking for pthread_np.h... no
  563. checking whether pthread_t is scalar type... yes
  564. checking for sched_yield... yes
  565. checking for pthread_attr_setinheritsched... yes
  566. checking for pthread_attr_get_np... no
  567. checking for pthread_attr_getstack... yes
  568. checking for pthread_get_stackaddr_np... no
  569. checking for pthread_get_stacksize_np... no
  570. checking for thr_stksegment... no
  571. checking for pthread_stackseg_np... no
  572. checking for pthread_getthrds_np... no
  573. checking for pthread_cond_init... yes
  574. checking for pthread_condattr_setclock... yes
  575. checking for pthread_condattr_init... yes
  576. checking for pthread_sigmask... yes
  577. checking for pthread_setname_np... yes
  578. checking for pthread_set_name_np... no
  579. checking for pthread_getattr_np... yes
  580. checking for pthread_attr_init... yes
  581. checking arguments of pthread_setname_np... (pthread_self(), name)
  582. checking if mcontext_t is a pointer... no
  583. checking for getcontext... yes
  584. checking for setcontext... yes
  585. checking if fork works with pthread... yes
  586. checking whether ELF binaries are produced... yes
  587. checking elf.h usability... yes
  588. checking elf.h presence... yes
  589. checking for elf.h... yes
  590. checking elf_abi.h usability... no
  591. checking elf_abi.h presence... no
  592. checking for elf_abi.h... no
  593. checking whether OS depend dynamic link works... yes
  594. checking whether -Wl,-R. is accepted as LDFLAGS... yes
  595. checking for backtrace... yes
  596. checking for broken backtrace... no
  597. checking valgrind/memcheck.h usability... no
  598. checking valgrind/memcheck.h presence... no
  599. checking for valgrind/memcheck.h... no
  600. checking for strip... strip
  601. checking whether -fPIE is accepted as CFLAGS... yes
  602. checking whether -pie is accepted as LDFLAGS... yes
  603. checking whether wrapper for LD_LIBRARY_PATH is needed... no
  604. checking whether dtrace USDT is available... no
  605. checking for __builtin_setjmp... yes with cast ()
  606. checking for _setjmpex as a macro or function... no
  607. checking for _setjmp as a macro or function... yes
  608. checking for sigsetjmp as a macro or function... no
  609. checking for setjmp type... __builtin_setjmp
  610. checking for prefix of external symbols... NONE
  611. checking pthread.h usability... yes
  612. checking pthread.h presence... yes
  613. checking for pthread.h... yes
  614. checking if make is GNU make... yes
  615. checking for nroff... /usr/bin/nroff
  616. .ext/include/x86_64-linux/ruby/config.h updated
  617. configure: ruby library version = 2.4.0
  618. configure: creating ./config.status
  619. config.status: creating GNUmakefile
  620. config.status: creating Makefile
  621. config.status: creating ruby-2.4.pc
  622. ---
  623. Configuration summary for ruby version 2.4.0
  624.  
  625. * Installation prefix: /home/xiaoming/.rbenv/versions/2.4.0
  626. * exec prefix: ${prefix}
  627. * arch: x86_64-linux
  628. * site arch: ${arch}
  629. * RUBY_BASE_NAME: ruby
  630. * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
  631. * site libraries path: ${rubylibprefix}/${sitearch}
  632. * vendor path: ${rubylibprefix}/vendor_ruby
  633. * target OS: linux
  634. * compiler: gcc
  635. * with pthread: yes
  636. * enable shared libs: no
  637. * dynamic library ext: so
  638. * CFLAGS: ${optflags} ${debugflags} ${warnflags}
  639. * LDFLAGS: -L. -L/home/xiaoming/.rbenv/versions/2.4.0/lib \
  640. -fstack-protector -rdynamic -Wl,-export-dynamic
  641. * optflags: -O3 -fno-fast-math
  642. * debugflags: -ggdb3
  643. * warnflags: -Wall -Wextra -Wno-unused-parameter \
  644. -Wno-parentheses -Wno-long-long \
  645. -Wno-missing-field-initializers \
  646. -Wno-tautological-compare \
  647. -Wno-parentheses-equality \
  648. -Wno-constant-logical-operand -Wno-self-assign \
  649. -Wunused-variable -Wimplicit-int -Wpointer-arith \
  650. -Wwrite-strings -Wdeclaration-after-statement \
  651. -Wimplicit-function-declaration \
  652. -Wdeprecated-declarations \
  653. -Wno-packed-bitfield-compat \
  654. -Wsuggest-attribute=noreturn \
  655. -Wsuggest-attribute=format \
  656. -Wno-maybe-uninitialized
  657. * strip command: strip -S -x
  658. * install doc: yes
  659. * man page type: doc
  660.  
  661. ---
  662. CC = gcc
  663. LD = ld
  664. LDSHARED = gcc -shared
  665. CFLAGS = -O3 -fno-fast-math -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 -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -std=gnu99
  666. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE
  667. CPPFLAGS = -I/home/xiaoming/.rbenv/versions/2.4.0/include -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/9.0.0
  668. DLDFLAGS = -L/home/xiaoming/.rbenv/versions/2.4.0/lib -Wl,--compress-debug-sections=zlib -fstack-protector -pie
  669. SOLIBS = -lgmp
  670. gcc (GCC) 6.3.1 20170306
  671. Copyright (C) 2016 Free Software Foundation, Inc.
  672. This is free software; see the source for copying conditions. There is NO
  673. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  674.  
  675. making dummy probes.h
  676. compiling main.c
  677. compiling dmydln.c
  678. compiling miniinit.c
  679. compiling dmyext.c
  680. compiling miniprelude.c
  681. compiling array.c
  682. compiling bignum.c
  683. compiling class.c
  684. compiling compar.c
  685. compiling compile.c
  686. compiling complex.c
  687. compiling cont.c
  688. compiling debug.c
  689. compiling dir.c
  690. compiling dln_find.c
  691. compiling encoding.c
  692. compiling enum.c
  693. compiling enumerator.c
  694. compiling error.c
  695. compiling eval.c
  696. compiling file.c
  697. compiling gc.c
  698. compiling hash.c
  699. compiling inits.c
  700. compiling io.c
  701. compiling iseq.c
  702. compiling load.c
  703. compiling marshal.c
  704. compiling math.c
  705. compiling node.c
  706. compiling numeric.c
  707. compiling object.c
  708. compiling pack.c
  709. compiling parse.c
  710. compiling proc.c
  711. compiling process.c
  712. compiling random.c
  713. compiling range.c
  714. compiling rational.c
  715. compiling re.c
  716. compiling regcomp.c
  717. compiling regenc.c
  718. compiling regerror.c
  719. compiling regexec.c
  720. compiling regparse.c
  721. compiling regsyntax.c
  722. compiling ruby.c
  723. compiling safe.c
  724. compiling signal.c
  725. compiling sprintf.c
  726. compiling st.c
  727. compiling strftime.c
  728. compiling string.c
  729. compiling struct.c
  730. compiling symbol.c
  731. compiling thread.c
  732. compiling time.c
  733. compiling transcode.c
  734. compiling util.c
  735. compiling variable.c
  736. compiling version.c
  737. compiling vm.c
  738. compiling vm_backtrace.c
  739. compiling vm_dump.c
  740. compiling vm_trace.c
  741. compiling ./missing/setproctitle.c
  742. compiling ./missing/strlcat.c
  743. compiling ./missing/strlcpy.c
  744. compiling addr2line.c
  745. compiling dmyenc.c
  746. compiling dln.c
  747. compiling localeinit.c
  748. compiling prelude.c
  749. compiling enc/ascii.c
  750. compiling enc/us_ascii.c
  751. compiling enc/unicode.c
  752. compiling enc/utf_8.c
  753. compiling enc/trans/newline.c
  754. linking miniruby
  755. generating encdb.h
  756. ./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
  757. rbconfig.rb updated
  758. generating enc.mk
  759. creating verconf.h
  760. encdb.h updated
  761. verconf.h updated
  762. compiling loadpath.c
  763. making srcs under enc
  764. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  765. make[1]: Nothing to be done for 'srcs'.
  766. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  767. generating transdb.h
  768. linking static-library libruby-static.a
  769. verifying static-library libruby-static.a
  770. transdb.h updated
  771. generating makefile exts.mk
  772. making enc
  773. making trans
  774. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  775. compiling ./enc/trans/transdb.c
  776. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  777. compiling ./enc/encdb.c
  778. configuring -test-/array/resize
  779. configuring -test-/bignum
  780. configuring -test-/bug-3571
  781. configuring -test-/bug-5832
  782. configuring -test-/bug_reporter
  783. configuring -test-/class
  784. configuring -test-/debug
  785. configuring -test-/dln/empty
  786. configuring -test-/exception
  787. configuring -test-/fatal
  788. linking transcoder transdb.so
  789. configuring -test-/file
  790. compiling ./enc/trans/big5.c
  791. linking encoding encdb.so
  792. compiling ./enc/big5.c
  793. linking encoding big5.so
  794. compiling ./enc/cp949.c
  795. linking encoding cp949.so
  796. compiling ./enc/emacs_mule.c
  797. linking encoding emacs_mule.so
  798. compiling ./enc/euc_jp.c
  799. linking encoding euc_jp.so
  800. compiling ./enc/euc_kr.c
  801. linking encoding euc_kr.so
  802. compiling ./enc/euc_tw.c
  803. configuring -test-/float
  804. configuring -test-/funcall
  805. configuring -test-/gvl/call_without_gvl
  806. configuring -test-/hash
  807. configuring -test-/integer
  808. configuring -test-/iseq_load
  809. configuring -test-/iter
  810. configuring -test-/load/dot.dot
  811. configuring -test-/marshal/compat
  812. configuring -test-/marshal/internal_ivar
  813. configuring -test-/marshal/usr
  814. configuring -test-/memory_status
  815. configuring -test-/method
  816. configuring -test-/notimplement
  817. configuring -test-/num2int
  818. configuring -test-/path_to_class
  819. configuring -test-/popen_deadlock
  820. configuring -test-/postponed_job
  821. configuring -test-/printf
  822. configuring -test-/proc
  823. configuring -test-/rational
  824. configuring -test-/recursion
  825. configuring -test-/st/foreach
  826. configuring -test-/st/numhash
  827. configuring -test-/st/update
  828. configuring -test-/string
  829. configuring -test-/struct
  830. configuring -test-/symbol
  831. linking encoding euc_tw.so
  832. compiling ./enc/gb2312.c
  833. linking encoding gb2312.so
  834. compiling ./enc/gb18030.c
  835. configuring -test-/time
  836. configuring -test-/tracepoint
  837. configuring -test-/typeddata
  838. configuring -test-/vm
  839. configuring -test-/wait_for_single_fd
  840. configuring bigdecimal
  841. linking encoding gb18030.so
  842. compiling ./enc/gbk.c
  843. linking encoding gbk.so
  844. compiling ./enc/iso_8859_1.c
  845. linking encoding iso_8859_1.so
  846. compiling ./enc/iso_8859_2.c
  847. linking encoding iso_8859_2.so
  848. compiling ./enc/iso_8859_3.c
  849. linking encoding iso_8859_3.so
  850. compiling ./enc/iso_8859_4.c
  851. linking transcoder big5.so
  852. linking encoding iso_8859_4.so
  853. compiling ./enc/iso_8859_5.c
  854. compiling ./enc/trans/chinese.c
  855. linking encoding iso_8859_5.so
  856. compiling ./enc/iso_8859_6.c
  857. linking encoding iso_8859_6.so
  858. compiling ./enc/iso_8859_7.c
  859. linking encoding iso_8859_7.so
  860. compiling ./enc/iso_8859_8.c
  861. linking encoding iso_8859_8.so
  862. compiling ./enc/iso_8859_9.c
  863. linking encoding iso_8859_9.so
  864. compiling ./enc/iso_8859_10.c
  865. linking encoding iso_8859_10.so
  866. linking transcoder chinese.so
  867. compiling ./enc/iso_8859_11.c
  868. compiling ./enc/trans/ebcdic.c
  869. linking encoding iso_8859_11.so
  870. compiling ./enc/iso_8859_13.c
  871. linking transcoder ebcdic.so
  872. compiling ./enc/trans/emoji.c
  873. linking encoding iso_8859_13.so
  874. compiling ./enc/iso_8859_14.c
  875. linking encoding iso_8859_14.so
  876. compiling ./enc/iso_8859_15.c
  877. linking transcoder emoji.so
  878. compiling ./enc/trans/emoji_iso2022_kddi.c
  879. linking encoding iso_8859_15.so
  880. compiling ./enc/iso_8859_16.c
  881. linking encoding iso_8859_16.so
  882. compiling ./enc/koi8_r.c
  883. linking encoding koi8_r.so
  884. compiling ./enc/koi8_u.c
  885. linking encoding koi8_u.so
  886. compiling ./enc/shift_jis.c
  887. linking transcoder emoji_iso2022_kddi.so
  888. compiling ./enc/trans/emoji_sjis_docomo.c
  889. linking encoding shift_jis.so
  890. compiling ./enc/utf_16be.c
  891. linking encoding utf_16be.so
  892. compiling ./enc/utf_16le.c
  893. linking encoding utf_16le.so
  894. compiling ./enc/utf_32be.c
  895. linking encoding utf_32be.so
  896. compiling ./enc/utf_32le.c
  897. linking transcoder emoji_sjis_docomo.so
  898. compiling ./enc/trans/emoji_sjis_kddi.c
  899. linking encoding utf_32le.so
  900. compiling ./enc/windows_31j.c
  901. configuring cgi/escape
  902. configuring continuation
  903. configuring coverage
  904. configuring date
  905. configuring dbm
  906. linking encoding windows_31j.so
  907. compiling ./enc/windows_1250.c
  908. linking encoding windows_1250.so
  909. compiling ./enc/windows_1251.c
  910. linking encoding windows_1251.so
  911. linking transcoder emoji_sjis_kddi.so
  912. compiling ./enc/windows_1252.c
  913. compiling ./enc/trans/emoji_sjis_softbank.c
  914. linking encoding windows_1252.so
  915. compiling ./enc/windows_1253.c
  916. linking encoding windows_1253.so
  917. compiling ./enc/windows_1254.c
  918. linking encoding windows_1254.so
  919. compiling ./enc/windows_1257.c
  920. linking transcoder emoji_sjis_softbank.so
  921. linking encoding windows_1257.so
  922. compiling ./enc/trans/escape.c
  923. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  924. linking transcoder escape.so
  925. compiling ./enc/trans/gb18030.c
  926. header: db.h
  927. library: db
  928. linking transcoder gb18030.so
  929. compiling ./enc/trans/gbk.c
  930. configuring digest
  931. configuring digest/bubblebabble
  932. configuring digest/md5
  933. linking transcoder gbk.so
  934. compiling ./enc/trans/iso2022.c
  935. configuring digest/rmd160
  936. linking transcoder iso2022.so
  937. compiling ./enc/trans/japanese.c
  938. linking transcoder japanese.so
  939. compiling ./enc/trans/japanese_euc.c
  940. configuring digest/sha1
  941. configuring digest/sha2
  942. linking transcoder japanese_euc.so
  943. compiling ./enc/trans/japanese_sjis.c
  944. configuring etc
  945. linking transcoder japanese_sjis.so
  946. compiling ./enc/trans/korean.c
  947. linking transcoder korean.so
  948. compiling ./enc/trans/single_byte.c
  949. configuring fcntl
  950. configuring fiber
  951. configuring fiddle
  952. linking transcoder single_byte.so
  953. compiling ./enc/trans/utf8_mac.c
  954. linking transcoder utf8_mac.so
  955. compiling ./enc/trans/utf_16_32.c
  956. configuring gdbm
  957. linking transcoder utf_16_32.so
  958. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  959. making encs
  960. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  961. make[1]: Nothing to be done for 'encs'.
  962. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  963. configuring io/console
  964. configuring io/nonblock
  965. configuring io/wait
  966. configuring json
  967. configuring json/generator
  968. configuring json/parser
  969. configuring mathn/complex
  970. configuring mathn/rational
  971. configuring nkf
  972. configuring objspace
  973. configuring openssl
  974. configuring pathname
  975. configuring psych
  976. configuring pty
  977. configuring racc/cparse
  978. configuring rbconfig/sizeof
  979. configuring readline
  980. configuring ripper
  981. configuring rubyvm
  982. configuring sdbm
  983. configuring socket
  984. configuring stringio
  985. configuring strscan
  986. configuring syslog
  987. configuring zlib
  988. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  989. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/array/resize'
  990. compiling resize.c
  991. linking shared-object -test-/array/resize.so
  992. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/array/resize'
  993. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bignum'
  994. compiling mul.c
  995. compiling str2big.c
  996. compiling big2str.c
  997. compiling intpack.c
  998. compiling init.c
  999. compiling div.c
  1000. compiling bigzero.c
  1001. linking shared-object -test-/bignum.so
  1002. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bignum'
  1003. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug-3571'
  1004. compiling bug.c
  1005. linking shared-object -test-/bug_3571.so
  1006. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug-3571'
  1007. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug-5832'
  1008. compiling bug.c
  1009. linking shared-object -test-/bug_5832.so
  1010. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug-5832'
  1011. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug_reporter'
  1012. compiling bug_reporter.c
  1013. linking shared-object -test-/bug_reporter.so
  1014. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/bug_reporter'
  1015. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/class'
  1016. compiling class2name.c
  1017. compiling init.c
  1018. linking shared-object -test-/class.so
  1019. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/class'
  1020. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/debug'
  1021. compiling profile_frames.c
  1022. compiling inspector.c
  1023. compiling init.c
  1024. linking shared-object -test-/debug.so
  1025. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/debug'
  1026. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/dln/empty'
  1027. compiling empty.c
  1028. linking shared-object -test-/dln/empty.so
  1029. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/dln/empty'
  1030. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/exception'
  1031. compiling enc_raise.c
  1032. compiling ensured.c
  1033. compiling init.c
  1034. compiling dataerror.c
  1035. linking shared-object -test-/exception.so
  1036. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/exception'
  1037. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/fatal'
  1038. compiling rb_fatal.c
  1039. linking shared-object -test-/fatal/rb_fatal.so
  1040. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/fatal'
  1041. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/file'
  1042. compiling stat.c
  1043. compiling fs.c
  1044. compiling init.c
  1045. linking shared-object -test-/file.so
  1046. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/file'
  1047. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/float'
  1048. compiling init.c
  1049. compiling nextafter.c
  1050. linking shared-object -test-/float.so
  1051. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/float'
  1052. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/funcall'
  1053. compiling passing_block.c
  1054. linking shared-object -test-/funcall.so
  1055. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/funcall'
  1056. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/gvl/call_without_gvl'
  1057. compiling call_without_gvl.c
  1058. linking shared-object -test-/gvl/call_without_gvl.so
  1059. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/gvl/call_without_gvl'
  1060. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/hash'
  1061. compiling init.c
  1062. compiling delete.c
  1063. linking shared-object -test-/hash.so
  1064. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/hash'
  1065. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/integer'
  1066. compiling core_ext.c
  1067. compiling init.c
  1068. compiling my_integer.c
  1069. linking shared-object -test-/integer.so
  1070. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/integer'
  1071. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/iseq_load'
  1072. compiling iseq_load.c
  1073. linking shared-object -test-/iseq_load.so
  1074. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/iseq_load'
  1075. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/iter'
  1076. compiling yield.c
  1077. compiling break.c
  1078. compiling init.c
  1079. linking shared-object -test-/iter.so
  1080. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/iter'
  1081. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/load/dot.dot'
  1082. compiling dot.dot.c
  1083. linking shared-object -test-/load/dot.dot.so
  1084. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/load/dot.dot'
  1085. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/compat'
  1086. compiling usrcompat.c
  1087. linking shared-object -test-/marshal/compat.so
  1088. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/compat'
  1089. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/internal_ivar'
  1090. compiling internal_ivar.c
  1091. linking shared-object -test-/marshal/internal_ivar.so
  1092. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/internal_ivar'
  1093. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/usr'
  1094. compiling usrmarshal.c
  1095. linking shared-object -test-/marshal/usr.so
  1096. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/marshal/usr'
  1097. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/method'
  1098. compiling arity.c
  1099. compiling init.c
  1100. linking shared-object -test-/method.so
  1101. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/method'
  1102. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/notimplement'
  1103. compiling bug.c
  1104. linking shared-object -test-/notimplement.so
  1105. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/notimplement'
  1106. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/num2int'
  1107. compiling num2int.c
  1108. linking shared-object -test-/num2int.so
  1109. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/num2int'
  1110. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/path_to_class'
  1111. compiling path_to_class.c
  1112. linking shared-object -test-/path_to_class.so
  1113. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/path_to_class'
  1114. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/popen_deadlock'
  1115. compiling infinite_loop_dlsym.c
  1116. linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
  1117. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/popen_deadlock'
  1118. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/postponed_job'
  1119. compiling postponed_job.c
  1120. linking shared-object -test-/postponed_job.so
  1121. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/postponed_job'
  1122. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/printf'
  1123. compiling printf.c
  1124. linking shared-object -test-/printf.so
  1125. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/printf'
  1126. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/proc'
  1127. compiling super.c
  1128. compiling receiver.c
  1129. compiling init.c
  1130. linking shared-object -test-/proc.so
  1131. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/proc'
  1132. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/rational'
  1133. compiling rat.c
  1134. linking shared-object -test-/rational.so
  1135. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/rational'
  1136. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/recursion'
  1137. compiling recursion.c
  1138. linking shared-object -test-/recursion.so
  1139. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/recursion'
  1140. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/foreach'
  1141. compiling foreach.c
  1142. linking shared-object -test-/st/foreach.so
  1143. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/foreach'
  1144. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/numhash'
  1145. compiling numhash.c
  1146. linking shared-object -test-/st/numhash.so
  1147. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/numhash'
  1148. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/update'
  1149. compiling update.c
  1150. linking shared-object -test-/st/update.so
  1151. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/st/update'
  1152. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/string'
  1153. compiling modify.c
  1154. compiling coderange.c
  1155. compiling init.c
  1156. compiling normalize.c
  1157. compiling enc_str_buf_cat.c
  1158. compiling enc_associate.c
  1159. compiling ellipsize.c
  1160. compiling nofree.c
  1161. compiling capacity.c
  1162. compiling fstring.c
  1163. compiling cstr.c
  1164. compiling set_len.c
  1165. compiling qsort.c
  1166. linking shared-object -test-/string.so
  1167. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/string'
  1168. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/struct'
  1169. compiling init.c
  1170. compiling duplicate.c
  1171. compiling member.c
  1172. linking shared-object -test-/struct.so
  1173. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/struct'
  1174. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/symbol'
  1175. compiling init.c
  1176. compiling type.c
  1177. linking shared-object -test-/symbol.so
  1178. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/symbol'
  1179. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/time'
  1180. compiling new.c
  1181. compiling init.c
  1182. linking shared-object -test-/time.so
  1183. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/time'
  1184. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/tracepoint'
  1185. compiling gc_hook.c
  1186. compiling tracepoint.c
  1187. linking shared-object -test-/tracepoint.so
  1188. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/tracepoint'
  1189. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/typeddata'
  1190. compiling typeddata.c
  1191. linking shared-object -test-/typeddata.so
  1192. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/typeddata'
  1193. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/vm'
  1194. compiling at_exit.c
  1195. linking shared-object -test-/vm/at_exit.so
  1196. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/vm'
  1197. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/wait_for_single_fd'
  1198. compiling wait_for_single_fd.c
  1199. linking shared-object -test-/wait_for_single_fd.so
  1200. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/-test-/wait_for_single_fd'
  1201. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/bigdecimal'
  1202. compiling bigdecimal.c
  1203. linking shared-object bigdecimal.so
  1204. installing default bigdecimal libraries
  1205. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/bigdecimal'
  1206. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/cgi/escape'
  1207. compiling escape.c
  1208. linking shared-object cgi/escape.so
  1209. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/cgi/escape'
  1210. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/continuation'
  1211. compiling continuation.c
  1212. linking shared-object continuation.so
  1213. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/continuation'
  1214. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/coverage'
  1215. compiling coverage.c
  1216. linking shared-object coverage.so
  1217. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/coverage'
  1218. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/date'
  1219. compiling date_core.c
  1220. compiling date_parse.c
  1221. compiling date_strftime.c
  1222. compiling date_strptime.c
  1223. linking shared-object date_core.so
  1224. installing default date_core libraries
  1225. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/date'
  1226. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/dbm'
  1227. compiling dbm.c
  1228. linking shared-object dbm.so
  1229. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/dbm'
  1230. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest'
  1231. compiling digest.c
  1232. linking shared-object digest.so
  1233. installing digest libraries
  1234. installing default digest libraries
  1235. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest'
  1236. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/bubblebabble'
  1237. compiling bubblebabble.c
  1238. linking shared-object digest/bubblebabble.so
  1239. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/bubblebabble'
  1240. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/md5'
  1241. compiling md5init.c
  1242. linking shared-object digest/md5.so
  1243. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/md5'
  1244. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/rmd160'
  1245. compiling rmd160init.c
  1246. linking shared-object digest/rmd160.so
  1247. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/rmd160'
  1248. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha1'
  1249. compiling sha1init.c
  1250. linking shared-object digest/sha1.so
  1251. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha1'
  1252. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha2'
  1253. compiling sha2init.c
  1254. linking shared-object digest/sha2.so
  1255. installing default sha2 libraries
  1256. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha2'
  1257. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/etc'
  1258. generating constant definitions
  1259. compiling etc.c
  1260. linking shared-object etc.so
  1261. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/etc'
  1262. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fcntl'
  1263. compiling fcntl.c
  1264. linking shared-object fcntl.so
  1265. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fcntl'
  1266. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiber'
  1267. compiling fiber.c
  1268. linking shared-object fiber.so
  1269. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiber'
  1270. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiddle'
  1271. compiling closure.c
  1272. compiling conversions.c
  1273. compiling fiddle.c
  1274. compiling function.c
  1275. compiling handle.c
  1276. compiling pointer.c
  1277. linking shared-object fiddle.so
  1278. installing default fiddle libraries
  1279. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiddle'
  1280. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/gdbm'
  1281. compiling gdbm.c
  1282. linking shared-object gdbm.so
  1283. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/gdbm'
  1284. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/console'
  1285. compiling console.c
  1286. linking shared-object io/console.so
  1287. installing default console libraries
  1288. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/console'
  1289. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/nonblock'
  1290. compiling nonblock.c
  1291. linking shared-object io/nonblock.so
  1292. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/nonblock'
  1293. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/wait'
  1294. compiling wait.c
  1295. linking shared-object io/wait.so
  1296. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/wait'
  1297. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json'
  1298. installing default libraries
  1299. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json'
  1300. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json/generator'
  1301. compiling generator.c
  1302. linking shared-object json/ext/generator.so
  1303. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json/generator'
  1304. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json/parser'
  1305. compiling parser.c
  1306. linking shared-object json/ext/parser.so
  1307. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json/parser'
  1308. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/mathn/complex'
  1309. compiling complex.c
  1310. linking shared-object mathn/complex.so
  1311. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/mathn/complex'
  1312. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/mathn/rational'
  1313. compiling rational.c
  1314. linking shared-object mathn/rational.so
  1315. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/mathn/rational'
  1316. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/nkf'
  1317. compiling nkf.c
  1318. linking shared-object nkf.so
  1319. installing default nkf libraries
  1320. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/nkf'
  1321. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/objspace'
  1322. compiling object_tracing.c
  1323. compiling objspace.c
  1324. compiling objspace_dump.c
  1325. linking shared-object objspace.so
  1326. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/objspace'
  1327. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/openssl'
  1328. compiling openssl_missing.c
  1329. compiling ossl.c
  1330. compiling ossl_asn1.c
  1331. compiling ossl_bio.c
  1332. compiling ossl_bn.c
  1333. compiling ossl_cipher.c
  1334. compiling ossl_config.c
  1335. compiling ossl_digest.c
  1336. compiling ossl_engine.c
  1337. compiling ossl_hmac.c
  1338. compiling ossl_ns_spki.c
  1339. compiling ossl_ocsp.c
  1340. compiling ossl_pkcs12.c
  1341. compiling ossl_pkcs5.c
  1342. compiling ossl_pkcs7.c
  1343. compiling ossl_pkey.c
  1344. compiling ossl_pkey_dh.c
  1345. compiling ossl_pkey_dsa.c
  1346. compiling ossl_pkey_ec.c
  1347. compiling ossl_pkey_rsa.c
  1348. compiling ossl_rand.c
  1349. compiling ossl_ssl.c
  1350. compiling ossl_ssl_session.c
  1351. compiling ossl_x509.c
  1352. compiling ossl_x509attr.c
  1353. compiling ossl_x509cert.c
  1354. compiling ossl_x509crl.c
  1355. compiling ossl_x509ext.c
  1356. compiling ossl_x509name.c
  1357. compiling ossl_x509req.c
  1358. compiling ossl_x509revoked.c
  1359. compiling ossl_x509store.c
  1360. linking shared-object openssl.so
  1361. installing default openssl libraries
  1362. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/openssl'
  1363. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pathname'
  1364. compiling pathname.c
  1365. linking shared-object pathname.so
  1366. installing default pathname libraries
  1367. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pathname'
  1368. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/psych'
  1369. compiling psych.c
  1370. compiling psych_emitter.c
  1371. compiling psych_parser.c
  1372. compiling psych_to_ruby.c
  1373. compiling psych_yaml_tree.c
  1374. linking shared-object psych.so
  1375. installing default psych libraries
  1376. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/psych'
  1377. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pty'
  1378. compiling pty.c
  1379. linking shared-object pty.so
  1380. installing default pty libraries
  1381. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pty'
  1382. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/racc/cparse'
  1383. compiling cparse.c
  1384. linking shared-object racc/cparse.so
  1385. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/racc/cparse'
  1386. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rbconfig/sizeof'
  1387. compiling sizes.c
  1388. linking shared-object rbconfig/sizeof.so
  1389. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rbconfig/sizeof'
  1390. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/readline'
  1391. compiling readline.c
  1392. linking shared-object readline.so
  1393. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/readline'
  1394. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/ripper'
  1395. compiling ripper.c
  1396. linking shared-object ripper.so
  1397. installing default ripper libraries
  1398. checking ../.././parse.y and ../.././ext/ripper/eventids2.c
  1399. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/ripper'
  1400. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rubyvm'
  1401. installing default libraries
  1402. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rubyvm'
  1403. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/sdbm'
  1404. compiling _sdbm.c
  1405. compiling init.c
  1406. linking shared-object sdbm.so
  1407. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/sdbm'
  1408. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/socket'
  1409. compiling init.c
  1410. compiling constants.c
  1411. compiling basicsocket.c
  1412. compiling socket.c
  1413. compiling ipsocket.c
  1414. compiling tcpsocket.c
  1415. compiling tcpserver.c
  1416. compiling sockssocket.c
  1417. compiling udpsocket.c
  1418. compiling unixsocket.c
  1419. compiling unixserver.c
  1420. compiling option.c
  1421. compiling ancdata.c
  1422. compiling raddrinfo.c
  1423. compiling ifaddr.c
  1424. linking shared-object socket.so
  1425. installing default socket libraries
  1426. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/socket'
  1427. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/stringio'
  1428. compiling stringio.c
  1429. linking shared-object stringio.so
  1430. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/stringio'
  1431. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/strscan'
  1432. compiling strscan.c
  1433. linking shared-object strscan.so
  1434. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/strscan'
  1435. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/syslog'
  1436. compiling syslog.c
  1437. linking shared-object syslog.so
  1438. installing default syslog libraries
  1439. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/syslog'
  1440. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/zlib'
  1441. compiling zlib.c
  1442. linking shared-object zlib.so
  1443. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/zlib'
  1444. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  1445. linking ruby
  1446. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  1447. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  1448. Generating RDoc documentation
  1449. Parsing sources...
  1450. 0% [ 1/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-0.06_to_0.52
  1451. 0% [ 2/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-0.50_to_0.60
  1452. 0% [ 3/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-0.60_to_1.1
  1453. 0% [ 4/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-1.8.0
  1454. 0% [ 5/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-1.9.3
  1455. 0% [ 6/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2.0.0
  1456. 0% [ 7/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2.1.0
  1457. 0% [ 8/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2.2.0
  1458. 1% [ 9/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2.3.0
  1459. 1% [10/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2.4.0
  1460. 1% [11/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-2016
  1461. 1% [12/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/ChangeLog-YARV
  1462. 1% [13/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-1.8.7
  1463. 1% [14/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-1.9.1
  1464. 1% [15/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-1.9.2
  1465. 1% [16/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-1.9.3
  1466. 1% [17/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-2.0.0
  1467. 2% [18/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-2.1.0
  1468. 2% [19/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-2.2.0
  1469. 2% [20/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/NEWS-2.3.0
  1470. 2% [21/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/contributing.rdoc
  1471. 2% [22/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/contributors.rdoc
  1472. 2% [23/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/dtrace_probes.rdoc
  1473. 2% [24/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/extension.ja.rdoc
  1474. 2% [25/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/extension.rdoc
  1475. 2% [26/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/globals.rdoc
  1476. 3% [27/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/keywords.rdoc
  1477. 3% [28/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/maintainers.rdoc
  1478. 3% [29/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/marshal.rdoc
  1479. 3% [30/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/regexp.rdoc
  1480. 3% [31/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/security.rdoc
  1481. 3% [32/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/standard_library.rdoc
  1482. 3% [33/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax.rdoc
  1483. 3% [34/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/assignment.rdoc
  1484. 3% [35/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/calling_methods.rdoc
  1485. 4% [36/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/control_expressions.rdoc
  1486. 4% [37/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/exceptions.rdoc
  1487. 4% [38/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/literals.rdoc
  1488. 4% [39/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/methods.rdoc
  1489. 4% [40/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/miscellaneous.rdoc
  1490. 4% [41/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/modules_and_classes.rdoc
  1491. 4% [42/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/precedence.rdoc
  1492. 4% [43/889] /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/doc/syntax/refinements.rdoc
  1493. 4% [44/889] ChangeLog
  1494. 5% [45/889] NEWS
  1495. 5% [46/889] README.ja.md
  1496. 5% [47/889] README.md
  1497. 5% [48/889] addr2line.c
  1498. 5% [49/889] array.c
  1499. 5% [50/889] bignum.c
  1500. 5% [51/889] class.c
  1501. 5% [52/889] compar.c
  1502. 5% [53/889] compile.c
  1503. 6% [54/889] complex.c
  1504. 6% [55/889] cont.c
  1505. 6% [56/889] debug.c
  1506. 6% [57/889] dir.c
  1507. 6% [58/889] dln.c
  1508. 6% [59/889] dln_find.c
  1509. 6% [60/889] dmydln.c
  1510. 6% [61/889] dmyenc.c
  1511. 6% [62/889] dmyext.c
  1512. 7% [63/889] doc/ChangeLog-0.06_to_0.52
  1513. 7% [64/889] doc/ChangeLog-0.50_to_0.60
  1514. 7% [65/889] doc/ChangeLog-0.60_to_1.1
  1515. 7% [66/889] doc/ChangeLog-1.8.0
  1516. 7% [67/889] doc/ChangeLog-1.9.3
  1517. 7% [68/889] doc/ChangeLog-2.0.0
  1518. 7% [69/889] doc/ChangeLog-2.1.0
  1519. 7% [70/889] doc/ChangeLog-2.2.0
  1520. 7% [71/889] doc/ChangeLog-2.3.0
  1521. 8% [72/889] doc/ChangeLog-2.4.0
  1522. 8% [73/889] doc/ChangeLog-2016
  1523. 8% [74/889] doc/ChangeLog-YARV
  1524. 8% [75/889] doc/NEWS-1.8.7
  1525. 8% [76/889] doc/NEWS-1.9.1
  1526. 8% [77/889] doc/NEWS-1.9.2
  1527. 8% [78/889] doc/NEWS-1.9.3
  1528. 8% [79/889] doc/NEWS-2.0.0
  1529. 8% [80/889] doc/NEWS-2.1.0
  1530. 9% [81/889] doc/NEWS-2.2.0
  1531. 9% [82/889] doc/NEWS-2.3.0
  1532. 9% [83/889] doc/contributing.rdoc
  1533. 9% [84/889] doc/contributors.rdoc
  1534. 9% [85/889] doc/dtrace_probes.rdoc
  1535. 9% [86/889] doc/extension.ja.rdoc
  1536. 9% [87/889] doc/extension.rdoc
  1537. 9% [88/889] doc/globals.rdoc
  1538. 10% [89/889] doc/keywords.rdoc
  1539. 10% [90/889] doc/maintainers.rdoc
  1540. 10% [91/889] doc/marshal.rdoc
  1541. 10% [92/889] doc/regexp.rdoc
  1542. 10% [93/889] doc/security.rdoc
  1543. 10% [94/889] doc/standard_library.rdoc
  1544. 10% [95/889] doc/syntax.rdoc
  1545. 10% [96/889] doc/syntax/assignment.rdoc
  1546. 10% [97/889] doc/syntax/calling_methods.rdoc
  1547. 11% [98/889] doc/syntax/control_expressions.rdoc
  1548. 11% [99/889] doc/syntax/exceptions.rdoc
  1549. 11% [100/889] doc/syntax/literals.rdoc
  1550. 11% [101/889] doc/syntax/methods.rdoc
  1551. 11% [102/889] doc/syntax/miscellaneous.rdoc
  1552. 11% [103/889] doc/syntax/modules_and_classes.rdoc
  1553. 11% [104/889] doc/syntax/precedence.rdoc
  1554. 11% [105/889] doc/syntax/refinements.rdoc
  1555. 11% [106/889] encoding.c
  1556. 12% [107/889] enum.c
  1557. 12% [108/889] enumerator.c
  1558. 12% [109/889] error.c
  1559. 12% [110/889] eval.c
  1560. 12% [111/889] eval_error.c
  1561. 12% [112/889] eval_jump.c
  1562. 12% [113/889] ext/bigdecimal/bigdecimal.c
  1563. 12% [114/889] ext/bigdecimal/lib/bigdecimal/jacobian.rb
  1564. 12% [115/889] ext/bigdecimal/lib/bigdecimal/ludcmp.rb
  1565. 13% [116/889] ext/bigdecimal/lib/bigdecimal/math.rb
  1566. 13% [117/889] ext/bigdecimal/lib/bigdecimal/newton.rb
  1567. 13% [118/889] ext/bigdecimal/lib/bigdecimal/util.rb
  1568. 13% [119/889] ext/continuation/continuation.c
  1569. 13% [120/889] ext/coverage/coverage.c
  1570. 13% [121/889] ext/date/date_core.c
  1571. 13% [122/889] ext/dbm/dbm.c
  1572. 13% [123/889] ext/digest/bubblebabble/bubblebabble.c
  1573. 13% [124/889] ext/digest/digest.c
  1574. 14% [125/889] ext/digest/lib/digest.rb
  1575. 14% [126/889] ext/digest/md5/md5init.c
  1576. 14% [127/889] ext/digest/rmd160/rmd160init.c
  1577. 14% [128/889] ext/digest/sha1/sha1init.c
  1578. 14% [129/889] ext/digest/sha2/sha2init.c
  1579. 14% [130/889] ext/etc/etc.c
  1580. 14% [131/889] ext/fcntl/fcntl.c
  1581. 14% [132/889] ext/fiber/fiber.c
  1582. 14% [133/889] ext/fiddle/closure.c
  1583. 15% [134/889] ext/fiddle/conversions.c
  1584. 15% [135/889] ext/fiddle/fiddle.c
  1585. 15% [136/889] ext/fiddle/function.c
  1586. 15% [137/889] ext/fiddle/handle.c
  1587. 15% [138/889] ext/fiddle/lib/fiddle.rb
  1588. 15% [139/889] ext/fiddle/lib/fiddle/closure.rb
  1589. 15% [140/889] ext/fiddle/lib/fiddle/cparser.rb
  1590. 15% [141/889] ext/fiddle/lib/fiddle/function.rb
  1591. 15% [142/889] ext/fiddle/lib/fiddle/import.rb
  1592. 16% [143/889] ext/fiddle/lib/fiddle/pack.rb
  1593. 16% [144/889] ext/fiddle/lib/fiddle/struct.rb
  1594. 16% [145/889] ext/fiddle/lib/fiddle/types.rb
  1595. 16% [146/889] ext/fiddle/lib/fiddle/value.rb
  1596. 16% [147/889] ext/fiddle/pointer.c
  1597. 16% [148/889] ext/gdbm/gdbm.c
  1598. 16% [149/889] ext/io/console/console.c
  1599. 16% [150/889] ext/io/nonblock/nonblock.c
  1600. 16% [151/889] ext/io/wait/wait.c
  1601. 17% [152/889] ext/json/lib/json.rb
  1602. 17% [153/889] ext/json/lib/json/add/bigdecimal.rb
  1603. 17% [154/889] ext/json/lib/json/add/complex.rb
  1604. 17% [155/889] ext/json/lib/json/add/core.rb
  1605. 17% [156/889] ext/json/lib/json/add/date.rb
  1606. 17% [157/889] ext/json/lib/json/add/date_time.rb
  1607. 17% [158/889] ext/json/lib/json/add/exception.rb
  1608. 17% [159/889] ext/json/lib/json/add/ostruct.rb
  1609. 17% [160/889] ext/json/lib/json/add/range.rb
  1610. 18% [161/889] ext/json/lib/json/add/rational.rb
  1611. 18% [162/889] ext/json/lib/json/add/regexp.rb
  1612. 18% [163/889] ext/json/lib/json/add/struct.rb
  1613. 18% [164/889] ext/json/lib/json/add/symbol.rb
  1614. 18% [165/889] ext/json/lib/json/add/time.rb
  1615. 18% [166/889] ext/json/lib/json/common.rb
  1616. 18% [167/889] ext/json/lib/json/ext.rb
  1617. 18% [168/889] ext/json/lib/json/generic_object.rb
  1618. 19% [169/889] ext/json/lib/json/version.rb
  1619. 19% [170/889] ext/mathn/complex/complex.c
  1620. 19% [171/889] ext/mathn/rational/rational.c
  1621. 19% [172/889] ext/nkf/lib/kconv.rb
  1622. 19% [173/889] ext/nkf/nkf.c
  1623. 19% [174/889] ext/objspace/object_tracing.c
  1624. 19% [175/889] ext/objspace/objspace.c
  1625. 19% [176/889] ext/objspace/objspace_dump.c
  1626. 19% [177/889] ext/openssl/lib/openssl.rb
  1627. 20% [178/889] ext/openssl/lib/openssl/bn.rb
  1628. 20% [179/889] ext/openssl/lib/openssl/buffering.rb
  1629. 20% [180/889] ext/openssl/lib/openssl/cipher.rb
  1630. 20% [181/889] ext/openssl/lib/openssl/config.rb
  1631. 20% [182/889] ext/openssl/lib/openssl/digest.rb
  1632. 20% [183/889] ext/openssl/lib/openssl/pkey.rb
  1633. 20% [184/889] ext/openssl/lib/openssl/ssl.rb
  1634. 20% [185/889] ext/openssl/lib/openssl/x509.rb
  1635. 20% [186/889] ext/openssl/ossl.c
  1636. 21% [187/889] ext/openssl/ossl_asn1.c
  1637. 21% [188/889] ext/openssl/ossl_bio.c
  1638. 21% [189/889] ext/openssl/ossl_bn.c
  1639. 21% [190/889] ext/openssl/ossl_cipher.c
  1640. 21% [191/889] ext/openssl/ossl_config.c
  1641. 21% [192/889] ext/openssl/ossl_digest.c
  1642. 21% [193/889] ext/openssl/ossl_engine.c
  1643. 21% [194/889] ext/openssl/ossl_hmac.c
  1644. 21% [195/889] ext/openssl/ossl_ns_spki.c
  1645. 22% [196/889] ext/openssl/ossl_ocsp.c
  1646. 22% [197/889] ext/openssl/ossl_pkcs12.c
  1647. 22% [198/889] ext/openssl/ossl_pkcs5.c
  1648. 22% [199/889] ext/openssl/ossl_pkcs7.c
  1649. 22% [200/889] ext/openssl/ossl_pkey.c
  1650. 22% [201/889] ext/openssl/ossl_pkey_dh.c
  1651. 22% [202/889] ext/openssl/ossl_pkey_dsa.c
  1652. 22% [203/889] ext/openssl/ossl_pkey_ec.c
  1653. 22% [204/889] ext/openssl/ossl_pkey_rsa.c
  1654. 23% [205/889] ext/openssl/ossl_rand.c
  1655. 23% [206/889] ext/openssl/ossl_ssl.c
  1656. 23% [207/889] ext/openssl/ossl_ssl_session.c
  1657. 23% [208/889] ext/openssl/ossl_x509.c
  1658. 23% [209/889] ext/openssl/ossl_x509attr.c
  1659. 23% [210/889] ext/openssl/ossl_x509cert.c
  1660. 23% [211/889] ext/openssl/ossl_x509crl.c
  1661. 23% [212/889] ext/openssl/ossl_x509ext.c
  1662. 23% [213/889] ext/openssl/ossl_x509name.c
  1663. 24% [214/889] ext/openssl/ossl_x509req.c
  1664. 24% [215/889] ext/openssl/ossl_x509revoked.c
  1665. 24% [216/889] ext/openssl/ossl_x509store.c
  1666. 24% [217/889] ext/pathname/lib/pathname.rb
  1667. 24% [218/889] ext/pathname/pathname.c
  1668. 24% [219/889] ext/psych/lib/psych.rb
  1669. 24% [220/889] ext/psych/lib/psych/class_loader.rb
  1670. 24% [221/889] ext/psych/lib/psych/coder.rb
  1671. 24% [222/889] ext/psych/lib/psych/core_ext.rb
  1672. 25% [223/889] ext/psych/lib/psych/deprecated.rb
  1673. 25% [224/889] ext/psych/lib/psych/exception.rb
  1674. 25% [225/889] ext/psych/lib/psych/handler.rb
  1675. 25% [226/889] ext/psych/lib/psych/handlers/document_stream.rb
  1676. 25% [227/889] ext/psych/lib/psych/handlers/recorder.rb
  1677. 25% [228/889] ext/psych/lib/psych/json/ruby_events.rb
  1678. 25% [229/889] ext/psych/lib/psych/json/stream.rb
  1679. 25% [230/889] ext/psych/lib/psych/json/tree_builder.rb
  1680. 25% [231/889] ext/psych/lib/psych/json/yaml_events.rb
  1681. 26% [232/889] ext/psych/lib/psych/nodes.rb
  1682. 26% [233/889] ext/psych/lib/psych/nodes/alias.rb
  1683. 26% [234/889] ext/psych/lib/psych/nodes/document.rb
  1684. 26% [235/889] ext/psych/lib/psych/nodes/mapping.rb
  1685. 26% [236/889] ext/psych/lib/psych/nodes/node.rb
  1686. 26% [237/889] ext/psych/lib/psych/nodes/scalar.rb
  1687. 26% [238/889] ext/psych/lib/psych/nodes/sequence.rb
  1688. 26% [239/889] ext/psych/lib/psych/nodes/stream.rb
  1689. 26% [240/889] ext/psych/lib/psych/omap.rb
  1690. 27% [241/889] ext/psych/lib/psych/parser.rb
  1691. 27% [242/889] ext/psych/lib/psych/scalar_scanner.rb
  1692. 27% [243/889] ext/psych/lib/psych/set.rb
  1693. 27% [244/889] ext/psych/lib/psych/stream.rb
  1694. 27% [245/889] ext/psych/lib/psych/streaming.rb
  1695. 27% [246/889] ext/psych/lib/psych/syntax_error.rb
  1696. 27% [247/889] ext/psych/lib/psych/tree_builder.rb
  1697. 27% [248/889] ext/psych/lib/psych/versions.rb
  1698. 28% [249/889] ext/psych/lib/psych/visitors.rb
  1699. 28% [250/889] ext/psych/lib/psych/visitors/depth_first.rb
  1700. 28% [251/889] ext/psych/lib/psych/visitors/emitter.rb
  1701. 28% [252/889] ext/psych/lib/psych/visitors/json_tree.rb
  1702. 28% [253/889] ext/psych/lib/psych/visitors/to_ruby.rb
  1703. 28% [254/889] ext/psych/lib/psych/visitors/visitor.rb
  1704. 28% [255/889] ext/psych/lib/psych/visitors/yaml_tree.rb
  1705. 28% [256/889] ext/psych/lib/psych/y.rb
  1706. 28% [257/889] ext/psych/psych.c
  1707. 29% [258/889] ext/pty/lib/expect.rb
  1708. 29% [259/889] ext/pty/pty.c
  1709. 29% [260/889] ext/racc/cparse/cparse.c
  1710. 29% [261/889] ext/readline/readline.c
  1711. 29% [262/889] ext/ripper/lib/ripper.rb
  1712. 29% [263/889] ext/ripper/lib/ripper/core.rb
  1713. 29% [264/889] ext/ripper/lib/ripper/filter.rb
  1714. 29% [265/889] ext/ripper/lib/ripper/lexer.rb
  1715. 29% [266/889] ext/ripper/lib/ripper/sexp.rb
  1716. 30% [267/889] ext/ripper/ripper.c
  1717. 30% [268/889] ext/sdbm/init.c
  1718. 30% [269/889] ext/socket/ancdata.c
  1719. 30% [270/889] ext/socket/basicsocket.c
  1720. 30% [271/889] ext/socket/constants.c
  1721. 30% [272/889] ext/socket/constdefs.c
  1722. 30% [273/889] ext/socket/ifaddr.c
  1723. 30% [274/889] ext/socket/init.c
  1724. 30% [275/889] ext/socket/ipsocket.c
  1725. 31% [276/889] ext/socket/lib/socket.rb
  1726. 31% [277/889] ext/socket/option.c
  1727. 31% [278/889] ext/socket/raddrinfo.c
  1728. 31% [279/889] ext/socket/socket.c
  1729. 31% [280/889] ext/socket/sockssocket.c
  1730. 31% [281/889] ext/socket/tcpserver.c
  1731. 31% [282/889] ext/socket/tcpsocket.c
  1732. 31% [283/889] ext/socket/udpsocket.c
  1733. 31% [284/889] ext/socket/unixserver.c
  1734. 32% [285/889] ext/socket/unixsocket.c
  1735. 32% [286/889] ext/stringio/stringio.c
  1736. 32% [287/889] ext/strscan/strscan.c
  1737. 32% [288/889] ext/syslog/lib/syslog/logger.rb
  1738. 32% [289/889] ext/syslog/syslog.c
  1739. 32% [290/889] ext/win32ole/lib/win32ole/property.rb
  1740. 32% [291/889] ext/win32ole/win32ole.c
  1741. 32% [292/889] ext/win32ole/win32ole_error.c
  1742. 32% [293/889] ext/win32ole/win32ole_event.c
  1743. 33% [294/889] ext/win32ole/win32ole_method.c
  1744. 33% [295/889] ext/win32ole/win32ole_param.c
  1745. 33% [296/889] ext/win32ole/win32ole_record.c
  1746. 33% [297/889] ext/win32ole/win32ole_type.c
  1747. 33% [298/889] ext/win32ole/win32ole_typelib.c
  1748. 33% [299/889] ext/win32ole/win32ole_variable.c
  1749. 33% [300/889] ext/win32ole/win32ole_variant.c
  1750. 33% [301/889] ext/win32ole/win32ole_variant_m.c
  1751. 33% [302/889] ext/zlib/zlib.c
  1752. 34% [303/889] file.c
  1753. 34% [304/889] gc.c
  1754. 34% [305/889] golf_prelude.c
  1755. 34% [306/889] goruby.c
  1756. 34% [307/889] hash.c
  1757. 34% [308/889] id.c
  1758. 34% [309/889] id_table.c
  1759. 34% [310/889] inits.c
  1760. 34% [311/889] io.c
  1761. 35% [312/889] iseq.c
  1762. 35% [313/889] lex.c
  1763. 35% [314/889] lib/English.rb
  1764. 35% [315/889] lib/abbrev.rb
  1765. 35% [316/889] lib/base64.rb
  1766. 35% [317/889] lib/benchmark.rb
  1767. 35% [318/889] lib/cgi.rb
  1768. 35% [319/889] lib/cgi/cookie.rb
  1769. 35% [320/889] lib/cgi/core.rb
  1770. 36% [321/889] lib/cgi/html.rb
  1771. 36% [322/889] lib/cgi/session.rb
  1772. 36% [323/889] lib/cgi/session/pstore.rb
  1773. 36% [324/889] lib/cgi/util.rb
  1774. 36% [325/889] lib/cmath.rb
  1775. 36% [326/889] lib/csv.rb
  1776. 36% [327/889] lib/debug.rb
  1777. 36% [328/889] lib/delegate.rb
  1778. 37% [329/889] lib/drb.rb
  1779. 37% [330/889] lib/drb/acl.rb
  1780. 37% [331/889] lib/drb/drb.rb
  1781. 37% [332/889] lib/drb/eq.rb
  1782. 37% [333/889] lib/drb/extserv.rb
  1783. 37% [334/889] lib/drb/extservm.rb
  1784. 37% [335/889] lib/drb/gw.rb
  1785. 37% [336/889] lib/drb/invokemethod.rb
  1786. 37% [337/889] lib/drb/observer.rb
  1787. 38% [338/889] lib/drb/ssl.rb
  1788. 38% [339/889] lib/drb/timeridconv.rb
  1789. 38% [340/889] lib/drb/unix.rb
  1790. 38% [341/889] lib/e2mmap.rb
  1791. 38% [342/889] lib/erb.rb
  1792. 38% [343/889] lib/fileutils.rb
  1793. 38% [344/889] lib/find.rb
  1794. 38% [345/889] lib/forwardable.rb
  1795. 38% [346/889] lib/forwardable/impl.rb
  1796. 39% [347/889] lib/getoptlong.rb
  1797. 39% [348/889] lib/ipaddr.rb
  1798. 39% [349/889] lib/irb.rb
  1799. 39% [350/889] lib/irb/cmd/chws.rb
  1800. 39% [351/889] lib/irb/cmd/fork.rb
  1801. 39% [352/889] lib/irb/cmd/help.rb
  1802. 39% [353/889] lib/irb/cmd/load.rb
  1803. 39% [354/889] lib/irb/cmd/nop.rb
  1804. 39% [355/889] lib/irb/cmd/pushws.rb
  1805. 40% [356/889] lib/irb/cmd/subirb.rb
  1806. 40% [357/889] lib/irb/completion.rb
  1807. 40% [358/889] lib/irb/context.rb
  1808. 40% [359/889] lib/irb/ext/change-ws.rb
  1809. 40% [360/889] lib/irb/ext/history.rb
  1810. 40% [361/889] lib/irb/ext/loader.rb
  1811. 40% [362/889] lib/irb/ext/math-mode.rb
  1812. 40% [363/889] lib/irb/ext/multi-irb.rb
  1813. 40% [364/889] lib/irb/ext/save-history.rb
  1814. 41% [365/889] lib/irb/ext/tracer.rb
  1815. 41% [366/889] lib/irb/ext/use-loader.rb
  1816. 41% [367/889] lib/irb/ext/workspaces.rb
  1817. 41% [368/889] lib/irb/extend-command.rb
  1818. 41% [369/889] lib/irb/frame.rb
  1819. 41% [370/889] lib/irb/help.rb
  1820. 41% [371/889] lib/irb/init.rb
  1821. 41% [372/889] lib/irb/input-method.rb
  1822. 41% [373/889] lib/irb/inspector.rb
  1823. 42% [374/889] lib/irb/lc/error.rb
  1824. 42% [375/889] lib/irb/lc/ja/encoding_aliases.rb
  1825. 42% [376/889] lib/irb/lc/ja/error.rb
  1826. 42% [377/889] lib/irb/locale.rb
  1827. 42% [378/889] lib/irb/magic-file.rb
  1828. 42% [379/889] lib/irb/notifier.rb
  1829. 42% [380/889] lib/irb/output-method.rb
  1830. 42% [381/889] lib/irb/ruby-lex.rb
  1831. 42% [382/889] lib/irb/ruby-token.rb
  1832. 43% [383/889] lib/irb/slex.rb
  1833. 43% [384/889] lib/irb/src_encoding.rb
  1834. 43% [385/889] lib/irb/version.rb
  1835. 43% [386/889] lib/irb/workspace.rb
  1836. 43% [387/889] lib/irb/ws-for-case-2.rb
  1837. 43% [388/889] lib/irb/xmp.rb
  1838. 43% [389/889] lib/logger.rb
  1839. 43% [390/889] lib/mathn.rb
  1840. 43% [391/889] lib/matrix.rb
  1841. 44% [392/889] lib/matrix/eigenvalue_decomposition.rb
  1842. 44% [393/889] lib/matrix/lup_decomposition.rb
  1843. 44% [394/889] lib/mkmf.rb
  1844. 44% [395/889] lib/monitor.rb
  1845. 44% [396/889] lib/mutex_m.rb
  1846. 44% [397/889] lib/net/ftp.rb
  1847. 44% [398/889] lib/net/http.rb
  1848. 44% [399/889] lib/net/http/backward.rb
  1849. 44% [400/889] lib/net/http/exceptions.rb
  1850. 45% [401/889] lib/net/http/generic_request.rb
  1851. 45% [402/889] lib/net/http/header.rb
  1852. 45% [403/889] lib/net/http/proxy_delta.rb
  1853. 45% [404/889] lib/net/http/request.rb
  1854. 45% [405/889] lib/net/http/requests.rb
  1855. 45% [406/889] lib/net/http/response.rb
  1856. 45% [407/889] lib/net/http/responses.rb
  1857. 45% [408/889] lib/net/https.rb
  1858. 46% [409/889] lib/net/imap.rb
  1859. 46% [410/889] lib/net/pop.rb
  1860. 46% [411/889] lib/net/protocol.rb
  1861. 46% [412/889] lib/net/smtp.rb
  1862. 46% [413/889] lib/observer.rb
  1863. 46% [414/889] lib/open-uri.rb
  1864. 46% [415/889] lib/open3.rb
  1865. 46% [416/889] lib/optionparser.rb
  1866. 46% [417/889] lib/optparse.rb
  1867. 47% [418/889] lib/optparse/ac.rb
  1868. 47% [419/889] lib/optparse/date.rb
  1869. 47% [420/889] lib/optparse/kwargs.rb
  1870. 47% [421/889] lib/optparse/shellwords.rb
  1871. 47% [422/889] lib/optparse/time.rb
  1872. 47% [423/889] lib/optparse/uri.rb
  1873. 47% [424/889] lib/optparse/version.rb
  1874. 47% [425/889] lib/ostruct.rb
  1875. 47% [426/889] lib/pp.rb
  1876. 48% [427/889] lib/prettyprint.rb
  1877. 48% [428/889] lib/prime.rb
  1878. 48% [429/889] lib/profile.rb
  1879. 48% [430/889] lib/profiler.rb
  1880. 48% [431/889] lib/pstore.rb
  1881. 48% [432/889] lib/racc/parser.rb
  1882. 48% [433/889] lib/racc/rdoc/grammar.en.rdoc
  1883. 48% [434/889] lib/rdoc.rb
  1884. 48% [435/889] lib/rdoc/alias.rb
  1885. 49% [436/889] lib/rdoc/anon_class.rb
  1886. 49% [437/889] lib/rdoc/any_method.rb
  1887. 49% [438/889] lib/rdoc/attr.rb
  1888. 49% [439/889] lib/rdoc/class_module.rb
  1889. 49% [440/889] lib/rdoc/code_object.rb
  1890. 49% [441/889] lib/rdoc/code_objects.rb
  1891. 49% [442/889] lib/rdoc/comment.rb
  1892. 49% [443/889] lib/rdoc/constant.rb
  1893. 49% [444/889] lib/rdoc/context.rb
  1894. 50% [445/889] lib/rdoc/cross_reference.rb
  1895. 50% [446/889] lib/rdoc/encoding.rb
  1896. 50% [447/889] lib/rdoc/erb_partial.rb
  1897. 50% [448/889] lib/rdoc/erbio.rb
  1898. 50% [449/889] lib/rdoc/extend.rb
  1899. 50% [450/889] lib/rdoc/generator.rb
  1900. 50% [451/889] lib/rdoc/ghost_method.rb
  1901. 50% [452/889] lib/rdoc/i18n.rb
  1902. 50% [453/889] lib/rdoc/include.rb
  1903. 51% [454/889] lib/rdoc/known_classes.rb
  1904. 51% [455/889] lib/rdoc/markdown.rb
  1905. 51% [456/889] lib/rdoc/markup.rb
  1906. 51% [457/889] lib/rdoc/meta_method.rb
  1907. 51% [458/889] lib/rdoc/method_attr.rb
  1908. 51% [459/889] lib/rdoc/mixin.rb
  1909. 51% [460/889] lib/rdoc/normal_class.rb
  1910. 51% [461/889] lib/rdoc/normal_module.rb
  1911. 51% [462/889] lib/rdoc/options.rb
  1912. 52% [463/889] lib/rdoc/parser.rb
  1913. 52% [464/889] lib/rdoc/rd.rb
  1914. 52% [465/889] lib/rdoc/rdoc.rb
  1915. 52% [466/889] lib/rdoc/require.rb
  1916. 52% [467/889] lib/rdoc/ri.rb
  1917. 52% [468/889] lib/rdoc/ruby_lex.rb
  1918. 52% [469/889] lib/rdoc/ruby_token.rb
  1919. 52% [470/889] lib/rdoc/rubygems_hook.rb
  1920. 52% [471/889] lib/rdoc/servlet.rb
  1921. 53% [472/889] lib/rdoc/single_class.rb
  1922. 53% [473/889] lib/rdoc/stats.rb
  1923. 53% [474/889] lib/rdoc/store.rb
  1924. 53% [475/889] lib/rdoc/task.rb
  1925. 53% [476/889] lib/rdoc/test_case.rb
  1926. 53% [477/889] lib/rdoc/text.rb
  1927. 53% [478/889] lib/rdoc/token_stream.rb
  1928. 53% [479/889] lib/rdoc/tom_doc.rb
  1929. 53% [480/889] lib/rdoc/top_level.rb
  1930. 54% [481/889] lib/resolv-replace.rb
  1931. 54% [482/889] lib/resolv.rb
  1932. 54% [483/889] lib/rexml/attlistdecl.rb
  1933. 54% [484/889] lib/rexml/attribute.rb
  1934. 54% [485/889] lib/rexml/cdata.rb
  1935. 54% [486/889] lib/rexml/child.rb
  1936. 54% [487/889] lib/rexml/comment.rb
  1937. 54% [488/889] lib/rexml/doctype.rb
  1938. 55% [489/889] lib/rexml/document.rb
  1939. 55% [490/889] lib/rexml/dtd/attlistdecl.rb
  1940. 55% [491/889] lib/rexml/dtd/dtd.rb
  1941. 55% [492/889] lib/rexml/dtd/elementdecl.rb
  1942. 55% [493/889] lib/rexml/dtd/entitydecl.rb
  1943. 55% [494/889] lib/rexml/dtd/notationdecl.rb
  1944. 55% [495/889] lib/rexml/element.rb
  1945. 55% [496/889] lib/rexml/encoding.rb
  1946. 55% [497/889] lib/rexml/entity.rb
  1947. 56% [498/889] lib/rexml/formatters/default.rb
  1948. 56% [499/889] lib/rexml/formatters/pretty.rb
  1949. 56% [500/889] lib/rexml/formatters/transitive.rb
  1950. 56% [501/889] lib/rexml/functions.rb
  1951. 56% [502/889] lib/rexml/instruction.rb
  1952. 56% [503/889] lib/rexml/light/node.rb
  1953. 56% [504/889] lib/rexml/namespace.rb
  1954. 56% [505/889] lib/rexml/node.rb
  1955. 56% [506/889] lib/rexml/output.rb
  1956. 57% [507/889] lib/rexml/parent.rb
  1957. 57% [508/889] lib/rexml/parseexception.rb
  1958. 57% [509/889] lib/rexml/parsers/baseparser.rb
  1959. 57% [510/889] lib/rexml/parsers/lightparser.rb
  1960. 57% [511/889] lib/rexml/parsers/pullparser.rb
  1961. 57% [512/889] lib/rexml/parsers/sax2parser.rb
  1962. 57% [513/889] lib/rexml/parsers/streamparser.rb
  1963. 57% [514/889] lib/rexml/parsers/treeparser.rb
  1964. 57% [515/889] lib/rexml/parsers/ultralightparser.rb
  1965. 58% [516/889] lib/rexml/parsers/xpathparser.rb
  1966. 58% [517/889] lib/rexml/quickpath.rb
  1967. 58% [518/889] lib/rexml/rexml.rb
  1968. 58% [519/889] lib/rexml/sax2listener.rb
  1969. 58% [520/889] lib/rexml/security.rb
  1970. 58% [521/889] lib/rexml/source.rb
  1971. 58% [522/889] lib/rexml/streamlistener.rb
  1972. 58% [523/889] lib/rexml/syncenumerator.rb
  1973. 58% [524/889] lib/rexml/text.rb
  1974. 59% [525/889] lib/rexml/undefinednamespaceexception.rb
  1975. 59% [526/889] lib/rexml/validation/relaxng.rb
  1976. 59% [527/889] lib/rexml/validation/validation.rb
  1977. 59% [528/889] lib/rexml/validation/validationexception.rb
  1978. 59% [529/889] lib/rexml/xmldecl.rb
  1979. 59% [530/889] lib/rexml/xmltokens.rb
  1980. 59% [531/889] lib/rexml/xpath.rb
  1981. 59% [532/889] lib/rexml/xpath_parser.rb
  1982. 59% [533/889] lib/rinda/rinda.rb
  1983. 60% [534/889] lib/rinda/ring.rb
  1984. 60% [535/889] lib/rinda/tuplespace.rb
  1985. 60% [536/889] lib/rss.rb
  1986. 60% [537/889] lib/rss/0.9.rb
  1987. 60% [538/889] lib/rss/1.0.rb
  1988. 60% [539/889] lib/rss/2.0.rb
  1989. 60% [540/889] lib/rss/atom.rb
  1990. 60% [541/889] lib/rss/content.rb
  1991. 60% [542/889] lib/rss/content/1.0.rb
  1992. 61% [543/889] lib/rss/content/2.0.rb
  1993. 61% [544/889] lib/rss/converter.rb
  1994. 61% [545/889] lib/rss/dublincore.rb
  1995. 61% [546/889] lib/rss/dublincore/1.0.rb
  1996. 61% [547/889] lib/rss/dublincore/2.0.rb
  1997. 61% [548/889] lib/rss/dublincore/atom.rb
  1998. 61% [549/889] lib/rss/image.rb
  1999. 61% [550/889] lib/rss/itunes.rb
  2000. 61% [551/889] lib/rss/maker.rb
  2001. 62% [552/889] lib/rss/maker/0.9.rb
  2002. 62% [553/889] lib/rss/maker/1.0.rb
  2003. 62% [554/889] lib/rss/maker/2.0.rb
  2004. 62% [555/889] lib/rss/maker/atom.rb
  2005. 62% [556/889] lib/rss/maker/base.rb
  2006. 62% [557/889] lib/rss/maker/content.rb
  2007. 62% [558/889] lib/rss/maker/dublincore.rb
  2008. 62% [559/889] lib/rss/maker/entry.rb
  2009. 62% [560/889] lib/rss/maker/feed.rb
  2010. 63% [561/889] lib/rss/maker/image.rb
  2011. 63% [562/889] lib/rss/maker/itunes.rb
  2012. 63% [563/889] lib/rss/maker/slash.rb
  2013. 63% [564/889] lib/rss/maker/syndication.rb
  2014. 63% [565/889] lib/rss/maker/taxonomy.rb
  2015. 63% [566/889] lib/rss/maker/trackback.rb
  2016. 63% [567/889] lib/rss/parser.rb
  2017. 63% [568/889] lib/rss/rexmlparser.rb
  2018. 64% [569/889] lib/rss/rss.rb
  2019. 64% [570/889] lib/rss/slash.rb
  2020. 64% [571/889] lib/rss/syndication.rb
  2021. 64% [572/889] lib/rss/taxonomy.rb
  2022. 64% [573/889] lib/rss/trackback.rb
  2023. 64% [574/889] lib/rss/utils.rb
  2024. 64% [575/889] lib/rss/xml-stylesheet.rb
  2025. 64% [576/889] lib/rss/xml.rb
  2026. 64% [577/889] lib/rss/xmlparser.rb
  2027. 65% [578/889] lib/rss/xmlscanner.rb
  2028. 65% [579/889] lib/rubygems.rb
  2029. 65% [580/889] lib/rubygems/LICENSE.txt
  2030. 65% [581/889] lib/rubygems/available_set.rb
  2031. 65% [582/889] lib/rubygems/basic_specification.rb
  2032. 65% [583/889] lib/rubygems/command.rb
  2033. 65% [584/889] lib/rubygems/command_manager.rb
  2034. 65% [585/889] lib/rubygems/commands/build_command.rb
  2035. 65% [586/889] lib/rubygems/commands/cert_command.rb
  2036. 66% [587/889] lib/rubygems/commands/check_command.rb
  2037. 66% [588/889] lib/rubygems/commands/cleanup_command.rb
  2038. 66% [589/889] lib/rubygems/commands/contents_command.rb
  2039. 66% [590/889] lib/rubygems/commands/dependency_command.rb
  2040. 66% [591/889] lib/rubygems/commands/environment_command.rb
  2041. 66% [592/889] lib/rubygems/commands/fetch_command.rb
  2042. 66% [593/889] lib/rubygems/commands/generate_index_command.rb
  2043. 66% [594/889] lib/rubygems/commands/help_command.rb
  2044. 66% [595/889] lib/rubygems/commands/install_command.rb
  2045. 67% [596/889] lib/rubygems/commands/list_command.rb
  2046. 67% [597/889] lib/rubygems/commands/lock_command.rb
  2047. 67% [598/889] lib/rubygems/commands/mirror_command.rb
  2048. 67% [599/889] lib/rubygems/commands/open_command.rb
  2049. 67% [600/889] lib/rubygems/commands/outdated_command.rb
  2050. 67% [601/889] lib/rubygems/commands/owner_command.rb
  2051. 67% [602/889] lib/rubygems/commands/pristine_command.rb
  2052. 67% [603/889] lib/rubygems/commands/push_command.rb
  2053. 67% [604/889] lib/rubygems/commands/query_command.rb
  2054. 68% [605/889] lib/rubygems/commands/rdoc_command.rb
  2055. 68% [606/889] lib/rubygems/commands/search_command.rb
  2056. 68% [607/889] lib/rubygems/commands/server_command.rb
  2057. 68% [608/889] lib/rubygems/commands/setup_command.rb
  2058. 68% [609/889] lib/rubygems/commands/sources_command.rb
  2059. 68% [610/889] lib/rubygems/commands/specification_command.rb
  2060. 68% [611/889] lib/rubygems/commands/stale_command.rb
  2061. 68% [612/889] lib/rubygems/commands/uninstall_command.rb
  2062. 68% [613/889] lib/rubygems/commands/unpack_command.rb
  2063. 69% [614/889] lib/rubygems/commands/update_command.rb
  2064. 69% [615/889] lib/rubygems/commands/which_command.rb
  2065. 69% [616/889] lib/rubygems/commands/yank_command.rb
  2066. 69% [617/889] lib/rubygems/compatibility.rb
  2067. 69% [618/889] lib/rubygems/config_file.rb
  2068. 69% [619/889] lib/rubygems/core_ext/kernel_gem.rb
  2069. 69% [620/889] lib/rubygems/core_ext/kernel_require.rb
  2070. 69% [621/889] lib/rubygems/defaults.rb
  2071. 69% [622/889] lib/rubygems/dependency.rb
  2072. 70% [623/889] lib/rubygems/dependency_installer.rb
  2073. 70% [624/889] lib/rubygems/dependency_list.rb
  2074. 70% [625/889] lib/rubygems/deprecate.rb
  2075. 70% [626/889] lib/rubygems/doctor.rb
  2076. 70% [627/889] lib/rubygems/errors.rb
  2077. 70% [628/889] lib/rubygems/exceptions.rb
  2078. 70% [629/889] lib/rubygems/ext.rb
  2079. 70% [630/889] lib/rubygems/ext/build_error.rb
  2080. 70% [631/889] lib/rubygems/ext/builder.rb
  2081. 71% [632/889] lib/rubygems/ext/cmake_builder.rb
  2082. 71% [633/889] lib/rubygems/ext/configure_builder.rb
  2083. 71% [634/889] lib/rubygems/ext/ext_conf_builder.rb
  2084. 71% [635/889] lib/rubygems/ext/rake_builder.rb
  2085. 71% [636/889] lib/rubygems/gem_runner.rb
  2086. 71% [637/889] lib/rubygems/gemcutter_utilities.rb
  2087. 71% [638/889] lib/rubygems/indexer.rb
  2088. 71% [639/889] lib/rubygems/install_default_message.rb
  2089. 71% [640/889] lib/rubygems/install_message.rb
  2090. 72% [641/889] lib/rubygems/install_update_options.rb
  2091. 72% [642/889] lib/rubygems/installer.rb
  2092. 72% [643/889] lib/rubygems/installer_test_case.rb
  2093. 72% [644/889] lib/rubygems/local_remote_options.rb
  2094. 72% [645/889] lib/rubygems/mock_gem_ui.rb
  2095. 72% [646/889] lib/rubygems/name_tuple.rb
  2096. 72% [647/889] lib/rubygems/package.rb
  2097. 72% [648/889] lib/rubygems/package/digest_io.rb
  2098. 73% [649/889] lib/rubygems/package/file_source.rb
  2099. 73% [650/889] lib/rubygems/package/io_source.rb
  2100. 73% [651/889] lib/rubygems/package/old.rb
  2101. 73% [652/889] lib/rubygems/package/source.rb
  2102. 73% [653/889] lib/rubygems/package/tar_header.rb
  2103. 73% [654/889] lib/rubygems/package/tar_reader.rb
  2104. 73% [655/889] lib/rubygems/package/tar_reader/entry.rb
  2105. 73% [656/889] lib/rubygems/package/tar_test_case.rb
  2106. 73% [657/889] lib/rubygems/package/tar_writer.rb
  2107. 74% [658/889] lib/rubygems/package_task.rb
  2108. 74% [659/889] lib/rubygems/path_support.rb
  2109. 74% [660/889] lib/rubygems/platform.rb
  2110. 74% [661/889] lib/rubygems/psych_additions.rb
  2111. 74% [662/889] lib/rubygems/psych_tree.rb
  2112. 74% [663/889] lib/rubygems/rdoc.rb
  2113. 74% [664/889] lib/rubygems/remote_fetcher.rb
  2114. 74% [665/889] lib/rubygems/request.rb
  2115. 74% [666/889] lib/rubygems/request/connection_pools.rb
  2116. 75% [667/889] lib/rubygems/request/http_pool.rb
  2117. 75% [668/889] lib/rubygems/request/https_pool.rb
  2118. 75% [669/889] lib/rubygems/request_set.rb
  2119. 75% [670/889] lib/rubygems/request_set/gem_dependency_api.rb
  2120. 75% [671/889] lib/rubygems/request_set/lockfile.rb
  2121. 75% [672/889] lib/rubygems/request_set/lockfile/parser.rb
  2122. 75% [673/889] lib/rubygems/request_set/lockfile/tokenizer.rb
  2123. 75% [674/889] lib/rubygems/requirement.rb
  2124. 75% [675/889] lib/rubygems/resolver.rb
  2125. 76% [676/889] lib/rubygems/resolver/activation_request.rb
  2126. 76% [677/889] lib/rubygems/resolver/api_set.rb
  2127. 76% [678/889] lib/rubygems/resolver/api_specification.rb
  2128. 76% [679/889] lib/rubygems/resolver/best_set.rb
  2129. 76% [680/889] lib/rubygems/resolver/composed_set.rb
  2130. 76% [681/889] lib/rubygems/resolver/conflict.rb
  2131. 76% [682/889] lib/rubygems/resolver/current_set.rb
  2132. 76% [683/889] lib/rubygems/resolver/dependency_request.rb
  2133. 76% [684/889] lib/rubygems/resolver/git_set.rb
  2134. 77% [685/889] lib/rubygems/resolver/git_specification.rb
  2135. 77% [686/889] lib/rubygems/resolver/index_set.rb
  2136. 77% [687/889] lib/rubygems/resolver/index_specification.rb
  2137. 77% [688/889] lib/rubygems/resolver/installed_specification.rb
  2138. 77% [689/889] lib/rubygems/resolver/installer_set.rb
  2139. 77% [690/889] lib/rubygems/resolver/local_specification.rb
  2140. 77% [691/889] lib/rubygems/resolver/lock_set.rb
  2141. 77% [692/889] lib/rubygems/resolver/lock_specification.rb
  2142. 77% [693/889] lib/rubygems/resolver/molinillo.rb
  2143. 78% [694/889] lib/rubygems/resolver/molinillo/lib/molinillo.rb
  2144. 78% [695/889] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb
  2145. 78% [696/889] lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb
  2146. 78% [697/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb
  2147. 78% [698/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb
  2148. 78% [699/889] ...rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb
  2149. 78% [700/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb
  2150. 78% [701/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
  2151. 78% [702/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb
  2152. 79% [703/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb
  2153. 79% [704/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb
  2154. 79% [705/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb
  2155. 79% [706/889] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb
  2156. 79% [707/889] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb
  2157. 79% [708/889] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb
  2158. 79% [709/889] lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb
  2159. 79% [710/889] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb
  2160. 79% [711/889] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb
  2161. 80% [712/889] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb
  2162. 80% [713/889] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb
  2163. 80% [714/889] lib/rubygems/resolver/requirement_list.rb
  2164. 80% [715/889] lib/rubygems/resolver/set.rb
  2165. 80% [716/889] lib/rubygems/resolver/source_set.rb
  2166. 80% [717/889] lib/rubygems/resolver/spec_specification.rb
  2167. 80% [718/889] lib/rubygems/resolver/specification.rb
  2168. 80% [719/889] lib/rubygems/resolver/stats.rb
  2169. 80% [720/889] lib/rubygems/resolver/vendor_set.rb
  2170. 81% [721/889] lib/rubygems/resolver/vendor_specification.rb
  2171. 81% [722/889] lib/rubygems/security.rb
  2172. 81% [723/889] lib/rubygems/security/policies.rb
  2173. 81% [724/889] lib/rubygems/security/policy.rb
  2174. 81% [725/889] lib/rubygems/security/signer.rb
  2175. 81% [726/889] lib/rubygems/security/trust_dir.rb
  2176. 81% [727/889] lib/rubygems/server.rb
  2177. 81% [728/889] lib/rubygems/source.rb
  2178. 82% [729/889] lib/rubygems/source/git.rb
  2179. 82% [730/889] lib/rubygems/source/installed.rb
  2180. 82% [731/889] lib/rubygems/source/local.rb
  2181. 82% [732/889] lib/rubygems/source/lock.rb
  2182. 82% [733/889] lib/rubygems/source/specific_file.rb
  2183. 82% [734/889] lib/rubygems/source/vendor.rb
  2184. 82% [735/889] lib/rubygems/source_list.rb
  2185. 82% [736/889] lib/rubygems/source_local.rb
  2186. 82% [737/889] lib/rubygems/source_specific_file.rb
  2187. 83% [738/889] lib/rubygems/spec_fetcher.rb
  2188. 83% [739/889] lib/rubygems/specification.rb
  2189. 83% [740/889] lib/rubygems/stub_specification.rb
  2190. 83% [741/889] lib/rubygems/syck_hack.rb
  2191. 83% [742/889] lib/rubygems/test_case.rb
  2192. 83% [743/889] lib/rubygems/test_utilities.rb
  2193. 83% [744/889] lib/rubygems/text.rb
  2194. 83% [745/889] lib/rubygems/uninstaller.rb
  2195. 83% [746/889] lib/rubygems/uri_formatter.rb
  2196. 84% [747/889] lib/rubygems/user_interaction.rb
  2197. 84% [748/889] lib/rubygems/util.rb
  2198. 84% [749/889] lib/rubygems/util/licenses.rb
  2199. 84% [750/889] lib/rubygems/util/list.rb
  2200. 84% [751/889] lib/rubygems/validator.rb
  2201. 84% [752/889] lib/rubygems/version.rb
  2202. 84% [753/889] lib/rubygems/version_option.rb
  2203. 84% [754/889] lib/scanf.rb
  2204. 84% [755/889] lib/securerandom.rb
  2205. 85% [756/889] lib/set.rb
  2206. 85% [757/889] lib/shell.rb
  2207. 85% [758/889] lib/shell/builtin-command.rb
  2208. 85% [759/889] lib/shell/command-processor.rb
  2209. 85% [760/889] lib/shell/error.rb
  2210. 85% [761/889] lib/shell/filter.rb
  2211. 85% [762/889] lib/shell/process-controller.rb
  2212. 85% [763/889] lib/shell/system-command.rb
  2213. 85% [764/889] lib/shell/version.rb
  2214. 86% [765/889] lib/shellwords.rb
  2215. 86% [766/889] lib/singleton.rb
  2216. 86% [767/889] lib/sync.rb
  2217. 86% [768/889] lib/tempfile.rb
  2218. 86% [769/889] lib/thwait.rb
  2219. 86% [770/889] lib/time.rb
  2220. 86% [771/889] lib/timeout.rb
  2221. 86% [772/889] lib/tmpdir.rb
  2222. 86% [773/889] lib/tracer.rb
  2223. 87% [774/889] lib/tsort.rb
  2224. 87% [775/889] lib/ubygems.rb
  2225. 87% [776/889] lib/un.rb
  2226. 87% [777/889] lib/unicode_normalize.rb
  2227. 87% [778/889] lib/unicode_normalize/normalize.rb
  2228. 87% [779/889] lib/unicode_normalize/tables.rb
  2229. 87% [780/889] lib/uri.rb
  2230. 87% [781/889] lib/uri/common.rb
  2231. 87% [782/889] lib/uri/ftp.rb
  2232. 88% [783/889] lib/uri/generic.rb
  2233. 88% [784/889] lib/uri/http.rb
  2234. 88% [785/889] lib/uri/https.rb
  2235. 88% [786/889] lib/uri/ldap.rb
  2236. 88% [787/889] lib/uri/ldaps.rb
  2237. 88% [788/889] lib/uri/mailto.rb
  2238. 88% [789/889] lib/uri/rfc2396_parser.rb
  2239. 88% [790/889] lib/uri/rfc3986_parser.rb
  2240. 88% [791/889] lib/weakref.rb
  2241. 89% [792/889] lib/webrick.rb
  2242. 89% [793/889] lib/webrick/accesslog.rb
  2243. 89% [794/889] lib/webrick/cgi.rb
  2244. 89% [795/889] lib/webrick/compat.rb
  2245. 89% [796/889] lib/webrick/config.rb
  2246. 89% [797/889] lib/webrick/cookie.rb
  2247. 89% [798/889] lib/webrick/htmlutils.rb
  2248. 89% [799/889] lib/webrick/httpauth.rb
  2249. 89% [800/889] lib/webrick/httpauth/authenticator.rb
  2250. 90% [801/889] lib/webrick/httpauth/basicauth.rb
  2251. 90% [802/889] lib/webrick/httpauth/digestauth.rb
  2252. 90% [803/889] lib/webrick/httpauth/htdigest.rb
  2253. 90% [804/889] lib/webrick/httpauth/htgroup.rb
  2254. 90% [805/889] lib/webrick/httpauth/htpasswd.rb
  2255. 90% [806/889] lib/webrick/httpauth/userdb.rb
  2256. 90% [807/889] lib/webrick/httpproxy.rb
  2257. 90% [808/889] lib/webrick/httprequest.rb
  2258. 91% [809/889] lib/webrick/httpresponse.rb
  2259. 91% [810/889] lib/webrick/https.rb
  2260. 91% [811/889] lib/webrick/httpserver.rb
  2261. 91% [812/889] lib/webrick/httpservlet.rb
  2262. 91% [813/889] lib/webrick/httpservlet/abstract.rb
  2263. 91% [814/889] lib/webrick/httpservlet/cgi_runner.rb
  2264. 91% [815/889] lib/webrick/httpservlet/cgihandler.rb
  2265. 91% [816/889] lib/webrick/httpservlet/erbhandler.rb
  2266. 91% [817/889] lib/webrick/httpservlet/filehandler.rb
  2267. 92% [818/889] lib/webrick/httpservlet/prochandler.rb
  2268. 92% [819/889] lib/webrick/httpstatus.rb
  2269. 92% [820/889] lib/webrick/httputils.rb
  2270. 92% [821/889] lib/webrick/httpversion.rb
  2271. 92% [822/889] lib/webrick/log.rb
  2272. 92% [823/889] lib/webrick/server.rb
  2273. 92% [824/889] lib/webrick/ssl.rb
  2274. 92% [825/889] lib/webrick/utils.rb
  2275. 92% [826/889] lib/webrick/version.rb
  2276. 93% [827/889] lib/yaml.rb
  2277. 93% [828/889] lib/yaml/dbm.rb
  2278. 93% [829/889] lib/yaml/store.rb
  2279. 93% [830/889] load.c
  2280. 93% [831/889] loadpath.c
  2281. 93% [832/889] localeinit.c
  2282. 93% [833/889] main.c
  2283. 93% [834/889] marshal.c
  2284. 93% [835/889] math.c
  2285. 94% [836/889] miniinit.c
  2286. 94% [837/889] miniprelude.c
  2287. 94% [838/889] node.c
  2288. 94% [839/889] numeric.c
  2289. 94% [840/889] object.c
  2290. 94% [841/889] pack.c
  2291. 94% [842/889] parse.c
  2292. 94% [843/889] prelude.c
  2293. 94% [844/889] prelude.rb
  2294. 95% [845/889] proc.c
  2295. 95% [846/889] process.c
  2296. 95% [847/889] random.c
  2297. 95% [848/889] range.c
  2298. 95% [849/889] rational.c
  2299. 95% [850/889] rbconfig.rb
  2300. 95% [851/889] re.c
  2301. 95% [852/889] regcomp.c
  2302. 95% [853/889] regenc.c
  2303. 96% [854/889] regerror.c
  2304. 96% [855/889] regexec.c
  2305. 96% [856/889] regparse.c
  2306. 96% [857/889] regsyntax.c
  2307. 96% [858/889] ruby-runner.c
  2308. 96% [859/889] ruby.c
  2309. 96% [860/889] rubystub.c
  2310. 96% [861/889] safe.c
  2311. 96% [862/889] signal.c
  2312. 97% [863/889] siphash.c
  2313. 97% [864/889] sparc.c
  2314. 97% [865/889] sprintf.c
  2315. 97% [866/889] st.c
  2316. 97% [867/889] strftime.c
  2317. 97% [868/889] string.c
  2318. 97% [869/889] struct.c
  2319. 97% [870/889] symbol.c
  2320. 97% [871/889] thread.c
  2321. 98% [872/889] thread_pthread.c
  2322. 98% [873/889] thread_sync.c
  2323. 98% [874/889] thread_win32.c
  2324. 98% [875/889] time.c
  2325. 98% [876/889] transcode.c
  2326. 98% [877/889] util.c
  2327. 98% [878/889] variable.c
  2328. 98% [879/889] version.c
  2329. 98% [880/889] vm.c
  2330. 99% [881/889] vm_args.c
  2331. 99% [882/889] vm_backtrace.c
  2332. 99% [883/889] vm_dump.c
  2333. 99% [884/889] vm_eval.c
  2334. 99% [885/889] vm_exec.c
  2335. 99% [886/889] vm_insnhelper.c
  2336. 99% [887/889] vm_method.c
  2337. 99% [888/889] vm_trace.c
  2338. 100% [889/889] vsnprintf.c
  2339.  
  2340. Generating RI format into /tmp/ruby-build.20170409112843.1672/ruby-2.4.0/.ext/rdoc...
  2341.  
  2342.  
  2343. Files: 889
  2344.  
  2345. Classes: 1312 ( 556 undocumented)
  2346. Modules: 274 ( 110 undocumented)
  2347. Constants: 2143 ( 589 undocumented)
  2348. Attributes: 1064 ( 248 undocumented)
  2349. Methods: 9916 (2135 undocumented)
  2350.  
  2351. Total: 14709 (3638 undocumented)
  2352. 75.27% documented
  2353.  
  2354. Elapsed: 40.0s
  2355.  
  2356. CC = gcc
  2357. LD = ld
  2358. LDSHARED = gcc -shared
  2359. CFLAGS = -O3 -fno-fast-math -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 -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wno-maybe-uninitialized -std=gnu99
  2360. XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE
  2361. CPPFLAGS = -I/home/xiaoming/.rbenv/versions/2.4.0/include -I. -I.ext/include/x86_64-linux -I./include -I. -I./enc/unicode/9.0.0
  2362. DLDFLAGS = -L/home/xiaoming/.rbenv/versions/2.4.0/lib -Wl,--compress-debug-sections=zlib -fstack-protector -pie
  2363. SOLIBS = -lgmp
  2364. gcc (GCC) 6.3.1 20170306
  2365. Copyright (C) 2016 Free Software Foundation, Inc.
  2366. This is free software; see the source for copying conditions. There is NO
  2367. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  2368.  
  2369. generating enc.mk
  2370. making srcs under enc
  2371. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2372. make[1]: Nothing to be done for 'srcs'.
  2373. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2374. generating transdb.h
  2375. transdb.h unchanged
  2376. generating makefile exts.mk
  2377. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2378. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/bigdecimal'
  2379. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/bigdecimal'
  2380. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/date'
  2381. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/date'
  2382. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest'
  2383. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest'
  2384. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha2'
  2385. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/digest/sha2'
  2386. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiddle'
  2387. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/fiddle'
  2388. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/console'
  2389. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/io/console'
  2390. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json'
  2391. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/json'
  2392. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/nkf'
  2393. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/nkf'
  2394. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/openssl'
  2395. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/openssl'
  2396. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pathname'
  2397. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pathname'
  2398. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/psych'
  2399. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/psych'
  2400. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pty'
  2401. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/pty'
  2402. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/ripper'
  2403. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/ripper'
  2404. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rubyvm'
  2405. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/rubyvm'
  2406. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/socket'
  2407. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/socket'
  2408. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/syslog'
  2409. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0/ext/syslog'
  2410. make[2]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2411. make[2]: 'ruby' is up to date.
  2412. make[2]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2413. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2414. making enc
  2415. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2416. make[1]: Nothing to be done for 'enc'.
  2417. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2418. making trans
  2419. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2420. make[1]: Nothing to be done for './enc/trans'.
  2421. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2422. making encs
  2423. make[1]: Entering directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2424. make[1]: Nothing to be done for 'encs'.
  2425. make[1]: Leaving directory '/tmp/ruby-build.20170409112843.1672/ruby-2.4.0'
  2426. Generating RDoc documentation
  2427.  
  2428. No newer files.
  2429.  
  2430. Files: 0
  2431.  
  2432. Classes: 0 (0 undocumented)
  2433. Modules: 0 (0 undocumented)
  2434. Constants: 0 (0 undocumented)
  2435. Attributes: 0 (0 undocumented)
  2436. Methods: 0 (0 undocumented)
  2437.  
  2438. Total: 0 (0 undocumented)
  2439. 0.00% documented
  2440.  
  2441. Elapsed: 0.0s
  2442.  
  2443. generating x86_64-linux-fake.rb
  2444. In file included from /usr/include/bits/libc-header-start.h:33:0,
  2445. from /usr/include/stdio.h:28,
  2446. from ./include/ruby/defines.h:101,
  2447. from ./include/ruby/ruby.h:36,
  2448. from ./version.c:12:
  2449. /usr/include/features.h:373:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
  2450. # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
  2451. ^~~~~~~
  2452. cc1: warning: unrecognized command line option ‘-Wno-self-assign’
  2453. cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
  2454. cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
  2455. x86_64-linux-fake.rb updated
  2456. ./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" --install=all --rdoc-output=".ext/rdoc"
  2457. installing binary commands: /home/xiaoming/.rbenv/versions/2.4.0/bin
  2458. installing base libraries: /home/xiaoming/.rbenv/versions/2.4.0/lib
  2459. installing arch files: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/2.4.0/x86_64-linux
  2460. installing pkgconfig data: /home/xiaoming/.rbenv/versions/2.4.0/lib/pkgconfig
  2461. installing command scripts: /home/xiaoming/.rbenv/versions/2.4.0/bin
  2462. installing library scripts: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/2.4.0
  2463. installing common headers: /home/xiaoming/.rbenv/versions/2.4.0/include/ruby-2.4.0
  2464. installing manpages: /home/xiaoming/.rbenv/versions/2.4.0/share/man/man1
  2465. installing extension objects: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/2.4.0/x86_64-linux
  2466. installing extension objects: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/site_ruby/2.4.0/x86_64-linux
  2467. installing extension objects: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/vendor_ruby/2.4.0/x86_64-linux
  2468. installing extension headers: /home/xiaoming/.rbenv/versions/2.4.0/include/ruby-2.4.0/x86_64-linux
  2469. installing extension scripts: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/2.4.0
  2470. installing extension scripts: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/site_ruby/2.4.0
  2471. installing extension scripts: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/vendor_ruby/2.4.0
  2472. installing extension headers: /home/xiaoming/.rbenv/versions/2.4.0/include/ruby-2.4.0/ruby
  2473. installing default gems: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0 (build_info, cache, doc, extensions, gems, specifications)
  2474. bigdecimal 1.3.0
  2475. io-console 0.4.6
  2476. json 2.0.2
  2477. openssl 2.0.2
  2478. psych 2.2.2
  2479. rdoc 5.0.0
  2480. installing bundle gems: /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0 (build_info, cache, doc, extensions, gems, specifications)
  2481. xmlrpc 0.2.1
  2482. test-unit 3.2.3
  2483. rake 12.0.0
  2484. power_assert 0.4.1
  2485. net-telnet 0.1.1
  2486. minitest 5.10.1
  2487. did_you_mean 1.1.0
  2488. installing rdoc: /home/xiaoming/.rbenv/versions/2.4.0/share/ri/2.4.0/system
  2489. installing capi-docs: /home/xiaoming/.rbenv/versions/2.4.0/share/doc/ruby
  2490. Ignoring bigdecimal-1.3.2 because its extensions are not built. Try: gem pristine bigdecimal --version 1.3.2
  2491. Ignoring bigdecimal-1.3.1 because its extensions are not built. Try: gem pristine bigdecimal --version 1.3.1
  2492. Ignoring bindex-0.5.0 because its extensions are not built. Try: gem pristine bindex --version 0.5.0
  2493. Ignoring ffi-1.9.18 because its extensions are not built. Try: gem pristine ffi --version 1.9.18
  2494. Ignoring ffi-1.9.17 because its extensions are not built. Try: gem pristine ffi --version 1.9.17
  2495. Ignoring json-2.0.3 because its extensions are not built. Try: gem pristine json --version 2.0.3
  2496. Ignoring nio4r-2.0.0 because its extensions are not built. Try: gem pristine nio4r --version 2.0.0
  2497. Ignoring nokogiri-1.7.1 because its extensions are not built. Try: gem pristine nokogiri --version 1.7.1
  2498. Ignoring nokogiri-1.7.0.1 because its extensions are not built. Try: gem pristine nokogiri --version 1.7.0.1
  2499. Ignoring openssl-2.0.3 because its extensions are not built. Try: gem pristine openssl --version 2.0.3
  2500. Ignoring psych-2.2.4 because its extensions are not built. Try: gem pristine psych --version 2.2.4
  2501. Ignoring redcarpet-3.4.0 because its extensions are not built. Try: gem pristine redcarpet --version 3.4.0
  2502. Ignoring sqlite3-1.3.13 because its extensions are not built. Try: gem pristine sqlite3 --version 1.3.13
  2503. Ignoring unf_ext-0.0.7.2 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.2
  2504. The Ruby openssl extension was not compiled.
  2505. /home/xiaoming/.rbenv/versions/2.4.0/lib/ruby/2.4.0/yaml.rb:5:in `<top (required)>':
  2506. It seems your ruby installation is missing psych (for YAML output).
  2507. To eliminate this warning, please install libyaml and reinstall your ruby.
  2508. The Ruby yaml extension was not compiled.
  2509. ERROR: Ruby install aborted due to missing extensions
  2510. Configure options used:
  2511. --prefix=/home/xiaoming/.rbenv/versions/2.4.0
  2512. LDFLAGS=-L/home/xiaoming/.rbenv/versions/2.4.0/lib
  2513. CPPFLAGS=-I/home/xiaoming/.rbenv/versions/2.4.0/include
Add Comment
Please, Sign In to add comment