Created
October 23, 2011 04:09
-
-
Save sugamasao/1306865 to your computer and use it in GitHub Desktop.
rubyのtrunkをSnow Leopard(10.6.8)でビルドした結果
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. %uname -a | |
Darwin gram.local 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 | |
1. %svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby_src_20111023 | |
リビジョン: 33510 | |
2. %autoconf | |
3. %./configure --prefix=$HOME/rubies/ruby_20111023 | |
4. %make | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -dynamic -bundle | |
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -pipe | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -I. -I.ext/include/x86_64-darwin10.8.0 -I./include -I. | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace | |
SOLIBS = | |
compiling string.c | |
compiling struct.c | |
compiling time.c | |
compiling transcode.c | |
compiling util.c | |
compiling variable.c | |
compiling compile.c | |
compiling debug.c | |
compiling iseq.c | |
compiling vm.c | |
compiling vm_dump.c | |
compiling thread.c | |
compiling cont.c | |
compiling ./enc/ascii.c | |
compiling ./enc/us_ascii.c | |
mkdir -p enc/unicode | |
+ cp enc/unicode/name2ctype.h.blt enc/unicode/name2ctype.h | |
compiling ./enc/unicode.c | |
compiling ./enc/utf_8.c | |
compiling newline.c | |
compiling ./missing/setproctitle.c | |
compiling dmyext.c | |
linking miniruby | |
rbconfig.rb updated | |
generating enc.mk | |
compiling dln.c | |
compiling encoding.c | |
generating prelude.c | |
compiling prelude.c | |
linking static-library libruby-static.a | |
generating encdb.h | |
encdb.h updated | |
making enc | |
compiling ./enc/encdb.c | |
linking encoding encdb.bundle | |
compiling ./enc/big5.c | |
linking encoding big5.bundle | |
compiling ./enc/cp949.c | |
linking encoding cp949.bundle | |
compiling ./enc/emacs_mule.c | |
linking encoding emacs_mule.bundle | |
compiling ./enc/euc_jp.c | |
linking encoding euc_jp.bundle | |
compiling ./enc/euc_kr.c | |
linking encoding euc_kr.bundle | |
compiling ./enc/euc_tw.c | |
linking encoding euc_tw.bundle | |
compiling ./enc/gb2312.c | |
linking encoding gb2312.bundle | |
compiling ./enc/gb18030.c | |
linking encoding gb18030.bundle | |
compiling ./enc/gbk.c | |
linking encoding gbk.bundle | |
compiling ./enc/iso_8859_1.c | |
linking encoding iso_8859_1.bundle | |
compiling ./enc/iso_8859_2.c | |
linking encoding iso_8859_2.bundle | |
compiling ./enc/iso_8859_3.c | |
linking encoding iso_8859_3.bundle | |
compiling ./enc/iso_8859_4.c | |
linking encoding iso_8859_4.bundle | |
compiling ./enc/iso_8859_5.c | |
linking encoding iso_8859_5.bundle | |
compiling ./enc/iso_8859_6.c | |
linking encoding iso_8859_6.bundle | |
compiling ./enc/iso_8859_7.c | |
linking encoding iso_8859_7.bundle | |
compiling ./enc/iso_8859_8.c | |
linking encoding iso_8859_8.bundle | |
compiling ./enc/iso_8859_9.c | |
linking encoding iso_8859_9.bundle | |
compiling ./enc/iso_8859_10.c | |
linking encoding iso_8859_10.bundle | |
compiling ./enc/iso_8859_11.c | |
linking encoding iso_8859_11.bundle | |
compiling ./enc/iso_8859_13.c | |
linking encoding iso_8859_13.bundle | |
compiling ./enc/iso_8859_14.c | |
linking encoding iso_8859_14.bundle | |
compiling ./enc/iso_8859_15.c | |
linking encoding iso_8859_15.bundle | |
compiling ./enc/iso_8859_16.c | |
linking encoding iso_8859_16.bundle | |
compiling ./enc/koi8_r.c | |
linking encoding koi8_r.bundle | |
compiling ./enc/koi8_u.c | |
linking encoding koi8_u.bundle | |
compiling ./enc/shift_jis.c | |
linking encoding shift_jis.bundle | |
compiling ./enc/utf_16be.c | |
linking encoding utf_16be.bundle | |
compiling ./enc/utf_16le.c | |
linking encoding utf_16le.bundle | |
compiling ./enc/utf_32be.c | |
linking encoding utf_32be.bundle | |
compiling ./enc/utf_32le.c | |
linking encoding utf_32le.bundle | |
compiling ./enc/windows_1251.c | |
linking encoding windows_1251.bundle | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
transdb.h updated | |
making trans | |
compiling ./enc/trans/transdb.c | |
linking transcoder transdb.bundle | |
compiling ./enc/trans/big5.c | |
linking transcoder big5.bundle | |
compiling ./enc/trans/chinese.c | |
linking transcoder chinese.bundle | |
compiling ./enc/trans/emoji.c | |
linking transcoder emoji.bundle | |
compiling ./enc/trans/emoji_iso2022_kddi.c | |
linking transcoder emoji_iso2022_kddi.bundle | |
compiling ./enc/trans/emoji_sjis_docomo.c | |
linking transcoder emoji_sjis_docomo.bundle | |
compiling ./enc/trans/emoji_sjis_kddi.c | |
linking transcoder emoji_sjis_kddi.bundle | |
compiling ./enc/trans/emoji_sjis_softbank.c | |
linking transcoder emoji_sjis_softbank.bundle | |
compiling ./enc/trans/escape.c | |
linking transcoder escape.bundle | |
compiling ./enc/trans/gb18030.c | |
linking transcoder gb18030.bundle | |
compiling ./enc/trans/gbk.c | |
linking transcoder gbk.bundle | |
compiling ./enc/trans/iso2022.c | |
linking transcoder iso2022.bundle | |
compiling ./enc/trans/japanese.c | |
linking transcoder japanese.bundle | |
compiling ./enc/trans/japanese_euc.c | |
linking transcoder japanese_euc.bundle | |
compiling ./enc/trans/japanese_sjis.c | |
linking transcoder japanese_sjis.bundle | |
compiling ./enc/trans/korean.c | |
linking transcoder korean.bundle | |
compiling ./enc/trans/single_byte.c | |
linking transcoder single_byte.bundle | |
compiling ./enc/trans/utf8_mac.c | |
linking transcoder utf8_mac.bundle | |
compiling ./enc/trans/utf_16_32.c | |
linking transcoder utf_16_32.bundle | |
making encs | |
./revision.h unchanged | |
configuring -test-/array/resize | |
configuring -test-/bug-3571 | |
configuring -test-/bug-3662 | |
configuring -test-/funcall | |
configuring -test-/load/dot.dot | |
configuring -test-/old_thread_select | |
configuring -test-/string | |
configuring -test-/symbol | |
configuring -test-/wait_for_single_fd | |
configuring bigdecimal | |
configuring continuation | |
configuring coverage | |
configuring curses | |
configuring date | |
configuring dbm | |
configuring digest | |
configuring digest/bubblebabble | |
configuring digest/md5 | |
configuring digest/rmd160 | |
configuring digest/sha1 | |
configuring digest/sha2 | |
configuring dl | |
configuring dl/callback | |
configuring dl/win32 | |
Failed to configure dl/win32. It will not be installed. | |
configuring etc | |
configuring fcntl | |
configuring fiber | |
configuring fiddle | |
configuring gdbm | |
Failed to configure gdbm. It will not be installed. | |
configuring iconv | |
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 | |
yaml.h is missing. Please install libyaml. | |
Failed to configure psych. It will not be installed. | |
configuring pty | |
configuring racc/cparse | |
configuring readline | |
configuring ripper | |
configuring sdbm | |
configuring socket | |
configuring stringio | |
configuring strscan | |
configuring syck | |
configuring syslog | |
configuring tk | |
check functions......... | |
check struct members.. | |
check libraries.... | |
Use ActiveTcl libraries (if available). | |
Search tclConfig.sh and tkConfig.sh..................................... | |
Valid [tclConfig.sh, tkConfig.sh] are found in [["/System/Library/Frameworks/Tcl.framework", "/System/Library/Frameworks/Tk.framework"], ["/usr/lib", "/usr/lib"], ["/opt/local/lib", "/opt/local/lib"], ["/System/Library/Frameworks/Tcl.framework/Versions/Current", "/System/Library/Frameworks/Tk.framework/Versions/Current"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.5", "/System/Library/Frameworks/Tk.framework/Versions/8.5"], ["/System/Library/Frameworks/Tcl.framework/Versions/8.4", "/System/Library/Frameworks/Tk.framework/Versions/8.4"]] | |
Use [tclConfig.sh, tkConfig.sh] == ["/System/Library/Frameworks/Tcl.framework/tclConfig.sh", "/System/Library/Frameworks/Tk.framework/tkConfig.sh"] | |
Use MacOS X Frameworks. | |
Find Tcl/Tk libraries. Make tcltklib.so which is required by Ruby/Tk. | |
configuring tk/tkutil | |
configuring win32ole | |
Failed to configure win32ole. It will not be installed. | |
configuring zlib | |
compiling resize.c | |
linking shared-object -test-/array/resize.bundle | |
installing default resize libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3571/bug.bundle | |
installing default bug libraries | |
compiling bug.c | |
linking shared-object -test-/bug-3662/bug.bundle | |
installing default bug libraries | |
compiling passing_block.c | |
linking shared-object -test-/funcall/funcall.bundle | |
installing default funcall libraries | |
compiling dot.dot.c | |
linking shared-object -test-/load/dot.dot/dot.dot.bundle | |
installing default dot.dot libraries | |
compiling old_thread_select.c | |
old_thread_select.c: In function ‘old_thread_select’: | |
old_thread_select.c:57: warning: ‘rb_thread_select’ is deprecated (declared at ../../.././include/ruby/intern.h:396) | |
linking shared-object -test-/old_thread_select/old_thread_select.bundle | |
installing default old_thread_select libraries | |
compiling cstr.c | |
compiling ellipsize.c | |
compiling enc_associate.c | |
compiling init.c | |
compiling modify.c | |
compiling qsort.c | |
compiling set_len.c | |
linking shared-object -test-/string/string.bundle | |
installing default string libraries | |
compiling init.c | |
compiling intern.c | |
linking shared-object -test-/symbol/symbol.bundle | |
installing default symbol libraries | |
compiling wait_for_single_fd.c | |
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle | |
installing default wait_for_single_fd libraries | |
compiling bigdecimal.c | |
linking shared-object bigdecimal.bundle | |
installing default bigdecimal libraries | |
compiling continuation.c | |
linking shared-object continuation.bundle | |
installing default continuation libraries | |
compiling coverage.c | |
linking shared-object coverage.bundle | |
installing default coverage libraries | |
compiling curses.c | |
linking shared-object curses.bundle | |
installing default curses libraries | |
compiling date_core.c | |
compiling date_parse.c | |
compiling date_strftime.c | |
compiling date_strptime.c | |
linking shared-object date_core.bundle | |
installing default date_core libraries | |
compiling dbm.c | |
dbm.c: In function ‘fdbm_has_value’: | |
dbm.c:818: warning: comparison between signed and unsigned | |
linking shared-object dbm.bundle | |
installing default dbm libraries | |
compiling digest.c | |
linking shared-object digest.bundle | |
installing digest libraries | |
installing default digest libraries | |
compiling bubblebabble.c | |
linking shared-object digest/bubblebabble.bundle | |
installing default bubblebabble libraries | |
compiling md5init.c | |
compiling md5ossl.c | |
linking shared-object digest/md5.bundle | |
installing default md5 libraries | |
compiling rmd160init.c | |
compiling rmd160ossl.c | |
linking shared-object digest/rmd160.bundle | |
installing default rmd160 libraries | |
compiling sha1init.c | |
compiling sha1ossl.c | |
linking shared-object digest/sha1.bundle | |
installing default sha1 libraries | |
compiling sha2init.c | |
compiling sha2ossl.c | |
linking shared-object digest/sha2.bundle | |
installing default sha2 libraries | |
compiling cfunc.c | |
compiling cptr.c | |
compiling dl.c | |
compiling handle.c | |
linking shared-object dl.bundle | |
installing dl libraries | |
installing default dl libraries | |
compiling callback.c | |
compiling callback-0.c | |
compiling callback-1.c | |
compiling callback-2.c | |
compiling callback-3.c | |
compiling callback-4.c | |
compiling callback-5.c | |
compiling callback-6.c | |
compiling callback-7.c | |
compiling callback-8.c | |
linking shared-object dl/callback.bundle | |
installing default callback libraries | |
make[2]: Nothing to be done for `all'. | |
compiling etc.c | |
linking shared-object etc.bundle | |
installing default etc libraries | |
compiling fcntl.c | |
linking shared-object fcntl.bundle | |
installing default fcntl libraries | |
compiling fiber.c | |
linking shared-object fiber.bundle | |
installing default fiber libraries | |
compiling closure.c | |
compiling conversions.c | |
compiling fiddle.c | |
compiling function.c | |
linking shared-object fiddle.bundle | |
installing default fiddle libraries | |
make[2]: Nothing to be done for `all'. | |
compiling iconv.c | |
linking shared-object iconv.bundle | |
installing default iconv libraries | |
compiling console.c | |
linking shared-object io/console.bundle | |
installing default console libraries | |
compiling nonblock.c | |
linking shared-object io/nonblock.bundle | |
installing default nonblock libraries | |
compiling wait.c | |
linking shared-object io/wait.bundle | |
installing default wait libraries | |
installing default libraries | |
compiling generator.c | |
linking shared-object json/ext/generator.bundle | |
installing default generator libraries | |
compiling parser.c | |
linking shared-object json/ext/parser.bundle | |
installing default parser libraries | |
compiling complex.c | |
linking shared-object mathn/complex.bundle | |
installing default complex libraries | |
compiling rational.c | |
linking shared-object mathn/rational.bundle | |
installing default rational libraries | |
compiling nkf.c | |
linking shared-object nkf.bundle | |
installing default nkf libraries | |
compiling objspace.c | |
linking shared-object objspace.bundle | |
installing default objspace libraries | |
compiling openssl_missing.c | |
compiling ossl.c | |
compiling ossl_asn1.c | |
ossl_asn1.c: In function ‘int_ossl_asn1_decode0_prim’: | |
ossl_asn1.c:792: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:795: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:798: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:801: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:804: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:807: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:810: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c:814: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_asn1.c: In function ‘ossl_asn1_decode0’: | |
ossl_asn1.c:945: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_bio.c | |
compiling ossl_bn.c | |
compiling ossl_cipher.c | |
compiling ossl_config.c | |
compiling ossl_digest.c | |
compiling ossl_engine.c | |
compiling ossl_hmac.c | |
compiling ossl_ns_spki.c | |
compiling ossl_ocsp.c | |
compiling ossl_pkcs12.c | |
compiling ossl_pkcs5.c | |
ossl_pkcs5.c: In function ‘ossl_pkcs5_pbkdf2_hmac’: | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkcs5.c:42: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_pkcs7.c | |
compiling ossl_pkey.c | |
compiling ossl_pkey_dh.c | |
compiling ossl_pkey_dsa.c | |
compiling ossl_pkey_ec.c | |
compiling ossl_pkey_rsa.c | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_s_generate’: | |
ossl_pkey_rsa.c:171: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
ossl_pkey_rsa.c: In function ‘ossl_rsa_initialize’: | |
ossl_pkey_rsa.c:216: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling ossl_rand.c | |
compiling ossl_ssl.c | |
compiling ossl_ssl_session.c | |
compiling ossl_x509.c | |
compiling ossl_x509attr.c | |
compiling ossl_x509cert.c | |
compiling ossl_x509crl.c | |
compiling ossl_x509ext.c | |
compiling ossl_x509name.c | |
compiling ossl_x509req.c | |
compiling ossl_x509revoked.c | |
compiling ossl_x509store.c | |
linking shared-object openssl.bundle | |
installing default openssl libraries | |
compiling pathname.c | |
linking shared-object pathname.bundle | |
installing default pathname libraries | |
make[2]: Nothing to be done for `all'. | |
compiling pty.c | |
linking shared-object pty.bundle | |
installing default pty libraries | |
compiling cparse.c | |
linking shared-object racc/cparse.bundle | |
installing default cparse libraries | |
compiling readline.c | |
linking shared-object readline.bundle | |
installing default readline libraries | |
extracting ripper.y from ../.././parse.y | |
compiling compiler ripper.y | |
generating eventids1.c from ../.././parse.y | |
generating eventids2table.c from ../.././ext/ripper/eventids2.c | |
compiling ripper.c | |
linking shared-object ripper.bundle | |
installing default ripper libraries | |
checking ../.././parse.y and ../.././ext/ripper/eventids2.c | |
compiling _sdbm.c | |
_sdbm.c: In function ‘fitpair’: | |
_sdbm.c:651: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
_sdbm.c:652: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling init.c | |
linking shared-object sdbm.bundle | |
installing default sdbm libraries | |
compiling init.c | |
compiling constants.c | |
compiling basicsocket.c | |
compiling socket.c | |
compiling ipsocket.c | |
compiling tcpsocket.c | |
compiling tcpserver.c | |
compiling sockssocket.c | |
compiling udpsocket.c | |
compiling unixsocket.c | |
compiling unixserver.c | |
compiling option.c | |
compiling ancdata.c | |
compiling raddrinfo.c | |
linking shared-object socket.bundle | |
installing default socket libraries | |
compiling stringio.c | |
linking shared-object stringio.bundle | |
installing default stringio libraries | |
compiling strscan.c | |
linking shared-object strscan.bundle | |
installing default strscan libraries | |
compiling bytecode.c | |
bytecode.re: In function ‘sycklex_bytecode_utf8’: | |
bytecode.re:442: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling emitter.c | |
compiling gram.c | |
compiling handler.c | |
compiling implicit.c | |
compiling node.c | |
compiling rubyext.c | |
compiling syck.c | |
compiling token.c | |
token.re: In function ‘sycklex_yaml_utf8’: | |
token.re:627: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:591: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:602: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
token.re:580: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
compiling yaml2byte.c | |
linking shared-object syck.bundle | |
installing default syck libraries | |
compiling syslog.c | |
linking shared-object syslog.bundle | |
installing default syslog libraries | |
compiling stubs.c | |
compiling tcltklib.c | |
tcltklib.c: In function ‘call_original_exit’: | |
tcltklib.c:1466: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘_timer_for_tcl’: | |
tcltklib.c:1613: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘set_eventloop_tick’: | |
tcltklib.c:1695: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘eventloop_sleep’: | |
tcltklib.c:2065: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_eventloop_core’: | |
tcltklib.c:2196: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:2201: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_eventloop_launcher’: | |
tcltklib.c:2711: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_set_exc_message’: | |
tcltklib.c:3098: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3131: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tcl_protect_core’: | |
tcltklib.c:3187: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3286: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:3339: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_eval’: | |
tcltklib.c:3432: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd_core’: | |
tcltklib.c:3471: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd_receiver_get’: | |
tcltklib.c:3560: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_ruby_cmd’: | |
tcltklib.c:3620: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbVwaitObjCmd’: | |
tcltklib.c:4263: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4282: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4319: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4367: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbTkWaitObjCmd’: | |
tcltklib.c:4504: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4526: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4569: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4584: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4611: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4653: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4722: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4739: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4755: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rb_threadVwaitObjCmd’: | |
tcltklib.c:4953: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:4979: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5034: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rb_threadTkWaitObjCmd’: | |
tcltklib.c:5120: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5143: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5187: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5210: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5258: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5276: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5345: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:5397: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘delete_slaves’: | |
tcltklib.c:5548: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_finalize’: | |
tcltklib.c:5706: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_free’: | |
tcltklib.c:5822: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_rbNamespaceObjCmd’: | |
tcltklib.c:6045: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_CallWhenDeleted’: | |
tcltklib.c:6119: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_create_slave_core’: | |
tcltklib.c:6416: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_delete’: | |
tcltklib.c:6787: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘get_obj_from_str’: | |
tcltklib.c:6931: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6934: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6939: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6943: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:6946: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tk_funcall’: | |
tcltklib.c:7146: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7152: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_eval_real’: | |
tcltklib.c:7323: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_eval’: | |
tcltklib.c:7609: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7644: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7656: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:7676: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_restart_core’: | |
tcltklib.c:7854: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_toUTF8_core’: | |
tcltklib.c:7976: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8065: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_fromUTF8_core’: | |
tcltklib.c:8152: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8213: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8256: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_UTF_backslash_core’: | |
tcltklib.c:8341: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8345: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8353: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘invoke_tcl_proc’: | |
tcltklib.c:8490: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_invoke_core’: | |
tcltklib.c:8636: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8660: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘alloc_invoke_arguments’: | |
tcltklib.c:8843: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:8849: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_invoke_with_position’: | |
tcltklib.c:9134: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_get_variable2_core’: | |
tcltklib.c:9315: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘ip_set_variable2_core’: | |
tcltklib.c:9448: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_split_tklist_core’: | |
tcltklib.c:9756: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_merge_tklist’: | |
tcltklib.c:9866: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9872: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9884: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9901: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘lib_conv_listelement’: | |
tcltklib.c:9958: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9965: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c:9968: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tcltklib.c: In function ‘tcltklib_compile_info’: | |
tcltklib.c:10032: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
linking shared-object tcltklib.bundle | |
installing tcltklib libraries | |
installing default tcltklib libraries | |
compiling tkutil.c | |
tkutil.c: In function ‘ary2list’: | |
tkutil.c:364: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘ary2list2’: | |
tkutil.c:476: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘assoc2kv’: | |
tkutil.c:559: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘assoc2kv_enc’: | |
tkutil.c:607: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘tk_conv_args’: | |
tkutil.c:947: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘tkstr_to_str’: | |
tkutil.c:1085: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_get_subst_key’: | |
tkutil.c:1429: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1445: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_table_setup’: | |
tkutil.c:1551: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1582: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1588: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1619: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c: In function ‘cbsubst_scan_args’: | |
tkutil.c:1651: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1652: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
tkutil.c:1659: warning: implicit conversion shortens 64-bit value into a 32-bit value | |
linking shared-object tkutil.bundle | |
installing default tkutil libraries | |
make[2]: Nothing to be done for `all'. | |
compiling zlib.c | |
linking shared-object zlib.bundle | |
installing default zlib libraries | |
linking ruby | |
Generating RDoc documentation | |
lib/irb/inspector.rb:36:36: Couldn't find INSPECTORS. Assuming it's a module | |
lib/minitest/unit.rb:295:25: Couldn't find UNDEFINED. Assuming it's a module | |
lib/mkmf.rb:1117:29: Couldn't find STRING_OR_FAILED_FORMAT. Assuming it's a module | |
Enclosing class/module 'mDigest' for class MD5 not known | |
Enclosing class/module 'mDigest' for class RMD160 not known | |
Enclosing class/module 'mDigest' for class SHA1 not known | |
Enclosing class/module "cASN1ObjectId" for alias short_name sn not known | |
Enclosing class/module "cASN1ObjectId" for alias long_name ln not known | |
Generating RI format into /Users/sugamasao/rubies/ruby/.ext/rdoc... | |
Files: 765 | |
Classes: 1372 ( 700 undocumented) | |
Modules: 304 ( 148 undocumented) | |
Constants: 2253 ( 828 undocumented) | |
Attributes: 1014 ( 438 undocumented) | |
Methods: 10474 (3070 undocumented) | |
Total: 15417 (5184 undocumented) | |
66.37% documented | |
Elapsed: 128.6s | |
5. %make test-all | |
./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems "./test/runner.rb" --ruby="./miniruby -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- --disable-gems" | |
/Users/sugamasao/rubies/ruby_src_20111023/lib/drb/ssl.rb:79:in `public_key': OpenSSL::PKey::RSAError | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/ssl.rb:79:in `setup_certificate' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/ssl.rb:148:in `open_server' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/drb.rb:759:in `block in open_server' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/drb.rb:757:in `each' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/drb.rb:757:in `open_server' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/drb/drb.rb:1342:in `initialize' | |
from /Users/sugamasao/rubies/ruby_src_20111023/test/drb/test_drbssl.rb:33:in `new' | |
from /Users/sugamasao/rubies/ruby_src_20111023/test/drb/test_drbssl.rb:33:in `<class:DRbSSLService>' | |
from /Users/sugamasao/rubies/ruby_src_20111023/test/drb/test_drbssl.rb:11:in `<top (required)>' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:221:in `require' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:221:in `block in non_options' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:215:in `each' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:215:in `non_options' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:52:in `process_args' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/minitest/unit.rb:922:in `_run' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/minitest/unit.rb:915:in `run' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:21:in `run' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:606:in `run' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:638:in `run' | |
from /Users/sugamasao/rubies/ruby_src_20111023/lib/test/unit.rb:642:in `run' | |
from ./test/runner.rb:15:in `<main>' | |
make: *** [yes-test-all] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment