Created
July 28, 2020 20:17
-
-
Save jshier/b1fc9172cb859e084ee6dcb53a8eb0e1 to your computer and use it in GitHub Desktop.
rvm make -j8 output
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
+__rvm_make:0> make -j8 | |
BASERUBY = /usr/bin/ruby --disable=gems | |
CC = gcc | |
LD = ld | |
LDSHARED = gcc -dynamiclib | |
CFLAGS = -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -std=gnu99 -fno-common -pipe | |
XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/-darwin20 -I./include -I. -I./enc/unicode/12.1.0 | |
CPPFLAGS = -I/usr/local/opt/libyaml/include -I/usr/local/opt/libksba/include -I/usr/local/opt/readline/include -I/usr/local/opt/zlib/include -I/usr/local/opt/[email protected]/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT | |
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/zlib/lib -L/usr/local/opt/[email protected]/lib -install_name /Users/jshier/.rvm/rubies/ruby-2.7.1/lib/libruby.2.7.dylib -compatibility_version 2.7 -current_version 2.7.1 -fstack-protector-strong -framework Security -framework Foundation -fstack-protector-strong -framework Security -framework Foundation | |
SOLIBS = -lpthread -lgmp -ldl -lobjc | |
LANG = en_US.UTF-8 | |
LC_ALL = | |
LC_CTYPE = | |
MFLAGS = - --jobserver-fds=4,5 -j | |
Configured with: --prefix=/Applications/Xcode-beta.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 | |
Apple clang version 12.0.0 (clang-1200.0.26.2) | |
Target: arm64-apple-darwin20.0.0 | |
Thread model: posix | |
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
compiling ./main.c | |
compiling dmydln.c | |
compiling miniinit.c | |
compiling dmyext.c | |
translating probes probes.d | |
compiling ast.c | |
compiling bignum.c | |
compiling class.c | |
compiling compar.c | |
. ./vm_opts.h | |
compiling compile.c | |
compiling complex.c | |
compiling cont.c | |
compiling debug.c | |
In file included from cont.c:18: | |
./coroutine/ucontext/Context.h:32:5: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
getcontext(&context->state); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here | |
int getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
In file included from cont.c:18: | |
./coroutine/ucontext/Context.h:51:5: warning: 'makecontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
makecontext(&context->state, (void(*)(void))coroutine_trampoline, 2, (void*)start, (void*)context); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:38:6: note: 'makecontext' has been explicitly marked deprecated here | |
void makecontext(ucontext_t *, void (*)(), int, ...) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
In file included from cont.c:18: | |
./coroutine/ucontext/Context.h:59:5: warning: 'swapcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
swapcontext(¤t->state, &target->state); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:40:6: note: 'swapcontext' has been explicitly marked deprecated here | |
int swapcontext(ucontext_t * __restrict, const ucontext_t * __restrict) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
compiling debug_counter.c | |
compiling dir.c | |
compiling dln_find.c | |
compiling encoding.c | |
compiling enum.c | |
3 warnings generated. | |
compiling enumerator.c | |
compiling error.c | |
compiling eval.c | |
compiling file.c | |
compiling gc.c | |
compiling hash.c | |
compiling inits.c | |
compiling io.c | |
compiling iseq.c | |
compiling load.c | |
compiling marshal.c | |
compiling math.c | |
making mjit_config.h | |
compiling mjit_compile.c | |
compiling node.c | |
compiling numeric.c | |
compiling object.c | |
compiling pack.c | |
compiling parse.c | |
compiling proc.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 symbol.c | |
compiling thread.c | |
compiling time.c | |
compiling transcode.c | |
compiling transient_heap.c | |
compiling util.c | |
compiling variable.c | |
compiling vm.c | |
compiling vm_backtrace.c | |
compiling vm_dump.c | |
compiling vm_trace.c | |
compiling ./missing/explicit_bzero.c | |
compiling ./missing/setproctitle.c | |
compiling ./missing/finite.c | |
compiling addr2line.c | |
compiling dmyenc.c | |
compiling dln.c | |
compiling localeinit.c | |
config.status: creating ruby-runner.h | |
compiling array.c | |
compiling mjit.c | |
compiling coroutine/ucontext/Context.c | |
In file included from coroutine/ucontext/Context.c:14: | |
coroutine/ucontext/Context.h:32:5: warning: 'getcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
getcontext(&context->state); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:37:6: note: 'getcontext' has been explicitly marked deprecated here | |
int getcontext(ucontext_t *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
In file included from coroutine/ucontext/Context.c:14: | |
coroutine/ucontext/Context.h:51:5: warning: 'makecontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
makecontext(&context->state, (void(*)(void))coroutine_trampoline, 2, (void*)start, (void*)context); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:38:6: note: 'makecontext' has been explicitly marked deprecated here | |
void makecontext(ucontext_t *, void (*)(), int, ...) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
In file included from coroutine/ucontext/Context.c:14: | |
coroutine/ucontext/Context.h:59:5: warning: 'swapcontext' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations] | |
swapcontext(¤t->state, &target->state); | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/ucontext.h:40:6: note: 'swapcontext' has been explicitly marked deprecated here | |
int swapcontext(ucontext_t * __restrict, const ucontext_t * __restrict) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_2_0, __IPHONE_2_0) __WATCHOS_PROHIBITED __TVOS_PROHIBITED; | |
^ | |
3 warnings generated. | |
compiling enc/ascii.c | |
compiling enc/us_ascii.c | |
compiling enc/unicode.c | |
compiling enc/utf_8.c | |
compiling enc/trans/newline.c | |
./revision.h unchanged | |
compiling version.c | |
building rb_mjit_header.h | |
linking miniruby | |
rb_mjit_header.h updated | |
generating encdb.h | |
building .ext/include/-darwin20/rb_mjit_min_header-2.7.1.h | |
./miniruby -I./lib -I. -I.ext/common ./tool/transform_mjit_header.rb "gcc -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -std=gnu99 -fno-common -pipe " rb_mjit_header.h .ext/include/-darwin20/rb_mjit_min_header-2.7.1.h | |
compiling builtin.c | |
encdb.h updated | |
./tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp | |
rbconfig.rb updated | |
generating enc.mk | |
creating verconf.h | |
verconf.h updated | |
compiling loadpath.c | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
linking static-library libruby.2.7-static.a | |
linking shared-library libruby.2.7.dylib | |
transdb.h updated | |
Transforming external functions to static: | |
transform_mjit_header: making external definition of 'rb_vm_lvar_exposed' static inline | |
transform_mjit_header: making external definition of 'Init_vm_stack_canary' static inline | |
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aset' static inline | |
transform_mjit_header: making external definition of 'rb_vm_opt_struct_aref' static inline | |
transform_mjit_header: making external definition of 'rb_eql_opt' static inline | |
transform_mjit_header: changing definition of 'rb_equal_opt' to declaration | |
transform_mjit_header: changing definition of 'rb_vm_search_method_slowpath' to declaration | |
transform_mjit_header: making external definition of 'rb_vm_rewrite_cref' static inline | |
transform_mjit_header: making external definition of 'rb_vm_block_ep_update' static inline | |
transform_mjit_header: making external definition of 'rb_vm_cref_new_toplevel' static inline | |
transform_mjit_header: making external definition of 'rb_vm_frame_block_handler' static inline | |
transform_mjit_header: making external definition of 'rb_vm_cframe_empty_keyword_p' static inline | |
transform_mjit_header: making external definition of 'rb_vm_cframe_keyword_p' static inline | |
transform_mjit_header: making external definition of 'rb_vm_ep_local_ep' static inline | |
transform_mjit_header: making declaration of 'rb_vm_lvar_exposed' static inline | |
transform_mjit_header: making declaration of 'rb_vm_rewrite_cref' static inline | |
transform_mjit_header: making declaration of 'rb_vm_frame_block_handler' static inline | |
transform_mjit_header: making declaration of 'rb_vm_block_ep_update' static inline | |
transform_mjit_header: making declaration of 'rb_vm_ep_local_ep' static inline | |
transform_mjit_header: making declaration of 'Init_vm_stack_canary' static inline | |
transform_mjit_header: making declaration of 'rb_eql_opt' static inline | |
transform_mjit_header: SKIPPED to transform __sincospi | |
transform_mjit_header: SKIPPED to transform __sincospif | |
transform_mjit_header: SKIPPED to transform __sincos | |
transform_mjit_header: SKIPPED to transform __sincosf | |
transform_mjit_header: SKIPPED to transform __inline_isnormall | |
transform_mjit_header: SKIPPED to transform __inline_isnormald | |
transform_mjit_header: SKIPPED to transform __inline_isnormalf | |
transform_mjit_header: SKIPPED to transform __inline_signbitl | |
transform_mjit_header: SKIPPED to transform __inline_signbitd | |
transform_mjit_header: SKIPPED to transform __inline_signbitf | |
transform_mjit_header: SKIPPED to transform __inline_isnanl | |
transform_mjit_header: SKIPPED to transform __inline_isnand | |
transform_mjit_header: SKIPPED to transform __inline_isnanf | |
transform_mjit_header: SKIPPED to transform __inline_isinfl | |
transform_mjit_header: SKIPPED to transform __inline_isinfd | |
transform_mjit_header: SKIPPED to transform __inline_isinff | |
transform_mjit_header: SKIPPED to transform __inline_isfinitel | |
transform_mjit_header: SKIPPED to transform __inline_isfinited | |
transform_mjit_header: SKIPPED to transform __inline_isfinitef | |
transform_mjit_header: SKIPPED to transform __darwin_fd_clr | |
transform_mjit_header: SKIPPED to transform __darwin_fd_set | |
transform_mjit_header: SKIPPED to transform __darwin_fd_isset | |
transform_mjit_header: SKIPPED to transform __darwin_check_fd_set | |
transform_mjit_header: SKIPPED to transform __sputc | |
ln -sf ../../../.ext/include/-darwin20/rb_mjit_min_header-2.7.1.h include/ruby-2.7.0/-darwin20/rb_mjit_min_header-2.7.1.h | |
generating makefiles ext/configure-ext.mk | |
making enc | |
making trans | |
compiling ./enc/encdb.c | |
compiling ./enc/trans/transdb.c | |
compiling ./enc/big5.c | |
compiling ./enc/cesu_8.c | |
compiling ./enc/trans/big5.c | |
compiling ./enc/trans/cesu_8.c | |
compiling ./enc/cp949.c | |
ext/configure-ext.mk updated | |
compiling ./enc/trans/chinese.c | |
compiling ./enc/emacs_mule.c | |
compiling ./enc/trans/ebcdic.c | |
compiling ./enc/trans/emoji.c | |
compiling ./enc/euc_jp.c | |
configuring strscan | |
configuring monitor | |
compiling ./enc/trans/emoji_iso2022_kddi.c | |
compiling ./enc/euc_kr.c | |
configuring syslog | |
compiling ./enc/euc_tw.c | |
configuring gdbm | |
configuring pty | |
compiling ./enc/gb2312.c | |
compiling ./enc/gb18030.c | |
compiling ./enc/trans/emoji_sjis_docomo.c | |
compiling ./enc/gbk.c | |
compiling ./enc/iso_8859_1.c | |
configuring objspace | |
compiling ./enc/trans/emoji_sjis_kddi.c | |
configuring nkf | |
compiling ./enc/iso_8859_2.c | |
configuring digest | |
configuring digest/bubblebabble | |
configuring digest/md5 | |
compiling ./enc/iso_8859_3.c | |
compiling ./enc/trans/emoji_sjis_softbank.c | |
compiling ./enc/iso_8859_4.c | |
compiling ./enc/trans/escape.c | |
compiling ./enc/iso_8859_5.c | |
compiling ./enc/trans/gb18030.c | |
compiling ./enc/trans/gbk.c | |
compiling ./enc/iso_8859_6.c | |
compiling ./enc/iso_8859_7.c | |
compiling ./enc/iso_8859_8.c | |
compiling ./enc/trans/iso2022.c | |
compiling ./enc/iso_8859_9.c | |
compiling ./enc/trans/japanese.c | |
compiling ./enc/trans/japanese_euc.c | |
configuring date | |
compiling ./enc/iso_8859_10.c | |
compiling ./enc/trans/japanese_sjis.c | |
compiling ./enc/trans/korean.c | |
configuring readline | |
compiling ./enc/iso_8859_11.c | |
compiling ./enc/iso_8859_13.c | |
compiling ./enc/iso_8859_14.c | |
compiling ./enc/trans/single_byte.c | |
compiling ./enc/iso_8859_15.c | |
compiling ./enc/trans/utf8_mac.c | |
configuring io/console | |
compiling ./enc/iso_8859_16.c | |
configuring digest/rmd160 | |
compiling ./enc/koi8_r.c | |
compiling ./enc/trans/utf_16_32.c | |
compiling ./enc/koi8_u.c | |
compiling ./enc/shift_jis.c | |
configuring etc | |
compiling ./enc/utf_16be.c | |
compiling ./enc/utf_16le.c | |
configuring io/nonblock | |
compiling ./enc/utf_32be.c | |
linking transcoder transdb.bundle | |
linking transcoder big5.bundle | |
configuring bigdecimal | |
compiling ./enc/utf_32le.c | |
linking transcoder cesu_8.bundle | |
configuring io/wait | |
configuring -test-/arith_seq/extract | |
configuring -test-/array/resize | |
configuring -test-/bignum | |
configuring -test-/bug-14834 | |
configuring -test-/bug-3571 | |
configuring -test-/bug-5832 | |
configuring -test-/bug_reporter | |
configuring -test-/class | |
configuring -test-/cxxanyargs | |
linking transcoder chinese.bundle | |
compiling ./enc/windows_31j.c | |
linking transcoder ebcdic.bundle | |
compiling ./enc/windows_1250.c | |
linking transcoder emoji.bundle | |
configuring digest/sha1 | |
compiling ./enc/windows_1251.c | |
configuring -test-/debug | |
configuring fiddle | |
configuring -test-/dln/empty | |
configuring -test-/enumerator_kw | |
configuring -test-/exception | |
configuring -test-/fatal | |
configuring -test-/file | |
linking transcoder emoji_iso2022_kddi.bundle | |
compiling ./enc/windows_1252.c | |
linking transcoder emoji_sjis_docomo.bundle | |
compiling ./enc/windows_1253.c | |
linking transcoder emoji_sjis_kddi.bundle | |
compiling ./enc/windows_1254.c | |
linking transcoder emoji_sjis_softbank.bundle | |
compiling ./enc/windows_1257.c | |
linking transcoder escape.bundle | |
linking encoding encdb.bundle | |
linking transcoder gb18030.bundle | |
linking encoding big5.bundle | |
linking transcoder gbk.bundle | |
linking encoding cesu_8.bundle | |
linking transcoder iso2022.bundle | |
linking encoding cp949.bundle | |
linking transcoder japanese.bundle | |
linking encoding emacs_mule.bundle | |
linking transcoder japanese_euc.bundle | |
linking encoding euc_jp.bundle | |
linking transcoder japanese_sjis.bundle | |
configuring digest/sha2 | |
linking encoding euc_kr.bundle | |
linking transcoder korean.bundle | |
linking encoding euc_tw.bundle | |
linking transcoder single_byte.bundle | |
configuring -test-/float | |
configuring -test-/funcall | |
configuring -test-/gvl/call_without_gvl | |
configuring -test-/hash | |
configuring -test-/integer | |
linking encoding gb2312.bundle | |
configuring -test-/iseq_load | |
configuring -test-/iter | |
configuring -test-/load/dot.dot | |
configuring -test-/load/protect | |
configuring -test-/marshal/compat | |
configuring -test-/marshal/internal_ivar | |
configuring -test-/marshal/usr | |
configuring -test-/memory_status | |
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-/rb_call_super_kw | |
configuring -test-/recursion | |
linking transcoder utf8_mac.bundle | |
configuring -test-/regexp | |
configuring -test-/scan_args | |
configuring -test-/st/foreach | |
configuring -test-/st/numhash | |
configuring -test-/st/update | |
configuring -test-/string | |
configuring -test-/struct | |
configuring -test-/symbol | |
linking encoding gb18030.bundle | |
linking transcoder utf_16_32.bundle | |
linking encoding gbk.bundle | |
configuring rubyvm | |
linking encoding iso_8859_1.bundle | |
configuring -test-/thread_fd_close | |
configuring -test-/time | |
configuring -test-/tracepoint | |
configuring -test-/typeddata | |
configuring -test-/vm | |
configuring -test-/wait_for_single_fd | |
configuring zlib | |
linking encoding iso_8859_2.bundle | |
linking encoding iso_8859_3.bundle | |
linking encoding iso_8859_4.bundle | |
linking encoding iso_8859_5.bundle | |
linking encoding iso_8859_6.bundle | |
configuring psych | |
configuring cgi/escape | |
linking encoding iso_8859_7.bundle | |
configuring json | |
configuring json/generator | |
configuring json/parser | |
linking encoding iso_8859_8.bundle | |
configuring stringio | |
linking encoding iso_8859_9.bundle | |
configuring racc/cparse | |
linking encoding iso_8859_10.bundle | |
linking encoding iso_8859_11.bundle | |
configuring fiber | |
configuring sdbm | |
linking encoding iso_8859_13.bundle | |
linking encoding iso_8859_14.bundle | |
configuring continuation | |
configuring rbconfig/sizeof | |
linking encoding iso_8859_15.bundle | |
configuring dbm | |
linking encoding iso_8859_16.bundle | |
linking encoding koi8_r.bundle | |
linking encoding koi8_u.bundle | |
linking encoding shift_jis.bundle | |
linking encoding utf_16be.bundle | |
linking encoding utf_16le.bundle | |
linking encoding utf_32be.bundle | |
configuring fcntl | |
configuring ripper | |
configuring openssl | |
linking encoding utf_32le.bundle | |
configuring pathname | |
configuring coverage | |
linking encoding windows_31j.bundle | |
configuring socket | |
linking encoding windows_1250.bundle | |
linking encoding windows_1251.bundle | |
linking encoding windows_1252.bundle | |
linking encoding windows_1253.bundle | |
linking encoding windows_1254.bundle | |
linking encoding windows_1257.bundle | |
header: ndbm.h | |
library: libc | |
making encs | |
make[1]: Nothing to be done for `encs'. | |
generating makefile exts.mk | |
exts.mk updated | |
compiling strscan.c | |
compiling syslog.c | |
compiling monitor.c | |
compiling pty.c | |
compiling object_tracing.c | |
compiling digest.c | |
compiling nkf.c | |
compiling date_core.c | |
installing default monitor libraries | |
linking shared-object monitor.bundle | |
compiling objspace.c | |
linking shared-object syslog.bundle | |
installing default pty libraries | |
linking shared-object pty.bundle | |
installing default digest libraries | |
linking shared-object digest.bundle | |
installing default nkf libraries | |
compiling date_parse.c | |
installing default syslog libraries | |
compiling objspace_dump.c | |
installing digest libraries | |
compiling readline.c | |
compiling date_strftime.c | |
linking shared-object strscan.bundle | |
compiling console.c | |
compiling date_strptime.c | |
linking shared-object objspace.bundle | |
compiling nonblock.c | |
installing default date_core libraries | |
linking shared-object readline.bundle | |
installing default console libraries | |
linking shared-object io/nonblock.bundle | |
compiling wait.c | |
linking shared-object io/console.bundle | |
compiling etc.c | |
compiling bigdecimal.c | |
compiling extract.c | |
linking shared-object io/wait.bundle | |
compiling resize.c | |
linking shared-object -test-/arith_seq/extract.bundle | |
linking shared-object -test-/array/resize.bundle | |
compiling str2big.c | |
linking shared-object etc.bundle | |
compiling bug-14384.c | |
compiling mul.c | |
compiling bug.c | |
compiling init.c | |
compiling bug.c | |
linking shared-object -test-/bug_14834.bundle | |
compiling div.c | |
linking shared-object -test-/bug_3571.bundle | |
linking shared-object -test-/bug_5832.bundle | |
compiling bug_reporter.c | |
compiling intpack.c | |
compiling big2str.c | |
compiling init.c | |
compiling cxxanyargs.cpp | |
linking shared-object -test-/bug_reporter.bundle | |
compiling inspector.c | |
compiling bigzero.c | |
compiling empty.c | |
compiling class2name.c | |
linking shared-object -test-/dln/empty.bundle | |
compiling init.c | |
linking shared-object -test-/bignum.bundle | |
linking shared-object -test-/class.bundle | |
compiling profile_frames.c | |
compiling enumerator_kw.c | |
compiling dataerror.c | |
linking shared-object -test-/debug.bundle | |
linking shared-object nkf.bundle | |
compiling rb_fatal.c | |
compiling init.c | |
linking shared-object -test-/enumerator_kw.bundle | |
linking shared-object -test-/cxxanyargs.bundle | |
compiling enc_raise.c | |
compiling init.c | |
linking shared-object -test-/fatal/rb_fatal.bundle | |
compiling init.c | |
compiling funcall.c | |
compiling ensured.c | |
compiling fs.c | |
compiling call_without_gvl.c | |
compiling nextafter.c | |
compiling init.c | |
linking shared-object -test-/funcall.bundle | |
linking shared-object -test-/exception.bundle | |
compiling stat.c | |
linking shared-object -test-/gvl/call_without_gvl.bundle | |
linking shared-object -test-/float.bundle | |
compiling delete.c | |
compiling init.c | |
compiling iseq_load.c | |
linking shared-object -test-/file.bundle | |
compiling init.c | |
linking shared-object -test-/hash.bundle | |
compiling my_integer.c | |
compiling break.c | |
linking shared-object -test-/iseq_load.bundle | |
compiling yield.c | |
compiling dot.dot.c | |
compiling protect.c | |
compiling core_ext.c | |
compiling usrcompat.c | |
compiling internal_ivar.c | |
linking shared-object -test-/iter.bundle | |
linking shared-object -test-/load/dot.dot.bundle | |
linking shared-object -test-/integer.bundle | |
linking shared-object -test-/load/protect.bundle | |
linking shared-object bigdecimal.bundle | |
linking shared-object -test-/marshal/compat.bundle | |
compiling usrmarshal.c | |
linking shared-object -test-/marshal/internal_ivar.bundle | |
compiling memory_status.c | |
compiling init.c | |
compiling num2int.c | |
compiling bug.c | |
compiling path_to_class.c | |
linking shared-object -test-/marshal/usr.bundle | |
compiling postponed_job.c | |
linking shared-object -test-/memory_status.bundle | |
compiling arity.c | |
linking shared-object -test-/notimplement.bundle | |
linking shared-object -test-/path_to_class.bundle | |
compiling printf.c | |
linking shared-object -test-/num2int.bundle | |
linking shared-object -test-/postponed_job.bundle | |
compiling super.c | |
linking shared-object -test-/method.bundle | |
compiling rat.c | |
compiling receiver.c | |
compiling rb_call_super_kw.c | |
compiling init.c | |
compiling recursion.c | |
linking shared-object -test-/printf.bundle | |
compiling parse_depth_limit.c | |
linking shared-object -test-/proc.bundle | |
linking shared-object -test-/rational.bundle | |
compiling scan_args.c | |
linking shared-object -test-/rb_call_super_kw.bundle | |
linking shared-object -test-/recursion.bundle | |
compiling init.c | |
compiling foreach.c | |
compiling numhash.c | |
compiling update.c | |
compiling coderange.c | |
linking shared-object -test-/regexp.bundle | |
compiling len.c | |
linking shared-object -test-/st/numhash.bundle | |
linking shared-object -test-/st/update.bundle | |
compiling init.c | |
linking shared-object -test-/st/foreach.bundle | |
compiling capacity.c | |
compiling duplicate.c | |
compiling type.c | |
compiling fstring.c | |
compiling init.c | |
compiling enc_associate.c | |
compiling init.c | |
compiling thread_fd_close.c | |
compiling rb_str_dup.c | |
compiling member.c | |
compiling cstr.c | |
linking shared-object -test-/symbol.bundle | |
linking shared-object date_core.bundle | |
linking shared-object -test-/thread_fd_close.bundle | |
compiling qsort.c | |
linking shared-object -test-/scan_args.bundle | |
compiling nofree.c | |
linking shared-object -test-/struct.bundle | |
compiling ellipsize.c | |
compiling init.c | |
compiling normalize.c | |
compiling gc_hook.c | |
compiling modify.c | |
compiling set_len.c | |
compiling leap_second.c | |
compiling typeddata.c | |
compiling enc_str_buf_cat.c | |
compiling tracepoint.c | |
compiling new.c | |
compiling new.c | |
compiling at_exit.c | |
compiling wait_for_single_fd.c | |
compiling closure.c | |
linking shared-object -test-/typeddata.bundle | |
linking shared-object -test-/tracepoint.bundle | |
linking shared-object -test-/string.bundle | |
compiling conversions.c | |
closure.c:264:14: error: implicit declaration of function 'ffi_prep_closure' is invalid in C99 [-Werror,-Wimplicit-function-declaration] | |
result = ffi_prep_closure(pcl, cif, callback, (void *)self); | |
^ | |
linking shared-object -test-/vm/at_exit.bundle | |
1 error generated. | |
make[2]: *** [closure.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
linking shared-object -test-/time.bundle | |
compiling zlib.c | |
installing default libraries | |
linking shared-object -test-/wait_for_single_fd.bundle | |
compiling psych.c | |
compiling escape.c | |
compiling psych_emitter.c | |
make[1]: *** [ext/fiddle/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
compiling psych_parser.c | |
compiling psych_to_ruby.c | |
compiling psych_yaml_tree.c | |
linking shared-object cgi/escape.bundle | |
linking shared-object psych.bundle | |
linking shared-object zlib.bundle | |
make: *** [build-ext] Error 2 | |
+__rvm_make:0> return 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment