Microsoft Windows [版本 6.1.7601] 版权所有 (c) 2009 Microsoft Corporation。保留所有权利。 C:\Users\Administrator>cd \ruby_git C:\ruby_git>git branch -av * r23 98011df * test/ruby/test_math.rb: use 64 bits in test_override_bignum_to_f to ensure it's a bignum on all impls. trunk b6e761e [behind 453] * remove trailing spaces. remotes/origin/HEAD -> origin/trunk remotes/origin/ruby_1_3 ab681f1 set svn:eol-style remotes/origin/ruby_1_4 136234a set svn:eol-style remotes/origin/ruby_1_6 e247c4e set svn:eol-style remotes/origin/ruby_1_8 50783b8 * 2014-01-28 remotes/origin/ruby_1_8_5 82ea308 merge revision(s) 17483: * string.c (rb_str_buf_append): should infect. remotes/origin/ruby_1_8_6 75b6d08 * 2010-09-02 remotes/origin/ruby_1_8_7 f48ae0d merge revision(s) 44717: remotes/origin/ruby_1_9_1 1306ae8 * 2011-08-25 remotes/origin/ruby_1_9_2 5d9f08f bump patchlevel remotes/origin/ruby_1_9_3 23ccbdf merge revision(s) 48402: remotes/origin/ruby_2_0_0 073cc5e merge revision(s): 53153 and 23405@ruby_1_9_1 remotes/origin/ruby_2_1 4ef48a7 merge revision(s) 53790,53844: [Backport #12054] remotes/origin/ruby_2_2 3d3ff04 merge revision(s) 53790,53844: [Backport #12054] remotes/origin/ruby_2_3 98011df * test/ruby/test_math.rb: use 64 bits in test_override_bignum_to_f to ensure it's a bignum on all impls. remotes/origin/trunk f8e79c8 * bignum.c (rb_big_hash): make it public function to be available in other source files, and remove documentation comment for Bignum#hash. remotes/origin/v1_0r a16bdad set svn:eol-style remotes/origin/v1_1dev c999445 set svn:eol-style remotes/origin/v1_1r 95c36c7 set svn:eol-style C:\ruby_git>cd \rubyinstaller C:\rubyinstaller> C:\rubyinstaller>rake -T You need rdoc 3.12.3 and rdoc_chm 3.1.0 gems installed in order to build the docs tasks. Try `gem install rdoc -v 3.12.3` and later `gem install rdoc_chm -v 3.1.0` rake book # Download and extract The Book of Ruby rake clean # Remove any temporary products rake clobber # Remove any generated file rake default # Build Ruby 2.3 rake devkit # Build DevKit installer and/or archives rake devkit:ls # List available DevKit flavors rake release:upload[version] # Upload release files rake ruby18 # Compile Ruby 1.8.7-p374 rake ruby19 # Compile Ruby 1.9.3-p551 rake ruby20 # Compile Ruby 2.0.0-p648 rake ruby21 # Compile Ruby 2.1.8 rake ruby22 # Compile Ruby 2.2.4 rake ruby23 # Compile Ruby 2.3.0 rake ruby23:install # install rubyinstaller-2.3.0.exe rake ruby23:package # generate packages for ruby 2.3.0 rake ruby23:package:archive # generate ruby-2.3.0-i386-mingw32.7z rake ruby23:package:docs # generate ruby-2.3.0-doc-chm.7z rake ruby23:package:installer # generate rubyinstaller-2.3.0.exe rake ruby23:repackage # rebuild rubyinstaller-2.3.0.exe C:\rubyinstaller>rake ruby23 LOCAL="c:\ruby_git" mkdir -p sandbox/ruby23_build cd C:/rubyinstaller cp -r resources/icons/ruby-doc.ico resources/icons/ruby.ico resources/icons/rubyw.ico sandbox/ruby23_build cd - Temporarily enhancing PATH to include DevKit... Activating libffi version 3.0.11 Activating GDBM version 1.8.3 Activating OpenSSL version 1.0.1l Activating LibYAML version 0.1.6 Activating Zlib version 1.2.8 Activating Tcl version 8.5.12 Activating Tk version 8.5.12 cd c:/ruby_git sh -c "autoconf" cd - cd sandbox/ruby23_build sh -c "../../../ruby_git/configure --enable-shared --disable-install-doc debugflags=-g CPPFLAGS='-DFD_SETSIZE=2048' --pr efix=C:/rubyinstaller/sandbox/ruby23_mingw" checking for ruby... /e/ux/ruby2/bin/ruby downloading config.guess ... downloader.rb:172:in `rescue in download': failed to download config.guess (RuntimeError) SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: https://raw.githubuserc ontent.com/gcc-mirror/gcc/master/config.guess from downloader.rb:119:in `download' from downloader.rb:44:in `download' from downloader.rb:208:in `block in
' from downloader.rb:207:in `each' from downloader.rb:207:in `
' configure: error: cannot run /bin/sh ../../../ruby_git/tool/config.sub rake aborted! Command failed with status (127): [sh -c "../../../ruby_git/configure --enabl...] C:/rubyinstaller/recipes/interpreter/rubies.rake:117:in `block (5 levels) in ' C:/rubyinstaller/recipes/interpreter/rubies.rake:116:in `block (4 levels) in ' Tasks: TOP => ruby23 => interpreter:ruby23:configure (See full trace by running task with --trace) C:\rubyinstaller>set SSL_CERT_FILE=c:\cacert.pem C:\rubyinstaller>rake ruby23 LOCAL="c:\ruby_git" cd C:/rubyinstaller cp -r resources/icons/ruby-doc.ico resources/icons/ruby.ico resources/icons/rubyw.ico sandbox/ruby23_build cd - Temporarily enhancing PATH to include DevKit... Activating libffi version 3.0.11 Activating GDBM version 1.8.3 Activating OpenSSL version 1.0.1l Activating LibYAML version 0.1.6 Activating Zlib version 1.2.8 Activating Tcl version 8.5.12 Activating Tk version 8.5.12 cd sandbox/ruby23_build sh -c "../../../ruby_git/configure --enable-shared --disable-install-doc debugflags=-g CPPFLAGS='-DFD_SETSIZE=2048' --pr efix=C:/rubyinstaller/sandbox/ruby23_mingw" checking for ruby... /e/ux/ruby2/bin/ruby downloading config.guess ... done downloading config.sub ... done checking build system type... i686-pc-mingw32 checking host system type... i686-pc-mingw32 checking target system type... i686-pc-mingw32 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe 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... /usr/bin/grep checking for egrep... /usr/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 __sync_val_compare_and_swap... yes checking for ranlib... ranlib checking for ar... ar checking for as... as checking for objdump... objdump checking for objcopy... (cached) : checking for windres... windres checking for dllwrap... dllwrap checking for mingw32 runtime DLL... msvcrt checking for nm... nm checking whether ln -s works... no, using cp -p checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for dtrace... no checking for dot... no checking for doxygen... no checking for pkg-config... no 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 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 -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 -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 -fno-strict-overflow is accepted as CFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-omit-frame-pointer is accepted as CFLAGS... yes checking whether -static-libgcc is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking for NET_LUID... yes checking for _gmtime64_s... yes checking for _wfreopen_s... yes checking for crypt in -lcrypt... (cached) no checking for dlopen in -ldl... (cached) no 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... no checking for a.out.h... (cached) no checking atomic.h usability... no checking atomic.h presence... no checking for atomic.h... no checking direct.h usability... yes checking direct.h presence... yes checking for direct.h... yes checking grp.h usability... no checking grp.h presence... no checking for grp.h... no 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... no checking langinfo.h presence... no checking for langinfo.h... no 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... yes checking process.h presence... yes checking for process.h... yes checking for pwd.h... (cached) no checking setjmpex.h usability... yes checking setjmpex.h presence... yes checking for setjmpex.h... yes 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 for sys/ioctl.h... (cached) no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking for sys/param.h... (cached) no checking sys/prctl.h usability... no checking sys/prctl.h presence... no checking for sys/prctl.h... no checking for sys/resource.h... (cached) no checking for sys/select.h... (cached) no checking sys/sendfile.h usability... no checking sys/sendfile.h presence... no checking for sys/sendfile.h... no checking for sys/socket.h... (cached) no checking sys/syscall.h usability... no checking sys/syscall.h presence... no checking for sys/syscall.h... no checking for sys/time.h... (cached) no checking for sys/times.h... (cached) no checking sys/uio.h usability... no checking sys/uio.h presence... no checking for sys/uio.h... no checking sys/utime.h usability... yes checking sys/utime.h presence... yes checking for sys/utime.h... yes checking syscall.h usability... no checking syscall.h presence... no checking for syscall.h... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking ucontext.h usability... no checking ucontext.h presence... no checking for ucontext.h... no checking for utime.h... (cached) no checking gmp.h usability... no checking gmp.h presence... no checking for gmp.h... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 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... (cached) yes checking char bit... 8 checking size of int... 4 checking size of short... 2 checking size of long... 4 checking size of long long... 8 checking size of __int64... 8 checking size of off_t... (cached) 8 checking size of void*... 4 checking size of float... 4 checking size of double... 8 checking size of time_t... 8 checking size of clock_t... 4 checking packed struct attribute... x __attribute__((packed)) checking for printf prefix for long long... I64 checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... no checking for convertible type of uid_t... INT checking for gid_t... no checking for convertible type of gid_t... INT checking for time_t... yes checking for convertible type of time_t... LL checking for dev_t... yes checking for convertible type of dev_t... UINT checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... no checking for convertible type of rlim_t... LONG checking for off_t... (cached) yes checking for convertible type of off_t... LL checking for clockid_t... no 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... __attribute__ ((stdcall)) x checking for cdecl function attribute... __attribute__ ((cdecl)) x checking for fastcall function attribute... __attribute__ ((fastcall)) 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... no checking whether sys_nerr is declared... yes checking whether getenv is declared... yes checking for size_t... yes checking size of size_t... 4 checking size of ptrdiff_t... 4 checking for printf prefix for size_t... NONE checking for printf prefix for ptrdiff_t... NONE checking for struct stat.st_blksize... no checking for struct stat.st_blocks... no checking for struct stat.st_rdev... yes checking size of struct stat.st_size... SIZEOF_OFF_T checking size of struct stat.st_ino... 2 checking for struct stat.st_atim... no checking for struct stat.st_atimespec... no checking for struct stat.st_atimensec... no checking for struct stat.st_mtim... no checking for struct stat.st_mtimespec... no checking for struct stat.st_mtimensec... no checking for struct stat.st_ctim... no 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... (cached) yes checking size of struct timeval.tv_sec... SIZEOF_LONG checking for struct timespec... yes checking for struct timezone... yes checking for clockid_t... (cached) no (cached) 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... 4 checking for uintptr_t... yes checking size of uintptr_t... 4 checking for ssize_t... yes checking size of ssize_t... 4 checking for stack end address... no checking for uid_t in sys/types.h... (cached) no checking type of array argument to getgroups... int checking return type of signal handlers... void checking for working alloca.h... no checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... (cached) yes checking for broken erfc of glibc-2.3.6 on IA64... no checking for acosh... yes checking for cbrt... yes checking for crypt... no checking for dup2... yes checking for erf... yes checking for explicit_bzero... no checking for ffs... no checking for finite... (cached) yes checking for flock... (cached) yes checking for hypot... yes checking for isinf... (cached) yes checking for isnan... (cached) yes checking for lgamma_r... no 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... yes checking for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... no checking for vfork... no checking for __syscall... no checking for _longjmp... no checking for _setjmp... (cached) no checking for _setjmpex... no checking for atan2l... yes checking for atan2f... yes checking for chroot... no checking for chsize... yes checking for clock_gettime... (cached) yes checking for cosh... yes checking for daemon... (cached) no checking for dirfd... no checking for dl_iterate_phdr... no checking for dlopen... no checking for dladdr... no checking for dup... yes checking for dup3... no checking for eaccess... no checking for endgrent... no checking for fchmod... no checking for fchown... no checking for fcntl... (cached) yes checking for fdatasync... no checking for fgetattrlist... no checking for fmod... yes checking for fsync... (cached) yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getgidx... no checking for getgrnam... no checking for getgrnam_r... no checking for getgroups... no checking for getpgid... no checking for getpgrp... no checking for getpriority... no checking for getpwnam_r... no checking for getresgid... no checking for getresuid... no checking for getrlimit... no checking for getsid... no checking for gettimeofday... yes checking for getuidx... no checking for gmtime_r... (cached) yes checking for initgroups... no checking for ioctl... no checking for isfinite... no checking for issetugid... no checking for killpg... no checking for lchmod... no checking for lchown... (cached) yes checking for link... (cached) yes checking for llabs... yes checking for lockf... no checking for log2... yes checking for lstat... (cached) yes checking for malloc_usable_size... (cached) no checking for malloc_size... no checking for mblen... yes checking for memalign... no checking for memset_s... no checking for writev... no checking for memrchr... no checking for memmem... (cached) no checking for mkfifo... no checking for mknod... no checking for mktime... yes checking for pipe2... no checking for poll... no checking for posix_fadvise... no checking for posix_memalign... no checking for ppoll... no checking for pread... no checking for qsort_r... no checking for readlink... (cached) yes checking for round... yes checking for sched_getaffinity... no checking for seekdir... (cached) yes checking for select_large_fdset... no checking for sendfile... no checking for setegid... no checking for setenv... no checking for seteuid... no checking for setgid... no checking for setgroups... no checking for setpgid... no checking for setpgrp... no checking for setregid... no checking for setresgid... no checking for setresuid... no checking for setreuid... no checking for setrgid... no checking for setrlimit... no checking for setruid... no checking for setsid... no checking for setuid... no checking for shutdown... no checking for sigaction... no checking for sigaltstack... no checking for sigprocmask... no checking for sinh... yes checking for spawnv... yes checking for symlink... (cached) yes checking for syscall... no checking for sysconf... no checking for tanh... yes checking for telldir... (cached) yes checking for timegm... no checking for times... (cached) yes checking for truncate... yes checking for truncate64... yes checking for unsetenv... no checking for utimensat... no checking for utimes... no checking for wait4... no checking for waitpid... (cached) yes checking if getcwd allocates buffer if NULL is given... yes checking for __builtin_bswap16... no 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... no checking for __builtin_types_compatible_p... yes checking whether atan2 handles Inf as C99... no checking for clock_getres... (cached) yes checking for unsetenv returns a value... yes checking for sigsetjmp as a macro or function... no checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... no checking whether tzname is declared... yes checking for tzname... yes checking for struct tm.tm_gmtoff... no 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)... (cached) no checking for localtime(3) overflow correctly... yes checking for sigsetmask... no checking for BSD signal semantics... no checking whether getpgrp requires zero arguments... (cached) no checking whether right shift preserve sign bit... yes checking stack growing direction on i386... -1 checking if signal.h defines ucontext_t... no checking whether ELF binaries are produced... (cached) no checking whether OS depend dynamic link works... yes checking for 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 -Wl,--no-undefined is accepted as LDFLAGS... yes checking for __builtin_setjmp... yes with cast () checking for setjmp type... __builtin_setjmp checking for prefix of external symbols... _ checking for nroff... no checking for awf... no .ext/include/i386-mingw32/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 cd - cd sandbox/ruby23_build make all CC = gcc LD = ld LDSHARED = gcc -shared -s CFLAGS = -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno -long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-stateme nt -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat XCFLAGS = -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -I. -I.ext/include/i386-mingw32 -I../../../ruby_git/include -I../../../ruby_git DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libmsvcrt-ruby230.dll.a msvcrt-rub y230.def -Wl,--stack,0x00200000,--enable-auto-import -static-libgcc SOLIBS = msvcrt-ruby230.res.o -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi Using built-in specs. COLLECT_GCC=C:\rubyinstaller\sandbox\devkit\mingw\bin\gcc.exe COLLECT_LTO_WRAPPER=c:/rubyinstaller/sandbox/devkit/mingw/bin/../libexec/gcc/i686-w64-mingw32/4.7.2/lto-wrapper.exe Target: i686-w64-mingw32 Configured with: /home/ruben/mingw-w64/src/gcc/configure --host=i686-w64-mingw32 --build=x86_64-linux-gnu --target=i686- w64-mingw32 --with-sysroot=/home/ruben/mingw-w64/mingw32mingw32/mingw32 --prefix=/home/ruben/mingw-w64/mingw32mingw32/mi ngw32 --with-gmp=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-mpfr=/home/ruben/mingw-w64/prereq/i686-w64 -mingw32/install --with-mpc=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-ppl=/home/ruben/mingw-w64/prere q/i686-w64-mingw32/install --with-cloog=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --disable-ppl-version-chec k --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static -lstdc++ -lm' --enable-shared --enable-static --enable-threads=win32 --enable-plugins --disable-multilib --enable-languages=c,lto,c++,objc,obj-c++,for tran,java --enable-libgomp --disable-dw2-exceptions --enable-sjlj-exceptions --enable-fully-dynamic-string --enable-libs tdcxx-time --disable-nls --disable-werror --enable-checking=release --with-gnu-as --with-gnu-ld --disable-win32-registry --disable-rpath --disable-werror --with-libiconv-prefix=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-pk gversion=rubenvb-4.7.2-release --with-bugurl=mingw-w64-public@lists.sourceforge.net CC= CFLAGS='-O2 -march=nocona -mtune =core2 -fomit-frame-pointer -momit-leaf-frame-pointer' LDFLAGS=' -Wl,--large-address-aware' Thread model: win32 gcc version 4.7.2 (rubenvb-4.7.2-release) compiling ../../../ruby_git/main.c compiling ../../../ruby_git/dmydln.c compiling ../../../ruby_git/miniinit.c compiling ../../../ruby_git/dmyext.c generating miniprelude.c miniprelude.c updated compiling miniprelude.c generating id.h id.h updated /e/ux/ruby2/bin/ruby --disable=gems ../../../ruby_git/tool/gen_dummy_probes.rb ../../../ruby_git/probes.d > probes.dmyh copying dummy probes.h compiling ../../../ruby_git/array.c compiling ../../../ruby_git/bignum.c compiling ../../../ruby_git/class.c compiling ../../../ruby_git/compar.c compiling ../../../ruby_git/complex.c compiling ../../../ruby_git/dir.c compiling ../../../ruby_git/dln_find.c compiling ../../../ruby_git/encoding.c compiling ../../../ruby_git/enum.c compiling ../../../ruby_git/enumerator.c generating known_errors.inc known_errors.inc updated compiling ../../../ruby_git/error.c compiling ../../../ruby_git/eval.c compiling ../../../ruby_git/load.c compiling ../../../ruby_git/proc.c compiling ../../../ruby_git/file.c compiling ../../../ruby_git/gc.c compiling ../../../ruby_git/hash.c compiling ../../../ruby_git/inits.c compiling ../../../ruby_git/io.c compiling ../../../ruby_git/marshal.c compiling ../../../ruby_git/math.c compiling ../../../ruby_git/node.c compiling ../../../ruby_git/numeric.c compiling ../../../ruby_git/object.c compiling ../../../ruby_git/pack.c generating parse.c copying lex.c compiling parse.c compiling ../../../ruby_git/process.c compiling ../../../ruby_git/random.c compiling ../../../ruby_git/range.c compiling ../../../ruby_git/rational.c compiling ../../../ruby_git/re.c compiling ../../../ruby_git/regcomp.c compiling ../../../ruby_git/regenc.c compiling ../../../ruby_git/regerror.c compiling ../../../ruby_git/regexec.c compiling ../../../ruby_git/regparse.c compiling ../../../ruby_git/regsyntax.c compiling ../../../ruby_git/ruby.c compiling ../../../ruby_git/safe.c compiling ../../../ruby_git/signal.c compiling ../../../ruby_git/sprintf.c compiling ../../../ruby_git/st.c compiling ../../../ruby_git/strftime.c compiling ../../../ruby_git/string.c compiling ../../../ruby_git/struct.c generating id.c id.c updated compiling ../../../ruby_git/symbol.c compiling ../../../ruby_git/time.c compiling ../../../ruby_git/transcode.c compiling ../../../ruby_git/util.c compiling ../../../ruby_git/variable.c compiling ../../../ruby_git/version.c generating opt_sc.inc generating optunifs.inc generating insns.inc generating insns_info.inc generating optinsn.inc compiling ../../../ruby_git/compile.c compiling ../../../ruby_git/debug.c generating node_name.inc compiling ../../../ruby_git/iseq.c ../../../ruby_git/iseq.c: In function 'rb_iseq_compile_with_option': ../../../ruby_git/iseq.c:636:8: warning: 'ln' may be used uninitialized in this function [-Wmaybe-uninitialized] ../../../ruby_git/iseq.c:636:8: warning: 'parse' may be used uninitialized in this function [-Wmaybe-uninitialized] ../../../ruby_git/iseq.c:638:11: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized] ../../../ruby_git/iseq.c:638:11: warning: 'label' may be used uninitialized in this function [-Wmaybe-uninitialized] generating vm.inc generating vm_call_iseq_optimized.inc generating vmtc.inc compiling ../../../ruby_git/vm.c compiling ../../../ruby_git/vm_dump.c compiling ../../../ruby_git/vm_backtrace.c compiling ../../../ruby_git/vm_trace.c compiling ../../../ruby_git/thread.c compiling ../../../ruby_git/cont.c compiling ../../../ruby_git/enc/ascii.c compiling ../../../ruby_git/enc/us_ascii.c compiling ../../../ruby_git/enc/unicode.c compiling ../../../ruby_git/enc/utf_8.c generating enc/trans/newline.c ... converter for universal_newline converter for crlf_newline converter for cr_newline done. (0.06user 0.01system 0.02elapsed) compiling enc/trans/newline.c compiling ../../../ruby_git/missing/langinfo.c compiling ../../../ruby_git/missing/fileblocks.c compiling ../../../ruby_git/missing/crypt.c compiling ../../../ruby_git/missing/explicit_bzero.c compiling ../../../ruby_git/missing/ffs.c compiling ../../../ruby_git/missing/lgamma_r.c compiling ../../../ruby_git/missing/setproctitle.c compiling ../../../ruby_git/missing/strlcat.c compiling ../../../ruby_git/missing/strlcpy.c compiling ../../../ruby_git/win32/win32.c compiling ../../../ruby_git/win32/file.c compiling ../../../ruby_git/dmyenc.c linking miniruby.exe rbconfig.rb updated generating enc.mk generating msvcrt-ruby230.rc compiling msvcrt-ruby230.res.o compiling ../../../ruby_git/dln.c compiling ../../../ruby_git/localeinit.c creating verconf.h verconf.h updated compiling ../../../ruby_git/loadpath.c generating prelude.c prelude.c updated compiling prelude.c linking static-library libmsvcrt-ruby230-static.a verifying static-library libmsvcrt-ruby230-static.a generating msvcrt-ruby230.def linking shared-library msvcrt-ruby230.dll generating encdb.h encdb.h updated making enc make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' compiling ../../../ruby_git/enc/encdb.c linking encoding encdb.so compiling ../../../ruby_git/enc/big5.c linking encoding big5.so compiling ../../../ruby_git/enc/cp949.c linking encoding cp949.so compiling ../../../ruby_git/enc/emacs_mule.c linking encoding emacs_mule.so compiling ../../../ruby_git/enc/euc_jp.c linking encoding euc_jp.so compiling ../../../ruby_git/enc/euc_kr.c linking encoding euc_kr.so compiling ../../../ruby_git/enc/euc_tw.c linking encoding euc_tw.so compiling ../../../ruby_git/enc/gb2312.c linking encoding gb2312.so compiling ../../../ruby_git/enc/gb18030.c linking encoding gb18030.so compiling ../../../ruby_git/enc/gbk.c linking encoding gbk.so compiling ../../../ruby_git/enc/iso_8859_1.c linking encoding iso_8859_1.so compiling ../../../ruby_git/enc/iso_8859_2.c linking encoding iso_8859_2.so compiling ../../../ruby_git/enc/iso_8859_3.c linking encoding iso_8859_3.so compiling ../../../ruby_git/enc/iso_8859_4.c linking encoding iso_8859_4.so compiling ../../../ruby_git/enc/iso_8859_5.c linking encoding iso_8859_5.so compiling ../../../ruby_git/enc/iso_8859_6.c linking encoding iso_8859_6.so compiling ../../../ruby_git/enc/iso_8859_7.c linking encoding iso_8859_7.so compiling ../../../ruby_git/enc/iso_8859_8.c linking encoding iso_8859_8.so compiling ../../../ruby_git/enc/iso_8859_9.c linking encoding iso_8859_9.so compiling ../../../ruby_git/enc/iso_8859_10.c linking encoding iso_8859_10.so compiling ../../../ruby_git/enc/iso_8859_11.c linking encoding iso_8859_11.so compiling ../../../ruby_git/enc/iso_8859_13.c linking encoding iso_8859_13.so compiling ../../../ruby_git/enc/iso_8859_14.c linking encoding iso_8859_14.so compiling ../../../ruby_git/enc/iso_8859_15.c linking encoding iso_8859_15.so compiling ../../../ruby_git/enc/iso_8859_16.c linking encoding iso_8859_16.so compiling ../../../ruby_git/enc/koi8_r.c linking encoding koi8_r.so compiling ../../../ruby_git/enc/koi8_u.c linking encoding koi8_u.so compiling ../../../ruby_git/enc/shift_jis.c linking encoding shift_jis.so compiling ../../../ruby_git/enc/utf_16be.c linking encoding utf_16be.so compiling ../../../ruby_git/enc/utf_16le.c linking encoding utf_16le.so compiling ../../../ruby_git/enc/utf_32be.c linking encoding utf_32be.so compiling ../../../ruby_git/enc/utf_32le.c linking encoding utf_32le.so compiling ../../../ruby_git/enc/windows_31j.c linking encoding windows_31j.so compiling ../../../ruby_git/enc/windows_1250.c linking encoding windows_1250.so compiling ../../../ruby_git/enc/windows_1251.c linking encoding windows_1251.so compiling ../../../ruby_git/enc/windows_1252.c linking encoding windows_1252.so make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' making srcs under enc make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' generating table from enc/trans/big5.c generating enc/trans/big5.c ... converter from Big5 to UTF-8 converter from UTF-8 to Big5 converter from CP950 to UTF-8 converter from UTF-8 to CP950 converter from Big5-HKSCS to UTF-8 converter from UTF-8 to Big5-HKSCS converter from CP951 to UTF-8 converter from UTF-8 to CP951 converter from Big5-UAO to UTF-8 converter from UTF-8 to Big5-UAO done. (6.12user 0.11system 6.16elapsed) generating table from enc/trans/chinese.c generating enc/trans/chinese.c ... load mapsrc ../../../ruby_git/enc/trans/GB/GB2312%UCS.src converter from GB2312 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/GB/GB12345%UCS.src converter from GB12345 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/GB/UCS%GB2312.src converter from UTF-8 to GB2312 load mapsrc ../../../ruby_git/enc/trans/GB/UCS%GB12345.src converter from UTF-8 to GB12345 done. (1.44user 0.03system 1.40elapsed) generating table from enc/trans/ebcdic.c generating enc/trans/ebcdic.c ... converter from IBM037 to ISO-8859-1 converter from ISO-8859-1 to IBM037 done. (0.05user 0.05system 0.02elapsed) generating table from enc/trans/emoji.c generating enc/trans/emoji.c ... converter from UTF8-DoCoMo to UTF8-KDDI converter from UTF8-DoCoMo to UTF8-SoftBank converter from UTF8-DoCoMo to UTF-8 converter from UTF8-KDDI to UTF8-DoCoMo converter from UTF8-KDDI to UTF8-SoftBank converter from UTF8-KDDI to UTF-8 converter from UTF8-SoftBank to UTF8-DoCoMo converter from UTF8-SoftBank to UTF8-KDDI converter from UTF8-SoftBank to UTF-8 converter from UTF-8 to UTF8-DoCoMo converter from UTF-8 to UTF8-KDDI converter from UTF-8 to UTF8-SoftBank done. (0.41user 0.03system 0.39elapsed) generating table from enc/trans/emoji_iso2022_kddi.c generating enc/trans/emoji_iso2022_kddi.c ... converter for iso2022jp_kddi_decoder converter for iso2022jp_kddi_decoder_jisx0208_rest converter for iso2022jp_kddi_encoder load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI done. (0.90user 0.01system 0.84elapsed) generating table from enc/trans/emoji_sjis_docomo.c generating enc/trans/emoji_sjis_docomo.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-DOCOMO to UTF8-DOCOMO load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-DOCOMO to SJIS-DOCOMO done. (0.97user 0.01system 0.92elapsed) generating table from enc/trans/emoji_sjis_kddi.c generating enc/trans/emoji_sjis_kddi.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-KDDI to UTF8-KDDI load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to SJIS-KDDI done. (1.00user 0.01system 0.95elapsed) generating table from enc/trans/emoji_sjis_softbank.c generating enc/trans/emoji_sjis_softbank.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-SoftBank to UTF8-SoftBank load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-SoftBank to SJIS-SoftBank done. (0.97user 0.03system 0.92elapsed) generating table from enc/trans/escape.c generating enc/trans/escape.c ... converter for amp_escape converter for xml_text_escape converter for xml_attr_content_escape converter for escape_xml_attr_quote done. (0.05user 0.03system 0.02elapsed) generating table from enc/trans/gb18030.c generating enc/trans/gb18030.c ... converter from GB18030 to UTF-8 converter from UTF-8 to GB18030 done. (3.90user 0.08system 3.90elapsed) generating table from enc/trans/gbk.c generating enc/trans/gbk.c ... converter from GBK to UTF-8 converter from UTF-8 to GBK done. (1.48user 0.05system 1.47elapsed) generating table from enc/trans/iso2022.c generating enc/trans/iso2022.c ... converter for iso2022jp_decoder converter for iso2022jp_decoder_jisx0208_rest converter for iso2022jp_encoder converter for stateless_iso2022jp_to_eucjp converter for eucjp_to_stateless_iso2022jp converter for cp50221_decoder converter for cp50221_encoder done. (0.09user 0.01system 0.03elapsed) generating table from enc/trans/japanese.c generating enc/trans/japanese.c ... converter for eucjp2sjis converter for sjis2eucjp done. (0.08user 0.01system 0.02elapsed) generating table from enc/trans/japanese_euc.c generating enc/trans/japanese_euc.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212%UCS.src converter from EUC-JP to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208UDC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212UDC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212@MS%UCS.src converter from eucJP-ms to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src converter from CP51932 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-1%UCS@BMP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-1%UCS@SIP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-2%UCS@BMP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-2%UCS@SIP.src converter from EUC-JIS-2004 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212.src converter from UTF-8 to EUC-JP load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208UDC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212UDC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212@MS.src converter from UTF-8 to eucJP-ms load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src converter from UTF-8 to CP51932 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@BMP%JISX0213-1.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@SIP%JISX0213-1.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@BMP%JISX0213-2.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@SIP%JISX0213-2.src converter from UTF-8 to EUC-JIS-2004 done. (3.84user 0.09system 3.90elapsed) generating table from enc/trans/japanese_sjis.c generating enc/trans/japanese_sjis.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src converter from Shift_JIS to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from Windows-31J to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src converter from UTF-8 to Shift_JIS load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src converter from UTF-8 to Windows-31J done. (1.50user 0.00system 1.47elapsed) generating table from enc/trans/korean.c generating enc/trans/korean.c ... converter from UTF-8 to EUC-KR converter from EUC-KR to UTF-8 converter from UTF-8 to CP949 converter from CP949 to UTF-8 done. (1.95user 0.01system 1.89elapsed) generating table from enc/trans/single_byte.c generating enc/trans/single_byte.c ... converter from US-ASCII to UTF-8 converter from UTF-8 to US-ASCII converter from ASCII-8BIT to UTF-8 converter from UTF-8 to ASCII-8BIT converter from ISO-8859-1 to UTF-8 converter from UTF-8 to ISO-8859-1 converter from ISO-8859-2 to UTF-8 converter from UTF-8 to ISO-8859-2 converter from ISO-8859-3 to UTF-8 converter from UTF-8 to ISO-8859-3 converter from ISO-8859-4 to UTF-8 converter from UTF-8 to ISO-8859-4 converter from ISO-8859-5 to UTF-8 converter from UTF-8 to ISO-8859-5 converter from ISO-8859-6 to UTF-8 converter from UTF-8 to ISO-8859-6 converter from ISO-8859-7 to UTF-8 converter from UTF-8 to ISO-8859-7 converter from ISO-8859-8 to UTF-8 converter from UTF-8 to ISO-8859-8 converter from ISO-8859-9 to UTF-8 converter from UTF-8 to ISO-8859-9 converter from ISO-8859-10 to UTF-8 converter from UTF-8 to ISO-8859-10 converter from ISO-8859-11 to UTF-8 converter from UTF-8 to ISO-8859-11 converter from ISO-8859-13 to UTF-8 converter from UTF-8 to ISO-8859-13 converter from ISO-8859-14 to UTF-8 converter from UTF-8 to ISO-8859-14 converter from ISO-8859-15 to UTF-8 converter from UTF-8 to ISO-8859-15 converter from ISO-8859-16 to UTF-8 converter from UTF-8 to ISO-8859-16 converter from WINDOWS-874 to UTF-8 converter from UTF-8 to WINDOWS-874 converter from WINDOWS-1250 to UTF-8 converter from UTF-8 to WINDOWS-1250 converter from WINDOWS-1251 to UTF-8 converter from UTF-8 to WINDOWS-1251 converter from WINDOWS-1252 to UTF-8 converter from UTF-8 to WINDOWS-1252 converter from WINDOWS-1253 to UTF-8 converter from UTF-8 to WINDOWS-1253 converter from WINDOWS-1254 to UTF-8 converter from UTF-8 to WINDOWS-1254 converter from WINDOWS-1255 to UTF-8 converter from UTF-8 to WINDOWS-1255 converter from WINDOWS-1256 to UTF-8 converter from UTF-8 to WINDOWS-1256 converter from WINDOWS-1257 to UTF-8 converter from UTF-8 to WINDOWS-1257 converter from IBM437 to UTF-8 converter from UTF-8 to IBM437 converter from IBM775 to UTF-8 converter from UTF-8 to IBM775 converter from IBM737 to UTF-8 converter from UTF-8 to IBM737 converter from IBM852 to UTF-8 converter from UTF-8 to IBM852 converter from IBM855 to UTF-8 converter from UTF-8 to IBM855 converter from IBM857 to UTF-8 converter from UTF-8 to IBM857 converter from IBM860 to UTF-8 converter from UTF-8 to IBM860 converter from IBM861 to UTF-8 converter from UTF-8 to IBM861 converter from IBM862 to UTF-8 converter from UTF-8 to IBM862 converter from IBM863 to UTF-8 converter from UTF-8 to IBM863 converter from IBM865 to UTF-8 converter from UTF-8 to IBM865 converter from IBM866 to UTF-8 converter from UTF-8 to IBM866 converter from IBM869 to UTF-8 converter from UTF-8 to IBM869 converter from MACCROATIAN to UTF-8 converter from UTF-8 to MACCROATIAN converter from MACCYRILLIC to UTF-8 converter from UTF-8 to MACCYRILLIC converter from MACGREEK to UTF-8 converter from UTF-8 to MACGREEK converter from MACICELAND to UTF-8 converter from UTF-8 to MACICELAND converter from MACROMAN to UTF-8 converter from UTF-8 to MACROMAN converter from MACROMANIA to UTF-8 converter from UTF-8 to MACROMANIA converter from MACTURKISH to UTF-8 converter from UTF-8 to MACTURKISH converter from MACUKRAINE to UTF-8 converter from UTF-8 to MACUKRAINE converter from KOI8-U to UTF-8 converter from UTF-8 to KOI8-U converter from KOI8-R to UTF-8 converter from UTF-8 to KOI8-R converter from TIS-620 to UTF-8 converter from UTF-8 to TIS-620 converter from CP850 to UTF-8 converter from UTF-8 to CP850 converter from CP852 to UTF-8 converter from UTF-8 to CP852 converter from CP855 to UTF-8 converter from UTF-8 to CP855 done. (0.73user 0.08system 0.83elapsed) generating table from enc/trans/utf8_mac.c generating enc/trans/utf8_mac.c ... converter from UTF-8 to UTF8-MAC converter for from_UTF8_MAC converter for from_utf8_mac_nfc2 done. (2.00user 0.03system 1.95elapsed) generating table from enc/trans/utf_16_32.c generating enc/trans/utf_16_32.c ... converter for from_UTF_16LE converter for from_UTF_32LE converter for from_UTF_16BE converter for from_UTF_32BE converter for from_UTF_16 converter for from_UTF_32 converter for from_UTF_8 done. (0.12user 0.00system 0.05elapsed) make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' generating transdb.h transdb.h updated making trans make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' compiling ../../../ruby_git/enc/trans/transdb.c linking transcoder transdb.so generating table from ../../../ruby_git/enc/trans/big5.c generating ../../../ruby_git/enc/trans/big5.c ... converter from Big5 to UTF-8 converter from UTF-8 to Big5 converter from CP950 to UTF-8 converter from UTF-8 to CP950 converter from Big5-HKSCS to UTF-8 converter from UTF-8 to Big5-HKSCS converter from CP951 to UTF-8 converter from UTF-8 to CP951 converter from Big5-UAO to UTF-8 converter from UTF-8 to Big5-UAO done. (6.12user 0.06system 6.12elapsed) compiling ../../../ruby_git/enc/trans/big5.c linking transcoder big5.so generating table from ../../../ruby_git/enc/trans/chinese.c generating ../../../ruby_git/enc/trans/chinese.c ... load mapsrc ../../../ruby_git/enc/trans/GB/GB2312%UCS.src converter from GB2312 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/GB/GB12345%UCS.src converter from GB12345 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/GB/UCS%GB2312.src converter from UTF-8 to GB2312 load mapsrc ../../../ruby_git/enc/trans/GB/UCS%GB12345.src converter from UTF-8 to GB12345 done. (1.44user 0.00system 1.39elapsed) compiling ../../../ruby_git/enc/trans/chinese.c linking transcoder chinese.so generating table from ../../../ruby_git/enc/trans/ebcdic.c generating ../../../ruby_git/enc/trans/ebcdic.c ... converter from IBM037 to ISO-8859-1 converter from ISO-8859-1 to IBM037 done. (0.08user 0.03system 0.03elapsed) compiling ../../../ruby_git/enc/trans/ebcdic.c linking transcoder ebcdic.so generating table from ../../../ruby_git/enc/trans/emoji.c generating ../../../ruby_git/enc/trans/emoji.c ... converter from UTF8-DoCoMo to UTF8-KDDI converter from UTF8-DoCoMo to UTF8-SoftBank converter from UTF8-DoCoMo to UTF-8 converter from UTF8-KDDI to UTF8-DoCoMo converter from UTF8-KDDI to UTF8-SoftBank converter from UTF8-KDDI to UTF-8 converter from UTF8-SoftBank to UTF8-DoCoMo converter from UTF8-SoftBank to UTF8-KDDI converter from UTF8-SoftBank to UTF-8 converter from UTF-8 to UTF8-DoCoMo converter from UTF-8 to UTF8-KDDI converter from UTF-8 to UTF8-SoftBank done. (0.44user 0.03system 0.39elapsed) compiling ../../../ruby_git/enc/trans/emoji.c linking transcoder emoji.so generating table from ../../../ruby_git/enc/trans/emoji_iso2022_kddi.c generating ../../../ruby_git/enc/trans/emoji_iso2022_kddi.c ... converter for iso2022jp_kddi_decoder converter for iso2022jp_kddi_decoder_jisx0208_rest converter for iso2022jp_kddi_encoder load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI done. (0.87user 0.03system 0.83elapsed) compiling ../../../ruby_git/enc/trans/emoji_iso2022_kddi.c linking transcoder emoji_iso2022_kddi.so generating table from ../../../ruby_git/enc/trans/emoji_sjis_docomo.c generating ../../../ruby_git/enc/trans/emoji_sjis_docomo.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-DOCOMO to UTF8-DOCOMO load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-DOCOMO to SJIS-DOCOMO done. (0.97user 0.03system 0.92elapsed) compiling ../../../ruby_git/enc/trans/emoji_sjis_docomo.c linking transcoder emoji_sjis_docomo.so generating table from ../../../ruby_git/enc/trans/emoji_sjis_kddi.c generating ../../../ruby_git/enc/trans/emoji_sjis_kddi.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-KDDI to UTF8-KDDI load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-KDDI to SJIS-KDDI done. (0.95user 0.06system 0.97elapsed) compiling ../../../ruby_git/enc/trans/emoji_sjis_kddi.c linking transcoder emoji_sjis_kddi.so generating table from ../../../ruby_git/enc/trans/emoji_sjis_softbank.c generating ../../../ruby_git/enc/trans/emoji_sjis_softbank.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from SJIS-SoftBank to UTF8-SoftBank load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src converter from UTF8-SoftBank to SJIS-SoftBank done. (0.95user 0.05system 0.94elapsed) compiling ../../../ruby_git/enc/trans/emoji_sjis_softbank.c linking transcoder emoji_sjis_softbank.so generating table from ../../../ruby_git/enc/trans/escape.c generating ../../../ruby_git/enc/trans/escape.c ... converter for amp_escape converter for xml_text_escape converter for xml_attr_content_escape converter for escape_xml_attr_quote done. (0.05user 0.05system 0.02elapsed) compiling ../../../ruby_git/enc/trans/escape.c linking transcoder escape.so generating table from ../../../ruby_git/enc/trans/gb18030.c generating ../../../ruby_git/enc/trans/gb18030.c ... converter from GB18030 to UTF-8 converter from UTF-8 to GB18030 done. (3.92user 0.09system 3.93elapsed) compiling ../../../ruby_git/enc/trans/gb18030.c linking transcoder gb18030.so generating table from ../../../ruby_git/enc/trans/gbk.c generating ../../../ruby_git/enc/trans/gbk.c ... converter from GBK to UTF-8 converter from UTF-8 to GBK done. (1.48user 0.03system 1.45elapsed) compiling ../../../ruby_git/enc/trans/gbk.c linking transcoder gbk.so generating table from ../../../ruby_git/enc/trans/iso2022.c generating ../../../ruby_git/enc/trans/iso2022.c ... converter for iso2022jp_decoder converter for iso2022jp_decoder_jisx0208_rest converter for iso2022jp_encoder converter for stateless_iso2022jp_to_eucjp converter for eucjp_to_stateless_iso2022jp converter for cp50221_decoder converter for cp50221_encoder done. (0.11user 0.00system 0.03elapsed) compiling ../../../ruby_git/enc/trans/iso2022.c linking transcoder iso2022.so generating table from ../../../ruby_git/enc/trans/japanese.c generating ../../../ruby_git/enc/trans/japanese.c ... converter for eucjp2sjis converter for sjis2eucjp done. (0.08user 0.01system 0.02elapsed) compiling ../../../ruby_git/enc/trans/japanese.c linking transcoder japanese.so generating table from ../../../ruby_git/enc/trans/japanese_euc.c generating ../../../ruby_git/enc/trans/japanese_euc.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212%UCS.src converter from EUC-JP to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208UDC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212UDC%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0212@MS%UCS.src converter from eucJP-ms to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src converter from CP51932 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-1%UCS@BMP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-1%UCS@SIP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-2%UCS@BMP.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0213-2%UCS@SIP.src converter from EUC-JIS-2004 to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212.src converter from UTF-8 to EUC-JP load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208UDC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212UDC.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0212@MS.src converter from UTF-8 to eucJP-ms load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src converter from UTF-8 to CP51932 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@BMP%JISX0213-1.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@SIP%JISX0213-1.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@BMP%JISX0213-2.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS@SIP%JISX0213-2.src converter from UTF-8 to EUC-JIS-2004 done. (3.93user 0.03system 3.88elapsed) compiling ../../../ruby_git/enc/trans/japanese_euc.c linking transcoder japanese_euc.so generating table from ../../../ruby_git/enc/trans/japanese_sjis.c generating ../../../ruby_git/enc/trans/japanese_sjis.c ... load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@1990%UCS.src converter from Shift_JIS to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0201-KANA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208VDC@NEC%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@NEC_IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932VDC@IBM%UCS.src load mapsrc ../../../ruby_git/enc/trans/CP/CP932UDA%UCS.src load mapsrc ../../../ruby_git/enc/trans/JIS/JISX0208@MS%UCS.src converter from Windows-31J to UTF-8 load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@1990.src converter from UTF-8 to Shift_JIS load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0201-KANA.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208@MS.src load mapsrc ../../../ruby_git/enc/trans/JIS/UCS%JISX0208VDC@NEC.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932VDC@NEC_IBM.src load mapsrc ../../../ruby_git/enc/trans/CP/UCS%CP932UDA.src converter from UTF-8 to Windows-31J done. (1.50user 0.01system 1.45elapsed) compiling ../../../ruby_git/enc/trans/japanese_sjis.c linking transcoder japanese_sjis.so generating table from ../../../ruby_git/enc/trans/korean.c generating ../../../ruby_git/enc/trans/korean.c ... converter from UTF-8 to EUC-KR converter from EUC-KR to UTF-8 converter from UTF-8 to CP949 converter from CP949 to UTF-8 done. (1.87user 0.08system 1.89elapsed) compiling ../../../ruby_git/enc/trans/korean.c linking transcoder korean.so generating table from ../../../ruby_git/enc/trans/single_byte.c generating ../../../ruby_git/enc/trans/single_byte.c ... converter from US-ASCII to UTF-8 converter from UTF-8 to US-ASCII converter from ASCII-8BIT to UTF-8 converter from UTF-8 to ASCII-8BIT converter from ISO-8859-1 to UTF-8 converter from UTF-8 to ISO-8859-1 converter from ISO-8859-2 to UTF-8 converter from UTF-8 to ISO-8859-2 converter from ISO-8859-3 to UTF-8 converter from UTF-8 to ISO-8859-3 converter from ISO-8859-4 to UTF-8 converter from UTF-8 to ISO-8859-4 converter from ISO-8859-5 to UTF-8 converter from UTF-8 to ISO-8859-5 converter from ISO-8859-6 to UTF-8 converter from UTF-8 to ISO-8859-6 converter from ISO-8859-7 to UTF-8 converter from UTF-8 to ISO-8859-7 converter from ISO-8859-8 to UTF-8 converter from UTF-8 to ISO-8859-8 converter from ISO-8859-9 to UTF-8 converter from UTF-8 to ISO-8859-9 converter from ISO-8859-10 to UTF-8 converter from UTF-8 to ISO-8859-10 converter from ISO-8859-11 to UTF-8 converter from UTF-8 to ISO-8859-11 converter from ISO-8859-13 to UTF-8 converter from UTF-8 to ISO-8859-13 converter from ISO-8859-14 to UTF-8 converter from UTF-8 to ISO-8859-14 converter from ISO-8859-15 to UTF-8 converter from UTF-8 to ISO-8859-15 converter from ISO-8859-16 to UTF-8 converter from UTF-8 to ISO-8859-16 converter from WINDOWS-874 to UTF-8 converter from UTF-8 to WINDOWS-874 converter from WINDOWS-1250 to UTF-8 converter from UTF-8 to WINDOWS-1250 converter from WINDOWS-1251 to UTF-8 converter from UTF-8 to WINDOWS-1251 converter from WINDOWS-1252 to UTF-8 converter from UTF-8 to WINDOWS-1252 converter from WINDOWS-1253 to UTF-8 converter from UTF-8 to WINDOWS-1253 converter from WINDOWS-1254 to UTF-8 converter from UTF-8 to WINDOWS-1254 converter from WINDOWS-1255 to UTF-8 converter from UTF-8 to WINDOWS-1255 converter from WINDOWS-1256 to UTF-8 converter from UTF-8 to WINDOWS-1256 converter from WINDOWS-1257 to UTF-8 converter from UTF-8 to WINDOWS-1257 converter from IBM437 to UTF-8 converter from UTF-8 to IBM437 converter from IBM775 to UTF-8 converter from UTF-8 to IBM775 converter from IBM737 to UTF-8 converter from UTF-8 to IBM737 converter from IBM852 to UTF-8 converter from UTF-8 to IBM852 converter from IBM855 to UTF-8 converter from UTF-8 to IBM855 converter from IBM857 to UTF-8 converter from UTF-8 to IBM857 converter from IBM860 to UTF-8 converter from UTF-8 to IBM860 converter from IBM861 to UTF-8 converter from UTF-8 to IBM861 converter from IBM862 to UTF-8 converter from UTF-8 to IBM862 converter from IBM863 to UTF-8 converter from UTF-8 to IBM863 converter from IBM865 to UTF-8 converter from UTF-8 to IBM865 converter from IBM866 to UTF-8 converter from UTF-8 to IBM866 converter from IBM869 to UTF-8 converter from UTF-8 to IBM869 converter from MACCROATIAN to UTF-8 converter from UTF-8 to MACCROATIAN converter from MACCYRILLIC to UTF-8 converter from UTF-8 to MACCYRILLIC converter from MACGREEK to UTF-8 converter from UTF-8 to MACGREEK converter from MACICELAND to UTF-8 converter from UTF-8 to MACICELAND converter from MACROMAN to UTF-8 converter from UTF-8 to MACROMAN converter from MACROMANIA to UTF-8 converter from UTF-8 to MACROMANIA converter from MACTURKISH to UTF-8 converter from UTF-8 to MACTURKISH converter from MACUKRAINE to UTF-8 converter from UTF-8 to MACUKRAINE converter from KOI8-U to UTF-8 converter from UTF-8 to KOI8-U converter from KOI8-R to UTF-8 converter from UTF-8 to KOI8-R converter from TIS-620 to UTF-8 converter from UTF-8 to TIS-620 converter from CP850 to UTF-8 converter from UTF-8 to CP850 converter from CP852 to UTF-8 converter from UTF-8 to CP852 converter from CP855 to UTF-8 converter from UTF-8 to CP855 done. (0.76user 0.05system 0.81elapsed) compiling ../../../ruby_git/enc/trans/single_byte.c linking transcoder single_byte.so generating table from ../../../ruby_git/enc/trans/utf8_mac.c generating ../../../ruby_git/enc/trans/utf8_mac.c ... converter from UTF-8 to UTF8-MAC converter for from_UTF8_MAC converter for from_utf8_mac_nfc2 done. (1.95user 0.06system 1.93elapsed) compiling ../../../ruby_git/enc/trans/utf8_mac.c linking transcoder utf8_mac.so generating table from ../../../ruby_git/enc/trans/utf_16_32.c generating ../../../ruby_git/enc/trans/utf_16_32.c ... converter for from_UTF_16LE converter for from_UTF_32LE converter for from_UTF_16BE converter for from_UTF_32BE converter for from_UTF_16 converter for from_UTF_32 converter for from_UTF_8 done. (0.09user 0.03system 0.05elapsed) compiling ../../../ruby_git/enc/trans/utf_16_32.c linking transcoder utf_16_32.so make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' making encs make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' ../../../ruby_git/revision.h updated generating makefile exts.mk configuring -test-/array/resize configuring -test-/bignum configuring -test-/bug-3571 configuring -test-/bug-5832 configuring -test-/bug_reporter configuring -test-/class configuring -test-/debug configuring -test-/dln/empty configuring -test-/exception configuring -test-/fatal configuring -test-/file configuring -test-/float configuring -test-/funcall configuring -test-/gvl/call_without_gvl 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 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 configuring -test-/time configuring -test-/tracepoint configuring -test-/typeddata configuring -test-/wait_for_single_fd configuring -test-/win32/console configuring -test-/win32/dln configuring -test-/win32/fd_setsize configuring bigdecimal configuring cgi/escape configuring continuation configuring coverage configuring date configuring dbm header: 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 racc/cparse configuring rbconfig/sizeof configuring readline readline nor libedit not found Failed to configure readline. It will not be installed. configuring ripper configuring sdbm configuring socket configuring stringio configuring strscan configuring thread configuring tk ............ check struct members.. Use ActiveTcl libraries (if available). Search tclConfig.sh and tkConfig.sh....................... Fail to find [tclConfig.sh, tkConfig.sh] Search tcl.h. Search tk.h.Search Tcl library.......Search Tk library...... Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk. configuring tk/tkutil configuring win32 configuring win32ole configuring zlib make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/array/resize' generating resize-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/array/resize/resize.c linking shared-object -test-/array/resize.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/array/resize' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bignum' generating bignum-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/bignum/big2str.c compiling ../../../../../../ruby_git/ext/-test-/bignum/bigzero.c compiling ../../../../../../ruby_git/ext/-test-/bignum/div.c compiling ../../../../../../ruby_git/ext/-test-/bignum/init.c compiling ../../../../../../ruby_git/ext/-test-/bignum/intpack.c compiling ../../../../../../ruby_git/ext/-test-/bignum/mul.c compiling ../../../../../../ruby_git/ext/-test-/bignum/str2big.c linking shared-object -test-/bignum.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bignum' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-3571' generating bug-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/bug-3571/bug.c linking shared-object -test-/bug-3571/bug.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-3571' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-5832' generating bug-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug-5832/bug.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-5832' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug_reporter' generating bug_reporter-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/bug_reporter/bug_reporter.c linking shared-object -test-/bug_reporter/bug_reporter.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug_reporter' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/class' generating class-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/class/class2name.c compiling ../../../../../../ruby_git/ext/-test-/class/init.c linking shared-object -test-/class.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/class' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/debug' generating debug-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/debug/init.c compiling ../../../../../../ruby_git/ext/-test-/debug/inspector.c compiling ../../../../../../ruby_git/ext/-test-/debug/profile_frames.c linking shared-object -test-/debug.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/debug' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/dln/empty' generating empty-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/dln/empty/empty.c linking shared-object -test-/dln/empty.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/dln/empty' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/exception' generating exception-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/exception/dataerror.c compiling ../../../../../../ruby_git/ext/-test-/exception/enc_raise.c compiling ../../../../../../ruby_git/ext/-test-/exception/ensured.c compiling ../../../../../../ruby_git/ext/-test-/exception/init.c linking shared-object -test-/exception.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/exception' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/fatal' generating rb_fatal-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/fatal/rb_fatal.c linking shared-object -test-/fatal/rb_fatal.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/fatal' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/file' generating file-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/file/fs.c compiling ../../../../../../ruby_git/ext/-test-/file/init.c compiling ../../../../../../ruby_git/ext/-test-/file/stat.c linking shared-object -test-/file.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/file' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/float' generating float-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/float/init.c compiling ../../../../../../ruby_git/ext/-test-/float/nextafter.c linking shared-object -test-/float.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/float' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/funcall' generating funcall-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/funcall/passing_block.c linking shared-object -test-/funcall/funcall.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/funcall' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/gvl/call_without_gvl' generating call_without_gvl-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/gvl/call_without_gvl/call_without_gvl.c linking shared-object -test-/gvl/call_without_gvl.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/hash' generating hash-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/hash/delete.c compiling ../../../../../../ruby_git/ext/-test-/hash/init.c linking shared-object -test-/hash.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/hash' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iseq_load' generating iseq_load-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/iseq_load/iseq_load.c linking shared-object -test-/iseq_load/iseq_load.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iseq_load' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iter' generating iter-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/iter/break.c compiling ../../../../../../ruby_git/ext/-test-/iter/init.c compiling ../../../../../../ruby_git/ext/-test-/iter/yield.c linking shared-object -test-/iter.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iter' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/load/dot.dot' generating dot.dot-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/load/dot.dot/dot.dot.c linking shared-object -test-/load/dot.dot/dot.dot.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/load/dot.dot' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/compat' generating compat-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/marshal/compat.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/compat' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/internal_ivar' generating internal_ivar-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/marshal/internal_ivar/internal_ivar.c linking shared-object -test-/marshal/internal_ivar.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/internal_ivar' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/usr' generating usr-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/marshal/usr/usrmarshal.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/usr' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/method' generating method-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/method/arity.c compiling ../../../../../../ruby_git/ext/-test-/method/init.c linking shared-object -test-/method.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/method' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/notimplement' generating notimplement-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/notimplement/bug.c linking shared-object -test-/notimplement.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/notimplement' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/num2int' generating num2int-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/num2int/num2int.c linking shared-object -test-/num2int/num2int.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/num2int' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/path_to_class' generating path_to_class-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/path_to_class/path_to_class.c linking shared-object -test-/path_to_class/path_to_class.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/path_to_class' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/popen_deadlock' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/popen_deadlock' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/postponed_job' generating postponed_job-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/postponed_job' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/printf' generating printf-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/printf/printf.c linking shared-object -test-/printf.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/printf' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/proc' generating proc-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/proc/init.c compiling ../../../../../../ruby_git/ext/-test-/proc/receiver.c compiling ../../../../../../ruby_git/ext/-test-/proc/super.c linking shared-object -test-/proc.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/proc' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/rational' generating rational-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/rational/rat.c linking shared-object -test-/rational.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/rational' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/recursion' generating recursion-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/recursion/recursion.c linking shared-object -test-/recursion.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/recursion' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/foreach' generating foreach-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/st/foreach/foreach.c linking shared-object -test-/st/foreach.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/foreach' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/numhash' generating numhash-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/st/numhash/numhash.c linking shared-object -test-/st/numhash.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/numhash' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/update' generating update-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/st/update/update.c linking shared-object -test-/st/update.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/update' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/string' generating string-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/string/coderange.c compiling ../../../../../../ruby_git/ext/-test-/string/cstr.c compiling ../../../../../../ruby_git/ext/-test-/string/ellipsize.c compiling ../../../../../../ruby_git/ext/-test-/string/enc_associate.c compiling ../../../../../../ruby_git/ext/-test-/string/enc_str_buf_cat.c compiling ../../../../../../ruby_git/ext/-test-/string/fstring.c compiling ../../../../../../ruby_git/ext/-test-/string/init.c compiling ../../../../../../ruby_git/ext/-test-/string/modify.c compiling ../../../../../../ruby_git/ext/-test-/string/nofree.c compiling ../../../../../../ruby_git/ext/-test-/string/normalize.c compiling ../../../../../../ruby_git/ext/-test-/string/qsort.c compiling ../../../../../../ruby_git/ext/-test-/string/set_len.c linking shared-object -test-/string.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/string' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/struct' generating struct-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/struct/init.c compiling ../../../../../../ruby_git/ext/-test-/struct/member.c linking shared-object -test-/struct.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/struct' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/symbol' generating symbol-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/symbol/init.c compiling ../../../../../../ruby_git/ext/-test-/symbol/type.c linking shared-object -test-/symbol.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/symbol' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/time' generating time-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/time/init.c compiling ../../../../../../ruby_git/ext/-test-/time/new.c linking shared-object -test-/time.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/time' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/tracepoint' generating tracepoint-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/tracepoint/gc_hook.c compiling ../../../../../../ruby_git/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/tracepoint.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/tracepoint' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/typeddata' generating typeddata-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/typeddata/typeddata.c linking shared-object -test-/typeddata/typeddata.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/typeddata' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/wait_for_single_fd' generating wait_for_single_fd-i386-mingw32.def compiling ../../../../../../ruby_git/ext/-test-/wait_for_single_fd/wait_for_single_fd.c linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/wait_for_single_fd' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/console' generating console-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/win32/console/attribute.c compiling ../../../../../../../ruby_git/ext/-test-/win32/console/init.c linking shared-object -test-/win32/console.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/console' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/dln' generating dln-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/win32/dln/dlntest.c compiling ../../../../../../../ruby_git/ext/-test-/win32/dln/libdlntest.c linking shared-object dlntest.dll linking shared-object -test-/win32/dln.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/dln' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/fd_setsize' generating fd_setsize-i386-mingw32.def compiling ../../../../../../../ruby_git/ext/-test-/win32/fd_setsize/fd_setsize.c linking shared-object -test-/win32/fd_setsize.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/fd_setsize' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/bigdecimal' generating bigdecimal-i386-mingw32.def compiling ../../../../../ruby_git/ext/bigdecimal/bigdecimal.c linking shared-object bigdecimal.so installing default bigdecimal libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/bigdecimal' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/cgi/escape' generating escape-i386-mingw32.def compiling ../../../../../../ruby_git/ext/cgi/escape/escape.c ../../../../../../ruby_git/ext/cgi/escape/escape.c: In function 'cgiesc_escape_html': ../../../../../../ruby_git/ext/cgi/escape/escape.c:40:11: warning: 'dest' may be used uninitialized in this function [-W maybe-uninitialized] linking shared-object cgi/escape.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/cgi/escape' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/continuation' generating continuation-i386-mingw32.def compiling ../../../../../ruby_git/ext/continuation/continuation.c linking shared-object continuation.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/continuation' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/coverage' generating coverage-i386-mingw32.def compiling ../../../../../ruby_git/ext/coverage/coverage.c linking shared-object coverage.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/coverage' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/date' generating date_core-i386-mingw32.def compiling ../../../../../ruby_git/ext/date/date_core.c compiling ../../../../../ruby_git/ext/date/date_parse.c compiling ../../../../../ruby_git/ext/date/date_strftime.c compiling ../../../../../ruby_git/ext/date/date_strptime.c linking shared-object date_core.so installing default date_core libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/date' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/dbm' generating dbm-i386-mingw32.def compiling ../../../../../ruby_git/ext/dbm/dbm.c linking shared-object dbm.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/dbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest' generating digest-i386-mingw32.def compiling ../../../../../ruby_git/ext/digest/digest.c linking shared-object digest.so installing digest libraries installing default digest libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/bubblebabble' generating bubblebabble-i386-mingw32.def compiling ../../../../../../ruby_git/ext/digest/bubblebabble/bubblebabble.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/bubblebabble' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/md5' generating md5-i386-mingw32.def compiling ../../../../../../ruby_git/ext/digest/md5/md5init.c linking shared-object digest/md5.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/md5' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/rmd160' generating rmd160-i386-mingw32.def compiling ../../../../../../ruby_git/ext/digest/rmd160/rmd160init.c linking shared-object digest/rmd160.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/rmd160' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha1' generating sha1-i386-mingw32.def compiling ../../../../../../ruby_git/ext/digest/sha1/sha1init.c linking shared-object digest/sha1.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha1' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha2' generating sha2-i386-mingw32.def compiling ../../../../../../ruby_git/ext/digest/sha2/sha2init.c linking shared-object digest/sha2.so installing default sha2 libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha2' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/etc' generating etc-i386-mingw32.def generating constant definitions compiling ../../../../../ruby_git/ext/etc/etc.c linking shared-object etc.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/etc' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fcntl' generating fcntl-i386-mingw32.def compiling ../../../../../ruby_git/ext/fcntl/fcntl.c linking shared-object fcntl.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fcntl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiber' generating fiber-i386-mingw32.def compiling ../../../../../ruby_git/ext/fiber/fiber.c linking shared-object fiber.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiber' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiddle' generating fiddle-i386-mingw32.def compiling ../../../../../ruby_git/ext/fiddle/closure.c compiling ../../../../../ruby_git/ext/fiddle/conversions.c compiling ../../../../../ruby_git/ext/fiddle/fiddle.c compiling ../../../../../ruby_git/ext/fiddle/function.c compiling ../../../../../ruby_git/ext/fiddle/handle.c compiling ../../../../../ruby_git/ext/fiddle/pointer.c linking shared-object fiddle.so installing default fiddle libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiddle' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/gdbm' generating gdbm-i386-mingw32.def compiling ../../../../../ruby_git/ext/gdbm/gdbm.c linking shared-object gdbm.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/gdbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/console' generating console-i386-mingw32.def compiling ../../../../../../ruby_git/ext/io/console/console.c linking shared-object io/console.so installing default console libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/console' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/nonblock' generating nonblock-i386-mingw32.def compiling ../../../../../../ruby_git/ext/io/nonblock/nonblock.c linking shared-object io/nonblock.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/nonblock' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/wait' generating wait-i386-mingw32.def compiling ../../../../../../ruby_git/ext/io/wait/wait.c linking shared-object io/wait.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/wait' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json' installing default libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/generator' generating generator-i386-mingw32.def compiling ../../../../../../ruby_git/ext/json/generator/generator.c linking shared-object json/ext/generator.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/generator' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/parser' generating parser-i386-mingw32.def compiling ../../../../../../ruby_git/ext/json/parser/parser.c linking shared-object json/ext/parser.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/parser' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/complex' generating complex-i386-mingw32.def compiling ../../../../../../ruby_git/ext/mathn/complex/complex.c linking shared-object mathn/complex.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/complex' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/rational' generating rational-i386-mingw32.def compiling ../../../../../../ruby_git/ext/mathn/rational/rational.c linking shared-object mathn/rational.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/rational' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/nkf' generating nkf-i386-mingw32.def compiling ../../../../../ruby_git/ext/nkf/nkf.c linking shared-object nkf.so installing default nkf libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/nkf' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/objspace' generating objspace-i386-mingw32.def compiling ../../../../../ruby_git/ext/objspace/object_tracing.c compiling ../../../../../ruby_git/ext/objspace/objspace.c compiling ../../../../../ruby_git/ext/objspace/objspace_dump.c linking shared-object objspace.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/objspace' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/openssl' generating openssl-i386-mingw32.def compiling ../../../../../ruby_git/ext/openssl/openssl_missing.c compiling ../../../../../ruby_git/ext/openssl/ossl.c compiling ../../../../../ruby_git/ext/openssl/ossl_asn1.c compiling ../../../../../ruby_git/ext/openssl/ossl_bio.c compiling ../../../../../ruby_git/ext/openssl/ossl_bn.c compiling ../../../../../ruby_git/ext/openssl/ossl_cipher.c compiling ../../../../../ruby_git/ext/openssl/ossl_config.c compiling ../../../../../ruby_git/ext/openssl/ossl_digest.c compiling ../../../../../ruby_git/ext/openssl/ossl_engine.c compiling ../../../../../ruby_git/ext/openssl/ossl_hmac.c compiling ../../../../../ruby_git/ext/openssl/ossl_ns_spki.c compiling ../../../../../ruby_git/ext/openssl/ossl_ocsp.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkcs12.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkcs5.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkcs7.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkey.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkey_dh.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkey_dsa.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkey_ec.c compiling ../../../../../ruby_git/ext/openssl/ossl_pkey_rsa.c compiling ../../../../../ruby_git/ext/openssl/ossl_rand.c compiling ../../../../../ruby_git/ext/openssl/ossl_ssl.c compiling ../../../../../ruby_git/ext/openssl/ossl_ssl_session.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509attr.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509cert.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509crl.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509ext.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509name.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509req.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509revoked.c compiling ../../../../../ruby_git/ext/openssl/ossl_x509store.c linking shared-object openssl.so installing default openssl libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/openssl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/pathname' generating pathname-i386-mingw32.def compiling ../../../../../ruby_git/ext/pathname/pathname.c linking shared-object pathname.so installing default pathname libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/pathname' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/psych' generating psych-i386-mingw32.def compiling ../../../../../ruby_git/ext/psych/psych.c compiling ../../../../../ruby_git/ext/psych/psych_emitter.c compiling ../../../../../ruby_git/ext/psych/psych_parser.c compiling ../../../../../ruby_git/ext/psych/psych_to_ruby.c compiling ../../../../../ruby_git/ext/psych/psych_yaml_tree.c linking shared-object psych.so installing default psych libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/psych' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/racc/cparse' generating cparse-i386-mingw32.def compiling ../../../../../../ruby_git/ext/racc/cparse/cparse.c linking shared-object racc/cparse.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/racc/cparse' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/rbconfig/sizeof' generating sizeof-i386-mingw32.def sizes.c updated compiling sizes.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/rbconfig/sizeof' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/readline' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/readline' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/ripper' generating ripper-i386-mingw32.def extracting ripper.y from ../../../../../ruby_git/parse.y compiling compiler ripper.y generating eventids1.c from ../../../../../ruby_git/parse.y generating eventids2table.c from ../../../../../ruby_git/ext/ripper/eventids2.c compiling ripper.c linking shared-object ripper.so installing default ripper libraries checking ../../../../../ruby_git/parse.y and ../../../../../ruby_git/ext/ripper/eventids2.c make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/ripper' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/sdbm' generating sdbm-i386-mingw32.def compiling ../../../../../ruby_git/ext/sdbm/init.c compiling ../../../../../ruby_git/ext/sdbm/_sdbm.c linking shared-object sdbm.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/sdbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/socket' generating socket-i386-mingw32.def generating constant definitions compiling ../../../../../ruby_git/ext/socket/init.c compiling ../../../../../ruby_git/ext/socket/constants.c compiling ../../../../../ruby_git/ext/socket/basicsocket.c compiling ../../../../../ruby_git/ext/socket/socket.c compiling ../../../../../ruby_git/ext/socket/ipsocket.c compiling ../../../../../ruby_git/ext/socket/tcpsocket.c compiling ../../../../../ruby_git/ext/socket/tcpserver.c compiling ../../../../../ruby_git/ext/socket/sockssocket.c compiling ../../../../../ruby_git/ext/socket/udpsocket.c compiling ../../../../../ruby_git/ext/socket/unixsocket.c compiling ../../../../../ruby_git/ext/socket/unixserver.c compiling ../../../../../ruby_git/ext/socket/option.c compiling ../../../../../ruby_git/ext/socket/ancdata.c compiling ../../../../../ruby_git/ext/socket/raddrinfo.c compiling ../../../../../ruby_git/ext/socket/ifaddr.c linking shared-object socket.so installing default socket libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/socket' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/stringio' generating stringio-i386-mingw32.def compiling ../../../../../ruby_git/ext/stringio/stringio.c linking shared-object stringio.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/stringio' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/strscan' generating strscan-i386-mingw32.def compiling ../../../../../ruby_git/ext/strscan/strscan.c linking shared-object strscan.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/strscan' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/thread' generating thread-i386-mingw32.def compiling ../../../../../ruby_git/ext/thread/thread.c linking shared-object thread.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/thread' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk' generating tcltklib-i386-mingw32.def compiling ../../../../../ruby_git/ext/tk/stubs.c compiling ../../../../../ruby_git/ext/tk/tcltklib.c linking shared-object tcltklib.so installing tcltklib libraries installing default tcltklib libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk/tkutil' generating tkutil-i386-mingw32.def compiling ../../../../../../ruby_git/ext/tk/tkutil/tkutil.c linking shared-object tkutil.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk/tkutil' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32' installing default libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32ole' generating win32ole-i386-mingw32.def compiling ../../../../../ruby_git/ext/win32ole/win32ole.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_error.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_event.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_method.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_param.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_record.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_type.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_typelib.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_variable.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_variant.c compiling ../../../../../ruby_git/ext/win32ole/win32ole_variant_m.c linking shared-object win32ole.so installing default win32ole libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32ole' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/zlib' generating zlib-i386-mingw32.def compiling ../../../../../ruby_git/ext/zlib/zlib.c linking shared-object zlib.so make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/zlib' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' compiling ../../../ruby_git/version.c linking miniruby.exe rbconfig.rb unchanged generating ruby.rc compiling ruby.res.o compiling msvcrt-ruby230.res.o creating verconf.h verconf.h updated compiling ../../../ruby_git/loadpath.c linking static-library libmsvcrt-ruby230-static.a verifying static-library libmsvcrt-ruby230-static.a generating msvcrt-ruby230.def linking shared-library msvcrt-ruby230.dll linking ruby.exe compiling rubyw.res.o linking rubyw.exe make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' cd - mkdir -p sandbox/ruby23_mingw cd sandbox/ruby23_build make install generating i386-mingw32-fake.rb i386-mingw32-fake.rb updated CC = gcc LD = ld LDSHARED = gcc -shared -s CFLAGS = -O3 -fno-omit-frame-pointer -fno-fast-math -g -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno -long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-stateme nt -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat XCFLAGS = -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT CPPFLAGS = -DFD_SETSIZE=2048 -D_WIN32_WINNT=0x0501 -D__MINGW_USE_VC2005_COMPAT -I. -I.ext/include/i386-mingw32 -I../../../ruby_git/include -I../../../ruby_git DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-implib=libmsvcrt-ruby230.dll.a msvcrt-rub y230.def -Wl,--stack,0x00200000,--enable-auto-import -static-libgcc SOLIBS = msvcrt-ruby230.res.o -lshell32 -lws2_32 -liphlpapi -limagehlp -lshlwapi Using built-in specs. COLLECT_GCC=C:\rubyinstaller\sandbox\devkit\mingw\bin\gcc.exe COLLECT_LTO_WRAPPER=c:/rubyinstaller/sandbox/devkit/mingw/bin/../libexec/gcc/i686-w64-mingw32/4.7.2/lto-wrapper.exe Target: i686-w64-mingw32 Configured with: /home/ruben/mingw-w64/src/gcc/configure --host=i686-w64-mingw32 --build=x86_64-linux-gnu --target=i686- w64-mingw32 --with-sysroot=/home/ruben/mingw-w64/mingw32mingw32/mingw32 --prefix=/home/ruben/mingw-w64/mingw32mingw32/mi ngw32 --with-gmp=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-mpfr=/home/ruben/mingw-w64/prereq/i686-w64 -mingw32/install --with-mpc=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-ppl=/home/ruben/mingw-w64/prere q/i686-w64-mingw32/install --with-cloog=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --disable-ppl-version-chec k --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static -lstdc++ -lm' --enable-shared --enable-static --enable-threads=win32 --enable-plugins --disable-multilib --enable-languages=c,lto,c++,objc,obj-c++,for tran,java --enable-libgomp --disable-dw2-exceptions --enable-sjlj-exceptions --enable-fully-dynamic-string --enable-libs tdcxx-time --disable-nls --disable-werror --enable-checking=release --with-gnu-as --with-gnu-ld --disable-win32-registry --disable-rpath --disable-werror --with-libiconv-prefix=/home/ruben/mingw-w64/prereq/i686-w64-mingw32/install --with-pk gversion=rubenvb-4.7.2-release --with-bugurl=mingw-w64-public@lists.sourceforge.net CC= CFLAGS='-O2 -march=nocona -mtune =core2 -fomit-frame-pointer -momit-leaf-frame-pointer' LDFLAGS=' -Wl,--large-address-aware' Thread model: win32 gcc version 4.7.2 (rubenvb-4.7.2-release) generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Nothing to be done for `enc'. make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' making srcs under enc make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Nothing to be done for `srcs'. make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' generating transdb.h transdb.h updated making trans make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' compiling ../../../ruby_git/enc/trans/transdb.c linking transcoder transdb.so make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' making encs make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' generating makefile exts.mk Failed to configure readline. It will not be installed. make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/array/resize' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/array/resize' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bignum' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bignum' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-3571' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-3571' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-5832' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug-5832' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug_reporter' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/bug_reporter' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/class' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/class' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/debug' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/debug' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/dln/empty' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/dln/empty' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/exception' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/exception' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/fatal' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/fatal' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/file' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/file' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/float' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/float' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/funcall' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/funcall' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/gvl/call_without_gvl' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/hash' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/hash' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iseq_load' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iseq_load' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iter' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/iter' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/load/dot.dot' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/load/dot.dot' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/compat' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/compat' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/internal_ivar' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/internal_ivar' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/usr' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/marshal/usr' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/method' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/method' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/notimplement' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/notimplement' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/num2int' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/num2int' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/path_to_class' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/path_to_class' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/popen_deadlock' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/popen_deadlock' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/postponed_job' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/postponed_job' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/printf' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/printf' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/proc' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/proc' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/rational' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/rational' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/recursion' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/recursion' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/foreach' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/foreach' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/numhash' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/numhash' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/update' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/st/update' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/string' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/string' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/struct' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/struct' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/symbol' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/symbol' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/time' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/time' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/tracepoint' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/tracepoint' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/typeddata' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/typeddata' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/wait_for_single_fd' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/wait_for_single_fd' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/console' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/console' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/dln' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/dln' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/fd_setsize' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/-test-/win32/fd_setsize' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/bigdecimal' installing default bigdecimal libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/bigdecimal' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/cgi/escape' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/cgi/escape' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/continuation' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/continuation' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/coverage' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/coverage' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/date' installing default date_core libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/date' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/dbm' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/dbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest' installing digest libraries installing default digest libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/bubblebabble' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/bubblebabble' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/md5' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/md5' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/rmd160' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/rmd160' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha1' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha1' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha2' installing default sha2 libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/digest/sha2' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/etc' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/etc' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fcntl' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fcntl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiber' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiber' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiddle' installing default fiddle libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/fiddle' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/gdbm' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/gdbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/console' installing default console libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/console' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/nonblock' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/nonblock' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/wait' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/io/wait' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json' installing default libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/generator' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/generator' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/parser' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/json/parser' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/complex' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/complex' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/rational' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/mathn/rational' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/nkf' installing default nkf libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/nkf' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/objspace' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/objspace' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/openssl' installing default openssl libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/openssl' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/pathname' installing default pathname libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/pathname' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/psych' installing default psych libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/psych' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/racc/cparse' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/racc/cparse' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/rbconfig/sizeof' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/rbconfig/sizeof' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/readline' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/readline' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/ripper' installing default ripper libraries checking ../../../../../ruby_git/parse.y and ../../../../../ruby_git/ext/ripper/eventids2.c make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/ripper' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/sdbm' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/sdbm' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/socket' installing default socket libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/socket' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/stringio' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/stringio' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/strscan' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/strscan' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/thread' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/thread' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk' installing tcltklib libraries installing default tcltklib libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk/tkutil' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/tk/tkutil' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32' installing default libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32ole' installing default win32ole libraries make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/win32ole' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build/ext/zlib' make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build/ext/zlib' make[2]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build' make[2]: `ruby.exe' is up to date. make[2]: `rubyw.exe' is up to date. make[2]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' make[1]: Leaving directory `/c/rubyinstaller/sandbox/ruby23_build' ./miniruby.exe -I../../../ruby_git/lib -I. -I.ext/common ../../../ruby_git/tool/runruby.rb --extout=.ext -- --disable- gems -r./i386-mingw32-fake ../../../ruby_git/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" - -make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" installing binary commands: C:/rubyinstaller/sandbox/ruby23_mingw/bin installing base libraries: C:/rubyinstaller/sandbox/ruby23_mingw/lib installing arch files: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/2.3.0/i386-mingw32 installing pkgconfig data: C:/rubyinstaller/sandbox/ruby23_mingw/lib/pkgconfig installing command scripts: C:/rubyinstaller/sandbox/ruby23_mingw/bin installing library scripts: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/2.3.0 installing common headers: C:/rubyinstaller/sandbox/ruby23_mingw/include/ruby-2.3.0 installing manpages: C:/rubyinstaller/sandbox/ruby23_mingw/share/man/man1 installing extension objects: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/2.3.0/i386-mingw32 installing extension objects: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/i386-msvcrt installing extension objects: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/vendor_ruby/2.3.0/i386-msvcrt installing extension headers: C:/rubyinstaller/sandbox/ruby23_mingw/include/ruby-2.3.0/i386-mingw32 installing extension scripts: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/2.3.0 installing extension scripts: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0 installing extension scripts: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/vendor_ruby/2.3.0 installing extension headers: C:/rubyinstaller/sandbox/ruby23_mingw/include/ruby-2.3.0/ruby installing default gems: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensi ons, 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: C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/gems/2.3.0 (build_info, cache, doc, extensi ons, gems, specifications) cd - cp C:/rubyinstaller/sandbox/libffi/bin/libffi-6.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/gdbm/bin/libgdbm-3.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/gdbm/bin/libgdbm_compat-3.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/openssl/bin/libeay32.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/openssl/bin/ssleay32.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/libyaml/bin/libyaml-0-2.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/zlib/bin/zlib1.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/tcl/bin/tcl85.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/tcl/bin/tclpip85.dll sandbox/ruby23_mingw/bin cp C:/rubyinstaller/sandbox/tk/bin/tk85.dll sandbox/ruby23_mingw/bin cp c:/ruby_git/bin/erb sandbox/ruby23_mingw/bin cp c:/ruby_git/bin/gem sandbox/ruby23_mingw/bin cp c:/ruby_git/bin/irb sandbox/ruby23_mingw/bin cp c:/ruby_git/bin/rdoc sandbox/ruby23_mingw/bin cp c:/ruby_git/bin/ri sandbox/ruby23_mingw/bin mkdir -p sandbox/ruby23_mingw/lib/ruby/2.3.0/rubygems/defaults cp resources/rubygems/operating_system.rb sandbox/ruby23_mingw/lib/ruby/2.3.0/rubygems/defaults "C:/rubyinstaller/sandbox/extract_utils/7za.exe" x -y -o"sandbox/rb-readline" "C:/rubyinstaller/downloads/v0.5.3.zip" > NUL 2>&1 cd sandbox/rb-readline ruby setup.rb setup.rb:283: warning: key "bin-dir" is duplicated and overwritten on line 284 ---> lib ---> lib/rbreadline <--- lib/rbreadline <--- lib ---> lib ---> lib/rbreadline <--- lib/rbreadline <--- lib rm -f InstalledFiles ---> lib mkdir -p C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/ install rb-readline.rb C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/ install rbreadline.rb C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/ install readline.rb C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/ ---> lib/rbreadline mkdir -p C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/rbreadline install version.rb C:/rubyinstaller/sandbox/ruby23_mingw/lib/ruby/site_ruby/2.3.0/rbreadline <--- lib/rbreadline <--- lib cd - mkdir -p sandbox/ruby23_mingw/lib/tcltk cp -r --remove-destination sandbox/tcl/lib/dde1.3 sandbox/ruby23_mingw/lib/tcltk cp -r --remove-destination sandbox/tcl/lib/reg1.2 sandbox/ruby23_mingw/lib/tcltk cp -r --remove-destination sandbox/tcl/lib/tcl8 sandbox/ruby23_mingw/lib/tcltk cp -r --remove-destination sandbox/tcl/lib/tcl8.5 sandbox/ruby23_mingw/lib/tcltk cp -r --remove-destination sandbox/tk/lib/tk8.5 sandbox/ruby23_mingw/lib/tcltk git apply --directory sandbox/ruby23_mingw/lib/ruby/2.3.0 resources/patches/tk/0002-Use-Tcl-Tk-from-different-directory. diff C:\rubyinstaller>cd sandbox\ruby23_build C:\rubyinstaller\sandbox\ruby23_build>ruby -v ruby 2.3.0p7 (2016-02-23 revision 53898) [i386-mingw32] C:\rubyinstaller\sandbox\ruby23_build>