Skip to content

Instantly share code, notes, and snippets.

@littlefyr
Created June 18, 2010 22:36
Show Gist options
  • Save littlefyr/444319 to your computer and use it in GitHub Desktop.
Save littlefyr/444319 to your computer and use it in GitHub Desktop.
[2010-06-18 15:31:24] make
w: illegal option -- L
usage: w [hi] [user ...]
make: [libruby.1.9.1.dylib] Error 1 (ignored)
ld: in /usr/local/lib/libxml2.2.dylib, file was built for i386 which is not the architecture being linked (x86_64)
collect2: ld returned 1 exit status
make[1]: *** [../../.ext/i386-darwin10.3.0/tcltklib.bundle] Error 1
make: *** [mkmain.sh] Error 1
[2010-06-18 15:31:24] make
gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -L. -L/usr/local/lib main.o dmydln.o dmyencoding.o miniprelude.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o dmyext.o -lpthread -ldl -lobjc -o miniruby
rbconfig.rb updated
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./enc/make_encmake.rb --builtin-encs="ascii.o us_ascii.o unicode.o utf_8.o" --builtin-transes="newline.o" enc.mk
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb -I. -rrbconfig ./tool/compile_prelude.rb ./prelude.rb ./enc/prelude.rb ./gem_prelude.rb prelude.c
gcc -O2 -g -Wall -Wno-parentheses -fno-common -pipe -fno-common -I. -I.ext/include/i386-darwin10.3.0 -I./include -I. -DRUBY_EXPORT -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -o prelude.o -c prelude.c
ar rcu libruby-static.a dln.o encoding.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o
cc -dynamiclib -undefined suppress -flat_namespace -install_name /Users/adamvandenhoven/.rvm/rubies/ruby-1.9.1-p378/lib/libruby.dylib -current_version 1.9.1 -compatibility_version 1.9.1 dln.o encoding.o array.o bignum.o class.o compar.o complex.o dir.o enum.o enumerator.o error.o eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o random.o range.o rational.o re.o regcomp.o regenc.o regerror.o regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o st.o strftime.o string.o struct.o time.o transcode.o util.o variable.o version.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o prelude.o dmyext.o -o libruby.1.9.1.dylib
w -L 'Init_*' libruby.1.9.1.dylib
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o encdb.h ./template/encdb.h.tmpl ./enc enc
encdb.h unchanged
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " enc
make[1]: Nothing to be done for `enc'.
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " srcs
make[1]: Nothing to be done for `srcs'.
./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb ./tool/generic_erb.rb -c -o transdb.h ./template/transdb.h.tmpl ./enc/trans enc/trans
transdb.h unchanged
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " trans
make[1]: Nothing to be done for `./enc/trans'.
make -f enc.mk RUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " MINIRUBY="./miniruby -I./lib -I.ext/common -I./- -r./ext/purelib.rb " encs
mkdir -p .ext/i386-darwin10.3.0/enc .ext/i386-darwin10.3.0/enc/trans enc enc/trans
compiling bigdecimal
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/bigdecimal.bundle bigdecimal.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling continuation
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/continuation.bundle continuation.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling coverage
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/coverage.bundle coverage.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling curses
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/curses.bundle curses.o -L. -L../.. -L. -L/usr/local/lib -lruby -lncurses -ltermcap -lpthread -ldl -lobjc
compiling dbm
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/dbm.bundle dbm.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling digest
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/digest.bundle digest.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling digest/bubblebabble
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/digest/bubblebabble.bundle bubblebabble.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling digest/md5
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/digest/md5.bundle md5init.o md5ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc
compiling digest/rmd160
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/digest/rmd160.bundle rmd160init.o rmd160ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc
compiling digest/sha1
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/digest/sha1.bundle sha1init.o sha1ossl.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lcrypto -lpthread -ldl -lobjc
compiling digest/sha2
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/digest/sha2.bundle sha2.o sha2init.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling dl
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/dl.bundle cfunc.o dl.o cptr.o handle.o callback-0.o callback-1.o callback-2.o callback-3.o callback-4.o callback-5.o callback-6.o callback-7.o callback-8.o -L. -L../.. -L. -L/usr/local/lib -lruby -ldl -lpthread -ldl -lobjc
compiling dl/win32
compiling etc
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/etc.bundle etc.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling fcntl
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/fcntl.bundle fcntl.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling fiber
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/fiber.bundle fiber.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling gdbm
compiling iconv
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/iconv.bundle iconv.o -L. -L../.. -L. -L/usr/local/lib -lruby -liconv -lpthread -ldl -lobjc
compiling io/wait
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/io/wait.bundle wait.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling json
make[1]: Nothing to be done for `all'.
compiling json/ext/generator
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/i386-darwin10.3.0/json/ext/generator.bundle generator.o unicode.o -L. -L../../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling json/ext/parser
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../../.ext/i386-darwin10.3.0/json/ext/parser.bundle parser.o unicode.o -L. -L../../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling mathn/complex
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/mathn/complex.bundle complex.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling mathn/rational
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/mathn/rational.bundle rational.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling nkf
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/nkf.bundle nkf.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling openssl
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/openssl.bundle openssl_missing.o ossl.o ossl_asn1.o ossl_bio.o ossl_bn.o ossl_cipher.o ossl_config.o ossl_digest.o ossl_engine.o ossl_hmac.o ossl_ns_spki.o ossl_ocsp.o ossl_pkcs12.o ossl_pkcs5.o ossl_pkcs7.o ossl_pkey.o ossl_pkey_dh.o ossl_pkey_dsa.o ossl_pkey_ec.o ossl_pkey_rsa.o ossl_rand.o ossl_ssl.o ossl_ssl_session.o ossl_x509.o ossl_x509attr.o ossl_x509cert.o ossl_x509crl.o ossl_x509ext.o ossl_x509name.o ossl_x509req.o ossl_x509revoked.o ossl_x509store.o -L. -L../.. -L. -L/usr/local/lib -lruby -lssl -lcrypto -lpthread -ldl -lobjc
compiling pty
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/pty.bundle pty.o -L. -L../.. -L. -L/usr/local/lib -lruby -lutil -lpthread -ldl -lobjc
compiling racc/cparse
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../../.ext/i386-darwin10.3.0/racc/cparse.bundle cparse.o -L. -L../../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling readline
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/readline.bundle readline.o -L. -L../.. -L. -L/usr/local/lib -lruby -lreadline -lncurses -lpthread -ldl -lobjc
compiling ripper
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/ripper.bundle ripper.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
../../miniruby -I'../..' -I'../.././lib' -I'../../.ext/i386-darwin10.3.0' -I'../../.ext/common' -I./- -I'../.././ext' -rpurelib.rb ../.././ext/ripper/tools/generate.rb --mode=check --ids1src=../.././parse.y --ids2src=../.././ext/ripper/eventids2.c
compiling sdbm
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/sdbm.bundle _sdbm.o init.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling socket
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/socket.bundle socket.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling stringio
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/stringio.bundle stringio.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling strscan
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/strscan.bundle strscan.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling syck
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/syck.bundle bytecode.o emitter.o gram.o handler.o implicit.o node.o rubyext.o syck.o token.o yaml2byte.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling syslog
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/syslog.bundle syslog.o -L. -L../.. -L. -L/usr/local/lib -lruby -lpthread -ldl -lobjc
compiling tk
cc -dynamic -bundle -undefined suppress -flat_namespace -o ../../.ext/i386-darwin10.3.0/tcltklib.bundle stubs.o tcltklib.o -L. -L../.. -L/usr/X11/lib -L. -L/usr/local/lib -lruby -ltk8.5 -ltcl8.5 -lX11 -ldl -lpthread -ldl -lobjc
Path - /opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/X11/bin:/usr/local/git/bin:/Users/me/.ec2/bin
$ rvm --trace install 1.9.1
--trace install 1.9.1
rvm 0.1.38 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]
+ [[ -z '' ]]
+ [[ ! -z 1.9.1 ]]
+ rvm_action=use
+ [[ ! -z '' ]]
+ [[ ! -z '' ]]
+ [[ 2 -gt 0 ]]
+ rvm_token=install
+ shift
+ case "$rvm_token" in
+ export install_flag=1
+ install_flag=1
+ rvm_action=install
+ [[ -z install ]]
+ [[ ! -z '' ]]
+ [[ ! -z '' ]]
+ [[ 1 -gt 0 ]]
+ rvm_token=1.9.1
+ shift
+ case "$rvm_token" in
+ [[ ! -z 1.9.1 ]]
+ [[ gemset = \i\n\s\t\a\l\l ]]
++ echo 1.9.1
++ awk /,/
+ [[ ! -z '' ]]
+ /Users/me/.rvm/scripts/match 1.9.1 '^.+@.+$'
+ /Users/me/.rvm/scripts/match 1.9.1 -
+ /Users/me/.rvm/scripts/match 1.9.1 '^[0-9].[0-9]'
+ rvm_ruby_string=1.9.1
+ rvm_ruby_strings=1.9.1
+ rvm_action=install
+ [[ error = \i\n\s\t\a\l\l ]]
+ [[ -z install ]]
+ [[ ! -z '' ]]
+ [[ ! -z '' ]]
+ [[ 0 -gt 0 ]]
+ [[ 0 -gt 0 ]]
+ [[ ! -z '' ]]
+ export BUNDLE_PATH GEM_HOME GEM_PATH rvm_ruby_string rvm_action rvm_bin_flag rvm_debug_flag rvm_delete_flag rvm_docs_type rvm_file_name rvm_gemset_name rvm_head_flag rvm_install_on_use_flag rvm_interactive rvm_llvm_flag rvm_make_flags rvm_proxy rvm_remove_flag rvm_ruby_args rvm_ruby_configure_flags rvm_ruby_file rvm_ruby_gem_home rvm_ruby_interpreter rvm_ruby_name rvm_ruby_patch rvm_ruby_patch_name rvm_ruby_version rvm_system_flag rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag
+ export rvm_path rvm_rubies_path rvm_scripts_path rvm_archives_path rvm_src_path rvm_log_path rvm_bin_path rvm_gems_path rvm_config_path rvm_tmp_path rvm_hooks_path rvm_gems_cache_path rvm_gemset_separator
+ result=0
+ case "$rvm_action" in
+ [[ ! -z 1.9.1 ]]
+ /Users/me/.rvm/scripts/manage install 1.9.1
+ export rvm_trace_flag
+ rvm_action=install
+ rubies_string=1.9.1
+ __rvm_manage_rubies
+ rubies=()
+ successes=()
+ errors=()
+ statuses=()
+ unset rvm_gemset_name rvm_ruby_selected_flag
++ echo
++ awk -F@ '{print $1}'
+ rvm_ruby_gem_home=
++ echo 1.9.1
++ awk -F@ '{print $1}'
+ rvm_ruby_string=1.9.1
+ [[ ! -z 1.9.1 ]]
++ echo 1.9.1
++ tr , ' '
+ for rvm_ruby_string in '$(echo $rubies_string | tr '\'','\'' '\'' '\'')'
+ eval __rvm_install_ruby
++ __rvm_install_ruby
++ [[ -z '' ]]
++ __rvm_select
++ [[ -z 1.9.1 ]]
++ __rvm_ruby_string
++ [[ -z '' ]]
++ rvm_ruby_string=1.9.1
+++ /Users/me/.rvm/scripts/alias show 1.9.1
++ expanded_alias_name=
++ [[ -n '' ]]
++ [[ 1.9.1 = default ]]
+++ echo 1.9.1
+++ awk -F@ '{print $2}'
++ set_name=
++ [[ ! -z '' ]]
+++ echo 1.9.1
+++ awk -F@ '{print $1}'
++ ruby_string=1.9.1
++ __rvm_unset_ruby_variables
++ unset rvm_ruby_interpreter rvm_ruby_version rvm_url rvm_ruby_repo_url rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_make rvm_ruby_make_install rvm_ruby_revision rvm_ruby_tag rvm_release_version rvm_major_version rvm_minor_version rvm_ruby_gem_home rvm_ruby_binary rvm_ruby_home rvm_ruby_log_path rvm_ruby_src_path rvm_ruby_irbrc rvm_ruby_selected_flag rvm_ruby_src_path rvm_ruby_repo_url rvm_major_version rvm_minor_version rvm_ruby_gem_home rvm_head_flag rvm_ruby_configure rvm_ruby_mode rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_gem_path rvm_ruby_name rvm_ruby_alias rvm_ruby_strings rvm_ruby_repo_path
+++ echo 1.9.1
+++ tr - ' '
++ for string in '$(echo $ruby_string | tr '\''-'\'' '\'' '\'')'
++ [[ head = \1\.\9\.\1 ]]
++ [[ system = \1\.\9\.\1 ]]
++ [[ nightly = \1\.\9\.\1 ]]
++ /Users/me/.rvm/scripts/match 1.9.1 '^preview'
++ /Users/me/.rvm/scripts/match 1.9.1 '^rc[0-9]'
++ /Users/me/.rvm/scripts/match 1.9.1 '^[0-9]\.[0-9]'
++ rvm_ruby_version=1.9.1
++ unset rvm_ruby_revision rvm_ruby_tag
++ [[ -z '' ]]
++ /Users/me/.rvm/scripts/match 1.9.1 '^1\.[8-9]'
++ rvm_ruby_interpreter=ruby
++ [[ -z 1.9.1 ]]
++ [[ -z 1.9.1 ]]
++ rvm_ruby_string=ruby-1.9.1
++ [[ '' -eq 1 ]]
++ [[ ! -z '' ]]
++ [[ ! -z '' ]]
++ [[ ! -z '' ]]
++ [[ ! -z '' ]]
+++ __rvm_db ruby_1.9.1_patch_level
+++ key=ruby_1.9.1_patch_level
+++ variable=
+++ [[ -f /Users/me/.rvm/config/user ]]
++++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/user ruby_1.9.1_patch_level
+++ value=
+++ [[ -z '' ]]
++++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/db ruby_1.9.1_patch_level
+++ value=378
+++ [[ ! -z 378 ]]
+++ [[ -z '' ]]
+++ echo 378
+++ unset key value variable
++ patch_level=378
++ [[ ! -z 378 ]]
++ [[ ree = \r\u\b\y ]]
++ [[ rbx = \r\u\b\y ]]
++ rvm_ruby_patch_level=p378
++ [[ ! -z p378 ]]
+++ echo p378
+++ sed 's#^pp#p#'
++ rvm_ruby_patch_level=p378
++ rvm_ruby_string=ruby-1.9.1-p378
++ [[ ree = \r\u\b\y ]]
++ [[ rbx = \r\u\b\y ]]
+++ echo ruby-1.9.1-p378
+++ sed s#-pp#-p#
++ rvm_ruby_string=ruby-1.9.1-p378
++ rvm_archive_extension=tar.gz
++ case "$rvm_ruby_interpreter" in
++ [[ -z 1.9.1 ]]
+++ __rvm_db ruby_repo_url
+++ key=ruby_repo_url
+++ variable=
+++ [[ -f /Users/me/.rvm/config/user ]]
++++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/user ruby_repo_url
+++ value=
+++ [[ -z '' ]]
++++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/db ruby_repo_url
+++ value=http://svn.ruby-lang.org/repos/ruby
+++ [[ ! -z http://svn.ruby-lang.org/repos/ruby ]]
+++ [[ -z '' ]]
+++ echo http://svn.ruby-lang.org/repos/ruby
+++ unset key value variable
++ rvm_ruby_repo_url=http://svn.ruby-lang.org/repos/ruby
++ __rvm_gemset_select
++ command -v gem
++ [[ 0 -gt 0 ]]
++ rvm_ruby_global_gems_path=/Users/me/.rvm/gems/ruby-1.9.1-p378@global
++ [[ -z '' ]]
++ [[ ! -z '' ]]
++ [[ ! -z '' ]]
++ [[ ! -z ruby-1.9.1-p378 ]]
++ [[ ruby != \s\y\s\t\e\m ]]
++ rvm_ruby_gem_home=/Users/me/.rvm/gems/ruby-1.9.1-p378
++ [[ -z '' ]]
++ unset rvm_gemset_name
++ [[ ! -z '' ]]
++ [[ '' -eq 1 ]]
++ [[ -z /Users/me/.rvm/gems/ruby-1.9.1-p378 ]]
++ rvm_ruby_gem_path=/Users/me/.rvm/gems/ruby-1.9.1-p378:/Users/me/.rvm/gems/ruby-1.9.1-p378@global
++ mkdir -p /Users/me/.rvm/gems/ruby-1.9.1-p378
++ export rvm_ruby_gem_path rvm_ruby_gem_home
++ [[ ! -z ruby ]]
++ [[ system != \r\u\b\y ]]
++ [[ default != \r\u\b\y ]]
++ [[ ! -z 1.9.1 ]]
+++ echo 1.9.1
+++ awk -F. '{ print $1 }'
++ rvm_release_version=1
+++ echo 1.9.1
+++ awk -F. '{ print $2 }'
++ rvm_major_version=9
+++ echo 1.9.1
+++ awk -F. '{ print $3 }'
++ rvm_minor_version=1
++ rvm_ruby_package_name=ruby-1.9.1-p378
++ rvm_ruby_home=/Users/me/.rvm/rubies/ruby-1.9.1-p378
++ rvm_ruby_log_path=/Users/me/.rvm/log/ruby-1.9.1-p378
++ rvm_ruby_repo_path=/Users/me/.rvm/repos/ruby-1.9.1-p378
++ rvm_ruby_src_path=/Users/me/.rvm/src/ruby-1.9.1-p378
++ rvm_ruby_binary=/Users/me/.rvm/rubies/ruby-1.9.1-p378/bin/ruby
++ rvm_ruby_irbrc=/Users/me/.rvm/rubies/ruby-1.9.1-p378/.irbrc
++ rvm_ruby_gem_home=/Users/me/.rvm/gems/ruby-1.9.1-p378
++ rvm_ruby_gem_path=/Users/me/.rvm/gems/ruby-1.9.1-p378:/Users/me/.rvm/gems/ruby-1.9.1-p378@global
++ [[ maglev = \r\u\b\y ]]
++ [[ ! -z '' ]]
++ rvm_ruby_selected_flag=1
++ mkdir -p /Users/me/.rvm/log/ruby-1.9.1-p378
++ export rvm_ruby_interpreter rvm_ruby_version rvm_ruby_repo_url rvm_ruby_package_name rvm_url rvm_ruby_patch_level rvm_ruby_configure rvm_ruby_configure_flags rvm_ruby_make rvm_ruby_make_install rvm_ruby_revision rvm_ruby_tag rvm_release_version rvm_major_version rvm_minor_version rvm_gemset_name rvm_gems_path rvm_ruby_gem_home rvm_path rvm_src_path rvm_bin_path rvm_ruby_binary rvm_ruby_home rvm_log_path rvm_ruby_log_path rvm_src_path rvm_ruby_src_path rvm_ruby_irbrc rvm_ruby_selected_flag rvm_ruby_string
++ [[ ! -z '' ]]
++ case "$rvm_ruby_interpreter" in
++ __rvm_check_for_bison
++ [[ '' -gt 0 ]]
++ result=0
++ [[ 0 -gt 0 ]]
++ [[ rvm_make_flags_flag -eq 1 ]]
++ __rvm_install_source
++ [[ -z 1 ]]
++ /Users/me/.rvm/scripts/log info 'Installing Ruby from source to: /Users/me/.rvm/rubies/ruby-1.9.1-p378'
info: Installing Ruby from source to: /Users/me/.rvm/rubies/ruby-1.9.1-p378
++ __rvm_pushpop /Users/me/.rvm/src
++ [[ -z /Users/me/.rvm/src ]]
++ pushd /Users/me/.rvm/src
++ [[ ! -z '' ]]
++ result=0
++ __rvm_fetch_ruby
++ [[ -z 1 ]]
++ [[ -z '' ]]
++ [[ -z '' ]]
++ [[ -z '' ]]
++ rvm_ruby_package_name=ruby-1.9.1-p378
++ rvm_ruby_package_file=ruby-1.9.1-p378
++ rvm_archive_extension=tar.gz
++ [[ ! -s /Users/me/.rvm/archives/ruby-1.9.1-p378.tar.gz ]]
++ [[ ! -d /Users/me/.rvm/src/ruby-1.9.1-p378 ]]
++ [[ ! -z '' ]]
++ /Users/me/.rvm/scripts/log info '/Users/me/.rvm/src/ruby-1.9.1-p378 has already been extracted.'
info: /Users/me/.rvm/src/ruby-1.9.1-p378 has already been extracted.
++ __rvm_pushpop
++ [[ -z '' ]]
++ popd
++ return 0
++ result=0
++ [[ 0 -gt 0 ]]
++ builtin cd /Users/me/.rvm/src/ruby-1.9.1-p378
++ result=0
++ [[ 0 -gt 0 ]]
++ [[ -d /Users/me/.rvm/usr ]]
++ export PATH=/Users/me/.rvm/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/X11/bin:/usr/local/git/bin:/Users/me/.ec2/bin
++ PATH=/Users/me/.rvm/usr/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/mysql/bin:/usr/X11/bin:/usr/local/git/bin:/Users/me/.ec2/bin
++ [[ -z '' ]]
++ [[ ! -s /Users/me/.rvm/src/ruby-1.9.1-p378/configure ]]
++ [[ ! -z '' ]]
++ [[ -s ./configure ]]
++ __rvm_db ruby_configure_flags db_configure_flags
++ key=ruby_configure_flags
++ variable=db_configure_flags
++ [[ -f /Users/me/.rvm/config/user ]]
+++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/user ruby_configure_flags
++ value=
++ [[ -z '' ]]
+++ /Users/me/.rvm/scripts/db /Users/me/.rvm/config/db ruby_configure_flags
++ value=--enable-shared
++ [[ ! -z --enable-shared ]]
++ [[ -z db_configure_flags ]]
++ eval 'db_configure_flags='\''--enable-shared'\'''
+++ db_configure_flags=--enable-shared
++ unset key value variable
++ __rvm_run configure './configure --prefix=/Users/me/.rvm/rubies/ruby-1.9.1-p378 --enable-shared ' 'Configuring ruby-1.9.1-p378, this may take a while depending on your cpu(s)...'
++ log_file_name=configure
++ command='./configure --prefix=/Users/me/.rvm/rubies/ruby-1.9.1-p378 --enable-shared '
++ message='Configuring ruby-1.9.1-p378, this may take a while depending on your cpu(s)...'
++ [[ -z /Users/me/.rvm/log/ruby-1.9.1-p378 ]]
++ [[ ! -z Configuring ruby-1.9.1-p378, this may take a while depending on your cpu(s)... ]]
++ /Users/me/.rvm/scripts/log info 'Configuring ruby-1.9.1-p378, this may take a while depending on your cpu(s)...'
info: Configuring ruby-1.9.1-p378, this may take a while depending on your cpu(s)...
++ [[ ! -z '' ]]
+++ dirname /Users/me/.rvm/log/ruby-1.9.1-p378/configure.log
++ mkdir -p /Users/me/.rvm/log/ruby-1.9.1-p378
++ touch /Users/me/.rvm/log/ruby-1.9.1-p378/configure.log /Users/me/.rvm/log/ruby-1.9.1-p378/configure.error.log
++ tee /Users/me/.rvm/log/ruby-1.9.1-p378/configure.log
+++ date '+%Y-%m-%d %H:%M:%S'
++ echo '[2010-06-18 15:45:46] ./configure --prefix=/Users/me/.rvm/rubies/ruby-1.9.1-p378 --enable-shared '
++ [[ -z '' ]]
++ eval './configure --prefix=/Users/me/.rvm/rubies/ruby-1.9.1-p378 --enable-shared '
++ [[ 0 -gt 0 ]]
++ unset log_file command
++ result=0
++ [[ 0 -gt 0 ]]
++ unset configure_parameters db_configure_flags
++ [[ ! -z '' ]]
++ rvm_ruby_make=make
++ __rvm_run make 'make ' 'Compiling ruby-1.9.1-p378, this may take a while, depending on your cpu(s)...'
++ log_file_name=make
++ command='make '
++ message='Compiling ruby-1.9.1-p378, this may take a while, depending on your cpu(s)...'
++ [[ -z /Users/me/.rvm/log/ruby-1.9.1-p378 ]]
++ [[ ! -z Compiling ruby-1.9.1-p378, this may take a while, depending on your cpu(s)... ]]
++ /Users/me/.rvm/scripts/log info 'Compiling ruby-1.9.1-p378, this may take a while, depending on your cpu(s)...'
info: Compiling ruby-1.9.1-p378, this may take a while, depending on your cpu(s)...
++ [[ ! -z '' ]]
+++ dirname /Users/me/.rvm/log/ruby-1.9.1-p378/make.log
++ mkdir -p /Users/me/.rvm/log/ruby-1.9.1-p378
++ touch /Users/me/.rvm/log/ruby-1.9.1-p378/make.log /Users/me/.rvm/log/ruby-1.9.1-p378/make.error.log
++ tee /Users/me/.rvm/log/ruby-1.9.1-p378/make.log
+++ date '+%Y-%m-%d %H:%M:%S'
++ echo '[2010-06-18 15:46:16] make '
++ [[ -z '' ]]
++ eval 'make '
++ [[ 2 -gt 0 ]]
++ /Users/me/.rvm/scripts/log error 'Error running '\''make '\'', please check /Users/me/.rvm/log/ruby-1.9.1-p378/make*.log'
error: Error running 'make ', please check /Users/me/.rvm/log/ruby-1.9.1-p378/make*.log
++ __rvm_pushpop
++ [[ -z '' ]]
++ popd
++ return 1
++ result=1
++ [[ 1 -gt 0 ]]
++ /Users/me/.rvm/scripts/log error 'There has been an error while running make. Aborting the installation.'
error: There has been an error while running make. Aborting the installation.
++ __rvm_pushpop
++ [[ -z '' ]]
++ popd
++ return 1
++ rvm_hook=after_install
++ source /Users/me/.rvm/scripts/hook
+++ [[ ! -z after_install ]]
+++ [[ -s /Users/me/.rvm/hooks/after_install ]]
+++ unset rvm_hook
++ [[ ! -z '' ]]
+ __rvm_unset_ruby_variables
+ unset rvm_ruby_interpreter rvm_ruby_version rvm_url rvm_ruby_repo_url rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_make rvm_ruby_make_install rvm_ruby_revision rvm_ruby_tag rvm_release_version rvm_major_version rvm_minor_version rvm_ruby_gem_home rvm_ruby_binary rvm_ruby_home rvm_ruby_log_path rvm_ruby_src_path rvm_ruby_irbrc rvm_ruby_selected_flag rvm_ruby_src_path rvm_ruby_repo_url rvm_major_version rvm_minor_version rvm_ruby_gem_home rvm_head_flag rvm_ruby_configure rvm_ruby_mode rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_gem_path rvm_ruby_name rvm_ruby_alias rvm_ruby_strings rvm_ruby_repo_path
+ [[ ! -z '' ]]
+ [[ ! -z '' ]]
+ [[ ! -z '' ]]
+ exit 0
+ rm -rf '/Users/me/.rvm/tmp/37985*'
+ exit
+ result=0
+ [[ ! -z '' ]]
+ [[ ! -z 1 ]]
+ set +x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment