Created
May 20, 2013 15:37
-
-
Save aaronjensen/5613010 to your computer and use it in GitHub Desktop.
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
| [2013-05-20 08:35:51] make | |
| current path: /Users/aaronjensen/.rvm/src/ruby-2.0.0-p195 | |
| command(2): make -j8 | |
| CC = /usr/bin/clang | |
| LD = ld | |
| LDSHARED = /usr/bin/clang -dynamiclib | |
| CFLAGS = -O3 -march=core2 -mfpmath=sse -msse4.2 -msse4.1 -O2 -fno-common -pipe | |
| XCFLAGS = -include ruby/config.h -include ruby/missing.h -DRUBY_EXPORT | |
| CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/libxslt/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -I. -I.ext/include/x86_64-darwin12.3.0 -I./include -I. | |
| DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/libxslt/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -install_name /Users/aaronjensen/.rvm/rubies/ruby-2.0.0-p195/lib/libruby.2.0.0.dylib -current_version 2.0.0 -compatibility_version 2.0.0 -Wl,-u,_objc_msgSend -Wl,-u,_objc_msgSend | |
| SOLIBS = | |
| linking miniruby | |
| generating encdb.h | |
| rbconfig.rb unchanged | |
| generating enc.mk | |
| generating prelude.c | |
| encdb.h unchanged | |
| compiling prelude.c | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| making srcs under enc | |
| linking static-library libruby.2.0.0-static.a | |
| make[1]: Nothing to be done for `srcs'. | |
| generating transdb.h | |
| verifying static-library libruby.2.0.0-static.a | |
| linking shared-library libruby.2.0.0.dylib | |
| transdb.h unchanged | |
| w: illegal option -- L | |
| usage: w [hi] [user ...] | |
| make: [libruby.2.0.0.dylib] Error 1 (ignored) | |
| making enc | |
| making trans | |
| generating makefile exts.mk | |
| make[1]: Nothing to be done for `enc'. | |
| make[1]: Nothing to be done for `./enc/trans'. | |
| making encs | |
| Failed to configure -test-/win32/dln. It will not be installed. | |
| Failed to configure -test-/win32/fd_setsize. It will not be installed. | |
| Failed to configure dl/win32. It will not be installed. | |
| Failed to configure fiddle/win32. It will not be installed. | |
| Failed to configure tk/tkutil. It will not be installed. | |
| Failed to configure win32ole. It will not be installed. | |
| installing default bug libraries | |
| installing default bug libraries | |
| installing default resize libraries | |
| installing default rb_fatal libraries | |
| installing default exception libraries | |
| installing default bug libraries | |
| installing default funcall libraries | |
| installing default debug libraries | |
| installing default break libraries | |
| installing default dot.dot libraries | |
| compiling num2int.c | |
| installing default usr libraries | |
| installing default compat libraries | |
| installing default method libraries | |
| installing default path_to_class libraries | |
| installing default old_thread_select libraries | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| installing default printf libraries | |
| installing default update libraries | |
| compiling typeddata.c | |
| installing default numhash libraries | |
| installing default symbol libraries | |
| installing default string libraries | |
| compiling wait_for_single_fd.c | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| make[2]: Nothing to be done for `all'. | |
| make[2]: Nothing to be done for `all'. | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| installing default num2int libraries | |
| installing default wait_for_single_fd libraries | |
| compiling bigdecimal.c | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| compiling continuation.c | |
| compiling coverage.c | |
| installing default typeddata libraries | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| num2int.c:82:21: error: expected ')' | |
| sprintf(buf, "%"PRI_LL_PREFIX"d", NUM2LL(num)); | |
| ^ | |
| /usr/include/secure/_stdio.h:49:56: note: expanded from macro 'sprintf' | |
| __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
| ^ | |
| num2int.c:82:5: note: to match this '(' | |
| sprintf(buf, "%"PRI_LL_PREFIX"d", NUM2LL(num)); | |
| ^ | |
| /usr/include/secure/_stdio.h:49:27: note: expanded from macro 'sprintf' | |
| __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
| ^ | |
| num2int.c:94:21: error: expected ')' | |
| sprintf(buf, "%"PRI_LL_PREFIX"u", NUM2ULL(num)); | |
| ^ | |
| /usr/include/secure/_stdio.h:49:56: note: expanded from macro 'sprintf' | |
| __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
| ^ | |
| num2int.c:94:5: note: to match this '(' | |
| sprintf(buf, "%"PRI_LL_PREFIX"u", NUM2ULL(num)); | |
| ^ | |
| /usr/include/secure/_stdio.h:49:27: note: expanded from macro 'sprintf' | |
| __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) | |
| ^ | |
| 2 errors generated. | |
| installing default coverage libraries | |
| make[2]: *** [num2int.o] Error 1 | |
| installing default bigdecimal libraries | |
| make[1]: *** [ext/-test-/num2int/all] Error 2 | |
| make[1]: *** Waiting for unfinished jobs.... | |
| installing default continuation libraries | |
| compiling curses.c | |
| linking shared-object continuation.bundle | |
| clang: warning: argument unused during compilation: '-mfpmath=sse' | |
| linking shared-object -test-/typeddata/typeddata.bundle | |
| installing default curses libraries | |
| linking shared-object -test-/wait_for_single_fd/wait_for_single_fd.bundle | |
| linking shared-object coverage.bundle | |
| linking shared-object curses.bundle | |
| linking shared-object bigdecimal.bundle | |
| make: *** [build-ext] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment