Created
November 2, 2014 22:35
-
-
Save mistidoi/54a856928301527ae723 to your computer and use it in GitHub Desktop.
[rvm] make.log
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
| [2014-11-02 16:29:46] __rvm_make | |
| __rvm_make () | |
| { | |
| \make "$@" || return $? | |
| } | |
| current path: /Users/brandonhamilton/.rvm/src/ruby-2.1.4 | |
| GEM_HOME=/Users/brandonhamilton/.rvm/gems/ruby-2.1.4 | |
| PATH=/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4/bin:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4@global/bin:/Users/brandonhamilton/.rvm/rubies/ruby-2.1.4/bin:/Users/brandonhamilton/.rvm/bin:/opt/local/include/gtk-2.0/gtk:/opt/local/bin:/opt/local/sbin:/Library/PostgreSQL/9.1/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/MacGPG2/bin | |
| GEM_PATH=/Users/brandonhamilton/.rvm/gems/ruby-2.1.4:/Users/brandonhamilton/.rvm/gems/ruby-2.1.4@global | |
| command(3): __rvm_make -j 1 | |
| ++ make -j 1 | |
| CC = gcc | |
| LD = ld | |
| LDSHARED = gcc -dynamiclib | |
| CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wshorten-64-to-32 -Wimplicit-function-declaration -Wextra-tokens -fno-common -pipe | |
| XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT | |
| CPPFLAGS = -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I. -I.ext/include/x86_64-darwin13.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/libksba/lib -L/usr/local/opt/openssl/lib -install_name /Users/brandonhamilton/.rvm/rubies/ruby-2.1.4/lib/libruby.2.1.0.dylib -current_version 2.1.0 -compatibility_version 2.1.0 -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation -fstack-protector -Wl,-u,_objc_msgSend -framework CoreFoundation | |
| SOLIBS = -lpthread -ldl -lobjc | |
| Using built-in specs. | |
| Target: i686-apple-darwin11 | |
| Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~182/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
| Thread model: posix | |
| gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00) | |
| compiling main.c | |
| compiling dmydln.c | |
| compiling miniinit.c | |
| compiling miniprelude.c | |
| translating probes probes.d | |
| . ./vm_opts.h | |
| compiling array.c | |
| compiling bignum.c | |
| compiling class.c | |
| compiling compar.c | |
| compiling complex.c | |
| compiling dir.c | |
| compiling dln_find.c | |
| compiling encoding.c | |
| compiling enum.c | |
| compiling enumerator.c | |
| 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 | |
| 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 | |
| compiling version.c | |
| compiling compile.c | |
| compiling debug.c | |
| compiling iseq.c | |
| compiling vm.c | |
| WARNING: While resolving call to function 'catch_i' arguments were dropped! | |
| compiling vm_dump.c | |
| compiling vm_backtrace.c | |
| compiling vm_trace.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 | |
| compiling newline.c | |
| compiling ./missing/setproctitle.c | |
| compiling dmyext.c | |
| linking miniruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment