Last active
September 25, 2016 23:33
-
-
Save FilBot3/5e887d52cb0babdff2c11946139c53e1 to your computer and use it in GitHub Desktop.
rbenv installed/built Ruby 2.3.1 unable to install tk gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ RBENV_VERSION=2.3.1 gem install tk | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing tk: | |
| ERROR: Failed to build gem native extension. | |
| current directory: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/tk-0.1.1/ext/tk | |
| /home/predatorian/.rbenv/versions/2.3.1/bin/ruby -r ./siteconf20160925-4025-nw2gr5.rb extconf.rb | |
| check functions.checking for ruby_native_thread_p() in ruby.h... yes | |
| checking for rb_errinfo() in ruby.h... yes | |
| checking for rb_safe_level() in ruby.h... yes | |
| checking for rb_hash_lookup() in ruby.h... yes | |
| checking for rb_proc_new() in ruby.h... yes | |
| checking for rb_obj_untrust() in ruby.h... yes | |
| checking for rb_obj_taint() in ruby.h... yes | |
| checking for rb_set_safe_level_force() in ruby.h... yes | |
| checking for rb_sourcefile() in ruby.h... yes | |
| checking for rb_thread_alive_p() in ruby.h... no | |
| checking for rb_thread_check_trap_pending() in ruby.h... yes | |
| checking for ruby_enc_find_basename() in ruby.h... yes | |
| check libraries.checking for t_open() in -lnsl... no | |
| checking for socket() in -lsocket... no | |
| checking for dlopen() in -ldl... yes | |
| checking for log() in -lm... yes | |
| Use ActiveTcl libraries (if available). | |
| Search tclConfig.sh and tkConfig.sh. | |
| Fail to find [tclConfig.sh, tkConfig.sh] | |
| Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh). | |
| checking for XOpenDisplay() in -lX11... yes | |
| Search tcl.h | |
| checking for tcl.h... no | |
| Search tk.h | |
| checking for tk.h... no | |
| Search Tcl library...........Search Tcl library...........*** extconf.rb failed *** | |
| Could not create Makefile due to some reason, probably lack of necessary | |
| libraries and/or headers. Check the mkmf.log file for more details. You may | |
| need configuration options. | |
| Provided configuration options: | |
| --with-opt-dir | |
| --without-opt-dir | |
| --with-opt-include | |
| --without-opt-include=${opt-dir}/include | |
| --with-opt-lib | |
| --without-opt-lib=${opt-dir}/lib | |
| --with-make-prog | |
| --without-make-prog | |
| --srcdir=. | |
| --curdir | |
| --ruby=/home/predatorian/.rbenv/versions/2.3.1/bin/$(RUBY_BASE_NAME) | |
| --enable-shared | |
| --disable-shared | |
| --with-tk-old-extconf | |
| --without-tk-old-extconf | |
| --with-tk-old-extconf | |
| --without-tk-old-extconf | |
| --with-ActiveTcl | |
| --without-ActiveTcl | |
| --with-tk-shlib-search-path | |
| --without-tk-shlib-search-path | |
| --with-tcltkversion | |
| --without-tcltkversion | |
| --with-tcl-build-dir | |
| --without-tcl-build-dir | |
| --with-tk-build-dir | |
| --without-tk-build-dir | |
| --with-tcl-config | |
| --without-tcl-config | |
| --with-tk-config | |
| --without-tk-config | |
| --with-tclConfig-dir | |
| --without-tclConfig-dir | |
| --with-tkConfig-dir | |
| --without-tkConfig-dir | |
| --with-tclConfig-file | |
| --without-tclConfig-file | |
| --with-tkConfig-file | |
| --without-tkConfig-file | |
| --with-tcllib | |
| --without-tcllib | |
| --with-tklib | |
| --without-tklib | |
| --with-tcl-dir | |
| --without-tcl-dir | |
| --with-tk-dir | |
| --without-tk-dir | |
| --with-tcl-include | |
| --without-tcl-include | |
| --with-tk-include | |
| --without-tk-include | |
| --with-tcl-lib | |
| --without-tcl-lib | |
| --with-tk-lib | |
| --without-tk-lib | |
| --with-tcltk-framework | |
| --without-tcltk-framework | |
| --with-tcl-framework-dir | |
| --without-tcl-framework-dir | |
| --with-tk-framework-dir | |
| --without-tk-framework-dir | |
| --with-tcl-framework-header | |
| --without-tcl-framework-header | |
| --with-tk-framework-header | |
| --without-tk-framework-header | |
| --with-X11 | |
| --without-X11 | |
| --with-X11-dir | |
| --without-X11-dir | |
| --with-X11-include | |
| --without-X11-include | |
| --with-X11-lib | |
| --without-X11-lib | |
| --enable-tcltk-stubs | |
| --disable-tcltk-stubs | |
| --enable-tcl-h-ver-check | |
| --disable-tcl-h-ver-check | |
| --enable-tk-h-ver-check | |
| --disable-tk-h-ver-check | |
| --enable-mac-tcltk-framework | |
| --disable-mac-tcltk-framework | |
| --enable-tcltk-framework | |
| --disable-tcltk-framework | |
| --enable-pthread | |
| --disable-pthread | |
| --enable-tcl-thread | |
| --disable-tcl-thread | |
| --enable-space-on-tk-libpath | |
| --disable-space-on-tk-libpath | |
| --with-nsllib | |
| --without-nsllib | |
| --with-socketlib | |
| --without-socketlib | |
| --with-dllib | |
| --without-dllib | |
| --with-mlib | |
| --without-mlib | |
| --with-tcl-build-dir | |
| --without-tcl-build-dir | |
| --with-tk-build-dir | |
| --without-tk-build-dir | |
| --with-tcltkversion | |
| --without-tcltkversion | |
| --with-ActiveTcl | |
| --without-ActiveTcl | |
| --enable-space-on-tk-libpath | |
| --disable-space-on-tk-libpath | |
| --enable-tcltk-stubs | |
| --disable-tcltk-stubs | |
| --with-tcltk-stubs | |
| --without-tcltk-stubs | |
| --with-tcl-dir | |
| --without-tcl-dir | |
| --with-tcl-include | |
| --without-tcl-include=${tcl-dir}/include | |
| --with-tcl-lib | |
| --without-tcl-lib=${tcl-dir}/lib | |
| --with-tk-dir | |
| --without-tk-dir | |
| --with-tk-include | |
| --without-tk-include=${tk-dir}/include | |
| --with-tk-lib | |
| --without-tk-lib=${tk-dir}/lib | |
| --with-tclConfig-file | |
| --without-tclConfig-file | |
| --with-tkConfig-file | |
| --without-tkConfig-file | |
| --with-tclConfig-dir | |
| --without-tclConfig-dir | |
| --with-tkConfig-dir | |
| --without-tkConfig-dir | |
| --with-tcl-framework-header | |
| --without-tcl-framework-header | |
| --with-tk-framework-header | |
| --without-tk-framework-header | |
| --with-tcl-framework-dir | |
| --without-tcl-framework-dir | |
| --with-tk-framework-dir | |
| --without-tk-framework-dir | |
| --with-tcltk-framework | |
| --without-tcltk-framework | |
| --enable-tcltk-framework | |
| --disable-tcltk-framework | |
| --with-tcltk-framework | |
| --without-tcltk-framework | |
| --enable-tcltk-framework | |
| --disable-tcltk-framework | |
| --enable-mac-tcltk-framework | |
| --disable-mac-tcltk-framework | |
| --with-tk-shlib-search-path | |
| --without-tk-shlib-search-path | |
| --with-tklib | |
| --without-tklib | |
| --with-tcllib | |
| --without-tcllib | |
| --with-X11 | |
| --without-X11 | |
| --with-X11-dir | |
| --without-X11-dir | |
| --with-X11-include | |
| --without-X11-include=${X11-dir}/include | |
| --with-X11-lib | |
| --without-X11-lib=${X11-dir}/lib | |
| --with-X11-lib | |
| --without-X11-lib | |
| --with-X11lib | |
| --without-X11lib | |
| --enable-tcl-h-ver-check | |
| --disable-tcl-h-ver-check | |
| --enable-tk-h-ver-check | |
| --disable-tk-h-ver-check | |
| Warning:: cannot find Tcl library. tcltklib will not be compiled (tcltklib is disabled on your Ruby. That is, Ruby/Tk will not work). Please check configure options. | |
| Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk. | |
| If you have Tcl/Tk libraries on your environment, you may be able to use them with configure options (see ext/tk/README.tcltklib). | |
| At present, Tcl/Tk8.6 is not supported. Although you can try to use Tcl/Tk8.6 with configure options, it will not work correctly. I recommend you to use Tcl/Tk8.5 or 8.4. | |
| To see why this extension failed to compile, please check the mkmf.log which can be found here: | |
| /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-linux/2.3.0-static/tk-0.1.1/mkmf.log | |
| extconf failed, exit code 1 | |
| Gem files will remain installed in /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/tk-0.1.1 for inspection. | |
| Results logged to /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/extensions/x86_64-linux/2.3.0-static/tk-0.1.1/gem_make.out |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ sudo apt install tcl-dev tk-dev libtcltk-ruby | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| tcl-dev is already the newest version (8.6.0+9). | |
| tk-dev is already the newest version (8.6.0+9). | |
| libtcltk-ruby is already the newest version (1:2.3.0+1). | |
| 0 upgraded, 0 newly installed, 0 to remove and 44 not upgraded. | |
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ sudo apt search tk8.* | |
| Sorting... Done | |
| Full Text Search... Done | |
| bottlerocket/xenial 0.05b3-14.1 amd64 | |
| Utility to control X10 Firecracker devices for home automation | |
| libpurple0/xenial-updates,xenial-security 1:2.10.12-0ubuntu5.1 amd64 | |
| multi-protocol instant messaging library | |
| libtk8.4/xenial 8.4.20-8 amd64 | |
| Tk toolkit for Tcl and X11 v8.4 - run-time files | |
| libtk8.5/xenial,now 8.5.19-1ubuntu1 amd64 [installed,automatic] | |
| Tk toolkit for Tcl and X11 v8.5 - run-time files | |
| libtk8.5-dbg/xenial 8.5.19-1ubuntu1 amd64 | |
| Symbol files for libtk8.5 | |
| libtk8.6/xenial,now 8.6.5-1 amd64 [installed,automatic] | |
| Tk toolkit for Tcl and X11 v8.6 - run-time files | |
| libtk8.6-dbg/xenial 8.6.5-1 amd64 | |
| Symbol files for libtk8.6 | |
| tk8.4/xenial 8.4.20-8 amd64 | |
| Tk toolkit for Tcl and X11, v8.4 - windowing shell | |
| tk8.4-dev/xenial 8.4.20-8 amd64 | |
| Tk toolkit for Tcl and X11, v8.4 - development files | |
| tk8.4-doc/xenial,xenial 8.4.20-8 all | |
| Tk toolkit for Tcl and X11, v8.4 - manual pages | |
| tk8.5/xenial,now 8.5.19-1ubuntu1 amd64 [installed,automatic] | |
| Tk toolkit for Tcl and X11, v8.5 - windowing shell | |
| tk8.5-dev/xenial,now 8.5.19-1ubuntu1 amd64 [installed] | |
| Tk toolkit for Tcl and X11, v8.5 - development files | |
| tk8.5-doc/xenial,xenial 8.5.19-1ubuntu1 all | |
| Tk toolkit for Tcl and X11, v8.5 - manual pages | |
| tk8.6/xenial,now 8.6.5-1 amd64 [installed,automatic] | |
| Tk toolkit for Tcl and X11 v8.6 - windowing shell | |
| tk8.6-blt2.5/xenial 2.5.3+dfsg-3 amd64 | |
| graphics extension library for Tcl/Tk - library | |
| tk8.6-dev/xenial,now 8.6.5-1 amd64 [installed,automatic] | |
| Tk toolkit for Tcl and X11 v8.6 - development files | |
| tk8.6-doc/xenial,xenial 8.6.5-1 all | |
| Tk toolkit for Tcl and X11 v8.6 - manual pages | |
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ sudo apt search tcl8.* | |
| Sorting... Done | |
| Full Text Search... Done | |
| chiark-scripts/xenial,xenial 4.4.2build1 all | |
| chiark system administration scripts | |
| libpurple0/xenial-updates,xenial-security 1:2.10.12-0ubuntu5.1 amd64 | |
| multi-protocol instant messaging library | |
| libtcl8.4/xenial 8.4.20-8 amd64 | |
| Tcl (the Tool Command Language) v8.5 - run-time library files | |
| libtcl8.5/xenial,now 8.5.19-1 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.5 - run-time library files | |
| libtcl8.5-dbg/xenial 8.5.19-1 amd64 | |
| Symbol files for libtcl8.5 | |
| libtcl8.6/xenial,now 8.6.5+dfsg-2 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.6 - run-time library files | |
| libtcl8.6-dbg/xenial 8.6.5+dfsg-2 amd64 | |
| Symbol files for libtcl8.6 | |
| tcl8.4/xenial 8.4.20-8 amd64 | |
| Tcl (the Tool Command Language) v8.4 - shell | |
| tcl8.4-dev/xenial 8.4.20-8 amd64 | |
| Tcl (the Tool Command Language) v8.4 - development files | |
| tcl8.4-doc/xenial,xenial 8.4.20-8 all | |
| Tcl (the Tool Command Language) v8.4 - manual pages | |
| tcl8.5/xenial,now 8.5.19-1 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.5 - shell | |
| tcl8.5-dev/xenial,now 8.5.19-1 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.5 - development files | |
| tcl8.5-doc/xenial,xenial 8.5.19-1 all | |
| Tcl (the Tool Command Language) v8.5 - manual pages | |
| tcl8.6/xenial,now 8.6.5+dfsg-2 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.6 - shell | |
| tcl8.6-dev/xenial,now 8.6.5+dfsg-2 amd64 [installed,automatic] | |
| Tcl (the Tool Command Language) v8.6 - development files | |
| tcl8.6-doc/xenial,xenial 8.6.5+dfsg-2 all | |
| Tcl (the Tool Command Language) v8.6 - manual pages | |
| tcl8.6-tdbc/xenial 1.0.3-1 amd64 | |
| Tcl Database Connectivity | |
| tcl8.6-tdbc-mysql/xenial 1.0.3-1ubuntu1 amd64 | |
| Tcl Database Connectivity | |
| tcl8.6-tdbc-odbc/xenial 1.0.3-1 amd64 | |
| ODBC driver for the Tcl Database Connectivity | |
| tcl8.6-tdbc-postgres/xenial 1.0.3-1 amd64 | |
| Tcl Database Connectivity | |
| tcl8.6-tdbc-sqlite3/xenial,xenial 1.0.3-1 all | |
| Tcl Database Connectivity | |
| predatorian@reincarnate:~/Downloads/ruby-2.3.1 | |
| $ rbenv install 2.3.1 --verbose 2>&1 | tee ~/rbenv_install_log | |
| rbenv: /home/predatorian/.rbenv/versions/2.3.1 already exists | |
| continue with installation? (y/N) /tmp/ruby-build.20160925181757.20480 ~/Downloads/ruby-2.3.1 | |
| Downloading ruby-2.3.1.tar.bz2... | |
| -> https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.bz2 | |
| /tmp/ruby-build.20160925181757.20480/ruby-2.3.1 /tmp/ruby-build.20160925181757.20480 ~/Downloads/ruby-2.3.1 | |
| Installing ruby-2.3.1... | |
| checking for ruby... /home/predatorian/.rbenv/shims/ruby | |
| config.guess already exists | |
| config.sub already exists | |
| checking build system type... x86_64-pc-linux-gnu | |
| checking host system type... x86_64-pc-linux-gnu | |
| checking target system type... x86_64-pc-linux-gnu | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking how to run the C preprocessor... gcc -E | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking whether gcc needs -traditional... no | |
| checking for ld... ld | |
| checking whether the linker is GNU ld... yes | |
| checking whether gcc -E accepts -o... yes | |
| checking for ranlib... ranlib | |
| checking for ar... ar | |
| checking for as... as | |
| checking for objdump... objdump | |
| checking for objcopy... objcopy | |
| checking for nm... nm | |
| checking whether ln -s works... yes | |
| checking whether make sets $(MAKE)... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for dtrace... no | |
| checking for dot... dot | |
| checking for doxygen... no | |
| checking for pkg-config... pkg-config | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking minix/config.h usability... no | |
| checking minix/config.h presence... no | |
| checking for minix/config.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking for cd using physical directory... cd -P | |
| checking whether CFLAGS is valid... yes | |
| checking whether LDFLAGS is valid... yes | |
| checking whether -Wno-unused-parameter is accepted as CFLAGS... yes | |
| checking whether -Wno-parentheses is accepted as CFLAGS... yes | |
| checking whether -Wno-long-long is accepted as CFLAGS... yes | |
| checking whether -diag-disable=2259 is accepted as CFLAGS... no | |
| checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes | |
| checking whether -Wunused-variable is accepted as CFLAGS... yes | |
| checking whether -Wpointer-arith is accepted as CFLAGS... yes | |
| checking whether -Wwrite-strings is accepted as CFLAGS... yes | |
| checking whether -Wdeclaration-after-statement is accepted as CFLAGS... yes | |
| checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no | |
| checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes | |
| checking whether -Wdivision-by-zero is accepted as CFLAGS... no | |
| checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes | |
| checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes | |
| checking whether -Wextra-tokens is accepted as CFLAGS... no | |
| checking whether -Wno-maybe-uninitialized is accepted as CFLAGS... yes | |
| checking whether -Wall -Wextra is accepted as CFLAGS... yes | |
| checking whether -Qunused-arguments is accepted as CFLAGS... no | |
| checking whether INFINITY is available without C99 option... yes | |
| checking whether NAN is available without C99 option... yes | |
| checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes | |
| checking whether -fstack-protector is accepted as CFLAGS... yes | |
| checking whether -fstack-protector is accepted as LDFLAGS... yes | |
| checking whether -std=iso9899:1999 is accepted as CFLAGS... yes | |
| checking whether -fno-strict-overflow is accepted as CFLAGS... yes | |
| checking whether -ggdb3 is accepted as CFLAGS... yes | |
| checking whether -fvisibility=hidden is accepted as CFLAGS... yes | |
| checking whether -fno-fast-math is accepted as CFLAGS... yes | |
| checking whether -fp-model precise is accepted as CFLAGS... no | |
| checking for crypt in -lcrypt... yes | |
| checking for dlopen in -ldl... yes | |
| checking for shl_load in -ldld... no | |
| checking for shutdown in -lsocket... no | |
| checking for dirent.h that defines DIR... yes | |
| checking for library containing opendir... none required | |
| checking for stdbool.h that conforms to C99... yes | |
| checking for _Bool... yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking a.out.h usability... yes | |
| checking a.out.h presence... yes | |
| checking for a.out.h... yes | |
| checking atomic.h usability... no | |
| checking atomic.h presence... no | |
| checking for atomic.h... no | |
| checking direct.h usability... no | |
| checking direct.h presence... no | |
| checking for direct.h... no | |
| checking grp.h usability... yes | |
| checking grp.h presence... yes | |
| checking for grp.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking float.h usability... yes | |
| checking float.h presence... yes | |
| checking for float.h... yes | |
| checking ieeefp.h usability... no | |
| checking ieeefp.h presence... no | |
| checking for ieeefp.h... no | |
| checking intrinsics.h usability... no | |
| checking intrinsics.h presence... no | |
| checking for intrinsics.h... no | |
| checking langinfo.h usability... yes | |
| checking langinfo.h presence... yes | |
| checking for langinfo.h... yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking locale.h usability... yes | |
| checking locale.h presence... yes | |
| checking for locale.h... yes | |
| checking malloc.h usability... yes | |
| checking malloc.h presence... yes | |
| checking for malloc.h... yes | |
| checking malloc/malloc.h usability... no | |
| checking malloc/malloc.h presence... no | |
| checking for malloc/malloc.h... no | |
| checking malloc_np.h usability... no | |
| checking malloc_np.h presence... no | |
| checking for malloc_np.h... no | |
| checking net/socket.h usability... no | |
| checking net/socket.h presence... no | |
| checking for net/socket.h... no | |
| checking process.h usability... no | |
| checking process.h presence... no | |
| checking for process.h... no | |
| checking pwd.h usability... yes | |
| checking pwd.h presence... yes | |
| checking for pwd.h... yes | |
| checking setjmpex.h usability... no | |
| checking setjmpex.h presence... no | |
| checking for setjmpex.h... no | |
| checking sys/attr.h usability... no | |
| checking sys/attr.h presence... no | |
| checking for sys/attr.h... no | |
| checking sys/fcntl.h usability... yes | |
| checking sys/fcntl.h presence... yes | |
| checking for sys/fcntl.h... yes | |
| checking sys/file.h usability... yes | |
| checking sys/file.h presence... yes | |
| checking for sys/file.h... yes | |
| checking sys/id.h usability... no | |
| checking sys/id.h presence... no | |
| checking for sys/id.h... no | |
| checking sys/ioctl.h usability... yes | |
| checking sys/ioctl.h presence... yes | |
| checking for sys/ioctl.h... yes | |
| checking sys/mkdev.h usability... no | |
| checking sys/mkdev.h presence... no | |
| checking for sys/mkdev.h... no | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking sys/prctl.h usability... yes | |
| checking sys/prctl.h presence... yes | |
| checking for sys/prctl.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking sys/sendfile.h usability... yes | |
| checking sys/sendfile.h presence... yes | |
| checking for sys/sendfile.h... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking sys/syscall.h usability... yes | |
| checking sys/syscall.h presence... yes | |
| checking for sys/syscall.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking sys/times.h usability... yes | |
| checking sys/times.h presence... yes | |
| checking for sys/times.h... yes | |
| checking sys/uio.h usability... yes | |
| checking sys/uio.h presence... yes | |
| checking for sys/uio.h... yes | |
| checking sys/utime.h usability... no | |
| checking sys/utime.h presence... no | |
| checking for sys/utime.h... no | |
| checking syscall.h usability... yes | |
| checking syscall.h presence... yes | |
| checking for syscall.h... yes | |
| checking time.h usability... yes | |
| checking time.h presence... yes | |
| checking for time.h... yes | |
| checking ucontext.h usability... yes | |
| checking ucontext.h presence... yes | |
| checking for ucontext.h... yes | |
| checking utime.h usability... yes | |
| checking utime.h presence... yes | |
| checking for utime.h... yes | |
| checking gmp.h usability... yes | |
| checking gmp.h presence... yes | |
| checking for gmp.h... yes | |
| checking for __gmpz_init in -lgmp... yes | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking whether byte ordering is bigendian... no | |
| checking for an ANSI C-conforming const... yes | |
| checking whether char is unsigned... no | |
| checking for inline... inline | |
| checking for working volatile... yes | |
| checking for typeof syntax and keyword spelling... __typeof__ | |
| checking for long long... yes | |
| checking for off_t... yes | |
| checking char bit... 8 | |
| checking size of int... 4 | |
| checking size of short... 2 | |
| checking size of long... 8 | |
| checking size of long long... 8 | |
| checking size of __int64... 0 | |
| checking size of off_t... 8 | |
| checking size of void*... 8 | |
| checking size of float... 4 | |
| checking size of double... 8 | |
| checking size of time_t... 8 | |
| checking size of clock_t... 8 | |
| checking packed struct attribute... x __attribute__((packed)) | |
| checking for printf prefix for long long... ll | |
| checking for pid_t... yes | |
| checking for convertible type of pid_t... INT | |
| checking for uid_t... yes | |
| checking for convertible type of uid_t... UINT | |
| checking for gid_t... yes | |
| checking for convertible type of gid_t... UINT | |
| checking for time_t... yes | |
| checking for convertible type of time_t... LONG | |
| checking for dev_t... yes | |
| checking for convertible type of dev_t... ULONG | |
| checking for mode_t... yes | |
| checking for convertible type of mode_t... UINT | |
| checking for rlim_t... yes | |
| checking for convertible type of rlim_t... ULONG | |
| checking for off_t... (cached) yes | |
| checking for convertible type of off_t... LONG | |
| checking for clockid_t... yes | |
| checking for convertible type of clockid_t... INT | |
| checking for prototypes... yes | |
| checking token paste string... ansi | |
| checking stringization... #expr | |
| checking string literal concatenation... yes | |
| checking for variable length prototypes and stdarg.h... yes | |
| checking for variable length macro... yes | |
| checking for NORETURN function attribute... __attribute__ ((noreturn)) x | |
| checking for DEPRECATED function attribute... __attribute__ ((deprecated)) x | |
| checking for DEPRECATED_BY function attribute... __attribute__ ((deprecated("by "#n))) x | |
| checking for DEPRECATED_TYPE type attribute... __attribute__ ((deprecated mesg)) x | |
| checking for NOINLINE function attribute... __attribute__ ((noinline)) x | |
| checking for WEAK function attribute... __attribute__ ((weak)) x | |
| checking for stdcall function attribute... x | |
| checking for cdecl function attribute... x | |
| checking for fastcall function attribute... x | |
| checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((optimize("O0"))) x | |
| checking for FUNC_MINIMIZED function attribute... __attribute__ ((optimize("-Os","-fomit-frame-pointer"))) x | |
| checking for function alias... alias | |
| checking for __atomic builtins... yes | |
| checking for __sync builtins... yes | |
| checking for __builtin_unreachable... yes | |
| checking for exported function attribute... __attribute__ ((visibility("default"))) | |
| checking for function name string predefined identifier... __func__ | |
| checking if enum over int is allowed... yes | |
| checking whether sys_nerr is declared... yes | |
| checking whether getenv is declared... yes | |
| checking for size_t... yes | |
| checking size of size_t... 8 | |
| checking size of ptrdiff_t... 8 | |
| checking for printf prefix for size_t... z | |
| checking for printf prefix for ptrdiff_t... t | |
| checking for struct stat.st_blksize... yes | |
| checking for struct stat.st_blocks... yes | |
| checking for struct stat.st_rdev... yes | |
| checking size of struct stat.st_size... SIZEOF_OFF_T | |
| checking size of struct stat.st_blocks... SIZEOF_OFF_T | |
| checking size of struct stat.st_ino... SIZEOF_LONG | |
| checking for struct stat.st_atim... yes | |
| checking for struct stat.st_atimespec... no | |
| checking for struct stat.st_atimensec... no | |
| checking for struct stat.st_mtim... yes | |
| checking for struct stat.st_mtimespec... no | |
| checking for struct stat.st_mtimensec... no | |
| checking for struct stat.st_ctim... yes | |
| checking for struct stat.st_ctimespec... no | |
| checking for struct stat.st_ctimensec... no | |
| checking for struct stat.st_birthtimespec... no | |
| checking for struct timeval... yes | |
| checking size of struct timeval.tv_sec... SIZEOF_TIME_T | |
| checking for struct timespec... yes | |
| checking for struct timezone... yes | |
| checking for clockid_t... (cached) yes | |
| checking for fd_mask... yes | |
| checking for int8_t... yes | |
| checking size of int8_t... 1 | |
| checking for uint8_t... yes | |
| checking size of uint8_t... 1 | |
| checking for int16_t... yes | |
| checking size of int16_t... 2 | |
| checking for uint16_t... yes | |
| checking size of uint16_t... 2 | |
| checking for int32_t... yes | |
| checking size of int32_t... 4 | |
| checking for uint32_t... yes | |
| checking size of uint32_t... 4 | |
| checking for int64_t... yes | |
| checking size of int64_t... 8 | |
| checking for uint64_t... yes | |
| checking size of uint64_t... 8 | |
| checking for intptr_t... yes | |
| checking size of intptr_t... 8 | |
| checking for uintptr_t... yes | |
| checking size of uintptr_t... 8 | |
| checking for ssize_t... yes | |
| checking size of ssize_t... 8 | |
| checking for stack end address... __libc_stack_end | |
| checking for uid_t in sys/types.h... (cached) yes | |
| checking type of array argument to getgroups... gid_t | |
| checking return type of signal handlers... void | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for dynamic size alloca... ok | |
| checking for working memcmp... yes | |
| checking for broken erfc of glibc-2.3.6 on IA64... no | |
| checking for acosh... yes | |
| checking for cbrt... yes | |
| checking for crypt... yes | |
| checking for dup2... yes | |
| checking for erf... yes | |
| checking for explicit_bzero... no | |
| checking for ffs... yes | |
| checking for finite... yes | |
| checking for flock... yes | |
| checking for hypot... yes | |
| checking for isinf... yes | |
| checking for isnan... yes | |
| checking for lgamma_r... yes | |
| checking for memmove... yes | |
| checking for nextafter... yes | |
| checking for setproctitle... no | |
| checking for strchr... yes | |
| checking for strerror... yes | |
| checking for strlcat... no | |
| checking for strlcpy... no | |
| checking for strstr... yes | |
| checking for tgamma... yes | |
| checking sys/pstat.h usability... no | |
| checking sys/pstat.h presence... no | |
| checking for sys/pstat.h... no | |
| checking for signbit... yes | |
| checking for broken memmem... no | |
| checking for pid_t... (cached) yes | |
| checking vfork.h usability... no | |
| checking vfork.h presence... no | |
| checking for vfork.h... no | |
| checking for fork... yes | |
| checking for vfork... yes | |
| checking for working fork... yes | |
| checking for working vfork... (cached) yes | |
| checking for __syscall... no | |
| checking for _longjmp... yes | |
| checking for _setjmp... yes | |
| checking for _setjmpex... no | |
| checking for atan2l... yes | |
| checking for atan2f... yes | |
| checking for chroot... yes | |
| checking for chsize... no | |
| checking for clock_gettime... yes | |
| checking for cosh... yes | |
| checking for daemon... (cached) no | |
| checking for dirfd... yes | |
| checking for dl_iterate_phdr... yes | |
| checking for dlopen... yes | |
| checking for dladdr... yes | |
| checking for dup... yes | |
| checking for dup3... yes | |
| checking for eaccess... yes | |
| checking for endgrent... yes | |
| checking for fchmod... yes | |
| checking for fchown... yes | |
| checking for fcntl... yes | |
| checking for fdatasync... yes | |
| checking for fgetattrlist... no | |
| checking for fmod... yes | |
| checking for fsync... yes | |
| checking for ftruncate... yes | |
| checking for ftruncate64... yes | |
| checking for getattrlist... no | |
| checking for getcwd... yes | |
| checking for getgidx... no | |
| checking for getgrnam... yes | |
| checking for getgrnam_r... yes | |
| checking for getgroups... yes | |
| checking for getpgid... yes | |
| checking for getpgrp... yes | |
| checking for getpriority... yes | |
| checking for getpwnam_r... yes | |
| checking for getresgid... yes | |
| checking for getresuid... yes | |
| checking for getrlimit... yes | |
| checking for getsid... yes | |
| checking for gettimeofday... yes | |
| checking for getuidx... no | |
| checking for gmtime_r... yes | |
| checking for initgroups... yes | |
| checking for ioctl... yes | |
| checking for isfinite... no | |
| checking for issetugid... no | |
| checking for killpg... yes | |
| checking for lchmod... no | |
| checking for lchown... yes | |
| checking for link... yes | |
| checking for llabs... yes | |
| checking for lockf... yes | |
| checking for log2... yes | |
| checking for lstat... yes | |
| checking for malloc_usable_size... yes | |
| checking for malloc_size... no | |
| checking for mblen... yes | |
| checking for memalign... yes | |
| checking for memset_s... no | |
| checking for writev... yes | |
| checking for memrchr... yes | |
| checking for memmem... yes | |
| checking for mkfifo... yes | |
| checking for mknod... yes | |
| checking for mktime... yes | |
| checking for pipe2... yes | |
| checking for poll... yes | |
| checking for posix_fadvise... yes | |
| checking for posix_memalign... yes | |
| checking for ppoll... yes | |
| checking for pread... yes | |
| checking for qsort_r... yes | |
| checking for readlink... yes | |
| checking for round... yes | |
| checking for sched_getaffinity... yes | |
| checking for seekdir... yes | |
| checking for select_large_fdset... no | |
| checking for sendfile... yes | |
| checking for setegid... yes | |
| checking for setenv... yes | |
| checking for seteuid... yes | |
| checking for setgid... yes | |
| checking for setgroups... yes | |
| checking for setpgid... yes | |
| checking for setpgrp... yes | |
| checking for setregid... yes | |
| checking for setresgid... yes | |
| checking for setresuid... yes | |
| checking for setreuid... yes | |
| checking for setrgid... no | |
| checking for setrlimit... yes | |
| checking for setruid... no | |
| checking for setsid... yes | |
| checking for setuid... yes | |
| checking for shutdown... yes | |
| checking for sigaction... yes | |
| checking for sigaltstack... yes | |
| checking for sigprocmask... yes | |
| checking for sinh... yes | |
| checking for spawnv... no | |
| checking for symlink... yes | |
| checking for syscall... yes | |
| checking for sysconf... yes | |
| checking for tanh... yes | |
| checking for telldir... yes | |
| checking for timegm... yes | |
| checking for times... yes | |
| checking for truncate... yes | |
| checking for truncate64... yes | |
| checking for unsetenv... yes | |
| checking for utimensat... yes | |
| checking for utimes... yes | |
| checking for wait4... yes | |
| checking for waitpid... yes | |
| checking if getcwd allocates buffer if NULL is given... yes | |
| checking for __builtin_bswap16... yes | |
| checking for __builtin_bswap32... yes | |
| checking for __builtin_bswap64... yes | |
| checking for __builtin_clz... yes | |
| checking for __builtin_clzl... yes | |
| checking for __builtin_clzll... yes | |
| checking for __builtin_choose_expr... yes | |
| checking for __builtin_choose_expr_constant_p... yes | |
| checking for __builtin_types_compatible_p... yes | |
| checking whether qsort_r is GNU version... yes | |
| checking whether qsort_r is BSD version... no | |
| checking whether atan2 handles Inf as C99... yes | |
| checking whether lgamma_r handles -0.0... yes | |
| checking for clock_getres... yes | |
| checking for unsetenv returns a value... yes | |
| checking for sigsetjmp as a macro or function... yes | |
| checking whether struct tm is in sys/time.h or time.h... time.h | |
| checking for struct tm.tm_zone... yes | |
| checking for struct tm.tm_gmtoff... yes | |
| checking for external int daylight... yes | |
| checking for external timezone... long | |
| checking for external altzone... no | |
| checking for timezone... yes | |
| checking whether timezone requires zero arguments... yes | |
| checking for negative time_t for gmtime(3)... yes | |
| checking for localtime(3) overflow correctly... yes | |
| checking whether right shift preserve sign bit... yes | |
| checking whether _SC_CLK_TCK is supported... yes | |
| checking stack growing direction on x86_64... -1 | |
| checking for pthread_kill in -lthr... no | |
| checking for pthread_kill in -lpthread... yes | |
| checking for pthread_np.h... no | |
| checking whether pthread_t is scalar type... yes | |
| checking for sched_yield... yes | |
| checking for pthread_attr_setinheritsched... yes | |
| checking for pthread_attr_get_np... no | |
| checking for pthread_attr_getstack... yes | |
| checking for pthread_get_stackaddr_np... no | |
| checking for pthread_get_stacksize_np... no | |
| checking for thr_stksegment... no | |
| checking for pthread_stackseg_np... no | |
| checking for pthread_getthrds_np... no | |
| checking for pthread_cond_init... yes | |
| checking for pthread_condattr_setclock... yes | |
| checking for pthread_condattr_init... yes | |
| checking for pthread_sigmask... yes | |
| checking for pthread_setname_np... yes | |
| checking for pthread_set_name_np... no | |
| checking for pthread_getattr_np... yes | |
| checking for pthread_attr_init... yes | |
| checking arguments of pthread_setname_np... (pthread_self(), name) | |
| checking if mcontext_t is a pointer... no | |
| checking for getcontext... yes | |
| checking for setcontext... yes | |
| checking if fork works with pthread... yes | |
| checking whether ELF binaries are produced... yes | |
| checking elf.h usability... yes | |
| checking elf.h presence... yes | |
| checking for elf.h... yes | |
| checking elf_abi.h usability... no | |
| checking elf_abi.h presence... no | |
| checking for elf_abi.h... no | |
| checking whether OS depend dynamic link works... yes | |
| checking whether -Wl,-R. is accepted as LDFLAGS... yes | |
| checking for backtrace... yes | |
| checking for broken backtrace... no | |
| checking valgrind/memcheck.h usability... no | |
| checking valgrind/memcheck.h presence... no | |
| checking for valgrind/memcheck.h... no | |
| checking for strip... strip | |
| checking whether -fPIE is accepted as CFLAGS... yes | |
| checking whether -pie is accepted as LDFLAGS... yes | |
| checking whether wrapper for LD_LIBRARY_PATH is needed... no | |
| checking for __builtin_setjmp... yes with cast () | |
| checking for setjmp type... __builtin_setjmp | |
| checking for prefix of external symbols... NONE | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking if make is GNU make... yes | |
| checking for nroff... /usr/bin/nroff | |
| .ext/include/x86_64-linux/ruby/config.h updated | |
| configure: ruby library version = 2.3.0 | |
| configure: creating ./config.status | |
| config.status: creating GNUmakefile | |
| config.status: creating Makefile | |
| config.status: creating ruby-2.3.pc | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -shared | |
| CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -std=iso9899:1999 | |
| XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE | |
| CPPFLAGS = -I/home/predatorian/.rbenv/versions/2.3.1/include -I. -I.ext/include/x86_64-linux -I./include -I. | |
| DLDFLAGS = -fstack-protector -pie | |
| SOLIBS = -lgmp | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) | |
| copying dummy probes.h | |
| compiling main.c | |
| compiling dmydln.c | |
| compiling miniinit.c | |
| compiling dmyext.c | |
| compiling miniprelude.c | |
| compiling array.c | |
| compiling bignum.c | |
| compiling class.c | |
| compiling compar.c | |
| compiling complex.c | |
| compiling dir.c | |
| compiling dln_find.c | |
| compiling encoding.c | |
| compiling enum.c | |
| compiling enumerator.c | |
| compiling error.c | |
| compiling eval.c | |
| compiling load.c | |
| compiling proc.c | |
| compiling file.c | |
| compiling gc.c | |
| compiling hash.c | |
| compiling inits.c | |
| compiling io.c | |
| compiling marshal.c | |
| compiling math.c | |
| compiling node.c | |
| compiling numeric.c | |
| compiling object.c | |
| compiling pack.c | |
| compiling parse.c | |
| compiling process.c | |
| compiling random.c | |
| compiling range.c | |
| compiling rational.c | |
| compiling re.c | |
| compiling regcomp.c | |
| compiling regenc.c | |
| compiling regerror.c | |
| compiling regexec.c | |
| compiling regparse.c | |
| compiling regsyntax.c | |
| compiling ruby.c | |
| compiling safe.c | |
| compiling signal.c | |
| compiling sprintf.c | |
| compiling st.c | |
| compiling strftime.c | |
| compiling string.c | |
| compiling struct.c | |
| compiling symbol.c | |
| compiling time.c | |
| compiling transcode.c | |
| compiling util.c | |
| compiling variable.c | |
| compiling version.c | |
| compiling compile.c | |
| compiling debug.c | |
| compiling iseq.c | |
| compiling vm.c | |
| compiling vm_dump.c | |
| compiling vm_backtrace.c | |
| compiling vm_trace.c | |
| compiling thread.c | |
| compiling cont.c | |
| compiling ./missing/explicit_bzero.c | |
| compiling ./missing/setproctitle.c | |
| compiling ./missing/strlcat.c | |
| compiling ./missing/strlcpy.c | |
| compiling addr2line.c | |
| compiling dmyenc.c | |
| compiling dln.c | |
| compiling localeinit.c | |
| compiling prelude.c | |
| compiling enc/ascii.c | |
| compiling enc/us_ascii.c | |
| compiling enc/unicode.c | |
| compiling enc/utf_8.c | |
| compiling enc/trans/newline.c | |
| linking miniruby | |
| generating encdb.h | |
| rbconfig.rb updated | |
| generating enc.mk | |
| creating verconf.h | |
| encdb.h updated | |
| verconf.h updated | |
| compiling loadpath.c | |
| making srcs under enc | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Nothing to be done for 'srcs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| generating transdb.h | |
| linking static-library libruby-static.a | |
| ar: `u' modifier ignored since `D' is the default (see `U') | |
| transdb.h updated | |
| verifying static-library libruby-static.a | |
| generating makefile exts.mk | |
| making enc | |
| making trans | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| compiling ./enc/encdb.c | |
| compiling ./enc/big5.c | |
| compiling ./enc/cp949.c | |
| compiling ./enc/trans/transdb.c | |
| compiling ./enc/emacs_mule.c | |
| compiling ./enc/trans/big5.c | |
| compiling ./enc/euc_jp.c | |
| configuring -test-/array/resize | |
| configuring -test-/bignum | |
| configuring -test-/bug-3571 | |
| configuring -test-/bug-5832 | |
| configuring -test-/bug_reporter | |
| compiling ./enc/euc_kr.c | |
| configuring -test-/class | |
| configuring -test-/debug | |
| configuring -test-/dln/empty | |
| configuring -test-/exception | |
| configuring -test-/fatal | |
| configuring -test-/file | |
| compiling ./enc/euc_tw.c | |
| compiling ./enc/gb2312.c | |
| compiling ./enc/gb18030.c | |
| compiling ./enc/gbk.c | |
| compiling ./enc/iso_8859_1.c | |
| compiling ./enc/iso_8859_2.c | |
| compiling ./enc/iso_8859_3.c | |
| compiling ./enc/iso_8859_4.c | |
| compiling ./enc/iso_8859_5.c | |
| compiling ./enc/iso_8859_6.c | |
| compiling ./enc/iso_8859_7.c | |
| compiling ./enc/iso_8859_8.c | |
| compiling ./enc/iso_8859_9.c | |
| compiling ./enc/iso_8859_10.c | |
| compiling ./enc/iso_8859_11.c | |
| compiling ./enc/iso_8859_13.c | |
| compiling ./enc/iso_8859_14.c | |
| compiling ./enc/iso_8859_15.c | |
| compiling ./enc/trans/chinese.c | |
| compiling ./enc/iso_8859_16.c | |
| compiling ./enc/koi8_r.c | |
| compiling ./enc/koi8_u.c | |
| compiling ./enc/shift_jis.c | |
| compiling ./enc/utf_16be.c | |
| compiling ./enc/utf_16le.c | |
| compiling ./enc/utf_32be.c | |
| compiling ./enc/utf_32le.c | |
| compiling ./enc/windows_31j.c | |
| compiling ./enc/windows_1250.c | |
| compiling ./enc/windows_1251.c | |
| compiling ./enc/trans/ebcdic.c | |
| compiling ./enc/windows_1252.c | |
| linking encoding encdb.so | |
| linking encoding big5.so | |
| linking encoding cp949.so | |
| linking encoding emacs_mule.so | |
| compiling ./enc/trans/emoji.c | |
| linking encoding euc_jp.so | |
| linking encoding euc_kr.so | |
| linking encoding euc_tw.so | |
| linking encoding gb2312.so | |
| linking encoding gb18030.so | |
| linking encoding gbk.so | |
| compiling ./enc/trans/emoji_iso2022_kddi.c | |
| compiling ./enc/trans/emoji_sjis_docomo.c | |
| linking encoding iso_8859_1.so | |
| compiling ./enc/trans/emoji_sjis_kddi.c | |
| configuring -test-/float | |
| configuring -test-/funcall | |
| configuring -test-/gvl/call_without_gvl | |
| linking encoding iso_8859_2.so | |
| configuring -test-/hash | |
| configuring -test-/iseq_load | |
| configuring -test-/iter | |
| configuring -test-/load/dot.dot | |
| configuring -test-/marshal/compat | |
| configuring -test-/marshal/internal_ivar | |
| configuring -test-/marshal/usr | |
| configuring -test-/method | |
| configuring -test-/notimplement | |
| configuring -test-/num2int | |
| linking encoding iso_8859_3.so | |
| configuring -test-/path_to_class | |
| configuring -test-/popen_deadlock | |
| configuring -test-/postponed_job | |
| configuring -test-/printf | |
| configuring -test-/proc | |
| configuring -test-/rational | |
| configuring -test-/recursion | |
| configuring -test-/st/foreach | |
| configuring -test-/st/numhash | |
| configuring -test-/st/update | |
| configuring -test-/string | |
| configuring -test-/struct | |
| configuring -test-/symbol | |
| linking encoding iso_8859_4.so | |
| compiling ./enc/trans/emoji_sjis_softbank.c | |
| linking encoding iso_8859_5.so | |
| linking encoding iso_8859_6.so | |
| linking encoding iso_8859_7.so | |
| linking encoding iso_8859_8.so | |
| linking encoding iso_8859_9.so | |
| configuring -test-/time | |
| configuring -test-/tracepoint | |
| configuring -test-/typeddata | |
| configuring -test-/vm | |
| configuring -test-/wait_for_single_fd | |
| configuring bigdecimal | |
| compiling ./enc/trans/escape.c | |
| linking encoding iso_8859_10.so | |
| linking encoding iso_8859_11.so | |
| linking encoding iso_8859_13.so | |
| linking encoding iso_8859_14.so | |
| compiling ./enc/trans/gb18030.c | |
| linking encoding iso_8859_15.so | |
| linking encoding iso_8859_16.so | |
| compiling ./enc/trans/gbk.c | |
| linking encoding koi8_r.so | |
| linking encoding koi8_u.so | |
| linking encoding shift_jis.so | |
| compiling ./enc/trans/iso2022.c | |
| linking encoding utf_16be.so | |
| linking encoding utf_16le.so | |
| compiling ./enc/trans/japanese.c | |
| linking encoding utf_32be.so | |
| linking encoding utf_32le.so | |
| compiling ./enc/trans/japanese_euc.c | |
| linking encoding windows_31j.so | |
| compiling ./enc/trans/japanese_sjis.c | |
| linking encoding windows_1250.so | |
| compiling ./enc/trans/korean.c | |
| linking encoding windows_1251.so | |
| linking encoding windows_1252.so | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| compiling ./enc/trans/single_byte.c | |
| compiling ./enc/trans/utf8_mac.c | |
| compiling ./enc/trans/utf_16_32.c | |
| linking transcoder transdb.so | |
| linking transcoder chinese.so | |
| linking transcoder ebcdic.so | |
| linking transcoder emoji.so | |
| linking transcoder emoji_iso2022_kddi.so | |
| linking transcoder emoji_sjis_docomo.so | |
| linking transcoder emoji_sjis_kddi.so | |
| linking transcoder escape.so | |
| linking transcoder emoji_sjis_softbank.so | |
| linking transcoder gb18030.so | |
| linking transcoder iso2022.so | |
| linking transcoder japanese.so | |
| linking transcoder japanese_sjis.so | |
| linking transcoder single_byte.so | |
| linking transcoder utf_16_32.so | |
| linking transcoder big5.so | |
| linking transcoder gbk.so | |
| linking transcoder korean.so | |
| configuring cgi/escape | |
| configuring continuation | |
| configuring coverage | |
| configuring date | |
| configuring dbm | |
| linking transcoder japanese_euc.so | |
| linking transcoder utf8_mac.so | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| making encs | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| header: gdbm-ndbm.h | |
| library: gdbm_compat | |
| configuring digest | |
| configuring digest/bubblebabble | |
| configuring digest/md5 | |
| configuring digest/rmd160 | |
| configuring digest/sha1 | |
| configuring digest/sha2 | |
| configuring etc | |
| configuring fcntl | |
| configuring fiber | |
| configuring fiddle | |
| configuring gdbm | |
| configuring io/console | |
| configuring io/nonblock | |
| configuring io/wait | |
| configuring json | |
| configuring json/generator | |
| configuring json/parser | |
| configuring mathn/complex | |
| configuring mathn/rational | |
| configuring nkf | |
| configuring objspace | |
| configuring openssl | |
| configuring pathname | |
| configuring psych | |
| configuring pty | |
| configuring racc/cparse | |
| configuring rbconfig/sizeof | |
| configuring readline | |
| configuring ripper | |
| configuring sdbm | |
| configuring socket | |
| configuring stringio | |
| configuring strscan | |
| configuring syslog | |
| configuring thread | |
| configuring tk | |
| ............ | |
| check struct members.. | |
| check libraries.... | |
| Use ActiveTcl libraries (if available). | |
| Search tclConfig.sh and tkConfig.sh..................... | |
| WARNING: found "/usr/lib/tclConfig.sh", but cannot find valid Tcl library for the tclConfig.sh. So, ignore it. | |
| WARNING: found "/usr/lib/tkConfig.sh", but cannot find valid Tk library for the tkConfig.sh. So, ignore it. | |
| .......... | |
| Fail to find [tclConfig.sh, tkConfig.sh] | |
| Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh). | |
| Search tcl.h.. | |
| Search tk.h..Search Tcl library.......... | |
| Search Tcl library.......... | |
| Warning:: cannot find Tcl library. tcltklib will not be compiled (tcltklib is disabled on your Ruby. That is, Ruby/Tk will not work). Please check configure options. | |
| Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk. | |
| If you have Tcl/Tk libraries on your environment, you may be able to use them with configure options (see ext/tk/README.tcltklib). | |
| At present, Tcl/Tk8.6 is not supported. Although you can try to use Tcl/Tk8.6 with configure options, it will not work correctly. I recommend you to use Tcl/Tk8.5 or 8.4. | |
| Failed to configure tk. It will not be installed. | |
| Failed to configure tk/tkutil. It will not be installed. | |
| configuring zlib | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/array/resize' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug-3571' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug-5832' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug_reporter' | |
| compiling resize.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/class' | |
| compiling bug.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bignum' | |
| compiling bug.c | |
| compiling bug_reporter.c | |
| compiling class2name.c | |
| compiling intpack.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/dln/empty' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/debug' | |
| compiling profile_frames.c | |
| compiling empty.c | |
| linking shared-object -test-/dln/empty.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/dln/empty' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/exception' | |
| compiling ensured.c | |
| linking shared-object -test-/array/resize.so | |
| linking shared-object -test-/bug-3571/bug.so | |
| linking shared-object -test-/bug-5832/bug.so | |
| compiling init.c | |
| linking shared-object -test-/bug_reporter/bug_reporter.so | |
| compiling inspector.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/array/resize' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug-3571' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/file' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/fatal' | |
| compiling fs.c | |
| compiling rb_fatal.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug-5832' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/float' | |
| compiling nextafter.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bug_reporter' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/funcall' | |
| compiling passing_block.c | |
| compiling str2big.c | |
| compiling enc_raise.c | |
| linking shared-object -test-/class.so | |
| linking shared-object -test-/fatal/rb_fatal.so | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/class' | |
| compiling stat.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/gvl/call_without_gvl' | |
| compiling call_without_gvl.c | |
| linking shared-object -test-/funcall/funcall.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/fatal' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/hash' | |
| compiling init.c | |
| compiling delete.c | |
| compiling big2str.c | |
| compiling dataerror.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/funcall' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/iseq_load' | |
| compiling iseq_load.c | |
| linking shared-object -test-/debug.so | |
| linking shared-object -test-/gvl/call_without_gvl.so | |
| compiling init.c | |
| linking shared-object -test-/float.so | |
| compiling init.c | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/debug' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/iter' | |
| compiling break.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/gvl/call_without_gvl' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/load/dot.dot' | |
| compiling dot.dot.c | |
| linking shared-object -test-/iseq_load/iseq_load.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/float' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/compat' | |
| compiling usrcompat.c | |
| linking shared-object -test-/load/dot.dot/dot.dot.so | |
| compiling init.c | |
| linking shared-object -test-/file.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/iseq_load' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/load/dot.dot' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/internal_ivar' | |
| compiling internal_ivar.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/usr' | |
| compiling usrmarshal.c | |
| linking shared-object -test-/hash.so | |
| compiling yield.c | |
| linking shared-object -test-/exception.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/file' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/method' | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/hash' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/notimplement' | |
| compiling bug.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/exception' | |
| compiling mul.c | |
| linking shared-object -test-/marshal/compat.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/num2int' | |
| compiling num2int.c | |
| linking shared-object -test-/marshal/usr.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/compat' | |
| linking shared-object -test-/marshal/internal_ivar.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/path_to_class' | |
| compiling path_to_class.c | |
| compiling init.c | |
| compiling arity.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/usr' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/popen_deadlock' | |
| compiling infinite_loop_dlsym.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/marshal/internal_ivar' | |
| compiling bigzero.c | |
| linking shared-object -test-/notimplement.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/notimplement' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/postponed_job' | |
| compiling postponed_job.c | |
| linking shared-object -test-/iter.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/printf' | |
| compiling printf.c | |
| linking shared-object -test-/path_to_class/path_to_class.so | |
| linking shared-object -test-/num2int/num2int.so | |
| linking shared-object -test-/method.so | |
| linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/path_to_class' | |
| compiling div.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/iter' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/num2int' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/proc' | |
| compiling super.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/rational' | |
| compiling rat.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/recursion' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/method' | |
| compiling recursion.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/foreach' | |
| compiling foreach.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/popen_deadlock' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/numhash' | |
| compiling numhash.c | |
| linking shared-object -test-/postponed_job.so | |
| compiling receiver.c | |
| linking shared-object -test-/recursion.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/postponed_job' | |
| linking shared-object -test-/printf.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/update' | |
| compiling update.c | |
| linking shared-object -test-/bignum.so | |
| linking shared-object -test-/rational.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/recursion' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/string' | |
| compiling set_len.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/printf' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/struct' | |
| compiling init.c | |
| linking shared-object -test-/st/numhash.so | |
| linking shared-object -test-/st/foreach.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/rational' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/symbol' | |
| compiling init.c | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/bignum' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/numhash' | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/foreach' | |
| compiling type.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/time' | |
| compiling new.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/tracepoint' | |
| compiling tracepoint.c | |
| linking shared-object -test-/st/update.so | |
| compiling fstring.c | |
| compiling member.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/update' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/typeddata' | |
| compiling typeddata.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/vm' | |
| compiling at_exit.c | |
| linking shared-object -test-/proc.so | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/proc' | |
| compiling modify.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/wait_for_single_fd' | |
| compiling wait_for_single_fd.c | |
| compiling gc_hook.c | |
| linking shared-object -test-/symbol.so | |
| compiling duplicate.c | |
| linking shared-object -test-/typeddata/typeddata.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/symbol' | |
| linking shared-object -test-/vm/at_exit.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/bigdecimal' | |
| compiling bigdecimal.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/typeddata' | |
| linking shared-object -test-/time.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/cgi/escape' | |
| compiling escape.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/vm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/continuation' | |
| compiling cstr.c | |
| linking shared-object -test-/struct.so | |
| linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so | |
| compiling continuation.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/time' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/coverage' | |
| linking shared-object -test-/tracepoint.so | |
| compiling coverage.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/wait_for_single_fd' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/date' | |
| compiling date_strptime.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/struct' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/dbm' | |
| compiling dbm.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/tracepoint' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest' | |
| compiling digest.c | |
| linking shared-object continuation.so | |
| linking shared-object cgi/escape.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/continuation' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/bubblebabble' | |
| compiling bubblebabble.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/cgi/escape' | |
| installing digest libraries | |
| installing default digest libraries | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/md5' | |
| compiling md5init.c | |
| compiling qsort.c | |
| linking shared-object coverage.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/coverage' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/rmd160' | |
| compiling rmd160init.c | |
| linking shared-object digest/md5.so | |
| linking shared-object digest/bubblebabble.so | |
| compiling enc_str_buf_cat.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/bubblebabble' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha1' | |
| compiling sha1init.c | |
| linking shared-object digest/rmd160.so | |
| linking shared-object digest.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha2' | |
| compiling sha2init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/md5' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/etc' | |
| compiling normalize.c | |
| generating constant definitions | |
| linking shared-object digest/sha1.so | |
| compiling etc.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/rmd160' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fcntl' | |
| compiling fcntl.c | |
| linking shared-object dbm.so | |
| compiling init.c | |
| linking shared-object digest/sha2.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/dbm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiber' | |
| compiling fiber.c | |
| linking shared-object fcntl.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha1' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiddle' | |
| compiling function.c | |
| linking shared-object fiber.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fcntl' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/gdbm' | |
| compiling gdbm.c | |
| compiling ellipsize.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiber' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/console' | |
| compiling console.c | |
| installing default sha2 libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha2' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/nonblock' | |
| compiling nonblock.c | |
| compiling coderange.c | |
| compiling fiddle.c | |
| compiling date_core.c | |
| linking shared-object io/nonblock.so | |
| linking shared-object etc.so | |
| compiling enc_associate.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/nonblock' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/wait' | |
| compiling wait.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/etc' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json' | |
| installing default libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json' | |
| compiling conversions.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/generator' | |
| compiling generator.c | |
| compiling nofree.c | |
| linking shared-object io/wait.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/wait' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/parser' | |
| compiling parser.c | |
| linking shared-object -test-/string.so | |
| linking shared-object io/console.so | |
| compiling handle.c | |
| installing default console libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/console' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/mathn/complex' | |
| compiling complex.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/string' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/mathn/rational' | |
| compiling rational.c | |
| linking shared-object mathn/complex.so | |
| linking shared-object mathn/rational.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/mathn/complex' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/nkf' | |
| compiling nkf.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/mathn/rational' | |
| installing default nkf libraries | |
| compiling closure.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/objspace' | |
| compiling object_tracing.c | |
| linking shared-object gdbm.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/gdbm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/openssl' | |
| compiling ossl.c | |
| compiling pointer.c | |
| compiling objspace.c | |
| linking shared-object json/ext/parser.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/parser' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pathname' | |
| compiling pathname.c | |
| linking shared-object fiddle.so | |
| installing default fiddle libraries | |
| compiling ossl_ns_spki.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiddle' | |
| installing default pathname libraries | |
| compiling objspace_dump.c | |
| linking shared-object json/ext/generator.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/generator' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/psych' | |
| compiling psych_yaml_tree.c | |
| compiling psych.c | |
| compiling psych_parser.c | |
| compiling ossl_x509.c | |
| compiling psych_to_ruby.c | |
| linking shared-object objspace.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/objspace' | |
| linking shared-object pathname.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pty' | |
| compiling pty.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pathname' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/racc/cparse' | |
| compiling cparse.c | |
| compiling psych_emitter.c | |
| compiling ossl_rand.c | |
| installing default pty libraries | |
| linking shared-object pty.so | |
| linking shared-object bigdecimal.so | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/rbconfig/sizeof' | |
| compiling sizes.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pty' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/readline' | |
| compiling readline.c | |
| installing default bigdecimal libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/bigdecimal' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/ripper' | |
| compiling ripper.c | |
| linking shared-object rbconfig/sizeof.so | |
| linking shared-object psych.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/rbconfig/sizeof' | |
| installing default psych libraries | |
| compiling ossl_pkcs7.c | |
| linking shared-object racc/cparse.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/psych' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/sdbm' | |
| compiling init.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/racc/cparse' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/socket' | |
| generating constant definitions | |
| compiling ossl_x509store.c | |
| generating constant definitions | |
| compiling basicsocket.c | |
| linking shared-object readline.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/readline' | |
| compiling socket.c | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/stringio' | |
| compiling stringio.c | |
| compiling _sdbm.c | |
| compiling ossl_pkey_dsa.c | |
| compiling ossl_bn.c | |
| linking shared-object sdbm.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/sdbm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/strscan' | |
| compiling strscan.c | |
| compiling ipsocket.c | |
| compiling ossl_hmac.c | |
| compiling tcpsocket.c | |
| linking shared-object stringio.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/stringio' | |
| compiling tcpserver.c | |
| compiling sockssocket.c | |
| compiling ossl_pkcs5.c | |
| linking shared-object nkf.so | |
| compiling date_parse.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/nkf' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/syslog' | |
| compiling syslog.c | |
| compiling ossl_x509crl.c | |
| compiling udpsocket.c | |
| compiling unixsocket.c | |
| compiling ossl_pkcs12.c | |
| linking shared-object strscan.so | |
| linking shared-object syslog.so | |
| compiling unixserver.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/strscan' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/thread' | |
| compiling thread.c | |
| installing default syslog libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/syslog' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk/tkutil' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk/tkutil' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/zlib' | |
| compiling zlib.c | |
| compiling option.c | |
| linking shared-object thread.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/thread' | |
| compiling ancdata.c | |
| compiling raddrinfo.c | |
| compiling openssl_missing.c | |
| compiling ossl_cipher.c | |
| compiling ossl_config.c | |
| compiling ifaddr.c | |
| compiling ossl_bio.c | |
| compiling ossl_x509attr.c | |
| installing default socket libraries | |
| compiling init.c | |
| compiling constants.c | |
| compiling ossl_pkey_ec.c | |
| compiling ossl_x509name.c | |
| compiling ossl_pkey.c | |
| compiling ossl_ocsp.c | |
| compiling ossl_pkey_dh.c | |
| compiling ossl_digest.c | |
| compiling date_strftime.c | |
| compiling ossl_x509cert.c | |
| linking shared-object zlib.so | |
| compiling ossl_engine.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/zlib' | |
| compiling ossl_x509ext.c | |
| compiling ossl_ssl.c | |
| compiling ossl_asn1.c | |
| linking shared-object socket.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/socket' | |
| compiling ossl_x509req.c | |
| compiling ossl_pkey_rsa.c | |
| compiling ossl_x509revoked.c | |
| compiling ossl_ssl_session.c | |
| installing default date_core libraries | |
| linking shared-object date_core.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/date' | |
| installing default openssl libraries | |
| checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
| installing default ripper libraries | |
| linking shared-object openssl.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/openssl' | |
| linking shared-object ripper.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/ripper' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| linking ruby | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| Generating RDoc documentation | |
| Parsing sources... | |
| 0% [ 1/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-0.06_to_0.52 | |
| 0% [ 2/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-0.50_to_0.60 | |
| 0% [ 3/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-0.60_to_1.1 | |
| 0% [ 4/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-1.8.0 | |
| 0% [ 5/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-1.9.3 | |
| 0% [ 6/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-2.0.0 | |
| 0% [ 7/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-2.1.0 | |
| 0% [ 8/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-2.2.0 | |
| 0% [ 9/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/ChangeLog-YARV | |
| 1% [10/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-1.8.7 | |
| 1% [11/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-1.9.1 | |
| 1% [12/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-1.9.2 | |
| 1% [13/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-1.9.3 | |
| 1% [14/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-2.0.0 | |
| 1% [15/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-2.1.0 | |
| 1% [16/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/NEWS-2.2.0 | |
| 1% [17/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/contributing.rdoc | |
| 1% [18/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/contributors.rdoc | |
| 2% [19/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/dtrace_probes.rdoc | |
| 2% [20/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/extension.ja.rdoc | |
| 2% [21/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/extension.rdoc | |
| 2% [22/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/globals.rdoc | |
| 2% [23/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/keywords.rdoc | |
| 2% [24/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/maintainers.rdoc | |
| 2% [25/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/marshal.rdoc | |
| 2% [26/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/regexp.rdoc | |
| 2% [27/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/security.rdoc | |
| 2% [28/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/standard_library.rdoc | |
| 3% [29/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax.rdoc | |
| 3% [30/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/assignment.rdoc | |
| 3% [31/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/calling_methods.rdoc | |
| 3% [32/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/control_expressions.rdoc | |
| 3% [33/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/exceptions.rdoc | |
| 3% [34/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/literals.rdoc | |
| 3% [35/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/methods.rdoc | |
| 3% [36/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/miscellaneous.rdoc | |
| 3% [37/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/modules_and_classes.rdoc | |
| 4% [38/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/precedence.rdoc | |
| 4% [39/945] /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/doc/syntax/refinements.rdoc | |
| 4% [40/945] ChangeLog | |
| 4% [41/945] NEWS | |
| 4% [42/945] README.ja.md | |
| 4% [43/945] README.md | |
| 4% [44/945] addr2line.c | |
| 4% [45/945] array.c | |
| 4% [46/945] bignum.c | |
| 4% [47/945] class.c | |
| 5% [48/945] compar.c | |
| 5% [49/945] compile.c | |
| 5% [50/945] complex.c | |
| 5% [51/945] cont.c | |
| 5% [52/945] debug.c | |
| 5% [53/945] dir.c | |
| 5% [54/945] dln.c | |
| 5% [55/945] dln_find.c | |
| 5% [56/945] dmydln.c | |
| 6% [57/945] dmyenc.c | |
| 6% [58/945] dmyext.c | |
| 6% [59/945] doc/ChangeLog-0.06_to_0.52 | |
| 6% [60/945] doc/ChangeLog-0.50_to_0.60 | |
| 6% [61/945] doc/ChangeLog-0.60_to_1.1 | |
| 6% [62/945] doc/ChangeLog-1.8.0 | |
| 6% [63/945] doc/ChangeLog-1.9.3 | |
| 6% [64/945] doc/ChangeLog-2.0.0 | |
| 6% [65/945] doc/ChangeLog-2.1.0 | |
| 6% [66/945] doc/ChangeLog-2.2.0 | |
| 7% [67/945] doc/ChangeLog-YARV | |
| 7% [68/945] doc/NEWS-1.8.7 | |
| 7% [69/945] doc/NEWS-1.9.1 | |
| 7% [70/945] doc/NEWS-1.9.2 | |
| 7% [71/945] doc/NEWS-1.9.3 | |
| 7% [72/945] doc/NEWS-2.0.0 | |
| 7% [73/945] doc/NEWS-2.1.0 | |
| 7% [74/945] doc/NEWS-2.2.0 | |
| 7% [75/945] doc/contributing.rdoc | |
| 8% [76/945] doc/contributors.rdoc | |
| 8% [77/945] doc/dtrace_probes.rdoc | |
| 8% [78/945] doc/extension.ja.rdoc | |
| 8% [79/945] doc/extension.rdoc | |
| 8% [80/945] doc/globals.rdoc | |
| 8% [81/945] doc/keywords.rdoc | |
| 8% [82/945] doc/maintainers.rdoc | |
| 8% [83/945] doc/marshal.rdoc | |
| 8% [84/945] doc/regexp.rdoc | |
| 8% [85/945] doc/security.rdoc | |
| 9% [86/945] doc/standard_library.rdoc | |
| 9% [87/945] doc/syntax.rdoc | |
| 9% [88/945] doc/syntax/assignment.rdoc | |
| 9% [89/945] doc/syntax/calling_methods.rdoc | |
| 9% [90/945] doc/syntax/control_expressions.rdoc | |
| 9% [91/945] doc/syntax/exceptions.rdoc | |
| 9% [92/945] doc/syntax/literals.rdoc | |
| 9% [93/945] doc/syntax/methods.rdoc | |
| 9% [94/945] doc/syntax/miscellaneous.rdoc | |
| 10% [95/945] doc/syntax/modules_and_classes.rdoc | |
| 10% [96/945] doc/syntax/precedence.rdoc | |
| 10% [97/945] doc/syntax/refinements.rdoc | |
| 10% [98/945] encoding.c | |
| 10% [99/945] enum.c | |
| 10% [100/945] enumerator.c | |
| 10% [101/945] error.c | |
| 10% [102/945] eval.c | |
| 10% [103/945] eval_error.c | |
| 11% [104/945] eval_jump.c | |
| 11% [105/945] ext/bigdecimal/bigdecimal.c | |
| 11% [106/945] ext/bigdecimal/lib/bigdecimal/jacobian.rb | |
| 11% [107/945] ext/bigdecimal/lib/bigdecimal/ludcmp.rb | |
| 11% [108/945] ext/bigdecimal/lib/bigdecimal/math.rb | |
| 11% [109/945] ext/bigdecimal/lib/bigdecimal/newton.rb | |
| 11% [110/945] ext/bigdecimal/lib/bigdecimal/util.rb | |
| 11% [111/945] ext/continuation/continuation.c | |
| 11% [112/945] ext/coverage/coverage.c | |
| 11% [113/945] ext/date/date_core.c | |
| 12% [114/945] ext/dbm/dbm.c | |
| 12% [115/945] ext/digest/bubblebabble/bubblebabble.c | |
| 12% [116/945] ext/digest/digest.c | |
| 12% [117/945] ext/digest/lib/digest.rb | |
| 12% [118/945] ext/digest/md5/md5init.c | |
| 12% [119/945] ext/digest/rmd160/rmd160init.c | |
| 12% [120/945] ext/digest/sha1/sha1init.c | |
| 12% [121/945] ext/digest/sha2/sha2init.c | |
| 12% [122/945] ext/etc/etc.c | |
| 13% [123/945] ext/fcntl/fcntl.c | |
| 13% [124/945] ext/fiber/fiber.c | |
| 13% [125/945] ext/fiddle/closure.c | |
| 13% [126/945] ext/fiddle/conversions.c | |
| 13% [127/945] ext/fiddle/fiddle.c | |
| 13% [128/945] ext/fiddle/function.c | |
| 13% [129/945] ext/fiddle/handle.c | |
| 13% [130/945] ext/fiddle/lib/fiddle.rb | |
| 13% [131/945] ext/fiddle/lib/fiddle/closure.rb | |
| 13% [132/945] ext/fiddle/lib/fiddle/cparser.rb | |
| 14% [133/945] ext/fiddle/lib/fiddle/function.rb | |
| 14% [134/945] ext/fiddle/lib/fiddle/import.rb | |
| 14% [135/945] ext/fiddle/lib/fiddle/pack.rb | |
| 14% [136/945] ext/fiddle/lib/fiddle/struct.rb | |
| 14% [137/945] ext/fiddle/lib/fiddle/types.rb | |
| 14% [138/945] ext/fiddle/lib/fiddle/value.rb | |
| 14% [139/945] ext/fiddle/pointer.c | |
| 14% [140/945] ext/gdbm/gdbm.c | |
| 14% [141/945] ext/io/console/console.c | |
| 15% [142/945] ext/io/nonblock/nonblock.c | |
| 15% [143/945] ext/io/wait/wait.c | |
| 15% [144/945] ext/json/lib/json.rb | |
| 15% [145/945] ext/json/lib/json/add/bigdecimal.rb | |
| 15% [146/945] ext/json/lib/json/add/complex.rb | |
| 15% [147/945] ext/json/lib/json/add/core.rb | |
| 15% [148/945] ext/json/lib/json/add/date.rb | |
| 15% [149/945] ext/json/lib/json/add/date_time.rb | |
| 15% [150/945] ext/json/lib/json/add/exception.rb | |
| 15% [151/945] ext/json/lib/json/add/ostruct.rb | |
| 16% [152/945] ext/json/lib/json/add/range.rb | |
| 16% [153/945] ext/json/lib/json/add/rational.rb | |
| 16% [154/945] ext/json/lib/json/add/regexp.rb | |
| 16% [155/945] ext/json/lib/json/add/struct.rb | |
| 16% [156/945] ext/json/lib/json/add/symbol.rb | |
| 16% [157/945] ext/json/lib/json/add/time.rb | |
| 16% [158/945] ext/json/lib/json/common.rb | |
| 16% [159/945] ext/json/lib/json/ext.rb | |
| 16% [160/945] ext/json/lib/json/generic_object.rb | |
| 17% [161/945] ext/json/lib/json/version.rb | |
| 17% [162/945] ext/mathn/complex/complex.c | |
| 17% [163/945] ext/mathn/rational/rational.c | |
| 17% [164/945] ext/nkf/lib/kconv.rb | |
| 17% [165/945] ext/nkf/nkf.c | |
| 17% [166/945] ext/objspace/object_tracing.c | |
| 17% [167/945] ext/objspace/objspace.c | |
| 17% [168/945] ext/objspace/objspace_dump.c | |
| 17% [169/945] ext/openssl/lib/openssl.rb | |
| 17% [170/945] ext/openssl/lib/openssl/bn.rb | |
| 18% [171/945] ext/openssl/lib/openssl/buffering.rb | |
| 18% [172/945] ext/openssl/lib/openssl/cipher.rb | |
| 18% [173/945] ext/openssl/lib/openssl/config.rb | |
| 18% [174/945] ext/openssl/lib/openssl/digest.rb | |
| 18% [175/945] ext/openssl/lib/openssl/pkey.rb | |
| 18% [176/945] ext/openssl/lib/openssl/ssl.rb | |
| 18% [177/945] ext/openssl/lib/openssl/x509.rb | |
| 18% [178/945] ext/openssl/ossl.c | |
| 18% [179/945] ext/openssl/ossl_asn1.c | |
| 19% [180/945] ext/openssl/ossl_bio.c | |
| 19% [181/945] ext/openssl/ossl_bn.c | |
| 19% [182/945] ext/openssl/ossl_cipher.c | |
| 19% [183/945] ext/openssl/ossl_config.c | |
| 19% [184/945] ext/openssl/ossl_digest.c | |
| 19% [185/945] ext/openssl/ossl_engine.c | |
| 19% [186/945] ext/openssl/ossl_hmac.c | |
| 19% [187/945] ext/openssl/ossl_ns_spki.c | |
| 19% [188/945] ext/openssl/ossl_ocsp.c | |
| 20% [189/945] ext/openssl/ossl_pkcs12.c | |
| 20% [190/945] ext/openssl/ossl_pkcs5.c | |
| 20% [191/945] ext/openssl/ossl_pkcs7.c | |
| 20% [192/945] ext/openssl/ossl_pkey.c | |
| 20% [193/945] ext/openssl/ossl_pkey_dh.c | |
| 20% [194/945] ext/openssl/ossl_pkey_dsa.c | |
| 20% [195/945] ext/openssl/ossl_pkey_ec.c | |
| 20% [196/945] ext/openssl/ossl_pkey_rsa.c | |
| 20% [197/945] ext/openssl/ossl_rand.c | |
| 20% [198/945] ext/openssl/ossl_ssl.c | |
| 21% [199/945] ext/openssl/ossl_ssl_session.c | |
| 21% [200/945] ext/openssl/ossl_x509.c | |
| 21% [201/945] ext/openssl/ossl_x509attr.c | |
| 21% [202/945] ext/openssl/ossl_x509cert.c | |
| 21% [203/945] ext/openssl/ossl_x509crl.c | |
| 21% [204/945] ext/openssl/ossl_x509ext.c | |
| 21% [205/945] ext/openssl/ossl_x509name.c | |
| 21% [206/945] ext/openssl/ossl_x509req.c | |
| 21% [207/945] ext/openssl/ossl_x509revoked.c | |
| 22% [208/945] ext/openssl/ossl_x509store.c | |
| 22% [209/945] ext/pathname/lib/pathname.rb | |
| 22% [210/945] ext/pathname/pathname.c | |
| 22% [211/945] ext/psych/lib/psych.rb | |
| 22% [212/945] ext/psych/lib/psych/class_loader.rb | |
| 22% [213/945] ext/psych/lib/psych/coder.rb | |
| 22% [214/945] ext/psych/lib/psych/core_ext.rb | |
| 22% [215/945] ext/psych/lib/psych/deprecated.rb | |
| 22% [216/945] ext/psych/lib/psych/exception.rb | |
| 22% [217/945] ext/psych/lib/psych/handler.rb | |
| 23% [218/945] ext/psych/lib/psych/handlers/document_stream.rb | |
| 23% [219/945] ext/psych/lib/psych/handlers/recorder.rb | |
| 23% [220/945] ext/psych/lib/psych/json/ruby_events.rb | |
| 23% [221/945] ext/psych/lib/psych/json/stream.rb | |
| 23% [222/945] ext/psych/lib/psych/json/tree_builder.rb | |
| 23% [223/945] ext/psych/lib/psych/json/yaml_events.rb | |
| 23% [224/945] ext/psych/lib/psych/nodes.rb | |
| 23% [225/945] ext/psych/lib/psych/nodes/alias.rb | |
| 23% [226/945] ext/psych/lib/psych/nodes/document.rb | |
| 24% [227/945] ext/psych/lib/psych/nodes/mapping.rb | |
| 24% [228/945] ext/psych/lib/psych/nodes/node.rb | |
| 24% [229/945] ext/psych/lib/psych/nodes/scalar.rb | |
| 24% [230/945] ext/psych/lib/psych/nodes/sequence.rb | |
| 24% [231/945] ext/psych/lib/psych/nodes/stream.rb | |
| 24% [232/945] ext/psych/lib/psych/omap.rb | |
| 24% [233/945] ext/psych/lib/psych/parser.rb | |
| 24% [234/945] ext/psych/lib/psych/scalar_scanner.rb | |
| 24% [235/945] ext/psych/lib/psych/set.rb | |
| 24% [236/945] ext/psych/lib/psych/stream.rb | |
| 25% [237/945] ext/psych/lib/psych/streaming.rb | |
| 25% [238/945] ext/psych/lib/psych/syntax_error.rb | |
| 25% [239/945] ext/psych/lib/psych/tree_builder.rb | |
| 25% [240/945] ext/psych/lib/psych/versions.rb | |
| 25% [241/945] ext/psych/lib/psych/visitors.rb | |
| 25% [242/945] ext/psych/lib/psych/visitors/depth_first.rb | |
| 25% [243/945] ext/psych/lib/psych/visitors/emitter.rb | |
| 25% [244/945] ext/psych/lib/psych/visitors/json_tree.rb | |
| 25% [245/945] ext/psych/lib/psych/visitors/to_ruby.rb | |
| 26% [246/945] ext/psych/lib/psych/visitors/visitor.rb | |
| 26% [247/945] ext/psych/lib/psych/visitors/yaml_tree.rb | |
| 26% [248/945] ext/psych/lib/psych/y.rb | |
| 26% [249/945] ext/psych/lib/psych_jars.rb | |
| 26% [250/945] ext/psych/psych.c | |
| 26% [251/945] ext/pty/lib/expect.rb | |
| 26% [252/945] ext/pty/pty.c | |
| 26% [253/945] ext/racc/cparse/cparse.c | |
| 26% [254/945] ext/readline/readline.c | |
| 26% [255/945] ext/ripper/lib/ripper.rb | |
| 27% [256/945] ext/ripper/lib/ripper/core.rb | |
| 27% [257/945] ext/ripper/lib/ripper/filter.rb | |
| 27% [258/945] ext/ripper/lib/ripper/lexer.rb | |
| 27% [259/945] ext/ripper/lib/ripper/sexp.rb | |
| 27% [260/945] ext/ripper/ripper.c | |
| 27% [261/945] ext/sdbm/init.c | |
| 27% [262/945] ext/socket/ancdata.c | |
| 27% [263/945] ext/socket/basicsocket.c | |
| 27% [264/945] ext/socket/constants.c | |
| 28% [265/945] ext/socket/constdefs.c | |
| 28% [266/945] ext/socket/ifaddr.c | |
| 28% [267/945] ext/socket/init.c | |
| 28% [268/945] ext/socket/ipsocket.c | |
| 28% [269/945] ext/socket/lib/socket.rb | |
| 28% [270/945] ext/socket/option.c | |
| 28% [271/945] ext/socket/raddrinfo.c | |
| 28% [272/945] ext/socket/socket.c | |
| 28% [273/945] ext/socket/sockssocket.c | |
| 28% [274/945] ext/socket/tcpserver.c | |
| 29% [275/945] ext/socket/tcpsocket.c | |
| 29% [276/945] ext/socket/udpsocket.c | |
| 29% [277/945] ext/socket/unixserver.c | |
| 29% [278/945] ext/socket/unixsocket.c | |
| 29% [279/945] ext/stringio/stringio.c | |
| 29% [280/945] ext/strscan/strscan.c | |
| 29% [281/945] ext/syslog/lib/syslog/logger.rb | |
| 29% [282/945] ext/syslog/syslog.c | |
| 29% [283/945] ext/thread/thread.c | |
| 30% [284/945] ext/win32ole/lib/win32ole/property.rb | |
| 30% [285/945] ext/win32ole/win32ole.c | |
| 30% [286/945] ext/win32ole/win32ole_error.c | |
| 30% [287/945] ext/win32ole/win32ole_event.c | |
| 30% [288/945] ext/win32ole/win32ole_method.c | |
| 30% [289/945] ext/win32ole/win32ole_param.c | |
| 30% [290/945] ext/win32ole/win32ole_record.c | |
| 30% [291/945] ext/win32ole/win32ole_type.c | |
| 30% [292/945] ext/win32ole/win32ole_typelib.c | |
| 31% [293/945] ext/win32ole/win32ole_variable.c | |
| 31% [294/945] ext/win32ole/win32ole_variant.c | |
| 31% [295/945] ext/win32ole/win32ole_variant_m.c | |
| 31% [296/945] ext/zlib/zlib.c | |
| 31% [297/945] file.c | |
| 31% [298/945] gc.c | |
| 31% [299/945] golf_prelude.c | |
| 31% [300/945] goruby.c | |
| 31% [301/945] hash.c | |
| 31% [302/945] id.c | |
| 32% [303/945] id_table.c | |
| 32% [304/945] inits.c | |
| 32% [305/945] io.c | |
| 32% [306/945] iseq.c | |
| 32% [307/945] lex.c | |
| 32% [308/945] lib/English.rb | |
| 32% [309/945] lib/abbrev.rb | |
| 32% [310/945] lib/base64.rb | |
| 32% [311/945] lib/benchmark.rb | |
| 33% [312/945] lib/cgi.rb | |
| 33% [313/945] lib/cgi/cookie.rb | |
| 33% [314/945] lib/cgi/core.rb | |
| 33% [315/945] lib/cgi/html.rb | |
| 33% [316/945] lib/cgi/session.rb | |
| 33% [317/945] lib/cgi/session/pstore.rb | |
| 33% [318/945] lib/cgi/util.rb | |
| 33% [319/945] lib/cmath.rb | |
| 33% [320/945] lib/csv.rb | |
| 33% [321/945] lib/debug.rb | |
| 34% [322/945] lib/delegate.rb | |
| 34% [323/945] lib/drb.rb | |
| 34% [324/945] lib/drb/acl.rb | |
| 34% [325/945] lib/drb/drb.rb | |
| 34% [326/945] lib/drb/eq.rb | |
| 34% [327/945] lib/drb/extserv.rb | |
| 34% [328/945] lib/drb/extservm.rb | |
| 34% [329/945] lib/drb/gw.rb | |
| 34% [330/945] lib/drb/invokemethod.rb | |
| 35% [331/945] lib/drb/observer.rb | |
| 35% [332/945] lib/drb/ssl.rb | |
| 35% [333/945] lib/drb/timeridconv.rb | |
| 35% [334/945] lib/drb/unix.rb | |
| 35% [335/945] lib/e2mmap.rb | |
| 35% [336/945] lib/erb.rb | |
| 35% [337/945] lib/fileutils.rb | |
| 35% [338/945] lib/find.rb | |
| 35% [339/945] lib/forwardable.rb | |
| 35% [340/945] lib/getoptlong.rb | |
| 36% [341/945] lib/ipaddr.rb | |
| 36% [342/945] lib/irb.rb | |
| 36% [343/945] lib/irb/cmd/chws.rb | |
| 36% [344/945] lib/irb/cmd/fork.rb | |
| 36% [345/945] lib/irb/cmd/help.rb | |
| 36% [346/945] lib/irb/cmd/load.rb | |
| 36% [347/945] lib/irb/cmd/nop.rb | |
| 36% [348/945] lib/irb/cmd/pushws.rb | |
| 36% [349/945] lib/irb/cmd/subirb.rb | |
| 37% [350/945] lib/irb/completion.rb | |
| 37% [351/945] lib/irb/context.rb | |
| 37% [352/945] lib/irb/ext/change-ws.rb | |
| 37% [353/945] lib/irb/ext/history.rb | |
| 37% [354/945] lib/irb/ext/loader.rb | |
| 37% [355/945] lib/irb/ext/math-mode.rb | |
| 37% [356/945] lib/irb/ext/multi-irb.rb | |
| 37% [357/945] lib/irb/ext/save-history.rb | |
| 37% [358/945] lib/irb/ext/tracer.rb | |
| 37% [359/945] lib/irb/ext/use-loader.rb | |
| 38% [360/945] lib/irb/ext/workspaces.rb | |
| 38% [361/945] lib/irb/extend-command.rb | |
| 38% [362/945] lib/irb/frame.rb | |
| 38% [363/945] lib/irb/help.rb | |
| 38% [364/945] lib/irb/init.rb | |
| 38% [365/945] lib/irb/input-method.rb | |
| 38% [366/945] lib/irb/inspector.rb | |
| 38% [367/945] lib/irb/lc/error.rb | |
| 38% [368/945] lib/irb/lc/ja/encoding_aliases.rb | |
| 39% [369/945] lib/irb/lc/ja/error.rb | |
| 39% [370/945] lib/irb/locale.rb | |
| 39% [371/945] lib/irb/magic-file.rb | |
| 39% [372/945] lib/irb/notifier.rb | |
| 39% [373/945] lib/irb/output-method.rb | |
| 39% [374/945] lib/irb/ruby-lex.rb | |
| 39% [375/945] lib/irb/ruby-token.rb | |
| 39% [376/945] lib/irb/slex.rb | |
| 39% [377/945] lib/irb/src_encoding.rb | |
| 40% [378/945] lib/irb/version.rb | |
| 40% [379/945] lib/irb/workspace.rb | |
| 40% [380/945] lib/irb/ws-for-case-2.rb | |
| 40% [381/945] lib/irb/xmp.rb | |
| 40% [382/945] lib/logger.rb | |
| 40% [383/945] lib/mathn.rb | |
| 40% [384/945] lib/matrix.rb | |
| 40% [385/945] lib/matrix/eigenvalue_decomposition.rb | |
| 40% [386/945] lib/matrix/lup_decomposition.rb | |
| 40% [387/945] lib/mkmf.rb | |
| 41% [388/945] lib/monitor.rb | |
| 41% [389/945] lib/mutex_m.rb | |
| 41% [390/945] lib/net/ftp.rb | |
| 41% [391/945] lib/net/http.rb | |
| 41% [392/945] lib/net/http/backward.rb | |
| 41% [393/945] lib/net/http/exceptions.rb | |
| 41% [394/945] lib/net/http/generic_request.rb | |
| 41% [395/945] lib/net/http/header.rb | |
| 41% [396/945] lib/net/http/proxy_delta.rb | |
| 42% [397/945] lib/net/http/request.rb | |
| 42% [398/945] lib/net/http/requests.rb | |
| 42% [399/945] lib/net/http/response.rb | |
| 42% [400/945] lib/net/http/responses.rb | |
| 42% [401/945] lib/net/https.rb | |
| 42% [402/945] lib/net/imap.rb | |
| 42% [403/945] lib/net/pop.rb | |
| 42% [404/945] lib/net/protocol.rb | |
| 42% [405/945] lib/net/smtp.rb | |
| 42% [406/945] lib/observer.rb | |
| 43% [407/945] lib/open-uri.rb | |
| 43% [408/945] lib/open3.rb | |
| 43% [409/945] lib/optionparser.rb | |
| 43% [410/945] lib/optparse.rb | |
| 43% [411/945] lib/optparse/ac.rb | |
| 43% [412/945] lib/optparse/date.rb | |
| 43% [413/945] lib/optparse/shellwords.rb | |
| 43% [414/945] lib/optparse/time.rb | |
| 43% [415/945] lib/optparse/uri.rb | |
| 44% [416/945] lib/optparse/version.rb | |
| 44% [417/945] lib/ostruct.rb | |
| 44% [418/945] lib/pp.rb | |
| 44% [419/945] lib/prettyprint.rb | |
| 44% [420/945] lib/prime.rb | |
| 44% [421/945] lib/profile.rb | |
| 44% [422/945] lib/profiler.rb | |
| 44% [423/945] lib/pstore.rb | |
| 44% [424/945] lib/racc/parser.rb | |
| 44% [425/945] lib/racc/rdoc/grammar.en.rdoc | |
| 45% [426/945] lib/rdoc.rb | |
| 45% [427/945] lib/rdoc/alias.rb | |
| 45% [428/945] lib/rdoc/anon_class.rb | |
| 45% [429/945] lib/rdoc/any_method.rb | |
| 45% [430/945] lib/rdoc/attr.rb | |
| 45% [431/945] lib/rdoc/class_module.rb | |
| 45% [432/945] lib/rdoc/code_object.rb | |
| 45% [433/945] lib/rdoc/code_objects.rb | |
| 45% [434/945] lib/rdoc/comment.rb | |
| 46% [435/945] lib/rdoc/constant.rb | |
| 46% [436/945] lib/rdoc/context.rb | |
| 46% [437/945] lib/rdoc/context/section.rb | |
| 46% [438/945] lib/rdoc/cross_reference.rb | |
| 46% [439/945] lib/rdoc/encoding.rb | |
| 46% [440/945] lib/rdoc/erb_partial.rb | |
| 46% [441/945] lib/rdoc/erbio.rb | |
| 46% [442/945] lib/rdoc/extend.rb | |
| 46% [443/945] lib/rdoc/generator.rb | |
| 46% [444/945] lib/rdoc/generator/darkfish.rb | |
| 47% [445/945] lib/rdoc/generator/json_index.rb | |
| 47% [446/945] lib/rdoc/generator/markup.rb | |
| 47% [447/945] lib/rdoc/generator/pot.rb | |
| 47% [448/945] lib/rdoc/generator/pot/message_extractor.rb | |
| 47% [449/945] lib/rdoc/generator/pot/po.rb | |
| 47% [450/945] lib/rdoc/generator/pot/po_entry.rb | |
| 47% [451/945] lib/rdoc/generator/ri.rb | |
| 47% [452/945] lib/rdoc/ghost_method.rb | |
| 47% [453/945] lib/rdoc/i18n.rb | |
| 48% [454/945] lib/rdoc/i18n/locale.rb | |
| 48% [455/945] lib/rdoc/i18n/text.rb | |
| 48% [456/945] lib/rdoc/include.rb | |
| 48% [457/945] lib/rdoc/known_classes.rb | |
| 48% [458/945] lib/rdoc/markdown.rb | |
| 48% [459/945] lib/rdoc/markdown/entities.rb | |
| 48% [460/945] lib/rdoc/markdown/literals_1_9.rb | |
| 48% [461/945] lib/rdoc/markup.rb | |
| 48% [462/945] lib/rdoc/markup/attr_changer.rb | |
| 48% [463/945] lib/rdoc/markup/attr_span.rb | |
| 49% [464/945] lib/rdoc/markup/attribute_manager.rb | |
| 49% [465/945] lib/rdoc/markup/attributes.rb | |
| 49% [466/945] lib/rdoc/markup/blank_line.rb | |
| 49% [467/945] lib/rdoc/markup/block_quote.rb | |
| 49% [468/945] lib/rdoc/markup/document.rb | |
| 49% [469/945] lib/rdoc/markup/formatter.rb | |
| 49% [470/945] lib/rdoc/markup/formatter_test_case.rb | |
| 49% [471/945] lib/rdoc/markup/hard_break.rb | |
| 49% [472/945] lib/rdoc/markup/heading.rb | |
| 50% [473/945] lib/rdoc/markup/include.rb | |
| 50% [474/945] lib/rdoc/markup/indented_paragraph.rb | |
| 50% [475/945] lib/rdoc/markup/inline.rb | |
| 50% [476/945] lib/rdoc/markup/list.rb | |
| 50% [477/945] lib/rdoc/markup/list_item.rb | |
| 50% [478/945] lib/rdoc/markup/paragraph.rb | |
| 50% [479/945] lib/rdoc/markup/parser.rb | |
| 50% [480/945] lib/rdoc/markup/pre_process.rb | |
| 50% [481/945] lib/rdoc/markup/raw.rb | |
| 51% [482/945] lib/rdoc/markup/rule.rb | |
| 51% [483/945] lib/rdoc/markup/special.rb | |
| 51% [484/945] lib/rdoc/markup/text_formatter_test_case.rb | |
| 51% [485/945] lib/rdoc/markup/to_ansi.rb | |
| 51% [486/945] lib/rdoc/markup/to_bs.rb | |
| 51% [487/945] lib/rdoc/markup/to_html.rb | |
| 51% [488/945] lib/rdoc/markup/to_html_crossref.rb | |
| 51% [489/945] lib/rdoc/markup/to_html_snippet.rb | |
| 51% [490/945] lib/rdoc/markup/to_joined_paragraph.rb | |
| 51% [491/945] lib/rdoc/markup/to_label.rb | |
| 52% [492/945] lib/rdoc/markup/to_markdown.rb | |
| 52% [493/945] lib/rdoc/markup/to_rdoc.rb | |
| 52% [494/945] lib/rdoc/markup/to_table_of_contents.rb | |
| 52% [495/945] lib/rdoc/markup/to_test.rb | |
| 52% [496/945] lib/rdoc/markup/to_tt_only.rb | |
| 52% [497/945] lib/rdoc/markup/verbatim.rb | |
| 52% [498/945] lib/rdoc/meta_method.rb | |
| 52% [499/945] lib/rdoc/method_attr.rb | |
| 52% [500/945] lib/rdoc/mixin.rb | |
| 53% [501/945] lib/rdoc/normal_class.rb | |
| 53% [502/945] lib/rdoc/normal_module.rb | |
| 53% [503/945] lib/rdoc/options.rb | |
| 53% [504/945] lib/rdoc/parser.rb | |
| 53% [505/945] lib/rdoc/parser/c.rb | |
| 53% [506/945] lib/rdoc/parser/changelog.rb | |
| 53% [507/945] lib/rdoc/parser/markdown.rb | |
| 53% [508/945] lib/rdoc/parser/rd.rb | |
| 53% [509/945] lib/rdoc/parser/ruby.rb | |
| 53% [510/945] lib/rdoc/parser/ruby_tools.rb | |
| 54% [511/945] lib/rdoc/parser/simple.rb | |
| 54% [512/945] lib/rdoc/parser/text.rb | |
| 54% [513/945] lib/rdoc/rd.rb | |
| 54% [514/945] lib/rdoc/rd/block_parser.rb | |
| 54% [515/945] lib/rdoc/rd/inline.rb | |
| 54% [516/945] lib/rdoc/rd/inline_parser.rb | |
| 54% [517/945] lib/rdoc/rdoc.gemspec | |
| 54% [518/945] lib/rdoc/rdoc.rb | |
| 54% [519/945] lib/rdoc/require.rb | |
| 55% [520/945] lib/rdoc/ri.rb | |
| 55% [521/945] lib/rdoc/ri/driver.rb | |
| 55% [522/945] lib/rdoc/ri/formatter.rb | |
| 55% [523/945] lib/rdoc/ri/paths.rb | |
| 55% [524/945] lib/rdoc/ri/store.rb | |
| 55% [525/945] lib/rdoc/ri/task.rb | |
| 55% [526/945] lib/rdoc/ruby_lex.rb | |
| 55% [527/945] lib/rdoc/ruby_token.rb | |
| 55% [528/945] lib/rdoc/rubygems_hook.rb | |
| 55% [529/945] lib/rdoc/servlet.rb | |
| 56% [530/945] lib/rdoc/single_class.rb | |
| 56% [531/945] lib/rdoc/stats.rb | |
| 56% [532/945] lib/rdoc/stats/normal.rb | |
| 56% [533/945] lib/rdoc/stats/quiet.rb | |
| 56% [534/945] lib/rdoc/stats/verbose.rb | |
| 56% [535/945] lib/rdoc/store.rb | |
| 56% [536/945] lib/rdoc/task.rb | |
| 56% [537/945] lib/rdoc/test_case.rb | |
| 56% [538/945] lib/rdoc/text.rb | |
| 57% [539/945] lib/rdoc/token_stream.rb | |
| 57% [540/945] lib/rdoc/tom_doc.rb | |
| 57% [541/945] lib/rdoc/top_level.rb | |
| 57% [542/945] lib/resolv-replace.rb | |
| 57% [543/945] lib/resolv.rb | |
| 57% [544/945] lib/rexml/attlistdecl.rb | |
| 57% [545/945] lib/rexml/attribute.rb | |
| 57% [546/945] lib/rexml/cdata.rb | |
| 57% [547/945] lib/rexml/child.rb | |
| 57% [548/945] lib/rexml/comment.rb | |
| 58% [549/945] lib/rexml/doctype.rb | |
| 58% [550/945] lib/rexml/document.rb | |
| 58% [551/945] lib/rexml/dtd/attlistdecl.rb | |
| 58% [552/945] lib/rexml/dtd/dtd.rb | |
| 58% [553/945] lib/rexml/dtd/elementdecl.rb | |
| 58% [554/945] lib/rexml/dtd/entitydecl.rb | |
| 58% [555/945] lib/rexml/dtd/notationdecl.rb | |
| 58% [556/945] lib/rexml/element.rb | |
| 58% [557/945] lib/rexml/encoding.rb | |
| 59% [558/945] lib/rexml/entity.rb | |
| 59% [559/945] lib/rexml/formatters/default.rb | |
| 59% [560/945] lib/rexml/formatters/pretty.rb | |
| 59% [561/945] lib/rexml/formatters/transitive.rb | |
| 59% [562/945] lib/rexml/functions.rb | |
| 59% [563/945] lib/rexml/instruction.rb | |
| 59% [564/945] lib/rexml/light/node.rb | |
| 59% [565/945] lib/rexml/namespace.rb | |
| 59% [566/945] lib/rexml/node.rb | |
| 60% [567/945] lib/rexml/output.rb | |
| 60% [568/945] lib/rexml/parent.rb | |
| 60% [569/945] lib/rexml/parseexception.rb | |
| 60% [570/945] lib/rexml/parsers/baseparser.rb | |
| 60% [571/945] lib/rexml/parsers/lightparser.rb | |
| 60% [572/945] lib/rexml/parsers/pullparser.rb | |
| 60% [573/945] lib/rexml/parsers/sax2parser.rb | |
| 60% [574/945] lib/rexml/parsers/streamparser.rb | |
| 60% [575/945] lib/rexml/parsers/treeparser.rb | |
| 60% [576/945] lib/rexml/parsers/ultralightparser.rb | |
| 61% [577/945] lib/rexml/parsers/xpathparser.rb | |
| 61% [578/945] lib/rexml/quickpath.rb | |
| 61% [579/945] lib/rexml/rexml.rb | |
| 61% [580/945] lib/rexml/sax2listener.rb | |
| 61% [581/945] lib/rexml/security.rb | |
| 61% [582/945] lib/rexml/source.rb | |
| 61% [583/945] lib/rexml/streamlistener.rb | |
| 61% [584/945] lib/rexml/syncenumerator.rb | |
| 61% [585/945] lib/rexml/text.rb | |
| 62% [586/945] lib/rexml/undefinednamespaceexception.rb | |
| 62% [587/945] lib/rexml/validation/relaxng.rb | |
| 62% [588/945] lib/rexml/validation/validation.rb | |
| 62% [589/945] lib/rexml/validation/validationexception.rb | |
| 62% [590/945] lib/rexml/xmldecl.rb | |
| 62% [591/945] lib/rexml/xmltokens.rb | |
| 62% [592/945] lib/rexml/xpath.rb | |
| 62% [593/945] lib/rexml/xpath_parser.rb | |
| 62% [594/945] lib/rinda/rinda.rb | |
| 62% [595/945] lib/rinda/ring.rb | |
| 63% [596/945] lib/rinda/tuplespace.rb | |
| 63% [597/945] lib/rss.rb | |
| 63% [598/945] lib/rss/0.9.rb | |
| 63% [599/945] lib/rss/1.0.rb | |
| 63% [600/945] lib/rss/2.0.rb | |
| 63% [601/945] lib/rss/atom.rb | |
| 63% [602/945] lib/rss/content.rb | |
| 63% [603/945] lib/rss/content/1.0.rb | |
| 63% [604/945] lib/rss/content/2.0.rb | |
| 64% [605/945] lib/rss/converter.rb | |
| 64% [606/945] lib/rss/dublincore.rb | |
| 64% [607/945] lib/rss/dublincore/1.0.rb | |
| 64% [608/945] lib/rss/dublincore/2.0.rb | |
| 64% [609/945] lib/rss/dublincore/atom.rb | |
| 64% [610/945] lib/rss/image.rb | |
| 64% [611/945] lib/rss/itunes.rb | |
| 64% [612/945] lib/rss/maker.rb | |
| 64% [613/945] lib/rss/maker/0.9.rb | |
| 64% [614/945] lib/rss/maker/1.0.rb | |
| 65% [615/945] lib/rss/maker/2.0.rb | |
| 65% [616/945] lib/rss/maker/atom.rb | |
| 65% [617/945] lib/rss/maker/base.rb | |
| 65% [618/945] lib/rss/maker/content.rb | |
| 65% [619/945] lib/rss/maker/dublincore.rb | |
| 65% [620/945] lib/rss/maker/entry.rb | |
| 65% [621/945] lib/rss/maker/feed.rb | |
| 65% [622/945] lib/rss/maker/image.rb | |
| 65% [623/945] lib/rss/maker/itunes.rb | |
| 66% [624/945] lib/rss/maker/slash.rb | |
| 66% [625/945] lib/rss/maker/syndication.rb | |
| 66% [626/945] lib/rss/maker/taxonomy.rb | |
| 66% [627/945] lib/rss/maker/trackback.rb | |
| 66% [628/945] lib/rss/parser.rb | |
| 66% [629/945] lib/rss/rexmlparser.rb | |
| 66% [630/945] lib/rss/rss.rb | |
| 66% [631/945] lib/rss/slash.rb | |
| 66% [632/945] lib/rss/syndication.rb | |
| 66% [633/945] lib/rss/taxonomy.rb | |
| 67% [634/945] lib/rss/trackback.rb | |
| 67% [635/945] lib/rss/utils.rb | |
| 67% [636/945] lib/rss/xml-stylesheet.rb | |
| 67% [637/945] lib/rss/xml.rb | |
| 67% [638/945] lib/rss/xmlparser.rb | |
| 67% [639/945] lib/rss/xmlscanner.rb | |
| 67% [640/945] lib/rubygems.rb | |
| 67% [641/945] lib/rubygems/LICENSE.txt | |
| 67% [642/945] lib/rubygems/available_set.rb | |
| 68% [643/945] lib/rubygems/basic_specification.rb | |
| 68% [644/945] lib/rubygems/command.rb | |
| 68% [645/945] lib/rubygems/command_manager.rb | |
| 68% [646/945] lib/rubygems/commands/build_command.rb | |
| 68% [647/945] lib/rubygems/commands/cert_command.rb | |
| 68% [648/945] lib/rubygems/commands/check_command.rb | |
| 68% [649/945] lib/rubygems/commands/cleanup_command.rb | |
| 68% [650/945] lib/rubygems/commands/contents_command.rb | |
| 68% [651/945] lib/rubygems/commands/dependency_command.rb | |
| 68% [652/945] lib/rubygems/commands/environment_command.rb | |
| 69% [653/945] lib/rubygems/commands/fetch_command.rb | |
| 69% [654/945] lib/rubygems/commands/generate_index_command.rb | |
| 69% [655/945] lib/rubygems/commands/help_command.rb | |
| 69% [656/945] lib/rubygems/commands/install_command.rb | |
| 69% [657/945] lib/rubygems/commands/list_command.rb | |
| 69% [658/945] lib/rubygems/commands/lock_command.rb | |
| 69% [659/945] lib/rubygems/commands/mirror_command.rb | |
| 69% [660/945] lib/rubygems/commands/open_command.rb | |
| 69% [661/945] lib/rubygems/commands/outdated_command.rb | |
| 70% [662/945] lib/rubygems/commands/owner_command.rb | |
| 70% [663/945] lib/rubygems/commands/pristine_command.rb | |
| 70% [664/945] lib/rubygems/commands/push_command.rb | |
| 70% [665/945] lib/rubygems/commands/query_command.rb | |
| 70% [666/945] lib/rubygems/commands/rdoc_command.rb | |
| 70% [667/945] lib/rubygems/commands/search_command.rb | |
| 70% [668/945] lib/rubygems/commands/server_command.rb | |
| 70% [669/945] lib/rubygems/commands/setup_command.rb | |
| 70% [670/945] lib/rubygems/commands/sources_command.rb | |
| 71% [671/945] lib/rubygems/commands/specification_command.rb | |
| 71% [672/945] lib/rubygems/commands/stale_command.rb | |
| 71% [673/945] lib/rubygems/commands/uninstall_command.rb | |
| 71% [674/945] lib/rubygems/commands/unpack_command.rb | |
| 71% [675/945] lib/rubygems/commands/update_command.rb | |
| 71% [676/945] lib/rubygems/commands/which_command.rb | |
| 71% [677/945] lib/rubygems/commands/yank_command.rb | |
| 71% [678/945] lib/rubygems/compatibility.rb | |
| 71% [679/945] lib/rubygems/config_file.rb | |
| 71% [680/945] lib/rubygems/core_ext/kernel_gem.rb | |
| 72% [681/945] lib/rubygems/core_ext/kernel_require.rb | |
| 72% [682/945] lib/rubygems/defaults.rb | |
| 72% [683/945] lib/rubygems/dependency.rb | |
| 72% [684/945] lib/rubygems/dependency_installer.rb | |
| 72% [685/945] lib/rubygems/dependency_list.rb | |
| 72% [686/945] lib/rubygems/deprecate.rb | |
| 72% [687/945] lib/rubygems/doctor.rb | |
| 72% [688/945] lib/rubygems/errors.rb | |
| 72% [689/945] lib/rubygems/exceptions.rb | |
| 73% [690/945] lib/rubygems/ext.rb | |
| 73% [691/945] lib/rubygems/ext/build_error.rb | |
| 73% [692/945] lib/rubygems/ext/builder.rb | |
| 73% [693/945] lib/rubygems/ext/cmake_builder.rb | |
| 73% [694/945] lib/rubygems/ext/configure_builder.rb | |
| 73% [695/945] lib/rubygems/ext/ext_conf_builder.rb | |
| 73% [696/945] lib/rubygems/ext/rake_builder.rb | |
| 73% [697/945] lib/rubygems/gem_runner.rb | |
| 73% [698/945] lib/rubygems/gemcutter_utilities.rb | |
| 73% [699/945] lib/rubygems/indexer.rb | |
| 74% [700/945] lib/rubygems/install_default_message.rb | |
| 74% [701/945] lib/rubygems/install_message.rb | |
| 74% [702/945] lib/rubygems/install_update_options.rb | |
| 74% [703/945] lib/rubygems/installer.rb | |
| 74% [704/945] lib/rubygems/installer_test_case.rb | |
| 74% [705/945] lib/rubygems/local_remote_options.rb | |
| 74% [706/945] lib/rubygems/mock_gem_ui.rb | |
| 74% [707/945] lib/rubygems/name_tuple.rb | |
| 74% [708/945] lib/rubygems/package.rb | |
| 75% [709/945] lib/rubygems/package/digest_io.rb | |
| 75% [710/945] lib/rubygems/package/file_source.rb | |
| 75% [711/945] lib/rubygems/package/io_source.rb | |
| 75% [712/945] lib/rubygems/package/old.rb | |
| 75% [713/945] lib/rubygems/package/source.rb | |
| 75% [714/945] lib/rubygems/package/tar_header.rb | |
| 75% [715/945] lib/rubygems/package/tar_reader.rb | |
| 75% [716/945] lib/rubygems/package/tar_reader/entry.rb | |
| 75% [717/945] lib/rubygems/package/tar_test_case.rb | |
| 75% [718/945] lib/rubygems/package/tar_writer.rb | |
| 76% [719/945] lib/rubygems/package_task.rb | |
| 76% [720/945] lib/rubygems/path_support.rb | |
| 76% [721/945] lib/rubygems/platform.rb | |
| 76% [722/945] lib/rubygems/psych_additions.rb | |
| 76% [723/945] lib/rubygems/psych_tree.rb | |
| 76% [724/945] lib/rubygems/rdoc.rb | |
| 76% [725/945] lib/rubygems/remote_fetcher.rb | |
| 76% [726/945] lib/rubygems/request.rb | |
| 76% [727/945] lib/rubygems/request/connection_pools.rb | |
| 77% [728/945] lib/rubygems/request/http_pool.rb | |
| 77% [729/945] lib/rubygems/request/https_pool.rb | |
| 77% [730/945] lib/rubygems/request_set.rb | |
| 77% [731/945] lib/rubygems/request_set/gem_dependency_api.rb | |
| 77% [732/945] lib/rubygems/request_set/lockfile.rb | |
| 77% [733/945] lib/rubygems/request_set/lockfile/parser.rb | |
| 77% [734/945] lib/rubygems/request_set/lockfile/tokenizer.rb | |
| 77% [735/945] lib/rubygems/requirement.rb | |
| 77% [736/945] lib/rubygems/resolver.rb | |
| 77% [737/945] lib/rubygems/resolver/activation_request.rb | |
| 78% [738/945] lib/rubygems/resolver/api_set.rb | |
| 78% [739/945] lib/rubygems/resolver/api_specification.rb | |
| 78% [740/945] lib/rubygems/resolver/best_set.rb | |
| 78% [741/945] lib/rubygems/resolver/composed_set.rb | |
| 78% [742/945] lib/rubygems/resolver/conflict.rb | |
| 78% [743/945] lib/rubygems/resolver/current_set.rb | |
| 78% [744/945] lib/rubygems/resolver/dependency_request.rb | |
| 78% [745/945] lib/rubygems/resolver/git_set.rb | |
| 78% [746/945] lib/rubygems/resolver/git_specification.rb | |
| 79% [747/945] lib/rubygems/resolver/index_set.rb | |
| 79% [748/945] lib/rubygems/resolver/index_specification.rb | |
| 79% [749/945] lib/rubygems/resolver/installed_specification.rb | |
| 79% [750/945] lib/rubygems/resolver/installer_set.rb | |
| 79% [751/945] lib/rubygems/resolver/local_specification.rb | |
| 79% [752/945] lib/rubygems/resolver/lock_set.rb | |
| 79% [753/945] lib/rubygems/resolver/lock_specification.rb | |
| 79% [754/945] lib/rubygems/resolver/molinillo.rb | |
| 79% [755/945] lib/rubygems/resolver/molinillo/lib/molinillo.rb | |
| 80% [756/945] lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb | |
| 80% [757/945] lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb | |
| 80% [758/945] lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb | |
| 80% [759/945] lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb | |
| 80% [760/945] lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb | |
| 80% [761/945] lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb | |
| 80% [762/945] lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb | |
| 80% [763/945] lib/rubygems/resolver/molinillo/lib/molinillo/state.rb | |
| 80% [764/945] lib/rubygems/resolver/requirement_list.rb | |
| 80% [765/945] lib/rubygems/resolver/set.rb | |
| 81% [766/945] lib/rubygems/resolver/spec_specification.rb | |
| 81% [767/945] lib/rubygems/resolver/specification.rb | |
| 81% [768/945] lib/rubygems/resolver/stats.rb | |
| 81% [769/945] lib/rubygems/resolver/vendor_set.rb | |
| 81% [770/945] lib/rubygems/resolver/vendor_specification.rb | |
| 81% [771/945] lib/rubygems/security.rb | |
| 81% [772/945] lib/rubygems/security/policies.rb | |
| 81% [773/945] lib/rubygems/security/policy.rb | |
| 81% [774/945] lib/rubygems/security/signer.rb | |
| 82% [775/945] lib/rubygems/security/trust_dir.rb | |
| 82% [776/945] lib/rubygems/server.rb | |
| 82% [777/945] lib/rubygems/source.rb | |
| 82% [778/945] lib/rubygems/source/git.rb | |
| 82% [779/945] lib/rubygems/source/installed.rb | |
| 82% [780/945] lib/rubygems/source/local.rb | |
| 82% [781/945] lib/rubygems/source/lock.rb | |
| 82% [782/945] lib/rubygems/source/specific_file.rb | |
| 82% [783/945] lib/rubygems/source/vendor.rb | |
| 82% [784/945] lib/rubygems/source_list.rb | |
| 83% [785/945] lib/rubygems/source_local.rb | |
| 83% [786/945] lib/rubygems/source_specific_file.rb | |
| 83% [787/945] lib/rubygems/spec_fetcher.rb | |
| 83% [788/945] lib/rubygems/specification.rb | |
| 83% [789/945] lib/rubygems/stub_specification.rb | |
| 83% [790/945] lib/rubygems/syck_hack.rb | |
| 83% [791/945] lib/rubygems/test_case.rb | |
| 83% [792/945] lib/rubygems/test_utilities.rb | |
| 83% [793/945] lib/rubygems/text.rb | |
| 84% [794/945] lib/rubygems/uninstaller.rb | |
| 84% [795/945] lib/rubygems/uri_formatter.rb | |
| 84% [796/945] lib/rubygems/user_interaction.rb | |
| 84% [797/945] lib/rubygems/util.rb | |
| 84% [798/945] lib/rubygems/util/licenses.rb | |
| 84% [799/945] lib/rubygems/util/list.rb | |
| 84% [800/945] lib/rubygems/validator.rb | |
| 84% [801/945] lib/rubygems/version.rb | |
| 84% [802/945] lib/rubygems/version_option.rb | |
| 84% [803/945] lib/scanf.rb | |
| 85% [804/945] lib/securerandom.rb | |
| 85% [805/945] lib/set.rb | |
| 85% [806/945] lib/shell.rb | |
| 85% [807/945] lib/shell/builtin-command.rb | |
| 85% [808/945] lib/shell/command-processor.rb | |
| 85% [809/945] lib/shell/error.rb | |
| 85% [810/945] lib/shell/filter.rb | |
| 85% [811/945] lib/shell/process-controller.rb | |
| 85% [812/945] lib/shell/system-command.rb | |
| 86% [813/945] lib/shell/version.rb | |
| 86% [814/945] lib/shellwords.rb | |
| 86% [815/945] lib/singleton.rb | |
| 86% [816/945] lib/sync.rb | |
| 86% [817/945] lib/tempfile.rb | |
| 86% [818/945] lib/thwait.rb | |
| 86% [819/945] lib/time.rb | |
| 86% [820/945] lib/timeout.rb | |
| 86% [821/945] lib/tmpdir.rb | |
| 86% [822/945] lib/tracer.rb | |
| 87% [823/945] lib/tsort.rb | |
| 87% [824/945] lib/ubygems.rb | |
| 87% [825/945] lib/un.rb | |
| 87% [826/945] lib/unicode_normalize.rb | |
| 87% [827/945] lib/unicode_normalize/normalize.rb | |
| 87% [828/945] lib/unicode_normalize/tables.rb | |
| 87% [829/945] lib/uri.rb | |
| 87% [830/945] lib/uri/common.rb | |
| 87% [831/945] lib/uri/ftp.rb | |
| 88% [832/945] lib/uri/generic.rb | |
| 88% [833/945] lib/uri/http.rb | |
| 88% [834/945] lib/uri/https.rb | |
| 88% [835/945] lib/uri/ldap.rb | |
| 88% [836/945] lib/uri/ldaps.rb | |
| 88% [837/945] lib/uri/mailto.rb | |
| 88% [838/945] lib/uri/rfc2396_parser.rb | |
| 88% [839/945] lib/uri/rfc3986_parser.rb | |
| 88% [840/945] lib/weakref.rb | |
| 88% [841/945] lib/webrick.rb | |
| 89% [842/945] lib/webrick/accesslog.rb | |
| 89% [843/945] lib/webrick/cgi.rb | |
| 89% [844/945] lib/webrick/compat.rb | |
| 89% [845/945] lib/webrick/config.rb | |
| 89% [846/945] lib/webrick/cookie.rb | |
| 89% [847/945] lib/webrick/htmlutils.rb | |
| 89% [848/945] lib/webrick/httpauth.rb | |
| 89% [849/945] lib/webrick/httpauth/authenticator.rb | |
| 89% [850/945] lib/webrick/httpauth/basicauth.rb | |
| 90% [851/945] lib/webrick/httpauth/digestauth.rb | |
| 90% [852/945] lib/webrick/httpauth/htdigest.rb | |
| 90% [853/945] lib/webrick/httpauth/htgroup.rb | |
| 90% [854/945] lib/webrick/httpauth/htpasswd.rb | |
| 90% [855/945] lib/webrick/httpauth/userdb.rb | |
| 90% [856/945] lib/webrick/httpproxy.rb | |
| 90% [857/945] lib/webrick/httprequest.rb | |
| 90% [858/945] lib/webrick/httpresponse.rb | |
| 90% [859/945] lib/webrick/https.rb | |
| 91% [860/945] lib/webrick/httpserver.rb | |
| 91% [861/945] lib/webrick/httpservlet.rb | |
| 91% [862/945] lib/webrick/httpservlet/abstract.rb | |
| 91% [863/945] lib/webrick/httpservlet/cgi_runner.rb | |
| 91% [864/945] lib/webrick/httpservlet/cgihandler.rb | |
| 91% [865/945] lib/webrick/httpservlet/erbhandler.rb | |
| 91% [866/945] lib/webrick/httpservlet/filehandler.rb | |
| 91% [867/945] lib/webrick/httpservlet/prochandler.rb | |
| 91% [868/945] lib/webrick/httpstatus.rb | |
| 91% [869/945] lib/webrick/httputils.rb | |
| 92% [870/945] lib/webrick/httpversion.rb | |
| 92% [871/945] lib/webrick/log.rb | |
| 92% [872/945] lib/webrick/server.rb | |
| 92% [873/945] lib/webrick/ssl.rb | |
| 92% [874/945] lib/webrick/utils.rb | |
| 92% [875/945] lib/webrick/version.rb | |
| 92% [876/945] lib/xmlrpc.rb | |
| 92% [877/945] lib/xmlrpc/base64.rb | |
| 92% [878/945] lib/xmlrpc/client.rb | |
| 93% [879/945] lib/xmlrpc/config.rb | |
| 93% [880/945] lib/xmlrpc/create.rb | |
| 93% [881/945] lib/xmlrpc/datetime.rb | |
| 93% [882/945] lib/xmlrpc/marshal.rb | |
| 93% [883/945] lib/xmlrpc/parser.rb | |
| 93% [884/945] lib/xmlrpc/server.rb | |
| 93% [885/945] lib/xmlrpc/utils.rb | |
| 93% [886/945] lib/yaml.rb | |
| 93% [887/945] lib/yaml/dbm.rb | |
| 93% [888/945] lib/yaml/store.rb | |
| 94% [889/945] load.c | |
| 94% [890/945] loadpath.c | |
| 94% [891/945] localeinit.c | |
| 94% [892/945] main.c | |
| 94% [893/945] marshal.c | |
| 94% [894/945] math.c | |
| 94% [895/945] miniinit.c | |
| 94% [896/945] miniprelude.c | |
| 94% [897/945] node.c | |
| 95% [898/945] numeric.c | |
| 95% [899/945] object.c | |
| 95% [900/945] pack.c | |
| 95% [901/945] parse.c | |
| 95% [902/945] prelude.c | |
| 95% [903/945] prelude.rb | |
| 95% [904/945] proc.c | |
| 95% [905/945] process.c | |
| 95% [906/945] random.c | |
| 95% [907/945] range.c | |
| 96% [908/945] rational.c | |
| 96% [909/945] re.c | |
| 96% [910/945] regcomp.c | |
| 96% [911/945] regenc.c | |
| 96% [912/945] regerror.c | |
| 96% [913/945] regexec.c | |
| 96% [914/945] regparse.c | |
| 96% [915/945] regsyntax.c | |
| 96% [916/945] ruby.c | |
| 97% [917/945] safe.c | |
| 97% [918/945] signal.c | |
| 97% [919/945] siphash.c | |
| 97% [920/945] sparc.c | |
| 97% [921/945] sprintf.c | |
| 97% [922/945] st.c | |
| 97% [923/945] strftime.c | |
| 97% [924/945] string.c | |
| 97% [925/945] struct.c | |
| 97% [926/945] symbol.c | |
| 98% [927/945] thread.c | |
| 98% [928/945] thread_pthread.c | |
| 98% [929/945] thread_sync.c | |
| 98% [930/945] thread_win32.c | |
| 98% [931/945] time.c | |
| 98% [932/945] transcode.c | |
| 98% [933/945] util.c | |
| 98% [934/945] variable.c | |
| 98% [935/945] version.c | |
| 99% [936/945] vm.c | |
| 99% [937/945] vm_args.c | |
| 99% [938/945] vm_backtrace.c | |
| 99% [939/945] vm_dump.c | |
| 99% [940/945] vm_eval.c | |
| 99% [941/945] vm_exec.c | |
| 99% [942/945] vm_insnhelper.c | |
| 99% [943/945] vm_method.c | |
| 99% [944/945] vm_trace.c | |
| 100% [945/945] vsnprintf.c | |
| Generating RI format into /tmp/ruby-build.20160925181757.20480/ruby-2.3.1/.ext/rdoc... | |
| Files: 945 | |
| Classes: 1401 ( 576 undocumented) | |
| Modules: 280 ( 110 undocumented) | |
| Constants: 2172 ( 604 undocumented) | |
| Attributes: 1144 ( 255 undocumented) | |
| Methods: 10493 (2232 undocumented) | |
| Total: 15490 (3777 undocumented) | |
| 75.62% documented | |
| Elapsed: 98.7s | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -shared | |
| CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wno-maybe-uninitialized -std=iso9899:1999 | |
| XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -fPIE | |
| CPPFLAGS = -I/home/predatorian/.rbenv/versions/2.3.1/include -I. -I.ext/include/x86_64-linux -I./include -I. | |
| DLDFLAGS = -fstack-protector -pie | |
| SOLIBS = -lgmp | |
| Using built-in specs. | |
| COLLECT_GCC=gcc | |
| COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper | |
| Target: x86_64-linux-gnu | |
| Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu | |
| Thread model: posix | |
| gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) | |
| generating enc.mk | |
| making srcs under enc | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Nothing to be done for 'srcs'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| generating transdb.h | |
| transdb.h unchanged | |
| generating makefile exts.mk | |
| configuring socket | |
| Failed to configure tk. It will not be installed. | |
| Failed to configure tk/tkutil. It will not be installed. | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/foreach' | |
| linking shared-object -test-/st/foreach.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/foreach' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/numhash' | |
| linking shared-object -test-/st/numhash.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/-test-/st/numhash' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/bigdecimal' | |
| installing default bigdecimal libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/bigdecimal' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/continuation' | |
| linking shared-object continuation.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/continuation' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/coverage' | |
| linking shared-object coverage.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/coverage' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/date' | |
| installing default date_core libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/date' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/dbm' | |
| linking shared-object dbm.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/dbm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest' | |
| linking shared-object digest.so | |
| installing digest libraries | |
| installing default digest libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha2' | |
| installing default sha2 libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/digest/sha2' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/etc' | |
| linking shared-object etc.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/etc' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fcntl' | |
| linking shared-object fcntl.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fcntl' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiber' | |
| linking shared-object fiber.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiber' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiddle' | |
| linking shared-object fiddle.so | |
| installing default fiddle libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/fiddle' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/gdbm' | |
| linking shared-object gdbm.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/gdbm' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/console' | |
| installing default console libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/console' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/nonblock' | |
| linking shared-object io/nonblock.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/nonblock' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/wait' | |
| linking shared-object io/wait.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/io/wait' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json' | |
| installing default libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/parser' | |
| linking shared-object json/ext/parser.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/json/parser' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/nkf' | |
| installing default nkf libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/nkf' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/objspace' | |
| linking shared-object objspace.so | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/objspace' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/openssl' | |
| installing default openssl libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/openssl' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pathname' | |
| linking shared-object pathname.so | |
| installing default pathname libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pathname' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/psych' | |
| installing default psych libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/psych' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pty' | |
| installing default pty libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/pty' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/ripper' | |
| installing default ripper libraries | |
| checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/ripper' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/socket' | |
| linking shared-object socket.so | |
| installing default socket libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/socket' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/syslog' | |
| installing default syslog libraries | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/syslog' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk/tkutil' | |
| make[2]: Nothing to be done for 'all'. | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1/ext/tk/tkutil' | |
| make[2]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[2]: 'ruby' is up to date. | |
| make[2]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| making enc | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Nothing to be done for 'enc'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| making trans | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Nothing to be done for './enc/trans'. | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| making encs | |
| make[1]: Entering directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| make[1]: Leaving directory '/tmp/ruby-build.20160925181757.20480/ruby-2.3.1' | |
| Generating RDoc documentation | |
| No newer files. | |
| Files: 0 | |
| Classes: 0 (0 undocumented) | |
| Modules: 0 (0 undocumented) | |
| Constants: 0 (0 undocumented) | |
| Attributes: 0 (0 undocumented) | |
| Methods: 0 (0 undocumented) | |
| Total: 0 (0 undocumented) | |
| 0.00% documented | |
| Elapsed: 0.0s | |
| generating x86_64-linux-fake.rb | |
| x86_64-linux-fake.rb updated | |
| ./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake ./tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --install=all --rdoc-output=".ext/rdoc" | |
| installing binary commands: /home/predatorian/.rbenv/versions/2.3.1/bin | |
| installing base libraries: /home/predatorian/.rbenv/versions/2.3.1/lib | |
| installing arch files: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/2.3.0/x86_64-linux | |
| installing pkgconfig data: /home/predatorian/.rbenv/versions/2.3.1/lib/pkgconfig | |
| installing command scripts: /home/predatorian/.rbenv/versions/2.3.1/bin | |
| installing library scripts: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/2.3.0 | |
| installing common headers: /home/predatorian/.rbenv/versions/2.3.1/include/ruby-2.3.0 | |
| installing manpages: /home/predatorian/.rbenv/versions/2.3.1/share/man/man1 | |
| installing extension objects: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/2.3.0/x86_64-linux | |
| installing extension objects: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0/x86_64-linux | |
| installing extension objects: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/vendor_ruby/2.3.0/x86_64-linux | |
| installing extension headers: /home/predatorian/.rbenv/versions/2.3.1/include/ruby-2.3.0/x86_64-linux | |
| installing extension scripts: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/2.3.0 | |
| installing extension scripts: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0 | |
| installing extension scripts: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/vendor_ruby/2.3.0 | |
| installing extension headers: /home/predatorian/.rbenv/versions/2.3.1/include/ruby-2.3.0/ruby | |
| installing default gems: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensions, gems, specifications) | |
| bigdecimal 1.2.8 | |
| io-console 0.4.5 | |
| json 1.8.3 | |
| psych 2.0.17 | |
| rdoc 4.2.1 | |
| installing bundle gems: /home/predatorian/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensions, gems, specifications) | |
| did_you_mean 1.0.0 | |
| minitest 5.8.3 | |
| rake 10.4.2 | |
| net-telnet 0.1.1 | |
| power_assert 0.2.6 | |
| test-unit 3.1.5 | |
| installing rdoc: /home/predatorian/.rbenv/versions/2.3.1/share/ri/2.3.0/system | |
| installing capi-docs: /home/predatorian/.rbenv/versions/2.3.1/share/doc/ruby | |
| /tmp/ruby-build.20160925181757.20480 ~/Downloads/ruby-2.3.1 | |
| ~/Downloads/ruby-2.3.1 | |
| Installed ruby-2.3.1 to /home/predatorian/.rbenv/versions/2.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment