Guest User

rbenv error

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