Created
March 30, 2013 00:10
-
-
Save shigeya/5274568 to your computer and use it in GitHub Desktop.
This file contains 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
# invoked with: | |
# curl -L https://get.rvm.io | bash -s stable --autolibs=3 --ruby=1.9.3 | |
[2013-03-30 09:05:40] make | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -shared | |
CFLAGS = -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=implicit-function-declaration -fPIC | |
XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hidden -DRUBY_EXPORT | |
CPPFLAGS = -I/usr/local/include -I/usr/local/include -I. -I.ext/include/x86_64-freebsd9.1 -I./include -I. | |
DLDFLAGS = -L/usr/local/lib -Wl,-soname,showflags | |
SOLIBS = -lexecinfo -lthr -lrt -lcrypt -lm | |
compiling dln.c | |
compiling encoding.c | |
compiling version.c | |
compiling array.c | |
compiling bignum.c | |
compiling compar.c | |
compiling complex.c | |
compiling dir.c | |
compiling dln_find.c | |
compiling enumerator.c | |
compiling file.c | |
compiling hash.c | |
compiling inits.c | |
compiling io.c | |
compiling marshal.c | |
compiling math.c | |
compiling numeric.c | |
compiling object.c | |
compiling pack.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 sprintf.c | |
regparse.c: In function 'onig_parse_make_tree': | |
regparse.c:5675: warning: passing argument 3 of 'parse_regexp' discards qualifiers from pointer target type | |
compiling st.c | |
compiling strftime.c | |
compiling string.c | |
compiling struct.c | |
compiling time.c | |
compiling transcode.c | |
compiling util.c | |
compiling variable.c | |
compiling ./enc/ascii.c | |
compiling ./enc/us_ascii.c | |
compiling ./enc/utf_8.c | |
compiling ./missing/close.c | |
compiling addr2line.c | |
compiling dmyext.c | |
compiling main.c | |
compiling dmydln.c | |
compiling dmyencoding.c | |
compiling dmyversion.c | |
compiling ./enc/unicode.c | |
compiling newline.c | |
compiling class.c | |
compiling enum.c | |
compiling error.c | |
compiling eval.c | |
eval_jump.c: In function 'rb_exec_end_proc': | |
eval_jump.c:103: warning: variable 'errinfo' might be clobbered by 'longjmp' or 'vfork' | |
compiling load.c | |
compiling gc.c | |
compiling node.c | |
compiling parse.c | |
compiling proc.c | |
compiling process.c | |
compiling ruby.c | |
compiling safe.c | |
compiling signal.c | |
compiling thread.c | |
compiling cont.c | |
compiling compile.c | |
compiling iseq.c | |
compiling vm.c | |
compiling vm_dump.c | |
compiling debug.c | |
compiling miniprelude.c | |
linking miniruby | |
generating encdb.h | |
rbconfig.rb updated | |
generating enc.mk | |
encdb.h unchanged | |
generating prelude.c | |
making srcs under enc | |
compiling prelude.c | |
generating transdb.h | |
linking static-library libruby-static.a | |
linking shared-library libruby.so.19 | |
transdb.h unchanged | |
making enc | |
compiling ./enc/encdb.c | |
compiling ./enc/big5.c | |
compiling ./enc/cp949.c | |
configuring -test-/array/resize | |
configuring -test-/bug-3571 | |
configuring -test-/bug-3662 | |
configuring -test-/funcall | |
configuring -test-/load/dot.dot | |
compiling ./enc/emacs_mule.c | |
configuring -test-/old_thread_select | |
configuring -test-/st/numhash | |
configuring -test-/string | |
configuring -test-/wait_for_single_fd | |
configuring -test-/win32/dln | |
Failed to configure -test-/win32/dln. It will not be installed. | |
configuring -test-/win32/fd_setsize | |
Failed to configure -test-/win32/fd_setsize. It will not be installed. | |
configuring bigdecimal | |
compiling ./enc/euc_jp.c | |
compiling ./enc/euc_kr.c | |
configuring continuation | |
configuring coverage | |
configuring curses | |
compiling ./enc/euc_tw.c | |
compiling ./enc/gb2312.c | |
compiling ./enc/gb18030.c | |
compiling ./enc/gbk.c | |
compiling ./enc/iso_8859_1.c | |
compiling ./enc/iso_8859_2.c | |
compiling ./enc/iso_8859_3.c | |
compiling ./enc/iso_8859_4.c | |
compiling ./enc/iso_8859_5.c | |
compiling ./enc/iso_8859_6.c | |
compiling ./enc/iso_8859_7.c | |
compiling ./enc/iso_8859_8.c | |
compiling ./enc/iso_8859_9.c | |
compiling ./enc/iso_8859_10.c | |
compiling ./enc/iso_8859_11.c | |
compiling ./enc/iso_8859_13.c | |
compiling ./enc/iso_8859_14.c | |
compiling ./enc/iso_8859_15.c | |
compiling ./enc/iso_8859_16.c | |
compiling ./enc/koi8_r.c | |
compiling ./enc/koi8_u.c | |
compiling ./enc/shift_jis.c | |
compiling ./enc/utf_16be.c | |
compiling ./enc/utf_16le.c | |
compiling ./enc/utf_32be.c | |
compiling ./enc/utf_32le.c | |
compiling ./enc/windows_1251.c | |
linking encoding encdb.so | |
linking encoding big5.so | |
linking encoding cp949.so | |
linking encoding emacs_mule.so | |
linking encoding euc_jp.so | |
linking encoding euc_kr.so | |
linking encoding euc_tw.so | |
linking encoding gb2312.so | |
linking encoding gb18030.so | |
linking encoding gbk.so | |
linking encoding iso_8859_1.so | |
linking encoding iso_8859_2.so | |
linking encoding iso_8859_3.so | |
linking encoding iso_8859_4.so | |
linking encoding iso_8859_5.so | |
linking encoding iso_8859_6.so | |
linking encoding iso_8859_7.so | |
linking encoding iso_8859_8.so | |
linking encoding iso_8859_9.so | |
linking encoding iso_8859_10.so | |
linking encoding iso_8859_11.so | |
linking encoding iso_8859_13.so | |
linking encoding iso_8859_14.so | |
linking encoding iso_8859_15.so | |
linking encoding iso_8859_16.so | |
linking encoding koi8_r.so | |
linking encoding koi8_u.so | |
linking encoding shift_jis.so | |
linking encoding utf_16be.so | |
linking encoding utf_16le.so | |
linking encoding utf_32be.so | |
linking encoding utf_32le.so | |
linking encoding windows_1251.so | |
making trans | |
compiling ./enc/trans/transdb.c | |
linking transcoder transdb.so | |
compiling ./enc/trans/big5.c | |
compiling ./enc/trans/chinese.c | |
configuring date | |
configuring dbm | |
configuring digest | |
configuring digest/bubblebabble | |
configuring digest/md5 | |
configuring digest/rmd160 | |
compiling ./enc/trans/emoji.c | |
configuring digest/sha1 | |
compiling ./enc/trans/emoji_iso2022_kddi.c | |
configuring digest/sha2 | |
compiling ./enc/trans/emoji_sjis_docomo.c | |
configuring dl | |
compiling ./enc/trans/emoji_sjis_kddi.c | |
configuring dl/callback | |
configuring dl/win32 | |
Failed to configure dl/win32. It will not be installed. | |
configuring etc | |
compiling ./enc/trans/emoji_sjis_softbank.c | |
configuring fcntl | |
configuring fiber | |
configuring fiddle | |
compiling ./enc/trans/escape.c | |
compiling ./enc/trans/gb18030.c | |
compiling ./enc/trans/gbk.c | |
configuring gdbm | |
configuring iconv | |
compiling ./enc/trans/iso2022.c | |
configuring io/console | |
compiling ./enc/trans/japanese.c | |
compiling ./enc/trans/japanese_euc.c | |
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 | |
compiling ./enc/trans/japanese_sjis.c | |
compiling ./enc/trans/korean.c | |
compiling ./enc/trans/single_byte.c | |
compiling ./enc/trans/utf8_mac.c | |
compiling ./enc/trans/utf_16_32.c | |
linking transcoder big5.so | |
linking transcoder chinese.so | |
linking transcoder emoji.so | |
linking transcoder emoji_iso2022_kddi.so | |
linking transcoder emoji_sjis_docomo.so | |
linking transcoder emoji_sjis_kddi.so | |
linking transcoder emoji_sjis_softbank.so | |
linking transcoder escape.so | |
linking transcoder gb18030.so | |
linking transcoder gbk.so | |
linking transcoder iso2022.so | |
linking transcoder japanese.so | |
linking transcoder japanese_euc.so | |
linking transcoder japanese_sjis.so | |
linking transcoder korean.so | |
linking transcoder single_byte.so | |
linking transcoder utf8_mac.so | |
linking transcoder utf_16_32.so | |
making encs | |
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.............................. | |
Fail to find [tclConfig.sh, tkConfig.sh] | |
Use X11 libraries (or use TK_XINCLUDES/TK_XLIBSW information on tkConfig.sh). | |
Search tcl.h..... | |
Search tk.h.....Can't find "tcl.h". | |
Can't find "tk.h". | |
Can't find proper Tcl/Tk libraries. So, can't make tcltklib.so which is required by Ruby/Tk. | |
Failed to configure tk. It will not be installed. | |
configuring tk/tkutil | |
Failed to configure tk/tkutil. It will not be installed. | |
configuring win32ole | |
Failed to configure win32ole. It will not be installed. | |
configuring zlib | |
installing default bug libraries | |
installing default resize libraries | |
compiling bug.c | |
compiling resize.c | |
linking shared-object -test-/array/resize.so | |
linking shared-object -test-/bug-3571/bug.so | |
installing default bug libraries | |
compiling bug.c | |
installing default funcall libraries | |
compiling passing_block.c | |
linking shared-object -test-/bug-3662/bug.so | |
linking shared-object -test-/funcall/funcall.so | |
installing default dot.dot libraries | |
compiling dot.dot.c | |
installing default old_thread_select libraries | |
compiling old_thread_select.c | |
linking shared-object -test-/load/dot.dot/dot.dot.so | |
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:380) | |
installing default numhash libraries | |
compiling numhash.c | |
linking shared-object -test-/old_thread_select/old_thread_select.so | |
installing default string libraries | |
linking shared-object -test-/st/numhash.so | |
compiling init.c | |
compiling modify.c | |
compiling set_len.c | |
compiling ellipsize.c | |
installing default wait_for_single_fd libraries | |
compiling wait_for_single_fd.c | |
compiling enc_associate.c | |
linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.so | |
compiling cstr.c | |
linking shared-object -test-/string/string.so | |
make: don't know how to make ../../.ext/common/bigdecimal. Stop | |
*** [ext/bigdecimal/all] Error code 2 | |
1 error | |
*** [build-ext] Error code 2 | |
1 error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment