Created
September 28, 2012 16:17
-
-
Save krohrbaugh/3800753 to your computer and use it in GitHub Desktop.
Details for rvm compile issue (OSX 10.7.5, Xcode 4.5, apple-gcc42)
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
$ rvm --version | |
rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/] | |
$ which gcc-4.2 | |
/usr/local/bin/gcc-4.2 | |
$ gcc-4.2 --version | |
i686-apple-darwin11-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
$ brew --version | |
0.9.3 | |
$ brew list apple-gcc42 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-gfortran-4.2.1 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-gcc-4.2.1 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-g++-4.2.1 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/i686-apple-darwin11-cpp-4.2.1 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gfortran-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gfortran | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcov-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/gcc-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/g++-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/cpp-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/bin/c++-4.2 | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/include/gcc/ (4 files) | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/lib/gcc/ (72 files) | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/libexec/gcc/ (11 files) | |
/usr/local/Cellar/apple-gcc42/4.2.1-5666.3/share/man/ (10 files) | |
$ brew list automake | |
/usr/local/Cellar/automake/1.12.3/bin/automake-1.12 | |
/usr/local/Cellar/automake/1.12.3/bin/automake | |
/usr/local/Cellar/automake/1.12.3/bin/aclocal-1.12 | |
/usr/local/Cellar/automake/1.12.3/bin/aclocal | |
/usr/local/Cellar/automake/1.12.3/share/aclocal/ (2 files) | |
/usr/local/Cellar/automake/1.12.3/share/aclocal-1.12/ (36 files) | |
/usr/local/Cellar/automake/1.12.3/share/automake-1.12/ (77 files) | |
/usr/local/Cellar/automake/1.12.3/share/doc/automake/amhello-1.0.tar.gz | |
/usr/local/Cellar/automake/1.12.3/share/man/ (4 files) | |
$ brew list automake | |
/usr/local/Cellar/automake/1.12.3/bin/automake-1.12 | |
/usr/local/Cellar/automake/1.12.3/bin/automake | |
/usr/local/Cellar/automake/1.12.3/bin/aclocal-1.12 | |
/usr/local/Cellar/automake/1.12.3/bin/aclocal | |
/usr/local/Cellar/automake/1.12.3/share/aclocal/ (2 files) | |
/usr/local/Cellar/automake/1.12.3/share/aclocal-1.12/ (36 files) | |
/usr/local/Cellar/automake/1.12.3/share/automake-1.12/ (77 files) | |
/usr/local/Cellar/automake/1.12.3/share/doc/automake/amhello-1.0.tar.gz | |
/usr/local/Cellar/automake/1.12.3/share/man/ (4 files) | |
$ brew list autoconf | |
/usr/local/Cellar/autoconf/2.69/bin/ifnames | |
/usr/local/Cellar/autoconf/2.69/bin/autoupdate | |
/usr/local/Cellar/autoconf/2.69/bin/autoscan | |
/usr/local/Cellar/autoconf/2.69/bin/autoreconf | |
/usr/local/Cellar/autoconf/2.69/bin/autom4te | |
/usr/local/Cellar/autoconf/2.69/bin/autoheader | |
/usr/local/Cellar/autoconf/2.69/bin/autoconf | |
/usr/local/Cellar/autoconf/2.69/share/autoconf/ (42 files) | |
/usr/local/Cellar/autoconf/2.69/share/emacs/ (4 files) | |
/usr/local/Cellar/autoconf/2.69/share/man/ (9 files) | |
$ brew doctor | |
Warning: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link f` will cause other formulae to detect them during the | |
`./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
automake | |
autoconf |
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
$ CC=/usr/local/bin/gcc-4.2 rvm reinstall 1.9.3-perf --patch falcon --force-autoconf -j 3 | |
+__rvm_parse_args:638> [[ -n 4.3.11 ]] | |
+__rvm_parse_args:673> [[ -z '' && -n '' ]] | |
+__rvm_parse_args:676> [[ error == || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n reinstall ]] | |
+__rvm_parse_args:18> rvm_token=reinstall | |
+__rvm_parse_args:20> (( 6 > 0 )) | |
+__rvm_parse_args:22> next_token=1.9.3-perf | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case reinstall ([[:alnum:]]*|@*) | |
+__rvm_parse_args:31> case reinstall (use) | |
+__rvm_parse_args:31> case reinstall (install|uninstall|reinstall|try_install) | |
+__rvm_parse_args:44> export 'reinstall_flag=1' | |
+__rvm_parse_args:45> rvm_action=reinstall | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n 1.9.3-perf ]] | |
+__rvm_parse_args:18> rvm_token=1.9.3-perf | |
+__rvm_parse_args:20> (( 5 > 0 )) | |
+__rvm_parse_args:22> next_token=--patch | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case 1.9.3-perf ([[:alnum:]]*|@*) | |
+__rvm_parse_args:31> case 1.9.3-perf (use) | |
+__rvm_parse_args:31> case 1.9.3-perf (install|uninstall|reinstall|try_install) | |
+__rvm_parse_args:31> case 1.9.3-perf (gemset) | |
+__rvm_parse_args:31> case 1.9.3-perf (gemdir|gempath|gemhome) | |
+__rvm_parse_args:31> case 1.9.3-perf (pkg) | |
+__rvm_parse_args:31> case 1.9.3-perf (do|exec) | |
+__rvm_parse_args:31> case 1.9.3-perf (gem|rake|ruby) | |
+__rvm_parse_args:31> case 1.9.3-perf (fetch|version|srcdir|reset|debug|reload|update|monitor|notes|implode|seppuku|question|answer|env|unexport|requirements|automount|prepare) | |
+__rvm_parse_args:31> case 1.9.3-perf (mount) | |
+__rvm_parse_args:31> case 1.9.3-perf (rm|remove) | |
+__rvm_parse_args:31> case 1.9.3-perf (rtfm|RTFM|rvmrc|usage|help|inspect|list|ls|info|strings|get|current|docs|alias|rubygems|cleanup|tools|disk-usage|snapshot|repair|migrate|upgrade|cron|group|switch) | |
+__rvm_parse_args:31> case 1.9.3-perf (user) | |
+__rvm_parse_args:31> case 1.9.3-perf (load-rvmrc) | |
+__rvm_parse_args:31> case 1.9.3-perf (benchmark|bench) | |
+__rvm_parse_args:31> case 1.9.3-perf (specs|tests) | |
+__rvm_parse_args:31> case 1.9.3-perf (export) | |
+__rvm_parse_args:31> case 1.9.3-perf (alt*) | |
+__rvm_parse_args:31> case 1.9.3-perf (wrapper) | |
+__rvm_parse_args:31> case 1.9.3-perf (reboot|damnit|wtf|argh|BOOM|boom|wth) | |
+__rvm_parse_args:31> case 1.9.3-perf (in) | |
+__rvm_parse_args:31> case 1.9.3-perf (*,*) | |
+__rvm_parse_args:31> case 1.9.3-perf (@*) | |
+__rvm_parse_args:31> case 1.9.3-perf (*@*) | |
+__rvm_parse_args:31> case 1.9.3-perf (*+*) | |
+__rvm_parse_args:31> case 1.9.3-perf (*-*|+([[:digit:]]).+([[:digit:]])*) | |
+__rvm_parse_args:280> rvm_action=reinstall | |
+__rvm_parse_args:281> rvm_ruby_string=1.9.3-perf | |
+__rvm_parse_args:282> rvm_ruby_strings=1.9.3-perf | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n --patch ]] | |
+__rvm_parse_args:18> rvm_token=--patch | |
+__rvm_parse_args:20> (( 4 > 0 )) | |
+__rvm_parse_args:22> next_token=falcon | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case --patch ([[:alnum:]]*|@*) | |
+__rvm_parse_args:28> case --patch (-*) | |
+__rvm_parse_args:339> case --patch (-S) | |
+__rvm_parse_args:339> case --patch (-e) | |
+__rvm_parse_args:339> case --patch (-v|--version) | |
+__rvm_parse_args:339> case --patch (-n|--name) | |
+__rvm_parse_args:339> case --patch (--branch) | |
+__rvm_parse_args:339> case --patch (--repository|--repo|--url) | |
+__rvm_parse_args:339> case --patch (-r|--remote|--binary) | |
+__rvm_parse_args:339> case --patch (--ree-options) | |
+__rvm_parse_args:339> case --patch (--patches|--patch) | |
+__rvm_parse_args:414> export -a rvm_patch_names | |
+__rvm_parse_args:415> __rvm_custom_separated_array rvm_patch_names , falcon | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=, | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval 'rvm_patch_names+=( ${=3} )' | |
+(eval):1> rvm_patch_names+=( falcon ) | |
+__rvm_parse_args:416> next_token=--force-autoconf | |
+__rvm_parse_args:417> (( 3 == 0 )) | |
+__rvm_parse_args:417> shift | |
+__rvm_parse_args:418> rvm_patch_original_pwd=/Users/krohrbaugh | |
+__rvm_parse_args:419> rvm_disable_binary_flag=1 | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n --force-autoconf ]] | |
+__rvm_parse_args:18> rvm_token=--force-autoconf | |
+__rvm_parse_args:20> (( 2 > 0 )) | |
+__rvm_parse_args:22> next_token=-j | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case --force-autoconf ([[:alnum:]]*|@*) | |
+__rvm_parse_args:28> case --force-autoconf (-*) | |
+__rvm_parse_args:339> case --force-autoconf (-S) | |
+__rvm_parse_args:339> case --force-autoconf (-e) | |
+__rvm_parse_args:339> case --force-autoconf (-v|--version) | |
+__rvm_parse_args:339> case --force-autoconf (-n|--name) | |
+__rvm_parse_args:339> case --force-autoconf (--branch) | |
+__rvm_parse_args:339> case --force-autoconf (--repository|--repo|--url) | |
+__rvm_parse_args:339> case --force-autoconf (-r|--remote|--binary) | |
+__rvm_parse_args:339> case --force-autoconf (--ree-options) | |
+__rvm_parse_args:339> case --force-autoconf (--patches|--patch) | |
+__rvm_parse_args:339> case --force-autoconf (--arch|--archflags) | |
+__rvm_parse_args:339> case --force-autoconf (--with-arch=*) | |
+__rvm_parse_args:339> case --force-autoconf (--32) | |
+__rvm_parse_args:339> case --force-autoconf (--64) | |
+__rvm_parse_args:339> case --force-autoconf (--universal) | |
+__rvm_parse_args:339> case --force-autoconf (--bin) | |
+__rvm_parse_args:339> case --force-autoconf (--rdoc|--yard) | |
+__rvm_parse_args:339> case --force-autoconf (-f|--file) | |
+__rvm_parse_args:339> case --force-autoconf (--passenger) | |
+__rvm_parse_args:339> case --force-autoconf (--editor) | |
+__rvm_parse_args:339> case --force-autoconf (--symlink) | |
+__rvm_parse_args:339> case --force-autoconf (-h|--help) | |
+__rvm_parse_args:339> case --force-autoconf (-l|--level) | |
+__rvm_parse_args:339> case --force-autoconf (--sha|--make|--make-install) | |
+__rvm_parse_args:339> case --force-autoconf (--nice|--sdk|--autoconf-flags|--proxy) | |
+__rvm_parse_args:339> case --force-autoconf (--disable-llvm|--disable-jit) | |
+__rvm_parse_args:339> case --force-autoconf (--enable-llvm|--enable-jit) | |
+__rvm_parse_args:339> case --force-autoconf (--install) | |
+__rvm_parse_args:339> case --force-autoconf (--color=*) | |
+__rvm_parse_args:339> case --force-autoconf (--pretty) | |
+__rvm_parse_args:339> case --force-autoconf (--1.8|--1.9|--18|--19) | |
+__rvm_parse_args:339> case --force-autoconf (--rvmrc|--versions-conf|--ruby-version) | |
+__rvm_parse_args:339> case --force-autoconf (--head|--static) | |
+__rvm_parse_args:339> case --force-autoconf (--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent) | |
+__rvm_parse_args:560> rvm_token=force-autoconf | |
+__rvm_parse_args:561> rvm_token=force_autoconf | |
+__rvm_parse_args:562> export 'rvm_force_autoconf_flag=1' | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n -j ]] | |
+__rvm_parse_args:18> rvm_token=-j | |
+__rvm_parse_args:20> (( 1 > 0 )) | |
+__rvm_parse_args:22> next_token=3 | |
+__rvm_parse_args:23> shift | |
+__rvm_parse_args:28> case -j ([[:alnum:]]*|@*) | |
+__rvm_parse_args:28> case -j (-*) | |
+__rvm_parse_args:339> case -j (-S) | |
+__rvm_parse_args:339> case -j (-e) | |
+__rvm_parse_args:339> case -j (-v|--version) | |
+__rvm_parse_args:339> case -j (-n|--name) | |
+__rvm_parse_args:339> case -j (--branch) | |
+__rvm_parse_args:339> case -j (--repository|--repo|--url) | |
+__rvm_parse_args:339> case -j (-r|--remote|--binary) | |
+__rvm_parse_args:339> case -j (--ree-options) | |
+__rvm_parse_args:339> case -j (--patches|--patch) | |
+__rvm_parse_args:339> case -j (--arch|--archflags) | |
+__rvm_parse_args:339> case -j (--with-arch=*) | |
+__rvm_parse_args:339> case -j (--32) | |
+__rvm_parse_args:339> case -j (--64) | |
+__rvm_parse_args:339> case -j (--universal) | |
+__rvm_parse_args:339> case -j (--bin) | |
+__rvm_parse_args:339> case -j (--rdoc|--yard) | |
+__rvm_parse_args:339> case -j (-f|--file) | |
+__rvm_parse_args:339> case -j (--passenger) | |
+__rvm_parse_args:339> case -j (--editor) | |
+__rvm_parse_args:339> case -j (--symlink) | |
+__rvm_parse_args:339> case -j (-h|--help) | |
+__rvm_parse_args:339> case -j (-l|--level) | |
+__rvm_parse_args:339> case -j (--sha|--make|--make-install) | |
+__rvm_parse_args:339> case -j (--nice|--sdk|--autoconf-flags|--proxy) | |
+__rvm_parse_args:339> case -j (--disable-llvm|--disable-jit) | |
+__rvm_parse_args:339> case -j (--enable-llvm|--enable-jit) | |
+__rvm_parse_args:339> case -j (--install) | |
+__rvm_parse_args:339> case -j (--color=*) | |
+__rvm_parse_args:339> case -j (--pretty) | |
+__rvm_parse_args:339> case -j (--1.8|--1.9|--18|--19) | |
+__rvm_parse_args:339> case -j (--rvmrc|--versions-conf|--ruby-version) | |
+__rvm_parse_args:339> case -j (--head|--static) | |
+__rvm_parse_args:339> case -j (--self|--gem|--rubygems|--reconfigure|--default|--force|--export|--summary|--latest|--yaml|--json|--archive|--shebang|--env|--path|--cron|--tail|--delete|--verbose|--import|--sticky|--create|--gems|--docs|--skip-autoreconf|--force-autoconf|--auto|--autoinstall-bundler|--disable-binary|--ignore-gemsets|--skip-gemsets|--debug|--quiet|--silent) | |
+__rvm_parse_args:339> case -j (--dump-environment|--verify-downloads) | |
+__rvm_parse_args:339> case -j (--clang) | |
+__rvm_parse_args:339> case -j (-M) | |
+__rvm_parse_args:339> case -j (-j) | |
+__rvm_parse_args:594> [[ -n 3 ]] | |
+__rvm_parse_args:596> rvm_make_flags+=( -j3 ) | |
+__rvm_parse_args:597> next_token='' | |
+__rvm_parse_args:598> (( 0 == 0 )) | |
+__rvm_parse_args:673> [[ -z reinstall ]] | |
+__rvm_parse_args:676> [[ error == reinstall || 0 -eq 1 || -n '' ]] | |
+__rvm_parse_args:16> [[ -n '' ]] | |
+__rvm_parse_args:681> : rvm_ruby_args:0:: | |
+__rvm_parse_args:683> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:11> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:21> export __array_start rvm_path | |
+/Users/krohrbaugh/.rvm/scripts/base:26> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:28> __array_start=1 | |
+/Users/krohrbaugh/.rvm/scripts/base:33> (( 0 == 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/base:35> [[ -n 022 ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:36> rvm_rvmrc_files=( /etc/rvmrc /Users/krohrbaugh/.rvmrc ) | |
+/Users/krohrbaugh/.rvm/scripts/base:37> [[ -n /Users/krohrbaugh ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:37> [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:41> rvmrc=/etc/rvmrc | |
+/Users/krohrbaugh/.rvm/scripts/base:43> [[ -f /etc/rvmrc ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:41> rvmrc=/Users/krohrbaugh/.rvmrc | |
+/Users/krohrbaugh/.rvm/scripts/base:43> [[ -f /Users/krohrbaugh/.rvmrc ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:54> source /Users/krohrbaugh/.rvmrc | |
+/Users/krohrbaugh/.rvmrc:1> export 'rvm_project_rvmrc=1' | |
+/Users/krohrbaugh/.rvmrc:2> export 'rvm_project_rvmrc_default=1' | |
+/Users/krohrbaugh/.rvmrc:3> export 'rvm_path=/Users/krohrbaugh/.rvm' | |
+/Users/krohrbaugh/.rvm/scripts/base:58> unset rvm_rvmrc_files | |
+/Users/krohrbaugh/.rvm/scripts/base:61> export rvm_path | |
+/Users/krohrbaugh/.rvm/scripts/base:62> [[ -z /Users/krohrbaugh/.rvm ]] | |
+/Users/krohrbaugh/.rvm/scripts/base:74> true /Users/krohrbaugh/.rvm/scripts | |
+/Users/krohrbaugh/.rvm/scripts/base:77> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:1: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+/Users/krohrbaugh/.rvm/scripts/base:81> case (*[[:space:]]selector[[:space:]]*) | |
+/Users/krohrbaugh/.rvm/scripts/base:81> case (*) | |
+/Users/krohrbaugh/.rvm/scripts/base:86> source /Users/krohrbaugh/.rvm/scripts/selector | |
+/Users/krohrbaugh/.rvm/scripts/base:87> source /Users/krohrbaugh/.rvm/scripts/selector_gemsets | |
+/Users/krohrbaugh/.rvm/scripts/base:91> typeset -a scripts | |
+/Users/krohrbaugh/.rvm/scripts/base:92> scripts=( logging support utility init cleanup env rvmrc install environment gemset db bundler checksum ) | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=logging | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:40> rvm_error_clr=+/Users/krohrbaugh/.rvm/scripts/functions/logging:40> /Users/krohrbaugh/.rvm/scripts/color red | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:40> rvm_error_clr='[31m' | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:41> rvm_warn_clr=+/Users/krohrbaugh/.rvm/scripts/functions/logging:41> /Users/krohrbaugh/.rvm/scripts/color yellow | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:41> rvm_warn_clr='[33m' | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:42> rvm_debug_clr=+/Users/krohrbaugh/.rvm/scripts/functions/logging:42> /Users/krohrbaugh/.rvm/scripts/color magenta | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:42> rvm_debug_clr='[35m' | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:43> rvm_notify_clr=+/Users/krohrbaugh/.rvm/scripts/functions/logging:43> /Users/krohrbaugh/.rvm/scripts/color green | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:43> rvm_notify_clr='[32m' | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:44> rvm_reset_clr=+/Users/krohrbaugh/.rvm/scripts/functions/logging:44> /Users/krohrbaugh/.rvm/scripts/color reset | |
+/Users/krohrbaugh/.rvm/scripts/functions/logging:44> rvm_reset_clr='(B[m' | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=support | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+/Users/krohrbaugh/.rvm/scripts/functions/support:3> [[ -z tar ]] | |
+/Users/krohrbaugh/.rvm/scripts/functions/support:12> [[ ! " ${rvm_tar_options:-} " -regex-match " --no-same-owner " ]] | |
+/Users/krohrbaugh/.rvm/scripts/functions/support:13> GREP_OPTIONS='' grep -- --no-same-owner | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=utility | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=init | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/init | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=cleanup | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=env | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/env | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=rvmrc | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+/Users/krohrbaugh/.rvm/scripts/functions/rvmrc:3> export escape_flag _first _second | |
+/Users/krohrbaugh/.rvm/scripts/functions/rvmrc:4> escape_flag=1 | |
+/Users/krohrbaugh/.rvm/scripts/functions/rvmrc:5> _first=1 | |
+/Users/krohrbaugh/.rvm/scripts/functions/rvmrc:6> _second=2 | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=install | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/install | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=environment | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=gemset | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=db | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/db | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=bundler | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
+/Users/krohrbaugh/.rvm/scripts/base:95> entry=checksum | |
+/Users/krohrbaugh/.rvm/scripts/base:96> source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
+/Users/krohrbaugh/.rvm/scripts/base:98> unset scripts entry rvm_base_except | |
+/Users/krohrbaugh/.rvm/scripts/manage:12> source /Users/krohrbaugh/.rvm/scripts/patches | |
+/Users/krohrbaugh/.rvm/scripts/manage:13> source /Users/krohrbaugh/.rvm/scripts/functions/build | |
+/Users/krohrbaugh/.rvm/scripts/manage:14> source /Users/krohrbaugh/.rvm/scripts/functions/pkg | |
+/Users/krohrbaugh/.rvm/scripts/manage:15> source /Users/krohrbaugh/.rvm/scripts/functions/irbrc | |
+/Users/krohrbaugh/.rvm/scripts/manage:16> source /Users/krohrbaugh/.rvm/scripts/functions/db | |
+/Users/krohrbaugh/.rvm/scripts/manage:17> source /Users/krohrbaugh/.rvm/scripts/functions/manage/base | |
+/Users/krohrbaugh/.rvm/scripts/manage:19> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/manage:22> unset RUBYLIB RUBYOPT | |
+/Users/krohrbaugh/.rvm/scripts/manage:24> binaries=( ) | |
+/Users/krohrbaugh/.rvm/scripts/manage:26> __rvm_manage_rubies | |
+__rvm_manage_rubies:2> typeset manage_result bin_line current_ruby_string | |
+__rvm_manage_rubies:3> typeset -a rubies | |
+__rvm_manage_rubies:4> rubies=( ) | |
+__rvm_manage_rubies:6> rvm_gemset_name='' | |
+__rvm_manage_rubies:7> rvm_ruby_selected_flag=0 | |
+__rvm_manage_rubies:8> rvm_ruby_gem_home='//@*' | |
+__rvm_manage_rubies:9> rvm_ruby_string=1.9.3-perf | |
+__rvm_manage_rubies:13> [[ -n 1.9.3-perf && 1.9.3-perf != all ]] | |
+__rvm_manage_rubies:15> __rvm_custom_separated_array rubies , 1.9.3-perf | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=, | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval 'rubies+=( ${=3} )' | |
+(eval):1> rubies+=( 1.9.3-perf ) | |
+__rvm_manage_rubies:36> rvm_ruby_string=1.9.3-perf | |
+__rvm_manage_rubies:38> rvm_debug '1.9.3-perf - reinstall' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_manage_rubies:39> current_ruby_string=1.9.3-perf | |
+__rvm_manage_rubies:43> rvm_hook=before_install | |
+__rvm_manage_rubies:44> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:before_install | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n before_install ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_manage_rubies:45> __rvm_reinstall_ruby | |
+__rvm_reinstall_ruby:2> __rvm_remove_ruby reinstall | |
+__rvm_remove_ruby:2> (( 0 )) | |
+__rvm_remove_ruby:2> __rvm_select | |
+__rvm_select:2> true | |
+__rvm_select:3> typeset _original_env_string | |
+__rvm_select:4> _original_env_string='' | |
+__rvm_select:7> export -a rvm_configure_flags rvm_patch_names rvm_ree_options rvm_make_flags | |
+__rvm_select:8> export GEM_HOME GEM_PATH MY_RUBY_HOME RUBY_VERSION IRBRC | |
+__rvm_select:9> export rvm_env_string rvm_action rvm_alias_expanded rvm_archive_extension rvm_bin_flag rvm_bin_path rvm_debug_flag rvm_default_flag rvm_delete_flag rvm_docs_type rvm_dump_environment_flag rvm_error_message rvm_expanding_aliases rvm_file_name rvm_gemdir_flag rvm_gemset_name rvm_gemstone_package_file rvm_gemstone_url rvm_head_flag rvm_hook rvm_install_on_use_flag rvm_llvm_flag rvm_loaded_flag rvm_niceness rvm_nightly_flag rvm_only_path_flag rvm_parse_break rvm_patch_original_pwd rvm_pretty_print_flag rvm_proxy rvm_quiet_flag rvm_reload_flag rvm_remove_flag rvm_ruby_alias rvm_ruby_args rvm_ruby_binary rvm_ruby_bits rvm_ruby_configure rvm_ruby_file rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_global_gems_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_make rvm_ruby_make_install rvm_ruby_minor_version rvm_ruby_mode rvm_ruby_name rvm_ruby_package_file rvm_ruby_package_name rvm_ruby_patch rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_sha rvm_ruby_string rvm_ruby_strings rvm_ruby_tag rvm_ruby_url rvm_ruby_user_tag rvm_ruby_version rvm_script_name rvm_sdk rvm_silent_flag rvm_sticky_flag rvm_system_flag rvm_token rvm_trace_flag rvm_use_flag rvm_user_flag rvm_verbose_flag rvm_wrapper_name rvm_architectures | |
+__rvm_select:11> [[ -z 1.9.3-perf ]] | |
+__rvm_select:35> __rvm_ruby_string | |
+__rvm_ruby_string:10> typeset ruby_string gemset_name expanded_alias_name repo_url branch_name ruby_name | |
+__rvm_ruby_string:12> __rvm_default_flags | |
+__rvm_default_flags:2> true 0 0 | |
+__rvm_ruby_string:14> rvm_expanding_aliases='' | |
+__rvm_ruby_string:16> true '' '' '' '' '' '' '' @ 1.9.3-perf 0 0 | |
+__rvm_ruby_string:22> echo 1.9.3-perf | |
+__rvm_ruby_string:29> (( rvm_expanding_aliases == 0 )) | |
+__rvm_ruby_string:30> [[ -n 1.9.3-perf && 1.9.3-perf != system ]] | |
+__rvm_ruby_string:32> expanded_alias_name=+__rvm_ruby_string:32> expanded_alias_name='' | |
+__rvm_ruby_string:33> [[ -n '' ]] | |
+__rvm_ruby_string:36> [[ 1.9.3-perf == default ]] | |
+__rvm_ruby_string:43> echo 1.9.3-perf | |
+__rvm_ruby_string:49> ruby_string=1.9.3-perf | |
+__rvm_ruby_string:50> gemset_name='' | |
+__rvm_ruby_string:51> repo_url='' | |
+__rvm_ruby_string:52> branch_name='' | |
+__rvm_ruby_string:53> ruby_name='' | |
+__rvm_ruby_string:55> __rvm_unset_ruby_variables | |
+__rvm_unset_ruby_variables:3> unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
+__rvm_unset_ruby_variables:4> __rvm_load_rvmrc | |
+__rvm_load_rvmrc:2> typeset _file | |
+__rvm_load_rvmrc:3> typeset -a rvm_rvmrc_files | |
+__rvm_load_rvmrc:4> (( 0 == 1 )) | |
+__rvm_load_rvmrc:9> [[ -n 022 ]] | |
+__rvm_load_rvmrc:11> rvm_rvmrc_files=( /etc/rvmrc /Users/krohrbaugh/.rvmrc ) | |
+__rvm_load_rvmrc:12> [[ -n /Users/krohrbaugh ]] | |
+__rvm_load_rvmrc:12> [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
+__rvm_load_rvmrc:15> _file=/etc/rvmrc | |
+__rvm_load_rvmrc:17> [[ -s /etc/rvmrc ]] | |
+__rvm_load_rvmrc:15> _file=/Users/krohrbaugh/.rvmrc | |
+__rvm_load_rvmrc:17> [[ -s /Users/krohrbaugh/.rvmrc ]] | |
+__rvm_load_rvmrc:28> source /Users/krohrbaugh/.rvmrc | |
+/Users/krohrbaugh/.rvmrc:1> export 'rvm_project_rvmrc=1' | |
+/Users/krohrbaugh/.rvmrc:2> export 'rvm_project_rvmrc_default=1' | |
+/Users/krohrbaugh/.rvmrc:3> export 'rvm_path=/Users/krohrbaugh/.rvm' | |
+__rvm_load_rvmrc:32> return 0 | |
+__rvm_ruby_string:57> rvm_ruby_repo_url='' | |
+__rvm_ruby_string:58> rvm_ruby_repo_branch='' | |
+__rvm_ruby_string:59> rvm_ruby_name='' | |
+__rvm_ruby_string:61> [[ -n '' ]] | |
+__rvm_ruby_string:67> strings=( ) | |
+__rvm_ruby_string:68> __rvm_custom_separated_array strings - 1.9.3-perf | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=- | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval 'strings+=( ${=3} )' | |
+(eval):1> strings+=( 1.9.3 perf ) | |
+__rvm_ruby_string:70> (( 2 == 0 )) | |
+__rvm_ruby_string:85> string=1.9.3 | |
+__rvm_ruby_string:87> case 1.9.3 (head) | |
+__rvm_ruby_string:87> case 1.9.3 (system) | |
+__rvm_ruby_string:87> case 1.9.3 (ext|external) | |
+__rvm_ruby_string:87> case 1.9.3 (nightly) | |
+__rvm_ruby_string:87> case 1.9.3 (preview*) | |
+__rvm_ruby_string:87> case 1.9.3 (rc[[:digit:]]*) | |
+__rvm_ruby_string:87> case 1.9.3 ([[:digit:]].[[:digit:]]*) | |
+__rvm_ruby_string:137> [[ '' == rbx ]] | |
+__rvm_ruby_string:150> case 1.9.3 (0.+([[:digit:]])|0.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]])|2.+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]]).+([[:digit:]]).+([[:digit:]])|1.+([[:digit:]])) | |
+__rvm_ruby_string:152> rvm_ruby_version=1.9.3 | |
+__rvm_ruby_string:153> rvm_ruby_revision='' | |
+__rvm_ruby_string:154> rvm_ruby_tag='' | |
+__rvm_ruby_string:85> string=perf | |
+__rvm_ruby_string:87> case perf (head) | |
+__rvm_ruby_string:87> case perf (system) | |
+__rvm_ruby_string:87> case perf (ext|external) | |
+__rvm_ruby_string:87> case perf (nightly) | |
+__rvm_ruby_string:87> case perf (preview*) | |
+__rvm_ruby_string:87> case perf (rc[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf ([[:digit:]].[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (p[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf ([[:digit:]][[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (r[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (s[[:alnum:]]*) | |
+__rvm_ruby_string:87> case perf (tv[[:digit:]]*|t[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (m[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (u[[:alnum:]]*) | |
+__rvm_ruby_string:87> case perf (a[[:digit:]][[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (b[[:digit:]]*) | |
+__rvm_ruby_string:87> case perf (ruby|rbx|jruby|macruby|ree|kiji|rubinius|maglev|ironruby|goruby|tcs) | |
+__rvm_ruby_string:87> case perf ([[:alpha:]]*([[:alnum:]]|_)) | |
+__rvm_ruby_string:248> rvm_ruby_name=perf | |
+__rvm_ruby_string:258> [[ -z '' ]] | |
+__rvm_ruby_string:261> case 1.9.3 (1.[8-9]*) | |
+__rvm_ruby_string:262> rvm_ruby_interpreter=ruby | |
+__rvm_ruby_string:274> rvm_ruby_version=1.9.3 | |
+__rvm_ruby_string:275> [[ -z 1.9.3 ]] | |
+__rvm_ruby_string:282> [[ -z 1.9.3 ]] | |
+__rvm_ruby_string:286> rvm_ruby_string=ruby-1.9.3 | |
+__rvm_ruby_string:289> [[ ruby == ext ]] | |
+__rvm_ruby_string:293> (( 0 == 1 )) | |
+__rvm_ruby_string:297> [[ -n '' ]] | |
+__rvm_ruby_string:301> [[ -n '' ]] | |
+__rvm_ruby_string:305> [[ -n '' ]] | |
+__rvm_ruby_string:309> [[ -n '' ]] | |
+__rvm_ruby_string:313> [[ -n '' ]] | |
+__rvm_ruby_string:318> patch_level=+__rvm_ruby_string:319> __rvm_db ruby_1.9.3_patch_level | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=ruby_1.9.3_patch_level | |
+__rvm_db:5> key=ruby_1.9.3_patch_level | |
+__rvm_db:6> variable='' | |
+__rvm_db:8> [[ -f /Users/krohrbaugh/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/user/db ruby_1.9.3_patch_level | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/config/db ruby_1.9.3_patch_level | |
+__rvm_db:13> value=194 | |
+__rvm_db:16> [[ -n 194 ]] | |
+__rvm_db:17> [[ -z '' ]] | |
+__rvm_db:18> echo 194 | |
+__rvm_db:24> return 0 | |
+__rvm_ruby_string:318> patch_level=194 | |
+__rvm_ruby_string:322> [[ -n 194 ]] | |
+__rvm_ruby_string:324> case ruby (ree|kiji|rbx) | |
+__rvm_ruby_string:324> case ruby (*) | |
+__rvm_ruby_string:331> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:337> [[ -n p194 ]] | |
+__rvm_ruby_string:339> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:340> rvm_ruby_patch_level=p194 | |
+__rvm_ruby_string:341> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:343> case ruby (ree|kiji|rbx) | |
+__rvm_ruby_string:343> case ruby (*) | |
+__rvm_ruby_string:349> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:350> rvm_ruby_string=ruby-1.9.3-p194 | |
+__rvm_ruby_string:356> [[ -n perf ]] | |
+__rvm_ruby_string:358> rvm_ruby_string=ruby-1.9.3-p194-perf | |
+__rvm_ruby_string:360> detected_rvm_ruby_name=perf | |
+__rvm_ruby_string:362> rvm_ruby_name='' | |
+__rvm_select:37> rvm_archive_extension=tar.gz | |
+__rvm_select:39> [[ -z ruby ]] | |
+__rvm_select:44> case ruby (missing) | |
+__rvm_select:44> case ruby (macruby) | |
+__rvm_select:44> case ruby (rbx|rubinius) | |
+__rvm_select:44> case ruby (jruby) | |
+__rvm_select:44> case ruby (maglev) | |
+__rvm_select:44> case ruby (ironruby) | |
+__rvm_select:44> case ruby (ree) | |
+__rvm_select:44> case ruby (kiji) | |
+__rvm_select:44> case ruby (goruby) | |
+__rvm_select:44> case ruby (tcs) | |
+__rvm_select:44> case ruby (ruby) | |
+__rvm_select:270> [[ -n p194 ]] | |
+__rvm_select:272> rvm_ruby_package_file=ruby-1.9.3-p194 | |
+__rvm_select:273> rvm_ruby_package_name=ruby-1.9.3-p194 | |
+__rvm_select:279> [[ -z 1.9.3 ]] | |
+__rvm_select:283> rvm_ruby_repo_url=+__rvm_select:283> __rvm_db ruby_repo_url | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=ruby_repo_url | |
+__rvm_db:5> key=ruby_repo_url | |
+__rvm_db:6> variable='' | |
+__rvm_db:8> [[ -f /Users/krohrbaugh/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/user/db ruby_repo_url | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/config/db ruby_repo_url | |
+__rvm_db:13> value=git://github.com/ruby/ruby.git | |
+__rvm_db:16> [[ -n git://github.com/ruby/ruby.git ]] | |
+__rvm_db:17> [[ -z '' ]] | |
+__rvm_db:18> echo git://github.com/ruby/ruby.git | |
+__rvm_db:24> return 0 | |
+__rvm_select:283> rvm_ruby_repo_url=git://github.com/ruby/ruby.git | |
+__rvm_select:284> (( 0 == 0 )) | |
+__rvm_select:286> case 1.9.3 (1.8.4) | |
+__rvm_select:286> case 1.9.3 (*) | |
+__rvm_select:291> rvm_archive_extension=tar.bz2 | |
+__rvm_select:336> [[ -n 1.9.3 ]] | |
+__rvm_select:338> case 1.9.3 (+([[:digit:]]).+([[:digit:]]).+([[:digit:]])) | |
+__rvm_select:340> rvm_ruby_release_version=1 | |
+__rvm_select:341> rvm_ruby_major_version=1.9 | |
+__rvm_select:341> rvm_ruby_major_version=9 | |
+__rvm_select:342> rvm_ruby_minor_version=3 | |
+__rvm_select:352> [[ ruby == ext ]] | |
+__rvm_select:358> rvm_ruby_package_name=ruby-1.9.3-p194 | |
+__rvm_select:359> rvm_ruby_home=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf | |
+__rvm_select:360> rvm_ruby_irbrc=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf/.irbrc | |
+__rvm_select:361> rvm_ruby_binary=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf/bin/ruby | |
+__rvm_select:365> [[ maglev == ruby ]] | |
+__rvm_select:371> [[ system != ruby ]] | |
+__rvm_select:373> __rvm_gemset_select | |
+__rvm_gemset_select:2> __rvm_gemset_select_only | |
+__rvm_gemset_select_only:2> rvm_ruby_gem_home=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf | |
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0: | |
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag )) | |
+__rvm_gemset_select_only:11> rvm_ruby_global_gems_path=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf@global | |
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default | |
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:4> rvm_gemset_name=@ | |
+__rvm_gemset_handle_default:5> rvm_gemset_name='' | |
+__rvm_gemset_select_only:14> [[ -z '' ]] | |
+__rvm_gemset_select_only:17> [[ '' == global ]] | |
+__rvm_gemset_select_only:21> rvm_ruby_gem_path=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf@global | |
+__rvm_gemset_select_only:25> [[ -n '' ]] | |
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194-perf | |
+__rvm_gemset_select:3> __rvm_gemset_select_validation | |
+__rvm_gemset_select_validation:3> [[ ! -d /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf ]] | |
+__rvm_gemset_select_validation:5> (( 0 == 0 && 0 == 0 && 0 == 0 )) | |
+__rvm_gemset_select_validation:7> rvm_expected_gemset_name='' | |
+__rvm_gemset_select_validation:8> rvm_gemset_name='' | |
+__rvm_gemset_select_validation:9> __rvm_gemset_select_only | |
+__rvm_gemset_select_only:2> rvm_ruby_gem_home=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf | |
+__rvm_gemset_select_only:4> : rvm_ignore_gemsets_flag:0: | |
+__rvm_gemset_select_only:5> (( rvm_ignore_gemsets_flag )) | |
+__rvm_gemset_select_only:11> rvm_ruby_global_gems_path=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf@global | |
+__rvm_gemset_select_only:13> __rvm_gemset_handle_default | |
+__rvm_gemset_handle_default:2> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:3> rvm_gemset_name=@@ | |
+__rvm_gemset_handle_default:4> rvm_gemset_name=@ | |
+__rvm_gemset_handle_default:5> rvm_gemset_name='' | |
+__rvm_gemset_select_only:14> [[ -z '' ]] | |
+__rvm_gemset_select_only:17> [[ '' == global ]] | |
+__rvm_gemset_select_only:21> rvm_ruby_gem_path=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf@global | |
+__rvm_gemset_select_only:25> [[ -n '' ]] | |
+__rvm_gemset_select_only:29> rvm_env_string=ruby-1.9.3-p194-perf | |
+__rvm_gemset_select_validation:10> return 2 | |
+__rvm_select:374> case 2 (1|3|4) | |
+__rvm_select:381> rvm_ruby_selected_flag=1 | |
+__rvm_select:383> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_select:385> mkdir -p /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf | |
+__rvm_select:388> rvm_ruby_interpreter=ruby | |
+__rvm_remove_ruby:3> [[ -n ruby-1.9.3-p194-perf ]] | |
+__rvm_remove_ruby:9> typeset _dir | |
+__rvm_remove_ruby:10> _dir=/Users/krohrbaugh/.rvm/src | |
+__rvm_remove_ruby:13> [[ -d /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_remove_ruby:15> __rvm_log_command remove.src 'Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf...' __rvm_rm_rf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=remove.src | |
+__rvm_log_command:6> message='Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf...' | |
+__rvm_log_command:7> [[ -z 'Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf...' ]] | |
+__rvm_log_command:7> rvm_log 'Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf...' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf...\n' | |
Removing /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf... | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( __rvm_rm_rf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ) | |
+__rvm_log_command:10> _command_start=__rvm_rm_rf | |
+__rvm_log_command:11> (( 2 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=__rvm_rm_rf | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/remove.src.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/remove.src.log ]] | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/remove.src.log | |
+__rvm_log_command:30> rvm_debug_stream | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:33] __rvm_rm_rf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf\n' | |
+__rvm_log_command:25> is_a_function __rvm_rm_rf | |
+__rvm_log_command:26> typeset -f __rvm_rm_rf | |
+__rvm_remove_ruby:10> _dir=/Users/krohrbaugh/.rvm/rubies | |
+__rvm_remove_ruby:13> [[ -d /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf ]] | |
+__rvm_remove_ruby:17> rvm_log '/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf has already been removed.' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b '/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf has already been removed.\n' | |
/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf has already been removed. | |
+__rvm_remove_ruby:22> [[ -e /Users/krohrbaugh/.rvm/bin/ruby-1.9.3-p194-perf ]] | |
+__rvm_remove_ruby:27> [[ -d /Users/krohrbaugh/.rvm/externals/ruby-1.9.3-p194-perf ]] | |
+__rvm_remove_ruby:33> __rvm_remove_install_record ruby-1.9.3-p194-perf | |
+__rvm_remove_install_record:2> typeset recorded_ruby_name rvm_install_record_file | |
+__rvm_remove_install_record:3> recorded_ruby_name=+__rvm_remove_install_record:3> /Users/krohrbaugh/.rvm/scripts/tools strings ruby-1.9.3-p194-perf | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/krohrbaugh ]] | |
++ /scripts/base : 37 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 45 > GREP_OPTIONS= | |
++ /scripts/base : 45 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
++ /scripts/base : 54 > source /Users/krohrbaugh/.rvmrc | |
+++ rc : 1 > export rvm_project_rvmrc=1 | |
+++ rc : 1 > rvm_project_rvmrc=1 | |
+++ rc : 2 > export rvm_project_rvmrc_default=1 | |
+++ rc : 2 > rvm_project_rvmrc_default=1 | |
+++ rc : 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
+++ rc : 3 > rvm_path=/Users/krohrbaugh/.rvm | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/krohrbaugh/.rvm ]] | |
++ /scripts/base : 74 > true /Users/krohrbaugh/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/krohrbaugh/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 86 > source /Users/krohrbaugh/.rvm/scripts/selector | |
++ /scripts/base : 87 > source /Users/krohrbaugh/.rvm/scripts/selector_gemsets | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/krohrbaugh/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='[31m' | |
++++ /scripts/functions/logging : 41 > /Users/krohrbaugh/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='[33m' | |
++++ /scripts/functions/logging : 42 > /Users/krohrbaugh/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='[35m' | |
++++ /scripts/functions/logging : 43 > /Users/krohrbaugh/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='[32m' | |
++++ /scripts/functions/logging : 44 > /Users/krohrbaugh/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='(B[m' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/tools : 220 > args=($*) | |
+ /scripts/tools : 221 > action=strings | |
++ /scripts/tools : 222 > echo ruby-1.9.3-p194-perf | |
+ /scripts/tools : 222 > args=ruby-1.9.3-p194-perf | |
+ /scripts/tools : 224 > [[ -z strings ]] | |
+ /scripts/tools : 226 > case "$action" in | |
+ /scripts/tools : 229 > tools_strings ruby-1.9.3-p194-perf | |
+ /scripts/tools : tools_strings() 35 > for ruby_name in '"$@"' | |
+ /scripts/tools : tools_strings() 36 > __rvm_unset_ruby_variables | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 21 > unset rvm_env_string rvm_ruby_string rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_gem_path rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_log_path rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_selected_flag rvm_ruby_tag rvm_ruby_version rvm_head_flag rvm_ruby_package_file rvm_ruby_configure rvm_ruby_name rvm_ruby_url rvm_ruby_global_gems_path rvm_ruby_args rvm_ruby_name rvm_llvm_flag | |
+ /scripts/functions/env : __rvm_unset_ruby_variables() 22 > __rvm_load_rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 5 > typeset _file | |
+ /scripts/functions/init : __rvm_load_rvmrc() 6 > typeset -a rvm_rvmrc_files | |
+ /scripts/functions/init : __rvm_load_rvmrc() 7 > (( 0 == 1 )) | |
+ /scripts/functions/init : __rvm_load_rvmrc() 12 > [[ -n 022 ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 14 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ -n /Users/krohrbaugh ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 15 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /etc/rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 18 > for _file in '"${rvm_rvmrc_files[@]}"' | |
+ /scripts/functions/init : __rvm_load_rvmrc() 20 > [[ -s /Users/krohrbaugh/.rvmrc ]] | |
+ /scripts/functions/init : __rvm_load_rvmrc() 22 > GREP_OPTIONS= | |
+ /scripts/functions/init : __rvm_load_rvmrc() 22 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
+ /scripts/functions/init : __rvm_load_rvmrc() 31 > source /Users/krohrbaugh/.rvmrc | |
++ rc : source() 1 > export rvm_project_rvmrc=1 | |
++ rc : source() 1 > rvm_project_rvmrc=1 | |
++ rc : source() 2 > export rvm_project_rvmrc_default=1 | |
++ rc : source() 2 > rvm_project_rvmrc_default=1 | |
++ rc : source() 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
++ rc : source() 3 > rvm_path=/Users/krohrbaugh/.rvm | |
+ /scripts/functions/init : __rvm_load_rvmrc() 35 > return 0 | |
+ /scripts/tools : tools_strings() 37 > rvm_ruby_string=ruby-1.9.3-p194-perf | |
+ /scripts/tools : tools_strings() 39 > basename /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194-perf | |
+ /scripts/tools : 236 > exit 0 | |
+__rvm_remove_install_record:3> recorded_ruby_name=ruby-1.9.3-p194-perf | |
+__rvm_remove_install_record:4> rvm_install_record_file=/Users/krohrbaugh/.rvm/user/installs | |
+__rvm_remove_install_record:6> [[ -s /Users/krohrbaugh/.rvm/user/installs ]] | |
+__rvm_remove_install_record:7> __rvm_sed_i /Users/krohrbaugh/.rvm/user/installs -e '/^ruby-1.9.3-p194-perf/d' | |
+__rvm_sed_i:2> typeset filename | |
+__rvm_sed_i:3> filename=/Users/krohrbaugh/.rvm/user/installs | |
+__rvm_sed_i:4> shift | |
+__rvm_sed_i:6> sed -e '/^ruby-1.9.3-p194-perf/d' | |
+__rvm_sed_i:7> mv /Users/krohrbaugh/.rvm/user/installs.new /Users/krohrbaugh/.rvm/user/installs | |
+__rvm_remove_ruby:34> case reinstall (remove) | |
+__rvm_remove_ruby:34> case reinstall (uninstall) | |
+__rvm_remove_ruby:34> case reinstall (reinstall) | |
+__rvm_remove_ruby:48> true | |
+__rvm_remove_ruby:51> unset rvm_remove_flag | |
+__rvm_reinstall_ruby:3> __rvm_install_ruby | |
+__rvm_install_ruby:2> true 0 1 | |
+__rvm_install_ruby:3> typeset binary __rvm_ruby_name ruby_options ruby_install_type | |
+__rvm_install_ruby:6> (( rvm_ruby_selected_flag == 0 )) | |
+__rvm_install_ruby:30> [[ -n '' ]] | |
+__rvm_install_ruby:36> __rvm_install_ruby_try_remote | |
+__rvm_install_ruby_try_remote:2> : rvm_disable_binary_flag:1: rvm_remote_flag:0: | |
+__rvm_install_ruby_try_remote:3> (( rvm_disable_binary_flag )) | |
+__rvm_install_ruby_try_remote:41> return 2 | |
+__rvm_install_ruby:38> (( 2 == 2 )) | |
+__rvm_install_ruby:41> __rvm_check_for_compiler | |
+__rvm_check_for_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_check_for_compiler:3> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_check_for_compiler:3> command -v /usr/local/bin/gcc-4.2 | |
+__rvm_install_ruby:42> true | |
+__rvm_install_ruby:46> case ruby (macruby|ree|jruby|maglev|goruby|rubinius|ironruby|ruby) | |
+__rvm_install_ruby:48> ruby_install_type=ruby | |
+__rvm_install_ruby:61> source /Users/krohrbaugh/.rvm/scripts/functions/manage/ruby | |
+__rvm_install_ruby:62> ruby_install | |
+ruby_install:2> typeset result temp_flags | |
+ruby_install:4> __rvm_check_for_bison | |
+__rvm_check_for_bison:2> true 0 | |
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 )) | |
+ruby_install:5> __rvm_check_for_bison | |
+__rvm_check_for_bison:2> true 0 | |
+__rvm_check_for_bison:3> (( rvm_head_flag > 0 )) | |
+ruby_install:6> true | |
+ruby_install:13> case ruby-1.9.3-p194-perf (ruby-1.8.*-head) | |
+ruby_install:13> case ruby-1.9.3-p194-perf (ruby-head|ruby-1.9.*-head) | |
+ruby_install:38> [[ " ${rvm_configure_flags[*]}" -regex-match " --enable-load-relative" ]] | |
+ruby_install:43> case ruby-1.9.3-p194-perf (ruby-1.9*) | |
+ruby_install:47> [[ " ${rvm_configure_flags[*]}" -regex-match " --enable-load-relative" ]] | |
+ruby_install:58> libyaml_installed | |
+libyaml_installed:2> typeset __search_path | |
+libyaml_installed:3> __search_path=/Users/krohrbaugh/.rvm/usr | |
+libyaml_installed:4> uname | |
+libyaml_installed:4> case Darwin (Darwin) | |
+libyaml_installed:6> extension=dylib | |
+libyaml_installed:9> [[ -f /Users/krohrbaugh/.rvm/usr/include/yaml.h ]] | |
+libyaml_installed:10> find /Users/krohrbaugh/.rvm/usr -name libyaml.dylib | |
+libyaml_installed:10> GREP_OPTIONS='' grep '.*' | |
+ruby_install:60> __rvm_update_configure_env 'CFLAGS=-I/Users/krohrbaugh/.rvm/usr/include' | |
+__rvm_update_configure_env:2> typeset -a local_configure_env | |
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found | |
+__rvm_update_configure_env:4> rvm_debug '__rvm_update_configure_env(1):CFLAGS=-I/Users/krohrbaugh/.rvm/usr/include:' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_update_configure_env:5> (( 1 )) | |
+__rvm_update_configure_env:7> _variable=CFLAGS | |
+__rvm_update_configure_env:8> _value=-I/Users/krohrbaugh/.rvm/usr/include | |
+__rvm_update_configure_env:9> shift | |
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match " ${_variable}=" ]] | |
+__rvm_update_configure_env:24> rvm_configure_env+=( 'CFLAGS=-I/Users/krohrbaugh/.rvm/usr/include' ) | |
+__rvm_update_configure_env:5> (( 0 )) | |
+ruby_install:61> __rvm_update_configure_env 'LDFLAGS=-L/Users/krohrbaugh/.rvm/usr/lib' | |
+__rvm_update_configure_env:2> typeset -a local_configure_env | |
+__rvm_update_configure_env:3> typeset _variable _value _iterator _found | |
+__rvm_update_configure_env:4> rvm_debug '__rvm_update_configure_env(1):LDFLAGS=-L/Users/krohrbaugh/.rvm/usr/lib:' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_update_configure_env:5> (( 1 )) | |
+__rvm_update_configure_env:7> _variable=LDFLAGS | |
+__rvm_update_configure_env:8> _value=-L/Users/krohrbaugh/.rvm/usr/lib | |
+__rvm_update_configure_env:9> shift | |
+__rvm_update_configure_env:11> [[ " ${rvm_configure_env[*]}" -regex-match " ${_variable}=" ]] | |
+__rvm_update_configure_env:24> rvm_configure_env+=( 'LDFLAGS=-L/Users/krohrbaugh/.rvm/usr/lib' ) | |
+__rvm_update_configure_env:5> (( 0 )) | |
+ruby_install:62> [[ -d /Users/krohrbaugh/.rvm/usr/lib64 ]] | |
+ruby_install:70> transform_configure_flags | |
+transform_configure_flags:2> typeset flag _opt_path | |
+transform_configure_flags:3> typeset -a new_flags | |
+transform_configure_flags:5> new_flags=( ) | |
+transform_configure_flags:34> rvm_configure_flags=( ) | |
+ruby_install:75> uname -s | |
+ruby_install:75> case Darwin (SunOS) | |
+ruby_install:85> __rvm_setup_compile_environment | |
+__rvm_setup_compile_environment:2> export -a rvm_configure_env | |
+__rvm_setup_compile_environment:3> __rvm_setup_compile_environment_osx_gcc | |
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin == +__rvm_setup_compile_environment_osx_gcc:2> uname | |
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin == Darwin+__rvm_setup_compile_environment_osx_gcc:2> uname | |
+__rvm_setup_compile_environment_osx_gcc:2> [[ Darwin == Darwin ]] | |
+__rvm_setup_compile_environment_osx_gcc:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_setup_compile_environment_osx_gcc:21> __rvm_array_contains '*debug*' falcon | |
+__rvm_array_contains:2> typeset _search _iterator | |
+__rvm_array_contains:3> _search='*debug*' | |
+__rvm_array_contains:4> shift | |
+__rvm_array_contains:5> _iterator=falcon | |
+__rvm_array_contains:7> case falcon (\*debug\*) | |
+__rvm_array_contains:11> return 1 | |
+__rvm_setup_compile_environment:4> __rvm_setup_compile_environment_osx_architectures | |
+__rvm_setup_compile_environment_osx_architectures:2> [[ -n '' ]] | |
+__rvm_setup_compile_environment_osx_architectures:2> return 0 | |
+__rvm_setup_compile_environment:5> __rvm_setup_compile_environment_gcc47 | |
+__rvm_setup_compile_environment_gcc47:2> __rvm_compiler_is_gcc47 | |
+__rvm_compiler_is_gcc47:2> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match "4.7"+__rvm_compiler_is_gcc47:3> __rvm_run_compiler -dumpversion | |
+__rvm_run_compiler:2> typeset compiler | |
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2 | |
+__rvm_run_compiler:6> [[ -n 4.3.11 ]] | |
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 -dumpversion | |
+__rvm_compiler_is_gcc47:3> [[ "$(__rvm_run_compiler -dumpversion)" -regex-match "4.7" ]] | |
+__rvm_compiler_is_gcc47:4> return 1 | |
+__rvm_setup_compile_environment_gcc47:2> return 0 | |
+__rvm_setup_compile_environment:6> __rvm_setup_compile_environment_smartos | |
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match ^joyent+__rvm_setup_compile_environment_smartos:2> uname -v | |
+__rvm_setup_compile_environment_smartos:2> [[ "$(uname -v)" -regex-match ^joyent ]] | |
+__rvm_setup_compile_environment_smartos:2> return 0 | |
+__rvm_setup_compile_environment:7> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_setup_compile_environment:7> rvm_debug 'found compiler: /usr/local/bin/gcc-4.2' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+ruby_install:90> [[ i386 == *darwin* ]] | |
+ruby_install:97> __rvm_compiler_is_llvm | |
+__rvm_compiler_is_llvm:2> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match "llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version | |
+__rvm_run_compiler:2> typeset compiler | |
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2 | |
+__rvm_run_compiler:6> [[ -n 4.3.11 ]] | |
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 --version | |
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match "llvm" ]] | |
+__rvm_compiler_is_llvm:4> return 1 | |
+ruby_install:108> __rvm_install_source | |
+__rvm_install_source:2> true 1 0 | |
+__rvm_install_source:4> typeset directory db_configure_flags | |
+__rvm_install_source:5> typeset -a autoconf_flags | |
+__rvm_install_source:7> (( rvm_ruby_selected_flag )) | |
+__rvm_install_source:9> rvm_log 'Installing Ruby from source to: /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on your cpu(s)...' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'Installing Ruby from source to: /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on your cpu(s)...\n' | |
Installing Ruby from source to: /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on your cpu(s)... | |
+__rvm_install_source:10> cd /Users/krohrbaugh/.rvm/src | |
+__rvm_do_with_env_before:2> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
+__rvm_setup:4> export rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+__rvm_setup:5> export rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+__rvm_setup:6> export __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || / == /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || / == /Users/krohrbaugh/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh || /Users/krohrbaugh == /Users/krohrbaugh ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/src/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:19> hooks+=( /Users/krohrbaugh/.rvm/src/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_cd_bundler ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_cd_bundler | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/krohrbaugh/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/krohrbaugh/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/krohrbaugh/.rvm/tmp/74267*' || -L '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:3: | |
+__rvm_teardown:11> : __rvm_env_loaded:3: | |
+__rvm_teardown:13> : __rvm_env_loaded:2: | |
+__rvm_teardown:15> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_install_source:12> __rvm_fetch_ruby | |
+__rvm_fetch_ruby:2> typeset _current_command | |
+__rvm_fetch_ruby:4> (( 1 == 0 )) | |
+__rvm_fetch_ruby:9> (( 0 == 0 )) | |
+__rvm_fetch_ruby:10> [[ -z '' && -z '' && -z '' ]] | |
+__rvm_fetch_ruby:12> rvm_ruby_package_name=ruby-1.9.3-p194 | |
+__rvm_fetch_ruby:13> rvm_ruby_package_file=ruby-1.9.3-p194 | |
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194-perf (ruby-1.8.4*) | |
+__rvm_fetch_ruby:15> case ruby-1.9.3-p194-perf (ruby-*) | |
+__rvm_fetch_ruby:17> rvm_archive_extension=tar.bz2 | |
+__rvm_fetch_ruby:21> case ruby (ruby) | |
+__rvm_fetch_ruby:23> rvm_ruby_url=+__rvm_fetch_ruby:23> __rvm_db ruby_1.9_url | |
+__rvm_db:2> typeset value key variable | |
+__rvm_db:4> key=ruby_1.9_url | |
+__rvm_db:5> key=ruby_1.9_url | |
+__rvm_db:6> variable='' | |
+__rvm_db:8> [[ -f /Users/krohrbaugh/.rvm/user/db ]] | |
+__rvm_db:9> value=+__rvm_db:9> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/user/db ruby_1.9_url | |
+__rvm_db:9> value='' | |
+__rvm_db:12> [[ -z '' ]] | |
+__rvm_db:13> value=+__rvm_db:13> /Users/krohrbaugh/.rvm/scripts/db /Users/krohrbaugh/.rvm/config/db ruby_1.9_url | |
+__rvm_db:13> value=http://ftp.ruby-lang.org/pub/ruby/1.9 | |
+__rvm_db:16> [[ -n http://ftp.ruby-lang.org/pub/ruby/1.9 ]] | |
+__rvm_db:17> [[ -z '' ]] | |
+__rvm_db:18> echo http://ftp.ruby-lang.org/pub/ruby/1.9 | |
+__rvm_db:24> return 0 | |
+__rvm_fetch_ruby:23> rvm_ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 | |
+__rvm_fetch_ruby:39> __rvm_log_command fetch 'ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...' /Users/krohrbaugh/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=fetch | |
+__rvm_log_command:6> message='ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...' | |
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...' ]] | |
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...\n' | |
ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection... | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( /Users/krohrbaugh/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2 ) | |
+__rvm_log_command:10> _command_start=/Users/krohrbaugh/.rvm/scripts/fetch | |
+__rvm_log_command:11> (( 2 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=/Users/krohrbaugh/.rvm/scripts/fetch | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/fetch.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/fetch.log ]] | |
+__rvm_log_command:30> rvm_debug_stream | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/fetch.log | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:34] /Users/krohrbaugh/.rvm/scripts/fetch http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.bz2\n' | |
+__rvm_log_command:25> is_a_function /Users/krohrbaugh/.rvm/scripts/fetch | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/krohrbaugh/.rvm/src\n' | |
+__rvm_fetch_ruby:44> [[ -d /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_fetch_ruby:44> true | |
+__rvm_fetch_ruby:47> [[ ! -d /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_fetch_ruby:49> mkdir -p /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_fetch_ruby:51> case tar.bz2 (tar.gz|tgz) | |
+__rvm_fetch_ruby:51> case tar.bz2 (tar.bz2) | |
+__rvm_fetch_ruby:58> _current_command=( tar xjf /Users/krohrbaugh/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ) | |
+__rvm_fetch_ruby:72> __rvm_log_command extract 'ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf' tar xjf /Users/krohrbaugh/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=extract | |
+__rvm_log_command:6> message='ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf' | |
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf' ]] | |
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf\n' | |
ruby-1.9.3-p194-perf - #extracting ruby-1.9.3-p194 to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( tar xjf /Users/krohrbaugh/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ) | |
+__rvm_log_command:10> _command_start=tar | |
+__rvm_log_command:11> (( 5 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=tar | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/extract.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/extract.log ]] | |
+__rvm_log_command:30> rvm_debug_stream | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/extract.log | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:34] tar xjf /Users/krohrbaugh/.rvm/archives/ruby-1.9.3-p194.tar.bz2 -C /Users/krohrbaugh/.rvm/tmp/rvm_src_74267\n' | |
+__rvm_log_command:25> is_a_function tar | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/krohrbaugh/.rvm/src\n' | |
+__rvm_fetch_ruby:75> __rvm_rm_rf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf (*) | |
+__rvm_rm_rf_verbose:23> [[ -n /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_rm_rf_verbose:25> [[ -d /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_rm_rf_verbose:29> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || -L /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_fetch_ruby:77> cd /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_do_with_env_before:2> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
+__rvm_setup:4> export rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+__rvm_setup:5> export rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+__rvm_setup:6> export __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 || / == /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvmrc /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.versions.conf /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.ruby-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbfu-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbenv-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvmrc /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.versions.conf /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.ruby-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbfu-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbenv-version /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm/tmp | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/tmp || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/tmp || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/tmp || / == /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/tmp found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/tmp | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/tmp /Users/krohrbaugh/.rvm/tmp/.rvmrc /Users/krohrbaugh/.rvm/tmp/.versions.conf /Users/krohrbaugh/.rvm/tmp/.ruby-version /Users/krohrbaugh/.rvm/tmp/.rbfu-version /Users/krohrbaugh/.rvm/tmp/.rbenv-version /Users/krohrbaugh/.rvm/tmp/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/tmp /Users/krohrbaugh/.rvm/tmp/.rvmrc /Users/krohrbaugh/.rvm/tmp/.versions.conf /Users/krohrbaugh/.rvm/tmp/.ruby-version /Users/krohrbaugh/.rvm/tmp/.rbfu-version /Users/krohrbaugh/.rvm/tmp/.rbenv-version /Users/krohrbaugh/.rvm/tmp/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/tmp/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/tmp/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/tmp | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || / == /Users/krohrbaugh/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh || /Users/krohrbaugh == /Users/krohrbaugh ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:19> hooks+=( /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_cd_bundler ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_cd_bundler | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/krohrbaugh/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/krohrbaugh/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/krohrbaugh/.rvm/tmp/74267*' || -L '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:3: | |
+__rvm_teardown:11> : __rvm_env_loaded:3: | |
+__rvm_teardown:13> : __rvm_env_loaded:2: | |
+__rvm_teardown:15> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_fetch_ruby:77> ls | |
+__rvm_fetch_ruby:77> mv /Users/krohrbaugh/.rvm/tmp/rvm_src_74267/ruby-1.9.3-p194 /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_fetch_ruby:79> __rvm_rm_rf /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target=/Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 (*) | |
+__rvm_rm_rf_verbose:23> [[ -n /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ]] | |
+__rvm_rm_rf_verbose:25> [[ -d /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 ]] | |
+__rvm_rm_rf_verbose:27> rm -rf /Users/krohrbaugh/.rvm/tmp/rvm_src_74267 | |
+__rvm_rm_rf_verbose:28> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_fetch_ruby:82> [[ -n '' ]] | |
+__rvm_fetch_ruby:86> rvm_log 'ruby-1.9.3-p194-perf - #extracted to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'ruby-1.9.3-p194-perf - #extracted to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf\n' | |
ruby-1.9.3-p194-perf - #extracted to /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_fetch_ruby:91> return 0 | |
+__rvm_install_source:13> true | |
+__rvm_install_source:20> cd /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_do_with_env_before:2> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
+__rvm_setup:4> export rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+__rvm_setup:5> export rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+__rvm_setup:6> export __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || / == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || / == /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || / == /Users/krohrbaugh/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh || /Users/krohrbaugh == /Users/krohrbaugh ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:19> hooks+=( /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_cd_bundler ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_cd_bundler | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/krohrbaugh/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/krohrbaugh/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/krohrbaugh/.rvm/tmp/74267*' || -L '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:3: | |
+__rvm_teardown:11> : __rvm_env_loaded:3: | |
+__rvm_teardown:13> : __rvm_env_loaded:2: | |
+__rvm_teardown:15> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_install_source:21> true | |
+__rvm_install_source:28> [[ -d /Users/krohrbaugh/.rvm/usr ]] | |
+__rvm_install_source:30> __rvm_add_to_path prepend /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_add_to_path:2> export PATH | |
+__rvm_add_to_path:4> (( 2 != 2 )) | |
+__rvm_add_to_path:4> [[ -z /Users/krohrbaugh/.rvm/usr/bin ]] | |
+__rvm_add_to_path:10> __rvm_remove_from_path /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_remove_from_path:2> export PATH | |
+__rvm_remove_from_path:3> typeset -a _path | |
+__rvm_remove_from_path:4> _path=( ) | |
+__rvm_remove_from_path:5> __rvm_custom_separated_array _path : /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin:/Users/krohrbaugh/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin | |
+__rvm_custom_separated_array:2> typeset IFS | |
+__rvm_custom_separated_array:3> IFS=: | |
+__rvm_custom_separated_array:4> [[ -n 4.3.11 ]] | |
+__rvm_custom_separated_array:5> eval '_path+=( ${=3} )' | |
+(eval):1> _path+=( /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin /Users/krohrbaugh/bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /bin /usr/sbin /sbin /opt/X11/bin /usr/X11/bin ) | |
+__rvm_remove_from_path:6> __rvm_remove_from_array _path /Users/krohrbaugh/.rvm/usr/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin /Users/krohrbaugh/bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /bin /usr/sbin /sbin /opt/X11/bin /usr/X11/bin | |
+__rvm_remove_from_array:2> typeset _array_name _search _iterator | |
+__rvm_remove_from_array:3> typeset -a _temp_array | |
+__rvm_remove_from_array:4> _array_name=_path | |
+__rvm_remove_from_array:5> _search=/Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_remove_from_array:6> shift 2 | |
+__rvm_remove_from_array:7> _temp_array=( ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/.rvm/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/.rvm/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/.rvm/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/.rvm/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/.rvm/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin ) | |
+__rvm_remove_from_array:8> _iterator=/Users/krohrbaugh/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /Users/krohrbaugh/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/Users/krohrbaugh/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /Users/krohrbaugh/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /Users/krohrbaugh/bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/sbin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/sbin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/sbin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/local/share/python | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/local/share/python /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/local/share/python | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/local/share/python (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/local/share/python ) | |
+__rvm_remove_from_array:8> _iterator=/usr/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/bin ) | |
+__rvm_remove_from_array:8> _iterator=/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/sbin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/sbin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/sbin ) | |
+__rvm_remove_from_array:8> _iterator=/sbin | |
+__rvm_remove_from_array:10> __rvm_string_match /sbin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/sbin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /sbin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /sbin ) | |
+__rvm_remove_from_array:8> _iterator=/opt/X11/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /opt/X11/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/opt/X11/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /opt/X11/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /opt/X11/bin ) | |
+__rvm_remove_from_array:8> _iterator=/usr/X11/bin | |
+__rvm_remove_from_array:10> __rvm_string_match /usr/X11/bin /Users/krohrbaugh/.rvm/usr/bin | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=/usr/X11/bin | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case /usr/X11/bin (/Users/krohrbaugh/.rvm/usr/bin) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_remove_from_array:10> _temp_array+=( /usr/X11/bin ) | |
+__rvm_remove_from_array:12> eval '_path=( "${_temp_array[@]}" )' | |
+(eval):1> _path=( /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin /Users/krohrbaugh/.rvm/bin /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin /Users/krohrbaugh/bin /usr/local/bin /usr/local/sbin /usr/local/share/python /usr/bin /bin /usr/sbin /sbin /opt/X11/bin /usr/X11/bin ) | |
+__rvm_remove_from_path:7> __rvm_join_array PATH : _path | |
+__rvm_join_array:2> typeset IFS | |
+__rvm_join_array:3> IFS=: | |
+__rvm_join_array:4> eval 'PATH="${_path[*]}"' | |
+(eval):1> PATH=/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin:/Users/krohrbaugh/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin | |
+__rvm_add_to_path:11> case prepend (prepend) | |
+__rvm_add_to_path:12> PATH=/Users/krohrbaugh/.rvm/usr/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/bin:/Users/krohrbaugh/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin | |
+__rvm_add_to_path:18> [[ -n '' ]] | |
+__rvm_add_to_path:23> hash -r | |
+__rvm_install_source:31> hash -r | |
+__rvm_install_source:34> (( rvm_static_flag == 1 )) | |
+__rvm_install_source:50> __rvm_apply_patches | |
+__rvm_apply_patches:2> typeset patch_name patch_level_separator patch_fuzziness patch_level source_directory full_patch_path | |
+__rvm_apply_patches:3> typeset -a patches | |
+__rvm_apply_patches:4> patches=( ) | |
+__rvm_apply_patches:5> patch_level_separator=% | |
+__rvm_apply_patches:6> patch_fuzziness=25 | |
+__rvm_apply_patches:7> result=0 | |
+__rvm_apply_patches:8> source_directory=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_apply_patches:9> (( 0 == 0 )) | |
+__rvm_apply_patches:11> pushd /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_do_with_env_before:2> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
+__rvm_setup:4> export rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+__rvm_setup:5> export rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+__rvm_setup:6> export __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf || / == /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || / == /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || / == /Users/krohrbaugh/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh || /Users/krohrbaugh == /Users/krohrbaugh ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:19> hooks+=( /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_cd_bundler ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_cd_bundler | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/krohrbaugh/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/krohrbaugh/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/krohrbaugh/.rvm/tmp/74267*' || -L '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:3: | |
+__rvm_teardown:11> : __rvm_env_loaded:3: | |
+__rvm_teardown:13> : __rvm_env_loaded:2: | |
+__rvm_teardown:15> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_apply_patches:12> case all (all) | |
+__rvm_apply_patches:13> __rvm_current_patch_names patches | |
+__rvm_current_patch_names:2> typeset _variable patch_level_separator level name expanded_name | |
+__rvm_current_patch_names:3> _variable=patches | |
+__rvm_current_patch_names:5> patch_level_separator=% | |
+__rvm_current_patch_names:6> name=falcon | |
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''falcon'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_current_patch_names:9> [[ -n falcon ]] | |
+__rvm_current_patch_names:11> __rvm_string_match falcon '*%*' | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=falcon | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case falcon (\*%\*) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_current_patch_names:13> level=1 | |
+__rvm_current_patch_names:15> name=falcon | |
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''falcon'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_current_patch_names:18> read -r expanded_name | |
+__rvm_current_patch_names:18> __rvm_expand_patch_name falcon 1 | |
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name | |
+__rvm_expand_patch_name:3> name=falcon | |
+__rvm_expand_patch_name:4> level=1 | |
+__rvm_expand_patch_name:5> [[ -z falcon ]] | |
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7> rvm_ruby_string=ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/scripts/patchsets show falcon | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/krohrbaugh ]] | |
++ /scripts/base : 37 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 45 > GREP_OPTIONS= | |
++ /scripts/base : 45 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
++ /scripts/base : 54 > source /Users/krohrbaugh/.rvmrc | |
+++ rc : 1 > export rvm_project_rvmrc=1 | |
+++ rc : 1 > rvm_project_rvmrc=1 | |
+++ rc : 2 > export rvm_project_rvmrc_default=1 | |
+++ rc : 2 > rvm_project_rvmrc_default=1 | |
+++ rc : 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
+++ rc : 3 > rvm_path=/Users/krohrbaugh/.rvm | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/krohrbaugh/.rvm ]] | |
++ /scripts/base : 74 > true /Users/krohrbaugh/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/krohrbaugh/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 83 > true | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/krohrbaugh/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='[31m' | |
++++ /scripts/functions/logging : 41 > /Users/krohrbaugh/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='[33m' | |
++++ /scripts/functions/logging : 42 > /Users/krohrbaugh/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='[35m' | |
++++ /scripts/functions/logging : 43 > /Users/krohrbaugh/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='[32m' | |
++++ /scripts/functions/logging : 44 > /Users/krohrbaugh/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='(B[m' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/patchsets : 6 > source /Users/krohrbaugh/.rvm/scripts/patches | |
+ /scripts/patchsets : 75 > args=($*) | |
+ /scripts/patchsets : 76 > action=show | |
+ /scripts/patchsets : 77 > patchset=falcon | |
++ /scripts/patchsets : 78 > echo | |
+ /scripts/patchsets : 78 > args= | |
+ /scripts/patchsets : 80 > case "$action" in | |
+ /scripts/patchsets : 81 > lookup_patchset falcon | |
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset __search_path part parts | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 > parts=(${rvm_ruby_string//-/ }) | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf/falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/falcon ]] | |
+ /scripts/patchsets : lookup_patchset() 29 > return 1 | |
+ /scripts/patchsets : 85 > exit 1 | |
+__rvm_expand_patch_name:7> expanded_patch_name='' | |
+__rvm_expand_patch_name:11> [[ falcon != default ]] | |
+__rvm_expand_patch_name:13> echo falcon%1 | |
+__rvm_current_patch_names:20> rvm_debug 'Patch expanded_name '\''falcon%1'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_current_patch_names:21> [[ -z falcon%1 ]] | |
+__rvm_current_patch_names:21> eval 'patches+=( "${expanded_name}" )' | |
+(eval):1> patches+=( falcon%1 ) | |
+__rvm_current_patch_names:18> read -r expanded_name | |
+__rvm_current_patch_names:6> name=default | |
+__rvm_current_patch_names:8> rvm_debug 'Trying patch '\''default'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_current_patch_names:9> [[ -n default ]] | |
+__rvm_current_patch_names:11> __rvm_string_match default '*%*' | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=default | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case default (\*%\*) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_current_patch_names:13> level=1 | |
+__rvm_current_patch_names:15> name=default | |
+__rvm_current_patch_names:16> rvm_debug 'Partch name '\''default'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_current_patch_names:18> read -r expanded_name | |
+__rvm_current_patch_names:18> __rvm_expand_patch_name default 1 | |
+__rvm_expand_patch_name:2> typeset name level expanded_patch_name | |
+__rvm_expand_patch_name:3> name=default | |
+__rvm_expand_patch_name:4> level=1 | |
+__rvm_expand_patch_name:5> [[ -z default ]] | |
+__rvm_expand_patch_name:7> expanded_patch_name=+__rvm_expand_patch_name:7> rvm_ruby_string=ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/scripts/patchsets show default | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/krohrbaugh ]] | |
++ /scripts/base : 37 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 45 > GREP_OPTIONS= | |
++ /scripts/base : 45 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
++ /scripts/base : 54 > source /Users/krohrbaugh/.rvmrc | |
+++ rc : 1 > export rvm_project_rvmrc=1 | |
+++ rc : 1 > rvm_project_rvmrc=1 | |
+++ rc : 2 > export rvm_project_rvmrc_default=1 | |
+++ rc : 2 > rvm_project_rvmrc_default=1 | |
+++ rc : 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
+++ rc : 3 > rvm_path=/Users/krohrbaugh/.rvm | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/krohrbaugh/.rvm ]] | |
++ /scripts/base : 74 > true /Users/krohrbaugh/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/krohrbaugh/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 83 > true | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/krohrbaugh/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='[31m' | |
++++ /scripts/functions/logging : 41 > /Users/krohrbaugh/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='[33m' | |
++++ /scripts/functions/logging : 42 > /Users/krohrbaugh/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='[35m' | |
++++ /scripts/functions/logging : 43 > /Users/krohrbaugh/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='[32m' | |
++++ /scripts/functions/logging : 44 > /Users/krohrbaugh/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='(B[m' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/patchsets : 6 > source /Users/krohrbaugh/.rvm/scripts/patches | |
+ /scripts/patchsets : 75 > args=($*) | |
+ /scripts/patchsets : 76 > action=show | |
+ /scripts/patchsets : 77 > patchset=default | |
++ /scripts/patchsets : 78 > echo | |
+ /scripts/patchsets : 78 > args= | |
+ /scripts/patchsets : 80 > case "$action" in | |
+ /scripts/patchsets : 81 > lookup_patchset default | |
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset __search_path part parts | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 > parts=(${rvm_ruby_string//-/ }) | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/default ]] | |
+ /scripts/patchsets : lookup_patchset() 29 > return 1 | |
+ /scripts/patchsets : 85 > exit 1 | |
+__rvm_expand_patch_name:7> expanded_patch_name='' | |
+__rvm_expand_patch_name:11> [[ default != default ]] | |
+__rvm_apply_patches:16> rvm_debug 'All found patches(1): falcon%1.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_apply_patches:18> patch_name=falcon%1 | |
+__rvm_apply_patches:20> __rvm_string_match falcon%1 '*%*' | |
+__rvm_string_match:2> typeset _string | |
+__rvm_string_match:3> _string=falcon%1 | |
+__rvm_string_match:4> shift | |
+__rvm_string_match:5> (( 1 )) | |
+__rvm_string_match:7> case falcon%1 (\*%\*) | |
+__rvm_string_match:10> shift | |
+__rvm_string_match:5> (( 0 )) | |
+__rvm_string_match:12> return 1 | |
+__rvm_apply_patches:22> patch_level=1 | |
+__rvm_apply_patches:24> patch_name=falcon | |
+__rvm_apply_patches:26> full_patch_path=+__rvm_apply_patches:26> __rvm_lookup_full_patch_path falcon | |
+__rvm_lookup_full_patch_path:2> typeset extension patch_path directory directories | |
+__rvm_lookup_full_patch_path:5> directories=+__rvm_lookup_full_patch_path:5> __rvm_patch_lookup_path | |
+__rvm_patch_lookup_path:2> echo / | |
+__rvm_patch_lookup_path:4> [[ -n /Users/krohrbaugh ]] | |
+__rvm_patch_lookup_path:4> echo /Users/krohrbaugh/ | |
+__rvm_patch_lookup_path:6> echo /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/ | |
+__rvm_patch_lookup_path:8> __rvm_ruby_string_paths_under /Users/krohrbaugh/.rvm/patches | |
+__rvm_ruby_string_paths_under:2> typeset __search_path part parts | |
+__rvm_ruby_string_paths_under:4> __search_path=/Users/krohrbaugh/.rvm/patches | |
+__rvm_ruby_string_paths_under:6> [[ -n 4.3.11 ]] | |
+__rvm_ruby_string_paths_under:7> parts=( ruby 1.9.3 p194 perf ) | |
+__rvm_ruby_string_paths_under:11> echo /Users/krohrbaugh/.rvm/patches | |
+__rvm_ruby_string_paths_under:12> part=ruby | |
+__rvm_ruby_string_paths_under:14> __search_path=/Users/krohrbaugh/.rvm/patches/ruby | |
+__rvm_ruby_string_paths_under:15> echo /Users/krohrbaugh/.rvm/patches/ruby | |
+__rvm_ruby_string_paths_under:12> part=1.9.3 | |
+__rvm_ruby_string_paths_under:14> __search_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3 | |
+__rvm_ruby_string_paths_under:15> echo /Users/krohrbaugh/.rvm/patches/ruby/1.9.3 | |
+__rvm_ruby_string_paths_under:12> part=p194 | |
+__rvm_ruby_string_paths_under:14> __search_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194 | |
+__rvm_ruby_string_paths_under:15> echo /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194 | |
+__rvm_ruby_string_paths_under:12> part=perf | |
+__rvm_ruby_string_paths_under:14> __search_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf | |
+__rvm_ruby_string_paths_under:15> echo /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf | |
+__rvm_patch_lookup_path:8> sed 's/$/\//' | |
+__rvm_patch_lookup_path:8> sort -r | |
+__rvm_patch_lookup_path:10> return 0 | |
+__rvm_lookup_full_patch_path:5> directories=( / /Users/krohrbaugh/ /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/ /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/ /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/ /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/ /Users/krohrbaugh/.rvm/patches/ruby/ /Users/krohrbaugh/.rvm/patches/ ) | |
+__rvm_lookup_full_patch_path:7> directory=/ | |
+__rvm_lookup_full_patch_path:9> extension= | |
+__rvm_lookup_full_patch_path:11> patch_path=/falcon | |
+__rvm_lookup_full_patch_path:14> [[ -s /falcon ]] | |
+__rvm_lookup_full_patch_path:9> extension=.patch | |
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.patch | |
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.patch ]] | |
+__rvm_lookup_full_patch_path:9> extension=.diff | |
+__rvm_lookup_full_patch_path:11> patch_path=/falcon.diff | |
+__rvm_lookup_full_patch_path:14> [[ -s /falcon.diff ]] | |
+__rvm_lookup_full_patch_path:7> directory=/Users/krohrbaugh/ | |
+__rvm_lookup_full_patch_path:9> extension= | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/falcon | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/falcon ]] | |
+__rvm_lookup_full_patch_path:9> extension=.patch | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/falcon.patch | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/falcon.patch ]] | |
+__rvm_lookup_full_patch_path:9> extension=.diff | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/falcon.diff | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/falcon.diff ]] | |
+__rvm_lookup_full_patch_path:7> directory=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/ | |
+__rvm_lookup_full_patch_path:9> extension= | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon ]] | |
+__rvm_lookup_full_patch_path:9> extension=.patch | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon.patch | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon.patch ]] | |
+__rvm_lookup_full_patch_path:9> extension=.diff | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon.diff | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf/falcon.diff ]] | |
+__rvm_lookup_full_patch_path:7> directory=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/ | |
+__rvm_lookup_full_patch_path:9> extension= | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon ]] | |
+__rvm_lookup_full_patch_path:9> extension=.patch | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon.patch | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon.patch ]] | |
+__rvm_lookup_full_patch_path:9> extension=.diff | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon.diff | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/perf/falcon.diff ]] | |
+__rvm_lookup_full_patch_path:7> directory=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/ | |
+__rvm_lookup_full_patch_path:9> extension= | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon ]] | |
+__rvm_lookup_full_patch_path:9> extension=.patch | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.patch | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.patch ]] | |
+__rvm_lookup_full_patch_path:9> extension=.diff | |
+__rvm_lookup_full_patch_path:11> patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff | |
+__rvm_lookup_full_patch_path:14> [[ -s /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff && -f /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]] | |
+__rvm_lookup_full_patch_path:15> echo /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff | |
+__rvm_lookup_full_patch_path:16> return 0 | |
+__rvm_apply_patches:26> full_patch_path=/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff | |
+__rvm_apply_patches:27> rvm_debug 'Patch full path '\''/Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff'\''.' | |
+rvm_debug:2> (( 0 )) | |
+rvm_debug:2> return 0 | |
+__rvm_apply_patches:29> [[ -z /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff || ! -f /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff ]] | |
+__rvm_apply_patches:34> __rvm_log_command patch.apply.falcon 'Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff' patch -F 25 -p1 -N -f -i /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=patch.apply.falcon | |
+__rvm_log_command:6> message='Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff' | |
+__rvm_log_command:7> [[ -z 'Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff' ]] | |
+__rvm_log_command:7> rvm_log 'Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n' | |
Applying patch /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( patch -F 25 -p1 -N -f -i /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff ) | |
+__rvm_log_command:10> _command_start=patch | |
+__rvm_log_command:11> (( 8 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=patch | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log ]] | |
+__rvm_log_command:30> rvm_debug_stream | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/patch.apply.falcon.log | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:38] patch -F 25 -p1 -N -f -i /Users/krohrbaugh/.rvm/patches/ruby/1.9.3/p194/falcon.diff\n' | |
+__rvm_log_command:25> is_a_function patch | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/krohrbaugh/.rvm/src/ruby-1.9.3-p194-perf\n' | |
+__rvm_apply_patches:40> popd | |
+__rvm_do_with_env_before:2> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_do_with_env_before:5> source /Users/krohrbaugh/.rvm/scripts/initialize | |
+/Users/krohrbaugh/.rvm/scripts/initialize:3> : rvm_trace_flag:1 | |
+/Users/krohrbaugh/.rvm/scripts/initialize:4> (( rvm_trace_flag > 0 )) | |
+/Users/krohrbaugh/.rvm/scripts/initialize:6> set -o xtrace | |
+/Users/krohrbaugh/.rvm/scripts/initialize:9> [[ -z 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:21> [[ -n '' ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:24> [[ -n 4.3.11 ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:26> setopt extendedglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:27> setopt kshglob | |
+/Users/krohrbaugh/.rvm/scripts/initialize:28> setopt no_glob_subst | |
+/Users/krohrbaugh/.rvm/scripts/initialize:33> export __rvm_env_loaded | |
+/Users/krohrbaugh/.rvm/scripts/initialize:35> : __rvm_env_loaded:2: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:37> : __rvm_env_loaded:3: | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+/Users/krohrbaugh/.rvm/scripts/initialize:40> (( __rvm_env_loaded == 1 )) | |
+__rvm_do_with_env_before:6> __rvm_setup | |
+__rvm_setup:3> export rvm_head_flag rvm_ruby_selected_flag rvm_user_install_flag rvm_path_flag rvm_cron_flag rvm_static_flag rvm_default_flag rvm_loaded_flag rvm_llvm_flag rvm_skip_autoreconf_flag rvm_18_flag rvm_19_flag rvm_force_autoconf_flag rvm_dump_environment_flag rvm_verbose_flag rvm_debug_flag rvm_trace_flag rvm_pretty_print_flag rvm_create_flag rvm_remove_flag rvm_gemdir_flag rvm_reload_flag rvm_auto_reload_flag rvm_disable_binary_flag rvm_ignore_gemsets_flag rvm_skip_gemsets_flag rvm_install_on_use_flag rvm_remote_flag rvm_verify_downloads_flag | |
+__rvm_setup:4> export rvm_gems_cache_path rvm_gems_path rvm_man_path rvm_ruby_gem_path rvm_ruby_log_path rvm_gems_cache_path rvm_archives_path rvm_docs_path rvm_environments_path rvm_examples_path rvm_gems_path rvm_gemsets_path rvm_help_path rvm_hooks_path rvm_lib_path rvm_log_path rvm_patches_path rvm_repos_path rvm_rubies_path rvm_scripts_path rvm_src_path rvm_tmp_path rvm_user_path rvm_usr_path rvm_wrappers_path rvm_externals_path | |
+__rvm_setup:5> export rvm_ruby_strings rvm_ruby_binary rvm_ruby_gem_home rvm_ruby_home rvm_ruby_interpreter rvm_ruby_irbrc rvm_ruby_major_version rvm_ruby_minor_version rvm_ruby_package_name rvm_ruby_patch_level rvm_ruby_release_version rvm_ruby_repo_url rvm_ruby_repo_branch rvm_ruby_revision rvm_ruby_tag rvm_ruby_sha rvm_ruby_version rvm_ruby_package_file rvm_ruby_name rvm_ruby_name rvm_ruby_args rvm_ruby_user_tag rvm_ruby_patch detected_rvm_ruby_name | |
+__rvm_setup:6> export __rvm_env_loaded next_token rvm_error_message rvm_gemset_name rvm_parse_break rvm_token rvm_action rvm_export_args rvm_gemset_separator rvm_expanding_aliases rvm_architectures rvm_tar_command rvm_tar_options rvm_patch_original_pwd rvm_project_rvmrc rvm_archive_extension rvm_autoinstall_bundler_flag rvm_codesign_identity rvm_expected_gemset_name rvm_without_gems | |
+__rvm_setup:7> export -a rvm_patch_names rvm_ree_options rvm_autoconf_flags | |
+__rvm_setup:10> (( __rvm_env_loaded != 1 )) | |
+__rvm_setup:11> return 0 | |
+__rvm_project_rvmrc:2> export __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:3> : __rvm_project_rvmrc_lock:0 | |
+__rvm_project_rvmrc:4> : __rvm_project_rvmrc_lock:1 | |
+__rvm_project_rvmrc:5> (( __rvm_project_rvmrc_lock > 1 )) | |
+__rvm_project_rvmrc:9> typeset working_dir found_file rvm_trustworthiness_result | |
+__rvm_project_rvmrc:12> working_dir=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || /Users/krohrbaugh == /Users/krohrbaugh/.rvm/src || / == /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm/src found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm/src | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm/src /Users/krohrbaugh/.rvm/src/.rvmrc /Users/krohrbaugh/.rvm/src/.versions.conf /Users/krohrbaugh/.rvm/src/.ruby-version /Users/krohrbaugh/.rvm/src/.rbfu-version /Users/krohrbaugh/.rvm/src/.rbenv-version /Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/src/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/src/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm/src | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || /Users/krohrbaugh == /Users/krohrbaugh/.rvm || / == /Users/krohrbaugh/.rvm ]] | |
+__rvm_project_rvmrc:38> __rvm_project_dir_check /Users/krohrbaugh/.rvm found_file | |
+__rvm_project_dir_check:2> typeset _found_file path_to_check variable variable_default | |
+__rvm_project_dir_check:3> typeset -a _valid_files | |
+__rvm_project_dir_check:4> path_to_check=/Users/krohrbaugh/.rvm | |
+__rvm_project_dir_check:5> variable=found_file | |
+__rvm_project_dir_check:6> variable_default='' | |
+__rvm_project_dir_check:7> _valid_files=( /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile ) | |
+__rvm_project_dir_check:13> __rvm_find_first_file _found_file /Users/krohrbaugh/.rvm /Users/krohrbaugh/.rvm/.rvmrc /Users/krohrbaugh/.rvm/.versions.conf /Users/krohrbaugh/.rvm/.ruby-version /Users/krohrbaugh/.rvm/.rbfu-version /Users/krohrbaugh/.rvm/.rbenv-version /Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:2> typeset _first_file _variable_first_file __file_enum | |
+__rvm_find_first_file:3> _first_file='' | |
+__rvm_find_first_file:4> _variable_first_file=_found_file | |
+__rvm_find_first_file:5> shift | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rvmrc | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rvmrc ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.versions.conf | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.versions.conf ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.ruby-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.ruby-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbfu-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbfu-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/.rbenv-version | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/.rbenv-version ]] | |
+__rvm_find_first_file:7> __file_enum=/Users/krohrbaugh/.rvm/Gemfile | |
+__rvm_find_first_file:10> [[ -f /Users/krohrbaugh/.rvm/Gemfile ]] | |
+__rvm_find_first_file:16> eval '_found_file=""' | |
+(eval):1> _found_file='' | |
+__rvm_find_first_file:17> return 1 | |
+__rvm_project_dir_check:13> true | |
+__rvm_project_dir_check:15> [[ '' == Gemfile ]] | |
+__rvm_project_dir_check:24> [[ -n found_file ]] | |
+__rvm_project_dir_check:25> eval 'found_file="${_found_file:-}"' | |
+(eval):1> found_file='' | |
+__rvm_project_dir_check:28> [[ -n '' ]] | |
+__rvm_project_dir_check:28> return 1 | |
+__rvm_project_rvmrc:52> working_dir=+__rvm_project_rvmrc:52> dirname /Users/krohrbaugh/.rvm | |
+__rvm_project_rvmrc:52> working_dir=/Users/krohrbaugh | |
+__rvm_project_rvmrc:14> : | |
+__rvm_project_rvmrc:17> [[ -z /Users/krohrbaugh || /Users/krohrbaugh == /Users/krohrbaugh ]] | |
+__rvm_project_rvmrc:20> [[ -n '' ]] | |
+__rvm_project_rvmrc:35> break | |
+__rvm_project_rvmrc:57> unset __rvm_project_rvmrc_lock | |
+__rvm_project_rvmrc:58> return 0 | |
+__rvm_after_cd:2> typeset rvm_hook | |
+__rvm_after_cd:3> rvm_hook=after_cd | |
+__rvm_after_cd:4> [[ -n /Users/krohrbaugh/.rvm/scripts ]] | |
+__rvm_after_cd:5> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_cd | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/src/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:19> hooks+=( /Users/krohrbaugh/.rvm/src/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_cd_bundler ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_cd_bundler | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_cd_bundler || after_cd_bundler == after_cd ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_do_with_env_after:2> __rvm_teardown | |
+__rvm_teardown:4> __rvm_cleanup_tmp | |
+__rvm_cleanup_tmp:2> [[ -d /Users/krohrbaugh/.rvm/tmp/ ]] | |
+__rvm_cleanup_tmp:4> case /Users/krohrbaugh/.rvm/tmp (*tmp) | |
+__rvm_cleanup_tmp:6> __rvm_rm_rf '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf:2> __rvm_rm_rf_verbose '/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:2> typeset result target | |
+__rvm_rm_rf_verbose:3> result=1 | |
+__rvm_rm_rf_verbose:4> target='/Users/krohrbaugh/.rvm/tmp/74267*' | |
+__rvm_rm_rf_verbose:7> [[ -n 4.3.11 ]] | |
+__rvm_rm_rf_verbose:9> setopt extendedglob | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*(/|.)@(|/Applications|/Developer|/Guides|/Information|/Library|/Network|/System|/User|/Users|/Volumes|/backups|/bdsm|/bin|/boot|/cores|/data|/dev|/etc|/home|/lib|/lib64|/mach_kernel|/media|/misc|/mnt|/net|/opt|/private|/proc|/root|/sbin|/selinux|/srv|/sys|/tmp|/usr|/var)) | |
+__rvm_rm_rf_verbose:18> case /Users/krohrbaugh/.rvm/tmp/74267* (*) | |
+__rvm_rm_rf_verbose:23> [[ -n '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:25> [[ -d '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:29> [[ -f '/Users/krohrbaugh/.rvm/tmp/74267*' || -L '/Users/krohrbaugh/.rvm/tmp/74267*' ]] | |
+__rvm_rm_rf_verbose:34> result=0 | |
+__rvm_rm_rf_verbose:39> return 0 | |
+__rvm_cleanup_tmp:10> return 0 | |
+__rvm_teardown:7> export __rvm_env_loaded | |
+__rvm_teardown:9> : __rvm_env_loaded:3: | |
+__rvm_teardown:11> : __rvm_env_loaded:3: | |
+__rvm_teardown:13> : __rvm_env_loaded:2: | |
+__rvm_teardown:15> [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+__rvm_teardown:15> (( __rvm_env_loaded > 0 )) | |
+__rvm_teardown:17> return 0 | |
+__rvm_apply_patches:41> return 0 | |
+__rvm_install_source:51> true | |
+__rvm_install_source:59> (( 1 == 1 )) | |
+__rvm_install_source:67> command -v autoreconf | |
+__rvm_install_source:69> (( 1 == 1 )) | |
+__rvm_install_source:70> autoconf_flags+=( -f ) | |
+__rvm_install_source:72> __rvm_log_command autoreconf 'ruby-1.9.3-p194-perf - #autoreconf-f' autoreconf -f | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=autoreconf | |
+__rvm_log_command:6> message='ruby-1.9.3-p194-perf - #autoreconf-f' | |
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194-perf - #autoreconf-f' ]] | |
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194-perf - #autoreconf-f' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'ruby-1.9.3-p194-perf - #autoreconf-f\n' | |
ruby-1.9.3-p194-perf - #autoreconf-f | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( autoreconf -f ) | |
+__rvm_log_command:10> _command_start=autoreconf | |
+__rvm_log_command:11> (( 2 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=autoreconf | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log ]] | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log | |
+__rvm_log_command:30> rvm_debug_stream | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:38] autoreconf -f\n' | |
+__rvm_log_command:25> is_a_function autoreconf | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/krohrbaugh/.rvm/src\n' | |
+__rvm_log_command:34> typeset 'result=1' | |
+__rvm_log_command:35> rvm_error 'Error running '\''autoreconf -f'\'', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log' | |
+rvm_error:2> rvm_pretty_print stderr | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stderr (stdout) | |
+rvm_pretty_print:10> case stderr (stderr) | |
+rvm_pretty_print:12> [[ -t 2 ]] | |
+rvm_pretty_print:12> return 1 | |
+rvm_error:4> printf %b 'Error running '\''autoreconf -f'\'', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log\n' | |
Error running 'autoreconf -f', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log | |
+__rvm_log_command:36> return 1 | |
+__rvm_install_source:80> [[ -n '' ]] | |
+__rvm_install_source:90> [[ -s ./configure ]] | |
+__rvm_install_source:107> rvm_error 'Skipping configure step, '\''configure'\'' does not exist, did autoreconf not run successfully?' | |
+rvm_error:2> rvm_pretty_print stderr | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stderr (stdout) | |
+rvm_pretty_print:10> case stderr (stderr) | |
+rvm_pretty_print:12> [[ -t 2 ]] | |
+rvm_pretty_print:12> return 1 | |
+rvm_error:4> printf %b 'Skipping configure step, '\''configure'\'' does not exist, did autoreconf not run successfully?\n' | |
Skipping configure step, 'configure' does not exist, did autoreconf not run successfully? | |
+__rvm_install_source:110> __rvm_log_command make 'ruby-1.9.3-p194-perf - #compiling' make -j3 | |
+__rvm_log_command:2> typeset name message _log _command_start _command_name | |
+__rvm_log_command:3> typeset -a _command | |
+__rvm_log_command:5> name=make | |
+__rvm_log_command:6> message='ruby-1.9.3-p194-perf - #compiling' | |
+__rvm_log_command:7> [[ -z 'ruby-1.9.3-p194-perf - #compiling' ]] | |
+__rvm_log_command:7> rvm_log 'ruby-1.9.3-p194-perf - #compiling' | |
+rvm_log:2> rvm_pretty_print stdout | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stdout (stdout) | |
+rvm_pretty_print:11> [[ -t 1 ]] | |
+rvm_pretty_print:11> return 1 | |
+rvm_log:4> printf %b 'ruby-1.9.3-p194-perf - #compiling\n' | |
ruby-1.9.3-p194-perf - #compiling | |
+__rvm_log_command:8> shift 2 | |
+__rvm_log_command:9> _command=( make -j3 ) | |
+__rvm_log_command:10> _command_start=make | |
+__rvm_log_command:11> (( 2 )) | |
+__rvm_log_command:11> [[ "$1" -regex-match "=" ]] | |
+__rvm_log_command:14> _command_name=make | |
+__rvm_log_command:16> [[ ! "${_command_start}" -regex-match "=" ]] | |
+__rvm_log_command:17> (( 0 == 0 )) | |
+__rvm_log_command:19> _log=/Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log | |
+__rvm_log_command:21> [[ -d /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf ]] | |
+__rvm_log_command:22> [[ -f /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log ]] | |
+__rvm_log_command:30> tee /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log | |
+__rvm_log_command:30> rvm_debug_stream | |
+rvm_debug_stream:2> (( 0 )) | |
+rvm_debug_stream:2> return 0 | |
+__rvm_log_command:24> date '+%Y-%m-%d %H:%M:%S' | |
+__rvm_log_command:24> printf %b '[2012-09-28 09:39:38] make -j3\n' | |
+__rvm_log_command:25> is_a_function make | |
+is_a_function:2> return 1 | |
+__rvm_log_command:28> printf %b 'current path: /Users/krohrbaugh/.rvm/src\n' | |
+__rvm_log_command:34> typeset 'result=2' | |
+__rvm_log_command:35> rvm_error 'Error running '\''make -j3'\'', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log' | |
+rvm_error:2> rvm_pretty_print stderr | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stderr (stdout) | |
+rvm_pretty_print:10> case stderr (stderr) | |
+rvm_pretty_print:12> [[ -t 2 ]] | |
+rvm_pretty_print:12> return 1 | |
+rvm_error:4> printf %b 'Error running '\''make -j3'\'', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log\n' | |
Error running 'make -j3', please read /Users/krohrbaugh/.rvm/log/ruby-1.9.3-p194-perf/make.log | |
+__rvm_log_command:36> return 2 | |
+__rvm_install_source:113> result=2 | |
+__rvm_install_source:114> rvm_error 'There has been an error while running make. Halting the installation.' | |
+rvm_error:2> rvm_pretty_print stderr | |
+rvm_pretty_print:2> case auto (0|no) | |
+rvm_pretty_print:2> case auto (1|auto) | |
+rvm_pretty_print:7> case xterm (dumb|unknown) | |
+rvm_pretty_print:10> case stderr (stdout) | |
+rvm_pretty_print:10> case stderr (stderr) | |
+rvm_pretty_print:12> [[ -t 2 ]] | |
+rvm_pretty_print:12> return 1 | |
+rvm_error:4> printf %b 'There has been an error while running make. Halting the installation.\n' | |
There has been an error while running make. Halting the installation. | |
+__rvm_install_source:115> return 2 | |
+ruby_install:109> result=2 | |
+ruby_install:112> [[ i386 == *darwin* ]] | |
+ruby_install:123> __rvm_compiler_is_llvm | |
+__rvm_compiler_is_llvm:2> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match "llvm"+__rvm_compiler_is_llvm:3> __rvm_run_compiler --version | |
+__rvm_run_compiler:2> typeset compiler | |
+__rvm_run_compiler:4> compiler=+__rvm_run_compiler:4> __rvm_found_compiler | |
+__rvm_found_compiler:2> __rvm_selected_compiler | |
+__rvm_selected_compiler:4> [[ " ${rvm_configure_flags[*]}" -regex-match " --with-gcc=" ]] | |
+__rvm_selected_compiler:17> [[ -n /usr/local/bin/gcc-4.2 ]] | |
+__rvm_selected_compiler:19> echo /usr/local/bin/gcc-4.2 | |
+__rvm_selected_compiler:20> return 0 | |
+__rvm_run_compiler:4> compiler=/usr/local/bin/gcc-4.2 | |
+__rvm_run_compiler:6> [[ -n 4.3.11 ]] | |
+__rvm_run_compiler:7> /usr/local/bin/gcc-4.2 --version | |
+__rvm_compiler_is_llvm:3> [[ "$(__rvm_run_compiler --version)" -regex-match "llvm" ]] | |
+__rvm_compiler_is_llvm:4> return 1 | |
+ruby_install:128> typeset patches_count | |
+ruby_install:129> patches_count=+ruby_install:129> patches_count=+ruby_install:130> wc -l | |
+ruby_install:130> rvm_ruby_string=ruby-1.9.3-p194-perf /Users/krohrbaugh/.rvm/scripts/patchsets show default | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/krohrbaugh ]] | |
++ /scripts/base : 37 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 45 > GREP_OPTIONS= | |
++ /scripts/base : 45 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
++ /scripts/base : 54 > source /Users/krohrbaugh/.rvmrc | |
+++ rc : 1 > export rvm_project_rvmrc=1 | |
+++ rc : 1 > rvm_project_rvmrc=1 | |
+++ rc : 2 > export rvm_project_rvmrc_default=1 | |
+++ rc : 2 > rvm_project_rvmrc_default=1 | |
+++ rc : 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
+++ rc : 3 > rvm_path=/Users/krohrbaugh/.rvm | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/krohrbaugh/.rvm ]] | |
++ /scripts/base : 74 > true /Users/krohrbaugh/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/krohrbaugh/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 83 > true | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/krohrbaugh/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='[31m' | |
++++ /scripts/functions/logging : 41 > /Users/krohrbaugh/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='[33m' | |
++++ /scripts/functions/logging : 42 > /Users/krohrbaugh/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='[35m' | |
++++ /scripts/functions/logging : 43 > /Users/krohrbaugh/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='[32m' | |
++++ /scripts/functions/logging : 44 > /Users/krohrbaugh/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='(B[m' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/patchsets : 6 > source /Users/krohrbaugh/.rvm/scripts/patches | |
+ /scripts/patchsets : 75 > args=($*) | |
+ /scripts/patchsets : 76 > action=show | |
+ /scripts/patchsets : 77 > patchset=default | |
++ /scripts/patchsets : 78 > echo | |
+ /scripts/patchsets : 78 > args= | |
+ /scripts/patchsets : 80 > case "$action" in | |
+ /scripts/patchsets : 81 > lookup_patchset default | |
+ /scripts/patchsets : lookup_patchset() 10 > typeset paths lookup_path | |
+ /scripts/patchsets : lookup_patchset() 12 > [[ -z default ]] | |
+ /scripts/patchsets : lookup_patchset() 18 > paths=($(__rvm_ruby_string_paths_under "$rvm_path/patchsets" | sort -r)) | |
++ /scripts/patchsets : lookup_patchset() 18 > __rvm_ruby_string_paths_under /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/patchsets : lookup_patchset() 18 > sort -r | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 53 > typeset __search_path part parts | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 55 > __search_path=/Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 57 > [[ -n '' ]] | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 59 > parts=(${rvm_ruby_string//-/ }) | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 62 > echo /Users/krohrbaugh/.rvm/patchsets | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194 | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 63 > for part in '"${parts[@]}"' | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 65 > __search_path=/Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
++ /scripts/functions/utility : __rvm_ruby_string_paths_under() 66 > echo /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/perf/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/p194/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/1.9.3/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/ruby/default ]] | |
+ /scripts/patchsets : lookup_patchset() 20 > for lookup_path in '"${paths[@]}"' | |
+ /scripts/patchsets : lookup_patchset() 22 > [[ -s /Users/krohrbaugh/.rvm/patchsets/default ]] | |
+ /scripts/patchsets : lookup_patchset() 29 > return 1 | |
+ /scripts/patchsets : 85 > exit 1 | |
+ruby_install:129> patches_count=' 0' | |
+ruby_install:133> [[ ! "${rvm_ruby_string}" -regex-match "ruby-1.9.3" ]] | |
+ruby_install:140> return 2 | |
+__rvm_install_ruby:69> rvm_hook=after_install | |
+__rvm_install_ruby:70> source /Users/krohrbaugh/.rvm/scripts/hook | |
+/Users/krohrbaugh/.rvm/scripts/hook:5> old_rvm_verbose_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:6> old_rvm_debug_flag=0 | |
+/Users/krohrbaugh/.rvm/scripts/hook:11> true rvm_verbose_flag:0 rvm_debug_flag:0 rvm_hook:after_install | |
+/Users/krohrbaugh/.rvm/scripts/hook:15> [[ -n after_install ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:17> hooks=( /Users/krohrbaugh/.rvm/hooks ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:18> [[ /Users/krohrbaugh/.rvm/hooks == /Users/krohrbaugh/.rvm/hooks ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=+/Users/krohrbaugh/.rvm/scripts/hook:21> _hooks_list=( /Users/krohrbaugh/.rvm/hooks/after_install_codesign ) | |
+/Users/krohrbaugh/.rvm/scripts/hook:25> hook=/Users/krohrbaugh/.rvm/hooks/after_install_codesign | |
+/Users/krohrbaugh/.rvm/scripts/hook:27> [[ -x /Users/krohrbaugh/.rvm/hooks/after_install_codesign || after_install_codesign == after_install ]] | |
+/Users/krohrbaugh/.rvm/scripts/hook:37> unset rvm_hook hooks _hooks_list hook | |
+__rvm_install_ruby:72> [[ -n '' ]] | |
+__rvm_reinstall_ruby:4> __rvm_gemset_pristine_all ruby-1.9.3-p194-perf | |
+__rvm_gemset_pristine_all:2> typeset destination_gemset | |
+__rvm_gemset_pristine_all:4> read -r destination_gemset | |
+__rvm_gemset_pristine_all:4> /Users/krohrbaugh/.rvm/scripts/list gemsets strings | |
+__rvm_gemset_pristine_all:4> GREP_OPTIONS='' grep -E '^ruby-1.9.3-p194-perf(@.*)?$' | |
++ [[ -z '' ]] | |
++ export PS4 | |
++ PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
++ /scripts/base : 21 > export __array_start rvm_path | |
++ /scripts/base : 26 > [[ -n '' ]] | |
++ /scripts/base : 30 > __array_start=0 | |
++ /scripts/base : 33 > (( 0 == 0 )) | |
++ /scripts/base : 35 > [[ -n 022 ]] | |
++ /scripts/base : 36 > rvm_rvmrc_files=("/etc/rvmrc" "$HOME/.rvmrc") | |
++ /scripts/base : 37 > [[ -n /Users/krohrbaugh ]] | |
++ /scripts/base : 37 > [[ /Users/krohrbaugh/.rvmrc -ef /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /etc/rvmrc ]] | |
++ /scripts/base : 41 > for rvmrc in '"${rvm_rvmrc_files[@]}"' | |
++ /scripts/base : 43 > [[ -f /Users/krohrbaugh/.rvmrc ]] | |
++ /scripts/base : 45 > GREP_OPTIONS= | |
++ /scripts/base : 45 > grep '^\s*rvm .*$' /Users/krohrbaugh/.rvmrc | |
++ /scripts/base : 54 > source /Users/krohrbaugh/.rvmrc | |
+++ rc : 1 > export rvm_project_rvmrc=1 | |
+++ rc : 1 > rvm_project_rvmrc=1 | |
+++ rc : 2 > export rvm_project_rvmrc_default=1 | |
+++ rc : 2 > rvm_project_rvmrc_default=1 | |
+++ rc : 3 > export rvm_path=/Users/krohrbaugh/.rvm | |
+++ rc : 3 > rvm_path=/Users/krohrbaugh/.rvm | |
++ /scripts/base : 58 > unset rvm_rvmrc_files | |
++ /scripts/base : 61 > export rvm_path | |
++ /scripts/base : 62 > [[ -z /Users/krohrbaugh/.rvm ]] | |
++ /scripts/base : 74 > true /Users/krohrbaugh/.rvm/scripts | |
++ /scripts/base : 77 > source /Users/krohrbaugh/.rvm/scripts/initialize | |
+++ /scripts/initialize : 3 > : rvm_trace_flag:1 | |
+++ /scripts/initialize : 4 > (( rvm_trace_flag > 0 )) | |
+++ /scripts/initialize : 6 > set -o xtrace | |
+++ /scripts/initialize : 9 > [[ -z '' ]] | |
+++ /scripts/initialize : 14 > export PS4 | |
+++ /scripts/initialize : 15 > PS4='+ ${BASH_SOURCE##${rvm_path:-}} : ${FUNCNAME[0]:+${FUNCNAME[0]}()} ${LINENO} > ' | |
+++ /scripts/initialize : 21 > [[ -n 3.2.48(1)-release ]] | |
+++ /scripts/initialize : 23 > shopt -s extglob | |
+++ /scripts/initialize : 33 > export __rvm_env_loaded | |
+++ /scripts/initialize : 35 > : __rvm_env_loaded:2: | |
+++ /scripts/initialize : 37 > : __rvm_env_loaded:3: | |
+++ /scripts/initialize : 40 > [[ -z /Users/krohrbaugh/.rvm/tmp ]] | |
+++ /scripts/initialize : 40 > (( __rvm_env_loaded == 1 )) | |
++ /scripts/base : 81 > case " ${rvm_base_except:-} " in | |
++ /scripts/base : 83 > true | |
++ /scripts/base : 91 > typeset -a scripts | |
++ /scripts/base : 94 > scripts=(logging support utility init cleanup env rvmrc install environment gemset db bundler checksum) | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/logging | |
++++ /scripts/functions/logging : 40 > /Users/krohrbaugh/.rvm/scripts/color red | |
+++ /scripts/functions/logging : 40 > rvm_error_clr='[31m' | |
++++ /scripts/functions/logging : 41 > /Users/krohrbaugh/.rvm/scripts/color yellow | |
+++ /scripts/functions/logging : 41 > rvm_warn_clr='[33m' | |
++++ /scripts/functions/logging : 42 > /Users/krohrbaugh/.rvm/scripts/color magenta | |
+++ /scripts/functions/logging : 42 > rvm_debug_clr='[35m' | |
++++ /scripts/functions/logging : 43 > /Users/krohrbaugh/.rvm/scripts/color green | |
+++ /scripts/functions/logging : 43 > rvm_notify_clr='[32m' | |
++++ /scripts/functions/logging : 44 > /Users/krohrbaugh/.rvm/scripts/color reset | |
+++ /scripts/functions/logging : 44 > rvm_reset_clr='(B[m' | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/support | |
+++ /scripts/functions/support : 3 > [[ -z tar ]] | |
+++ /scripts/functions/support : 12 > [[ ! =~ --no-same-owner ]] | |
+++ /scripts/functions/support : 13 > tar --help | |
+++ /scripts/functions/support : 13 > GREP_OPTIONS= | |
+++ /scripts/functions/support : 13 > grep -- --no-same-owner | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/utility | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/init | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/cleanup | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/env | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/rvmrc | |
+++ /scripts/functions/rvmrc : 3 > export escape_flag _first _second | |
+++ /scripts/functions/rvmrc : 4 > escape_flag=1 | |
+++ /scripts/functions/rvmrc : 5 > _first=0 | |
+++ /scripts/functions/rvmrc : 6 > _second=1 | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/install | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/environment | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/gemset | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/db | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/bundler | |
++ /scripts/base : 95 > for entry in '${scripts[@]}' | |
++ /scripts/base : 96 > source /Users/krohrbaugh/.rvm/scripts/functions/checksum | |
++ /scripts/base : 98 > unset scripts entry rvm_base_except | |
+ /scripts/list : 361 > args=($*) | |
+ /scripts/list : 362 > action=gemsets | |
+ /scripts/list : 363 > args=strings | |
+ /scripts/list : 365 > case "${action:-rubies}" in | |
+ /scripts/list : 369 > list_gemsets strings | |
+ /scripts/list : list_gemsets() 52 > typeset all_rubies version versions ruby_version_name current_ruby selected system_ruby system_version string binary | |
+ /scripts/list : list_gemsets() 54 > [[ strings == \s\t\r\i\n\g\s ]] | |
+ /scripts/list : list_gemsets() 56 > list_gemset_strings | |
+ /scripts/list : list_gemset_strings() 212 > typeset all_rubies ruby_name gemset gemsets | |
++ /scripts/list : list_gemset_strings() 214 > list_strings | |
++ /scripts/list : list_gemset_strings() 214 > sort | |
++ /scripts/list : list_strings() 202 > builtin cd /Users/krohrbaugh/.rvm/rubies | |
++ /scripts/list : list_strings() 203 > find . -maxdepth 1 -mindepth 1 -type d | |
++ /scripts/list : list_strings() 203 > sed -e s#./##g | |
++ /scripts/list : list_strings() 206 > return 0 | |
+ /scripts/list : list_gemset_strings() 214 > all_rubies=ruby-1.9.3-p194 | |
+ /scripts/list : list_gemset_strings() 221 > gemsets=($( | |
builtin cd "${rvm_gems_path:-"$rvm_path/gems"}" | |
find . -maxdepth 1 -mindepth 1 -type d 2>/dev/null | xargs -n1 basename -- | GREP_OPTIONS="" \grep -v '^\(@\|doc$\|cache$\|system$\)' | sort | |
)) | |
++ /scripts/list : list_gemset_strings() 222 > builtin cd /Users/krohrbaugh/.rvm/gems | |
++ /scripts/list : list_gemset_strings() 223 > find . -maxdepth 1 -mindepth 1 -type d | |
++ /scripts/list : list_gemset_strings() 223 > xargs -n1 basename -- | |
++ /scripts/list : list_gemset_strings() 223 > GREP_OPTIONS= | |
++ /scripts/list : list_gemset_strings() 223 > grep -v '^\(@\|doc$\|cache$\|system$\)' | |
++ /scripts/list : list_gemset_strings() 223 > sort | |
+ /scripts/list : list_gemset_strings() 223 > for gemset in '"${gemsets[@]//.\/}"' | |
+ /scripts/list : list_gemset_strings() 225 > ruby_name=ruby-1.9.3-p194 | |
+ /scripts/list : list_gemset_strings() 227 > [[ ruby-1.9.3-p194 != *\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4* ]] | |
+ /scripts/list : list_gemset_strings() 231 > echo ruby-1.9.3-p194 | |
+ /scripts/list : list_gemset_strings() 223 > for gemset in '"${gemsets[@]//.\/}"' | |
+ /scripts/list : list_gemset_strings() 225 > ruby_name=ruby-1.9.3-p194 | |
+ /scripts/list : list_gemset_strings() 227 > [[ ruby-1.9.3-p194 != *\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4* ]] | |
+ /scripts/list : list_gemset_strings() 231 > echo ruby-1.9.3-p194@global | |
+ /scripts/list : list_gemset_strings() 223 > for gemset in '"${gemsets[@]//.\/}"' | |
+ /scripts/list : list_gemset_strings() 225 > ruby_name=ruby-1.9.3-p194 | |
+ /scripts/list : list_gemset_strings() 227 > [[ ruby-1.9.3-p194 != *\r\u\b\y\-\1\.\9\.\3\-\p\1\9\4* ]] | |
+ /scripts/list : list_gemset_strings() 231 > echo ruby-1.9.3-p194@mc-be_the_buyer | |
+ /scripts/list : list_gemset_strings() 234 > return 0 | |
+ /scripts/list : list_gemsets() 57 > return 0 | |
+ /scripts/list : 381 > exit 0 | |
+__rvm_manage_rubies:48> [[ reinstall == install ]] |
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
[2012-09-28 09:32:34] autoreconf -f | |
autoreconf: 'configure.ac' or 'configure.in' is required |
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
[2012-09-28 09:32:34] make -j3 | |
make: *** No targets specified and no makefile found. Stop. |
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
# | |
# This is using ruby-1.9.3-p194 (precompiled) | |
# | |
$ gem install kgio -v '2.7.4' | |
Building native extensions. This could take a while... | |
ERROR: Error installing kgio: | |
ERROR: Failed to build gem native extension. | |
/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb | |
checking for CLOCK_MONOTONIC in time.h... no | |
checking for CLOCK_MONOTONIC() in time.h... no | |
checking for clockid_t in time.h... no | |
checking for clock_gettime() in -lrt... no | |
checking for t_open() in -lnsl... no | |
checking for socket() in -lsocket... no | |
checking for poll() in poll.h... yes | |
checking for getaddrinfo() in sys/types.h,sys/socket.h,netdb.h... yes | |
checking for getnameinfo() in sys/types.h,sys/socket.h,netdb.h... yes | |
checking for struct sockaddr_storage in sys/types.h,sys/socket.h... yes | |
checking for accept4() in sys/socket.h... no | |
checking for sys/select.h... yes | |
checking for ruby/io.h... yes | |
checking for rb_io_t.fd in ruby.h,ruby/io.h... yes | |
checking for rb_io_t.mode in ruby.h,ruby/io.h... yes | |
checking for rb_io_t.pathv in ruby.h,ruby/io.h... yes | |
checking for struct RFile in ruby.h,ruby/io.h... yes | |
checking size of struct RFile in ruby.h,ruby/io.h... *** extconf.rb failed *** | |
Could not create Makefile due to some reason, probably lack of | |
necessary libraries and/or headers. Check the mkmf.log file for more | |
details. You may need configuration options. | |
Provided configuration options: | |
--with-opt-dir | |
--without-opt-dir | |
--with-opt-include | |
--without-opt-include=${opt-dir}/include | |
--with-opt-lib | |
--without-opt-lib=${opt-dir}/lib | |
--with-make-prog | |
--without-make-prog | |
--srcdir=. | |
--curdir | |
--ruby=/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin/ruby | |
--with-rtlib | |
--without-rtlib | |
--with-nsllib | |
--without-nsllib | |
--with-socketlib | |
--without-socketlib | |
/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:597:in `Integer': can't convert nil into Integer (TypeError) | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:597:in `block in try_constant' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:330:in `popen' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:330:in `block in xpopen' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:323:in `xpopen' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:596:in `try_constant' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:1156:in `block in check_sizeof' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:790:in `block in checking_for' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block (2 levels) in postpone' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:284:in `block in postpone' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:254:in `open' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:280:in `postpone' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:789:in `checking_for' | |
from /Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/mkmf.rb:1155:in `check_sizeof' | |
from extconf.rb:40:in `<main>' | |
Gem files will remain installed in /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/gems/kgio-2.7.4 for inspection. | |
Results logged to /Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@mc-be_the_buyer/gems/kgio-2.7.4/ext/kgio/gem_make.out |
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
$ rvm info | |
ruby-1.9.3-p194: | |
system: | |
uname: "Darwin beaker-3.local 11.4.2 Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 x86_64" | |
system: "osx/10.7/x86_64" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11)" | |
zsh: "/bin/zsh => zsh 4.3.11 (i386-apple-darwin11.0)" | |
rvm: | |
version: "rvm 1.16.6 (master) by Wayne E. Seguin <[email protected]>, Michal Papis <[email protected]> [https://rvm.io/]" | |
updated: "14 minutes 55 seconds ago" | |
ruby: | |
interpreter: "ruby" | |
version: "1.9.3p194" | |
date: "2012-04-20" | |
platform: "x86_64-darwin11.4.0" | |
patchlevel: "2012-04-20 revision 35410" | |
full_version: "ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.4.0]" | |
homes: | |
gem: "/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194" | |
ruby: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194" | |
binaries: | |
ruby: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin/ruby" | |
irb: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin/irb" | |
gem: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin/gem" | |
rake: "/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin/rake" | |
environment: | |
PATH: "/Users/krohrbaugh/bin:/usr/local/bin:/usr/local/sbin:/usr/local/share/python:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/krohrbaugh/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/X11/bin" | |
GEM_HOME: "/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194" | |
GEM_PATH: "/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194:/Users/krohrbaugh/.rvm/gems/ruby-1.9.3-p194@global" | |
MY_RUBY_HOME: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194" | |
IRBRC: "/Users/krohrbaugh/.rvm/rubies/ruby-1.9.3-p194/.irbrc" | |
RUBYOPT: "" | |
gemset: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the same error. Have you found a solution?