Skip to content

Instantly share code, notes, and snippets.

@martinstreicher
Created November 30, 2011 21:14
Show Gist options
  • Save martinstreicher/1410852 to your computer and use it in GitHub Desktop.
Save martinstreicher/1410852 to your computer and use it in GitHub Desktop.
rvm install 1.9.3 on Lion
Colossus-2:migrator strike$ cat !$
cat /Users/strike/.rvm/log/ruby-1.9.3-head/make.log
[2011-11-30 16:08:23] make
CC = clang
LD = ld
LDSHARED = clang -dynamiclib
CFLAGS = -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -fno-common -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -I. -I.ext/include/x86_64-darwin11.2.0 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -Wl,-flat_namespace -install_name /Users/strike/.rvm/rubies/ruby-1.9.3-head/lib/libruby.1.9.1.dylib -current_version 1.9.1 -compatibility_version 1.9.1 -Wl,-unexported_symbol,_Init_* -Wl,-unexported_symbol,*_threadptr_* -Wl,-u,_objc_msgSend
SOLIBS =
compiling main.c
compiling dmydln.c
compiling dmyencoding.c
compiling version.c
compiling dmyversion.c
generating miniprelude.c
bison -d -o y.tab.c parse.y
sed -f ./tool/ytab.sed -e "/^#/s!y\.tab\.c!parse.c!" y.tab.c > parse.c.new
sed -e "/^#line.*y\.tab\.h/d;/^#line.*parse\.y/d" y.tab.h > parse.h.new
parse.h updated
generating id.h
id.h updated
compiling miniprelude.c
compiling array.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling enum.c
compiling enumerator.c
generating known_errors.inc
known_errors.inc updated
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
copying lex.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
compiling regcomp.c
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
generating insns.inc
generating insns_info.inc
generating optinsn.inc
generating optunifs.inc
generating opt_sc.inc
compiling compile.c
compiling debug.c
generating node_name.inc
compiling iseq.c
generating vmtc.inc
generating vm.inc
compiling vm.c
compiling vm_dump.c
compiling thread.c
compiling cont.c
compiling ./enc/ascii.c
compiling ./enc/us_ascii.c
compiling ./enc/unicode.c
compiling ./enc/utf_8.c
generating newline.c ...
converter for universal_newline
converter for crlf_newline
converter for cr_newline
done. (0.03user 0.00system 0.01elapsed)
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.1.9.1-static.a
linking shared-library libruby.1.9.1.dylib
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
generating table from enc/trans/big5.c
generating enc/trans/big5.c ...
converter from Big5 to UTF-8
converter from UTF-8 to Big5
converter from CP950 to UTF-8
converter from UTF-8 to CP950
converter from Big5-HKSCS to UTF-8
converter from UTF-8 to Big5-HKSCS
converter from CP951 to UTF-8
converter from UTF-8 to CP951
converter from Big5-UAO to UTF-8
converter from UTF-8 to Big5-UAO
done. (7.35user 0.08system 7.42elapsed)
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
load mapsrc enc/trans/GB/GB2312%UCS.src
converter from GB2312 to UTF-8
load mapsrc enc/trans/GB/GB12345%UCS.src
converter from GB12345 to UTF-8
load mapsrc enc/trans/GB/UCS%GB2312.src
converter from UTF-8 to GB2312
load mapsrc enc/trans/GB/UCS%GB12345.src
converter from UTF-8 to GB12345
done. (1.40user 0.02system 1.44elapsed)
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
converter from UTF8-DoCoMo to UTF8-KDDI
converter from UTF8-DoCoMo to UTF8-SoftBank
converter from UTF8-DoCoMo to UTF-8
converter from UTF8-KDDI to UTF8-DoCoMo
converter from UTF8-KDDI to UTF8-SoftBank
converter from UTF8-KDDI to UTF-8
converter from UTF8-SoftBank to UTF8-DoCoMo
converter from UTF8-SoftBank to UTF8-KDDI
converter from UTF8-SoftBank to UTF-8
converter from UTF-8 to UTF8-DoCoMo
converter from UTF-8 to UTF8-KDDI
converter from UTF-8 to UTF8-SoftBank
done. (0.38user 0.01system 0.36elapsed)
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
converter for iso2022jp_kddi_decoder
converter for iso2022jp_kddi_decoder_jisx0208_rest
converter for iso2022jp_kddi_encoder
load mapsrc enc/trans/EMOJI/EMOJI_ISO-2022-JP-KDDI%UCS.src
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
converter from stateless-ISO-2022-JP-KDDI to UTF8-KDDI
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI.src
load mapsrc enc/trans/EMOJI/UCS%EMOJI_ISO-2022-JP-KDDI-UNDOC.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/CP/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF8-KDDI to stateless-ISO-2022-JP-KDDI
done. (0.85user 0.01system 0.84elapsed)
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-DOCOMO%UCS.src
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc enc/trans/CP/CP932UDA%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
converter from SJIS-DOCOMO to UTF8-DOCOMO
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-DOCOMO.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/CP/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932UDA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF8-DOCOMO to SJIS-DOCOMO
done. (0.90user 0.02system 0.90elapsed)
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-KDDI%UCS.src
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc enc/trans/CP/CP932UDA%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
converter from SJIS-KDDI to UTF8-KDDI
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI.src
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-KDDI-UNDOC.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/CP/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932UDA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF8-KDDI to SJIS-KDDI
done. (0.93user 0.01system 0.92elapsed)
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/EMOJI/EMOJI_SHIFT_JIS-SOFTBANK%UCS.src
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc enc/trans/CP/CP932UDA%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
converter from SJIS-SoftBank to UTF8-SoftBank
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/EMOJI/UCS%EMOJI_SHIFT_JIS-SOFTBANK.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/CP/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932UDA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF8-SoftBank to SJIS-SoftBank
done. (0.91user 0.01system 0.90elapsed)
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
converter for amp_escape
converter for xml_text_escape
converter for xml_attr_content_escape
converter for escape_xml_attr_quote
done. (0.03user 0.00system 0.01elapsed)
generating table from enc/trans/gb18030.c
generating enc/trans/gb18030.c ...
converter from GB18030 to UTF-8
converter from UTF-8 to GB18030
done. (4.06user 0.07system 4.11elapsed)
generating table from enc/trans/gbk.c
generating enc/trans/gbk.c ...
converter from GBK to UTF-8
converter from UTF-8 to GBK
done. (1.45user 0.02system 1.45elapsed)
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
converter for iso2022jp_decoder
converter for iso2022jp_decoder_jisx0208_rest
converter for iso2022jp_encoder
converter for stateless_iso2022jp_to_eucjp
converter for eucjp_to_stateless_iso2022jp
converter for cp50221_decoder
converter for cp50221_encoder
done. (0.04user 0.00system 0.02elapsed)
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
converter for eucjp2sjis
converter for sjis2eucjp
done. (0.03user 0.00system 0.01elapsed)
generating table from enc/trans/japanese_euc.c
generating enc/trans/japanese_euc.c ...
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/JIS/JISX0212%UCS.src
converter from EUC-JP to UTF-8
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/JIS/JISX0208UDC%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/JIS/JISX0212VDC@IBM%UCS.src
load mapsrc enc/trans/JIS/JISX0212UDC%UCS.src
load mapsrc enc/trans/JIS/JISX0212@MS%UCS.src
converter from eucJP-ms to UTF-8
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
converter from CP51932 to UTF-8
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/JIS/UCS%JISX0212.src
converter from UTF-8 to EUC-JP
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%JISX0208UDC.src
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%JISX0212UDC.src
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF-8 to eucJP-ms
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
converter from UTF-8 to CP51932
done. (2.88user 0.03system 2.90elapsed)
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/JIS/JISX0208@1990%UCS.src
converter from Shift_JIS to UTF-8
load mapsrc enc/trans/JIS/JISX0201-KANA%UCS.src
load mapsrc enc/trans/JIS/JISX0208VDC@NEC%UCS.src
load mapsrc enc/trans/CP/CP932VDC@NEC_IBM%UCS.src
load mapsrc enc/trans/CP/CP932VDC@IBM%UCS.src
load mapsrc enc/trans/CP/CP932UDA%UCS.src
load mapsrc enc/trans/JIS/JISX0208@MS%UCS.src
converter from Windows-31J to UTF-8
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
converter from UTF-8 to Shift_JIS
load mapsrc enc/trans/JIS/UCS%JISX0201-KANA.src
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/JIS/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%[email protected]
load mapsrc enc/trans/CP/UCS%CP932VDC@NEC_IBM.src
load mapsrc enc/trans/CP/UCS%CP932UDA.src
converter from UTF-8 to Windows-31J
done. (1.45user 0.02system 1.45elapsed)
generating table from enc/trans/korean.c
generating enc/trans/korean.c ...
converter from UTF-8 to EUC-KR
converter from EUC-KR to UTF-8
converter from UTF-8 to CP949
converter from CP949 to UTF-8
done. (2.00user 0.03system 2.01elapsed)
generating table from enc/trans/single_byte.c
generating enc/trans/single_byte.c ...
converter from US-ASCII to UTF-8
converter from UTF-8 to US-ASCII
converter from ASCII-8BIT to UTF-8
converter from UTF-8 to ASCII-8BIT
converter from ISO-8859-1 to UTF-8
converter from UTF-8 to ISO-8859-1
converter from ISO-8859-2 to UTF-8
converter from UTF-8 to ISO-8859-2
converter from ISO-8859-3 to UTF-8
converter from UTF-8 to ISO-8859-3
converter from ISO-8859-4 to UTF-8
converter from UTF-8 to ISO-8859-4
converter from ISO-8859-5 to UTF-8
converter from UTF-8 to ISO-8859-5
converter from ISO-8859-6 to UTF-8
converter from UTF-8 to ISO-8859-6
converter from ISO-8859-7 to UTF-8
converter from UTF-8 to ISO-8859-7
converter from ISO-8859-8 to UTF-8
converter from UTF-8 to ISO-8859-8
converter from ISO-8859-9 to UTF-8
converter from UTF-8 to ISO-8859-9
converter from ISO-8859-10 to UTF-8
converter from UTF-8 to ISO-8859-10
converter from ISO-8859-11 to UTF-8
converter from UTF-8 to ISO-8859-11
converter from ISO-8859-13 to UTF-8
converter from UTF-8 to ISO-8859-13
converter from ISO-8859-14 to UTF-8
converter from UTF-8 to ISO-8859-14
converter from ISO-8859-15 to UTF-8
converter from UTF-8 to ISO-8859-15
converter from WINDOWS-874 to UTF-8
converter from UTF-8 to WINDOWS-874
converter from WINDOWS-1250 to UTF-8
converter from UTF-8 to WINDOWS-1250
converter from WINDOWS-1251 to UTF-8
converter from UTF-8 to WINDOWS-1251
converter from WINDOWS-1252 to UTF-8
converter from UTF-8 to WINDOWS-1252
converter from WINDOWS-1253 to UTF-8
converter from UTF-8 to WINDOWS-1253
converter from WINDOWS-1254 to UTF-8
converter from UTF-8 to WINDOWS-1254
converter from WINDOWS-1255 to UTF-8
converter from UTF-8 to WINDOWS-1255
converter from WINDOWS-1256 to UTF-8
converter from UTF-8 to WINDOWS-1256
converter from WINDOWS-1257 to UTF-8
converter from UTF-8 to WINDOWS-1257
converter from IBM437 to UTF-8
converter from UTF-8 to IBM437
converter from IBM775 to UTF-8
converter from UTF-8 to IBM775
converter from IBM737 to UTF-8
converter from UTF-8 to IBM737
converter from IBM852 to UTF-8
converter from UTF-8 to IBM852
converter from IBM855 to UTF-8
converter from UTF-8 to IBM855
converter from IBM857 to UTF-8
converter from UTF-8 to IBM857
converter from IBM860 to UTF-8
converter from UTF-8 to IBM860
converter from IBM861 to UTF-8
converter from UTF-8 to IBM861
converter from IBM862 to UTF-8
converter from UTF-8 to IBM862
converter from IBM863 to UTF-8
converter from UTF-8 to IBM863
converter from IBM865 to UTF-8
converter from UTF-8 to IBM865
converter from IBM866 to UTF-8
converter from UTF-8 to IBM866
converter from IBM869 to UTF-8
converter from UTF-8 to IBM869
converter from MACCROATIAN to UTF-8
converter from UTF-8 to MACCROATIAN
converter from MACCYRILLIC to UTF-8
converter from UTF-8 to MACCYRILLIC
converter from MACGREEK to UTF-8
converter from UTF-8 to MACGREEK
converter from MACICELAND to UTF-8
converter from UTF-8 to MACICELAND
converter from MACROMAN to UTF-8
converter from UTF-8 to MACROMAN
converter from MACROMANIA to UTF-8
converter from UTF-8 to MACROMANIA
converter from MACTURKISH to UTF-8
converter from UTF-8 to MACTURKISH
converter from MACUKRAINE to UTF-8
converter from UTF-8 to MACUKRAINE
converter from KOI8-U to UTF-8
converter from UTF-8 to KOI8-U
converter from KOI8-R to UTF-8
converter from UTF-8 to KOI8-R
converter from TIS-620 to UTF-8
converter from UTF-8 to TIS-620
converter from CP850 to UTF-8
converter from UTF-8 to CP850
converter from CP852 to UTF-8
converter from UTF-8 to CP852
converter from CP855 to UTF-8
converter from UTF-8 to CP855
done. (0.74user 0.01system 0.79elapsed)
generating table from enc/trans/utf8_mac.c
generating enc/trans/utf8_mac.c ...
converter from UTF-8 to UTF8-MAC
converter for from_UTF8_MAC
converter for from_utf8_mac_nfc3
converter for from_utf8_mac_nfc2
done. (0.29user 0.00system 0.27elapsed)
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
converter for from_UTF_16LE
converter for from_UTF_32LE
converter for from_UTF_16BE
converter for from_UTF_32BE
converter for from_UTF_16
converter for from_UTF_32
converter for from_UTF_8
done. (0.05user 0.00system 0.03elapsed)
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 updated
configuring -test-/add_suffix
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-/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
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"], ["/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
/bin/sh: line 0: cd: ext/-test-/add_suffix: No such file or directory
make[1]: *** [ext/-test-/add_suffix/all] Error 1
make: *** [build-ext] Error 2
Colossus-2:migrator strike$
@lsdr
Copy link

lsdr commented Oct 12, 2012

Ever managed to solve this problem? I'm running on the same thing in one of my machines and can't find any pointers to solve this on the web.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment