Guest User

Untitled

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