|
Microsoft Windows [版本 6.1.7601]
|
|
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
|
|
|
|
C:\Users\Administrator>cd \rubyinstaller
|
|
|
|
C:\rubyinstaller>git branch -av
|
|
master ee861d5 [ahead 4, behind 13] fix some bug, patch from latest verion rdoc
|
|
* rubyinstaller 8b48165 add ruby version 2.3
|
|
remotes/origin/178-64bits-installers 1597662 WiP: Force limit the 64bits mode for installer
|
|
remotes/origin/HEAD -> origin/master
|
|
remotes/origin/dk-installer 10b19be Clean up unused DK installer script variables.
|
|
remotes/origin/dsl 77ddd3c Unescape encoded filenames. Fixes GH-3
|
|
remotes/origin/jf/dk-edge c114d1b Update mingw64-{32,64}-4.9.2 to rev1
|
|
remotes/origin/jf/dk-edge-new-rubies 3a53a54 Update MSYS2 artifacts
|
|
remotes/origin/master 4070b5c Merge pull request #310 from espinosa/200p648
|
|
remotes/origin/refactor-rubies 99ac277 Add initial configuration for Ruby 2.2.x
|
|
remotes/origin/rubinius aadee1f Added support for git checkout.
|
|
|
|
C:\rubyinstaller>git log
|
|
commit 8b48165862b2da458c7491f8adde7b31d9af33a6
|
|
Author: windwiny <windwiny.ubt@gmail.com>
|
|
Date: Fri Jan 29 22:22:39 2016 +0800
|
|
|
|
add ruby version 2.3
|
|
|
|
commit 611e1b5eaaa99493d3ea282bc7f2a17a17f5a3dd
|
|
Author: windwiny <windwiny.ubt@gmail.com>
|
|
Date: Fri Jan 29 22:39:09 2016 +0800
|
|
|
|
fix some bug, patch from latest verion rdoc
|
|
|
|
commit 4070b5cca12b3c6c62875a66729c4a66fd3d5835
|
|
Merge: 6c8997c aa06116
|
|
Author: Justin Baker <azolo1089@gmail.com>
|
|
Date: Tue Feb 9 12:00:27 2016 -0600
|
|
|
|
Merge pull request #310 from espinosa/200p648
|
|
|
|
Typo fix p648 for ruby 2.0
|
|
|
|
commit aa061166f2252c29ef4c785ae6dc3fa1e7185bd5
|
|
Author: espinosa <info@espinosa.ch>
|
|
Date: Fri Feb 5 07:36:32 2016 +0100
|
|
|
|
Typo fix p648 for ruby 2.0
|
|
|
|
commit 6c8997c504d695b1e7c43890f802b924739f43da
|
|
Merge: 7e5ca42 9f7b7cd
|
|
Author: Justin Baker <azolo1089@gmail.com>
|
|
Date: Wed Feb 3 23:42:36 2016 -0600
|
|
|
|
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
|
|
|
|
C:\rubyinstaller>rake ruby23
|
|
mkdir -p sandbox/extract_utils
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" e -y "downloads/7z920.msi" -o"sandbox/extract_utils" "_7z.sfx" > NUL 2>
|
|
&1
|
|
mkdir -p sandbox/ruby_2_3
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/ruby-2.3.0.tar.bz2" > NUL 2>&1
|
|
|
|
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 -
|
|
mkdir -p C:/rubyinstaller/sandbox/.checkpoints
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.msys-download
|
|
mkdir -p sandbox/devkit
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/msysCORE-1.0.17-1-msys-1.0.17-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/msysCORE-1.0.17-1-msys-1.0.17-
|
|
bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/msysCORE-1.0.17-1-msys-1.0.17-ext.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/msysCORE-1.0.17-1-msys-1.0.17-
|
|
ext.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/coreutils-5.97-3-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/coreutils-5.97-3-msys-1.0.13-b
|
|
in.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/coreutils-5.97-3-msys-1.0.13-ext.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/coreutils-5.97-3-msys-1.0.13-e
|
|
xt.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libiconv-1.14-1-msys-1.0.17-dll-2.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libiconv-1.14-1-msys-1.0.17-dl
|
|
l-2.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libintl-0.18.1.1-1-msys-1.0.17
|
|
-dll-8.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libtermcap-0.20050421_1-2-msys-1.0.13-dll-0.tar.lzma" > NU
|
|
L 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libtermcap-0.20050421_1-2-msys
|
|
-1.0.13-dll-0.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/make-3.81-3-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/make-3.81-3-msys-1.0.13-bin.ta
|
|
r.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/perl-5.8.8-1-msys-1.0.17-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/perl-5.8.8-1-msys-1.0.17-bin.t
|
|
ar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/zlib-1.2.3-2-msys-1.0.13-dll.t
|
|
ar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libgdbm-1.8.3-3-msys-1.0.13-dll-3.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libgdbm-1.8.3-3-msys-1.0.13-dl
|
|
l-3.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libcrypt-1.1_1-3-msys-1.0.13-dll-0.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libcrypt-1.1_1-3-msys-1.0.13-d
|
|
ll-0.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/bash-3.1.23-1-msys-1.0.18-bin.tar.xz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/bash-3.1.23-1-msys-1.0.18-bin.
|
|
tar.xz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/mksh-40.0.0c-1-msys-1.0.17-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/mksh-40.0.0c-1-msys-1.0.17-bin
|
|
.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/termcap-0.20050421_1-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&
|
|
1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/termcap-0.20050421_1-2-msys-1.
|
|
0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libregex-1.20090805-2-msys-1.0.13-dll-1.tar.lzma" > NUL 2>
|
|
&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libregex-1.20090805-2-msys-1.0
|
|
.13-dll-1.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/crypt-1.1_1-3-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/crypt-1.1_1-3-msys-1.0.13-bin.
|
|
tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/m4-1.4.14-1-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/m4-1.4.14-1-msys-1.0.13-bin.ta
|
|
r.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/bison-2.4.2-1-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/bison-2.4.2-1-msys-1.0.13-bin.
|
|
tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/flex-2.5.35-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/flex-2.5.35-2-msys-1.0.13-bin.
|
|
tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/findutils-4.4.2-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/findutils-4.4.2-2-msys-1.0.13-
|
|
bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/sed-4.2.1-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/sed-4.2.1-2-msys-1.0.13-bin.ta
|
|
r.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/gawk-3.1.7-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/gawk-3.1.7-2-msys-1.0.13-bin.t
|
|
ar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/grep-2.5.4-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/grep-2.5.4-2-msys-1.0.13-bin.t
|
|
ar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/less-436-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/less-436-2-msys-1.0.13-bin.tar
|
|
.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/diffutils-2.8.7.20071206cvs-3-msys-1.0.13-bin.tar.lzma" >
|
|
NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/diffutils-2.8.7.20071206cvs-3-
|
|
msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/texinfo-4.13a-2-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/texinfo-4.13a-2-msys-1.0.13-bi
|
|
n.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libmagic-5.04-1-msys-1.0.13-dll-1.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libmagic-5.04-1-msys-1.0.13-dl
|
|
l-1.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/file-5.04-1-msys-1.0.13-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/file-5.04-1-msys-1.0.13-bin.ta
|
|
r.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/mintty-1.0.3-1-msys-1.0.17-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/mintty-1.0.3-1-msys-1.0.17-bin
|
|
.tar.lzma" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.msys-extract
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.mingw-download
|
|
mkdir -p sandbox/devkit/mingw
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/i686-w64-mingw32-gcc-4.7.2-release-win32_rubenvb.7z" > NUL
|
|
2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" x -y -o"sandbox/devkit/mingw" "C:/rubyinstaller/downloads/i686-w64-ming
|
|
w32-gcc-4.7.2-release-win32_rubenvb.7z" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/i686_64-w64-mingw32-mingw-w64-update-v2.0.7_rubenvb.7z" >
|
|
NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" x -y -o"sandbox/devkit/mingw" "C:/rubyinstaller/downloads/i686_64-w64-m
|
|
ingw32-mingw-w64-update-v2.0.7_rubenvb.7z" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/autoconf2.1-2.13-4-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/autoconf2.1-2.13-4-mingw32-bin
|
|
.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/autoconf2.5-2.68-1-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/autoconf2.5-2.68-1-mingw32-bin
|
|
.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/autoconf-10-1-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/autoconf-10-1-mingw32-bin.tar.
|
|
lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/automake1.11-1.11.1-1-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/automake1.11-1.11.1-1-mingw32-
|
|
bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/automake-4-1-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/automake-4-1-mingw32-bin.tar.l
|
|
zma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libexpat-2.0.1-1-mingw32-dll-1.tar.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libexpat-2.0.1-1-mingw32-dll-1
|
|
.tar.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libtool-2.4-1-mingw32-bin.tar.lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libtool-2.4-1-mingw32-bin.tar.
|
|
lzma" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/bsdtar-2.8.3-1-mingw32-bin.tar.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/bsdtar-2.8.3-1-mingw32-bin.tar
|
|
.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/bsdcpio-2.8.3-1-mingw32-bin.tar.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/bsdcpio-2.8.3-1-mingw32-bin.ta
|
|
r.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libarchive-2.8.3-1-mingw32-dll-2.tar.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libarchive-2.8.3-1-mingw32-dll
|
|
-2.tar.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libbz2-1.0.5-2-mingw32-dll-2.tar.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libbz2-1.0.5-2-mingw32-dll-2.t
|
|
ar.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/liblzma-4.999.9beta_20100401-1-mingw32-dll-1.tar.bz2" > NU
|
|
L 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/liblzma-4.999.9beta_20100401-1
|
|
-mingw32-dll-1.tar.bz2" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/libz-1.2.3-1-mingw32-dll-1.tar.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libz-1.2.3-1-mingw32-dll-1.tar
|
|
.gz" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" t "downloads/which-2.20-bin.zip" > NUL 2>&1
|
|
"C:/rubyinstaller/sandbox/extract_utils/7za.exe" x -y -o"sandbox/devkit/mingw" "C:/rubyinstaller/downloads/which-2.20-bi
|
|
n.zip" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.mingw-extract
|
|
rm -r sandbox/devkit/mingw/mingw32
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.mingw-prepare
|
|
Temporarily enhancing PATH to include DevKit...
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.ffi-download
|
|
mkdir -p sandbox/libffi
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libffi-3.0.11-x86-windows.tar.
|
|
lzma" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.ffi-extract
|
|
Activating libffi version 3.0.11
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.gdbm-download
|
|
mkdir -p sandbox/gdbm
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/gdbm-1.8.3-x86-windows.tar.lzm
|
|
a" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.gdbm-extract
|
|
Activating GDBM version 1.8.3
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.openssl-download
|
|
mkdir -p sandbox/openssl
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/openssl-1.0.1l-x86-windows.tar
|
|
.lzma" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.openssl-extract
|
|
Activating OpenSSL version 1.0.1l
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.yaml-download
|
|
mkdir -p sandbox/libyaml
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/libyaml-0.1.6-x86-windows.tar.
|
|
lzma" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.yaml-extract
|
|
Activating LibYAML version 0.1.6
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.zlib-download
|
|
mkdir -p sandbox/zlib
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/zlib-1.2.8-x86-windows.tar.lzm
|
|
a" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.zlib-extract
|
|
Activating Zlib version 1.2.8
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.tcl-download
|
|
mkdir -p sandbox/tcl
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/tcl-8.5.12-x86-windows.tar.lzm
|
|
a" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.tcl-extract
|
|
Activating Tcl version 8.5.12
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.tk-download
|
|
mkdir -p sandbox/tk
|
|
"C:/rubyinstaller/sandbox/extract_utils/basic-bsdtar.exe" -xf "C:/rubyinstaller/downloads/tk-8.5.12-x86-windows.tar.lzma
|
|
" > NUL 2>&1
|
|
touch C:/rubyinstaller/sandbox/.checkpoints/.tk-extract
|
|
Activating Tk version 8.5.12
|
|
cd sandbox/ruby23_build
|
|
sh -c "../ruby_2_3/configure --enable-shared --disable-install-doc debugflags=-g CPPFLAGS='-DFD_SETSIZE=2048' --prefix=C
|
|
:/rubyinstaller/sandbox/ruby23_mingw"
|
|
checking for ruby... /e/ux/ruby2/bin/ruby
|
|
config.guess already exists
|
|
config.sub already exists
|
|
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 -pR
|
|
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... yes
|
|
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_2_3/include -I../ruby_2_3
|
|
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_2_3/main.c
|
|
compiling ../ruby_2_3/dmydln.c
|
|
compiling ../ruby_2_3/miniinit.c
|
|
compiling ../ruby_2_3/dmyext.c
|
|
compiling ../ruby_2_3/miniprelude.c
|
|
copying dummy probes.h
|
|
compiling ../ruby_2_3/array.c
|
|
compiling ../ruby_2_3/bignum.c
|
|
compiling ../ruby_2_3/class.c
|
|
compiling ../ruby_2_3/compar.c
|
|
compiling ../ruby_2_3/complex.c
|
|
compiling ../ruby_2_3/dir.c
|
|
compiling ../ruby_2_3/dln_find.c
|
|
compiling ../ruby_2_3/encoding.c
|
|
compiling ../ruby_2_3/enum.c
|
|
compiling ../ruby_2_3/enumerator.c
|
|
compiling ../ruby_2_3/error.c
|
|
compiling ../ruby_2_3/eval.c
|
|
compiling ../ruby_2_3/load.c
|
|
compiling ../ruby_2_3/proc.c
|
|
compiling ../ruby_2_3/file.c
|
|
compiling ../ruby_2_3/gc.c
|
|
compiling ../ruby_2_3/hash.c
|
|
compiling ../ruby_2_3/inits.c
|
|
compiling ../ruby_2_3/io.c
|
|
compiling ../ruby_2_3/marshal.c
|
|
compiling ../ruby_2_3/math.c
|
|
compiling ../ruby_2_3/node.c
|
|
compiling ../ruby_2_3/numeric.c
|
|
compiling ../ruby_2_3/object.c
|
|
compiling ../ruby_2_3/pack.c
|
|
compiling ../ruby_2_3/parse.c
|
|
compiling ../ruby_2_3/process.c
|
|
compiling ../ruby_2_3/random.c
|
|
compiling ../ruby_2_3/range.c
|
|
compiling ../ruby_2_3/rational.c
|
|
compiling ../ruby_2_3/re.c
|
|
compiling ../ruby_2_3/regcomp.c
|
|
compiling ../ruby_2_3/regenc.c
|
|
compiling ../ruby_2_3/regerror.c
|
|
compiling ../ruby_2_3/regexec.c
|
|
compiling ../ruby_2_3/regparse.c
|
|
compiling ../ruby_2_3/regsyntax.c
|
|
compiling ../ruby_2_3/ruby.c
|
|
compiling ../ruby_2_3/safe.c
|
|
compiling ../ruby_2_3/signal.c
|
|
compiling ../ruby_2_3/sprintf.c
|
|
compiling ../ruby_2_3/st.c
|
|
compiling ../ruby_2_3/strftime.c
|
|
compiling ../ruby_2_3/string.c
|
|
compiling ../ruby_2_3/struct.c
|
|
compiling ../ruby_2_3/symbol.c
|
|
compiling ../ruby_2_3/time.c
|
|
compiling ../ruby_2_3/transcode.c
|
|
compiling ../ruby_2_3/util.c
|
|
compiling ../ruby_2_3/variable.c
|
|
compiling ../ruby_2_3/version.c
|
|
compiling ../ruby_2_3/compile.c
|
|
compiling ../ruby_2_3/debug.c
|
|
compiling ../ruby_2_3/iseq.c
|
|
../ruby_2_3/iseq.c: In function 'rb_iseq_compile_with_option':
|
|
../ruby_2_3/iseq.c:636:8: warning: 'ln' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
../ruby_2_3/iseq.c:636:8: warning: 'parse' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
../ruby_2_3/iseq.c:638:11: warning: 'type' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
../ruby_2_3/iseq.c:638:11: warning: 'label' may be used uninitialized in this function [-Wmaybe-uninitialized]
|
|
compiling ../ruby_2_3/vm.c
|
|
compiling ../ruby_2_3/vm_dump.c
|
|
compiling ../ruby_2_3/vm_backtrace.c
|
|
compiling ../ruby_2_3/vm_trace.c
|
|
compiling ../ruby_2_3/thread.c
|
|
compiling ../ruby_2_3/cont.c
|
|
compiling ../ruby_2_3/enc/ascii.c
|
|
compiling ../ruby_2_3/enc/us_ascii.c
|
|
compiling ../ruby_2_3/enc/unicode.c
|
|
compiling ../ruby_2_3/enc/utf_8.c
|
|
compiling ../ruby_2_3/enc/trans/newline.c
|
|
compiling ../ruby_2_3/missing/langinfo.c
|
|
compiling ../ruby_2_3/missing/fileblocks.c
|
|
compiling ../ruby_2_3/missing/crypt.c
|
|
compiling ../ruby_2_3/missing/explicit_bzero.c
|
|
compiling ../ruby_2_3/missing/ffs.c
|
|
compiling ../ruby_2_3/missing/lgamma_r.c
|
|
compiling ../ruby_2_3/missing/setproctitle.c
|
|
compiling ../ruby_2_3/missing/strlcat.c
|
|
compiling ../ruby_2_3/missing/strlcpy.c
|
|
compiling ../ruby_2_3/win32/win32.c
|
|
compiling ../ruby_2_3/win32/file.c
|
|
compiling ../ruby_2_3/dmyenc.c
|
|
linking miniruby.exe
|
|
rbconfig.rb updated
|
|
generating enc.mk
|
|
generating msvcrt-ruby230.rc
|
|
compiling msvcrt-ruby230.res.o
|
|
compiling ../ruby_2_3/dln.c
|
|
compiling ../ruby_2_3/localeinit.c
|
|
creating verconf.h
|
|
verconf.h updated
|
|
compiling ../ruby_2_3/loadpath.c
|
|
compiling ../ruby_2_3/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_2_3/enc/encdb.c
|
|
linking encoding encdb.so
|
|
compiling ../ruby_2_3/enc/big5.c
|
|
linking encoding big5.so
|
|
compiling ../ruby_2_3/enc/cp949.c
|
|
linking encoding cp949.so
|
|
compiling ../ruby_2_3/enc/emacs_mule.c
|
|
linking encoding emacs_mule.so
|
|
compiling ../ruby_2_3/enc/euc_jp.c
|
|
linking encoding euc_jp.so
|
|
compiling ../ruby_2_3/enc/euc_kr.c
|
|
linking encoding euc_kr.so
|
|
compiling ../ruby_2_3/enc/euc_tw.c
|
|
linking encoding euc_tw.so
|
|
compiling ../ruby_2_3/enc/gb2312.c
|
|
linking encoding gb2312.so
|
|
compiling ../ruby_2_3/enc/gb18030.c
|
|
linking encoding gb18030.so
|
|
compiling ../ruby_2_3/enc/gbk.c
|
|
linking encoding gbk.so
|
|
compiling ../ruby_2_3/enc/iso_8859_1.c
|
|
linking encoding iso_8859_1.so
|
|
compiling ../ruby_2_3/enc/iso_8859_2.c
|
|
linking encoding iso_8859_2.so
|
|
compiling ../ruby_2_3/enc/iso_8859_3.c
|
|
linking encoding iso_8859_3.so
|
|
compiling ../ruby_2_3/enc/iso_8859_4.c
|
|
linking encoding iso_8859_4.so
|
|
compiling ../ruby_2_3/enc/iso_8859_5.c
|
|
linking encoding iso_8859_5.so
|
|
compiling ../ruby_2_3/enc/iso_8859_6.c
|
|
linking encoding iso_8859_6.so
|
|
compiling ../ruby_2_3/enc/iso_8859_7.c
|
|
linking encoding iso_8859_7.so
|
|
compiling ../ruby_2_3/enc/iso_8859_8.c
|
|
linking encoding iso_8859_8.so
|
|
compiling ../ruby_2_3/enc/iso_8859_9.c
|
|
linking encoding iso_8859_9.so
|
|
compiling ../ruby_2_3/enc/iso_8859_10.c
|
|
linking encoding iso_8859_10.so
|
|
compiling ../ruby_2_3/enc/iso_8859_11.c
|
|
linking encoding iso_8859_11.so
|
|
compiling ../ruby_2_3/enc/iso_8859_13.c
|
|
linking encoding iso_8859_13.so
|
|
compiling ../ruby_2_3/enc/iso_8859_14.c
|
|
linking encoding iso_8859_14.so
|
|
compiling ../ruby_2_3/enc/iso_8859_15.c
|
|
linking encoding iso_8859_15.so
|
|
compiling ../ruby_2_3/enc/iso_8859_16.c
|
|
linking encoding iso_8859_16.so
|
|
compiling ../ruby_2_3/enc/koi8_r.c
|
|
linking encoding koi8_r.so
|
|
compiling ../ruby_2_3/enc/koi8_u.c
|
|
linking encoding koi8_u.so
|
|
compiling ../ruby_2_3/enc/shift_jis.c
|
|
linking encoding shift_jis.so
|
|
compiling ../ruby_2_3/enc/utf_16be.c
|
|
linking encoding utf_16be.so
|
|
compiling ../ruby_2_3/enc/utf_16le.c
|
|
linking encoding utf_16le.so
|
|
compiling ../ruby_2_3/enc/utf_32be.c
|
|
linking encoding utf_32be.so
|
|
compiling ../ruby_2_3/enc/utf_32le.c
|
|
linking encoding utf_32le.so
|
|
compiling ../ruby_2_3/enc/windows_31j.c
|
|
linking encoding windows_31j.so
|
|
compiling ../ruby_2_3/enc/windows_1250.c
|
|
linking encoding windows_1250.so
|
|
compiling ../ruby_2_3/enc/windows_1251.c
|
|
linking encoding windows_1251.so
|
|
compiling ../ruby_2_3/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'
|
|
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_2_3/enc/trans/transdb.c
|
|
linking transcoder transdb.so
|
|
compiling ../ruby_2_3/enc/trans/big5.c
|
|
linking transcoder big5.so
|
|
compiling ../ruby_2_3/enc/trans/chinese.c
|
|
linking transcoder chinese.so
|
|
compiling ../ruby_2_3/enc/trans/ebcdic.c
|
|
linking transcoder ebcdic.so
|
|
compiling ../ruby_2_3/enc/trans/emoji.c
|
|
linking transcoder emoji.so
|
|
compiling ../ruby_2_3/enc/trans/emoji_iso2022_kddi.c
|
|
linking transcoder emoji_iso2022_kddi.so
|
|
compiling ../ruby_2_3/enc/trans/emoji_sjis_docomo.c
|
|
linking transcoder emoji_sjis_docomo.so
|
|
compiling ../ruby_2_3/enc/trans/emoji_sjis_kddi.c
|
|
linking transcoder emoji_sjis_kddi.so
|
|
compiling ../ruby_2_3/enc/trans/emoji_sjis_softbank.c
|
|
linking transcoder emoji_sjis_softbank.so
|
|
compiling ../ruby_2_3/enc/trans/escape.c
|
|
linking transcoder escape.so
|
|
compiling ../ruby_2_3/enc/trans/gb18030.c
|
|
linking transcoder gb18030.so
|
|
compiling ../ruby_2_3/enc/trans/gbk.c
|
|
linking transcoder gbk.so
|
|
compiling ../ruby_2_3/enc/trans/iso2022.c
|
|
linking transcoder iso2022.so
|
|
compiling ../ruby_2_3/enc/trans/japanese.c
|
|
linking transcoder japanese.so
|
|
compiling ../ruby_2_3/enc/trans/japanese_euc.c
|
|
linking transcoder japanese_euc.so
|
|
compiling ../ruby_2_3/enc/trans/japanese_sjis.c
|
|
linking transcoder japanese_sjis.so
|
|
compiling ../ruby_2_3/enc/trans/korean.c
|
|
linking transcoder korean.so
|
|
compiling ../ruby_2_3/enc/trans/single_byte.c
|
|
linking transcoder single_byte.so
|
|
compiling ../ruby_2_3/enc/trans/utf8_mac.c
|
|
linking transcoder utf8_mac.so
|
|
compiling ../ruby_2_3/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'
|
|
file2lastrev.rb: does not seem to be under a vcs: ../ruby_2_3
|
|
make: [.revision.time] Error 1 (ignored)
|
|
../ruby_2_3/revision.h unchanged
|
|
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_2_3/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_2_3/ext/-test-/bignum/big2str.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/bignum/bigzero.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/bignum/div.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/bignum/init.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/bignum/intpack.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/bignum/mul.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/class/class2name.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/debug/init.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/debug/inspector.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/ext/-test-/exception/dataerror.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/exception/enc_raise.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/exception/ensured.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/ext/-test-/file/fs.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/file/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/float/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/hash/delete.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/ext/-test-/iter/break.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/iter/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/method/arity.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/proc/init.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/proc/receiver.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/string/coderange.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/cstr.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/ellipsize.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/enc_associate.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/enc_str_buf_cat.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/fstring.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/init.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/modify.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/nofree.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/normalize.c
|
|
compiling ../../../../ruby_2_3/ext/-test-/string/qsort.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/struct/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/symbol/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/time/init.c
|
|
compiling ../../../../ruby_2_3/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_2_3/ext/-test-/tracepoint/gc_hook.c
|
|
compiling ../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/ext/-test-/win32/console/attribute.c
|
|
compiling ../../../../../ruby_2_3/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_2_3/ext/-test-/win32/dln/dlntest.c
|
|
compiling ../../../../../ruby_2_3/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_2_3/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_2_3/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_2_3/ext/cgi/escape/escape.c
|
|
../../../../ruby_2_3/ext/cgi/escape/escape.c: In function 'cgiesc_escape_html':
|
|
../../../../ruby_2_3/ext/cgi/escape/escape.c:40:11: warning: 'dest' may be used uninitialized in this function [-Wmaybe-
|
|
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_2_3/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_2_3/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_2_3/ext/date/date_core.c
|
|
compiling ../../../ruby_2_3/ext/date/date_parse.c
|
|
compiling ../../../ruby_2_3/ext/date/date_strftime.c
|
|
compiling ../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/fiddle/closure.c
|
|
compiling ../../../ruby_2_3/ext/fiddle/conversions.c
|
|
compiling ../../../ruby_2_3/ext/fiddle/fiddle.c
|
|
compiling ../../../ruby_2_3/ext/fiddle/function.c
|
|
compiling ../../../ruby_2_3/ext/fiddle/handle.c
|
|
compiling ../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/objspace/object_tracing.c
|
|
compiling ../../../ruby_2_3/ext/objspace/objspace.c
|
|
compiling ../../../ruby_2_3/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_2_3/ext/openssl/openssl_missing.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_asn1.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_bio.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_bn.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_cipher.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_config.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_digest.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_engine.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_hmac.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_ns_spki.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_ocsp.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkcs12.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkcs5.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkcs7.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkey.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkey_dh.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkey_dsa.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkey_ec.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_pkey_rsa.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_rand.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_ssl.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_ssl_session.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509attr.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509cert.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509crl.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509ext.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509name.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509req.c
|
|
compiling ../../../ruby_2_3/ext/openssl/ossl_x509revoked.c
|
|
compiling ../../../ruby_2_3/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_2_3/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_2_3/ext/psych/psych.c
|
|
compiling ../../../ruby_2_3/ext/psych/psych_emitter.c
|
|
compiling ../../../ruby_2_3/ext/psych/psych_parser.c
|
|
compiling ../../../ruby_2_3/ext/psych/psych_to_ruby.c
|
|
compiling ../../../ruby_2_3/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_2_3/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
|
|
compiling ../../../../ruby_2_3/ext/rbconfig/sizeof/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
|
|
compiling ../../../ruby_2_3/ext/ripper/ripper.c
|
|
linking shared-object ripper.so
|
|
installing default ripper libraries
|
|
checking ../../../ruby_2_3/parse.y and ../../../ruby_2_3/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_2_3/ext/sdbm/init.c
|
|
compiling ../../../ruby_2_3/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_2_3/ext/socket/init.c
|
|
compiling ../../../ruby_2_3/ext/socket/constants.c
|
|
compiling ../../../ruby_2_3/ext/socket/basicsocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/socket.c
|
|
compiling ../../../ruby_2_3/ext/socket/ipsocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/tcpsocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/tcpserver.c
|
|
compiling ../../../ruby_2_3/ext/socket/sockssocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/udpsocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/unixsocket.c
|
|
compiling ../../../ruby_2_3/ext/socket/unixserver.c
|
|
compiling ../../../ruby_2_3/ext/socket/option.c
|
|
compiling ../../../ruby_2_3/ext/socket/ancdata.c
|
|
compiling ../../../ruby_2_3/ext/socket/raddrinfo.c
|
|
compiling ../../../ruby_2_3/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_2_3/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_2_3/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_2_3/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_2_3/ext/tk/stubs.c
|
|
compiling ../../../ruby_2_3/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_2_3/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_2_3/ext/win32ole/win32ole.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_error.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_event.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_method.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_param.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_record.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_type.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_typelib.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_variable.c
|
|
compiling ../../../ruby_2_3/ext/win32ole/win32ole_variant.c
|
|
compiling ../../../ruby_2_3/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_2_3/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.res.o
|
|
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_2_3/include -I../ruby_2_3
|
|
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
|
|
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 unchanged
|
|
making trans
|
|
make[1]: Entering directory `/c/rubyinstaller/sandbox/ruby23_build'
|
|
make[1]: Nothing to be done for `../ruby_2_3/enc/trans'.
|
|
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_2_3/parse.y and ../../../ruby_2_3/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_2_3/lib -I. -I.ext/common ../ruby_2_3/tool/runruby.rb --extout=.ext -- --disable-gems -r./i38
|
|
6-mingw32-fake ../ruby_2_3/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --d
|
|
ata-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)
|
|
did_you_mean 1.0.0
|
|
minitest 5.8.3
|
|
net-telnet 0.1.1
|
|
power_assert 0.2.6
|
|
rake 10.4.2
|
|
test-unit 3.1.5
|
|
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 sandbox/ruby_2_3/bin/erb sandbox/ruby23_mingw/bin
|
|
cp sandbox/ruby_2_3/bin/gem sandbox/ruby23_mingw/bin
|
|
cp sandbox/ruby_2_3/bin/irb sandbox/ruby23_mingw/bin
|
|
cp sandbox/ruby_2_3/bin/rdoc sandbox/ruby23_mingw/bin
|
|
cp sandbox/ruby_2_3/bin/ri sandbox/ruby23_mingw/bin
|
|
mkdir -p sandbox/rubygems
|
|
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
|
|
v0.5.3: 100% |ooooooooooooooooooooooooooooooooo| 0B/ 0B Time: 00:00:01
|
|
mkdir -p sandbox/rb-readline
|
|
"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>dir *.exe
|
|
驱动器 C 中的卷是 winser 2008 R2 enterprise
|
|
卷的序列号是 C2B1-EA77
|
|
|
|
C:\rubyinstaller\sandbox\ruby23_build 的目录
|
|
|
|
2016/03/17 22:44 11,032,787 miniruby.exe
|
|
2016/03/17 22:56 123,814 ruby.exe
|
|
2016/03/17 22:56 123,814 rubyw.exe
|
|
3 个文件 11,280,415 字节
|
|
0 个目录 18,434,531,328 可用字节
|
|
|
|
C:\rubyinstaller\sandbox\ruby23_build>ruby -v
|
|
ruby 2.3.0p0 (2015-12-25 revision 53290) [i386-mingw32]
|
|
|
|
C:\rubyinstaller\sandbox\ruby23_build>
|