lxndrS4

Untitled

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