Created
August 29, 2009 15:20
-
-
Save r38y/177502 to your computer and use it in GitHub Desktop.
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
r38y $ rvm ree --debug | |
+ case "$rvm_action" in | |
+ rvm-use ree | |
+ '[' -z '' ']' | |
+ rvm-select ree | |
+ rvm_ruby_interpreter=ree | |
+ rvm_ruby_interpreter=ree | |
+ '[' '' = 1.8 ']' | |
+ '[' '' = 1.9 ']' | |
+ case "$rvm_ruby_interpreter" in | |
+ rvm_ruby_interpreter=ruby-enterprise | |
+ rvm_ruby_version=1.8.6 | |
+ rvm_ruby_patch_level=20090610 | |
+ '[' 1.8.6 '!=' 1.8.6 ']' | |
+ '[' '!' -z ruby-enterprise -a '!' -z 1.8.6 ']' | |
++ echo 1.8.6 | |
++ awk -F. '{ print $1 "." $2 }' | |
+ rvm_major_version=1.8 | |
++ echo 1.8.6 | |
++ awk -F. '{ print $3 }' | |
+ rvm_minor_version=6 | |
+ '[' -z '' -a -d /Users/r38y/.rvm/gems/ruby-enterprise/1.8.6- ']' | |
+ '[' -z '' ']' | |
+ rvm_gem_home=/Users/r38y/.rvm/gems/ruby-enterprise/1.8.6 | |
+ mkdir -p /Users/r38y/.rvm/gems/ruby-enterprise/1.8.6 | |
+ '[' -z 20090610 ']' | |
+ rvm_ruby_package_name=ruby-enterprise-1.8.6-20090610 | |
+ rvm_ruby_home=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
+ rvm_ruby_irbrc=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/.irbrc | |
+ rvm_ruby_binary=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby | |
+ rvm_selected=1 | |
+ '[' ruby-enterprise = default -o ruby-enterprise = system -o -z ruby-enterprise ']' | |
+ GEM_HOME=/Users/r38y/.rvm/gems/ruby-enterprise/1.8.6 | |
+ export GEM_HOME | |
+ MY_RUBY_HOME=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
+ export MY_RUBY_HOME | |
+ IRBRC=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/.irbrc | |
+ export IRBRC | |
+ '[' '!' -s /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/.irbrc ']' | |
++ cat | |
+ rvm_irbrc_file=' @prompt = { | |
:PROMPT_I => "ruby-enterprise-1.8.6-20090610 > ", # default prompt | |
:PROMPT_S => "ruby-enterprise-1.8.6-20090610%l> ", # known continuation | |
:PROMPT_C => "ruby-enterprise-1.8.6-20090610 > ", | |
:PROMPT_N => "ruby-enterprise-1.8.6-20090610 ?> ", # unknown continuation | |
:RETURN => " => %s \n", | |
:AUTO_INDENT => true | |
} | |
@prompt_mode = :DEFAULT | |
IRB.conf[:PROMPT][@prompt_mode] = @prompt | |
IRB.conf[:PROMPT_MODE] = @prompt_mode | |
require "irb/completion" rescue nil' | |
+ echo ' @prompt = { | |
:PROMPT_I => "ruby-enterprise-1.8.6-20090610 > ", # default prompt | |
:PROMPT_S => "ruby-enterprise-1.8.6-20090610%l> ", # known continuation | |
:PROMPT_C => "ruby-enterprise-1.8.6-20090610 > ", | |
:PROMPT_N => "ruby-enterprise-1.8.6-20090610 ?> ", # unknown continuation | |
:RETURN => " => %s \n", | |
:AUTO_INDENT => true | |
} | |
@prompt_mode = :DEFAULT | |
IRB.conf[:PROMPT][@prompt_mode] = @prompt | |
IRB.conf[:PROMPT_MODE] = @prompt_mode | |
require "irb/completion" rescue nil' | |
-bash: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/.irbrc: No such file or directory | |
+ PATH=/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin:/Users/r38y/.rvm/gems/ruby-enterprise/1.8.6/bin:/Users/r38y/.gem/ruby-enterprise/1.8/bin:/usr/local/mysql/bin:/bin:/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/usr/local/git/bin:/usr/local/bin:/usr/local/sbin:/opt/local/lib/postgresql83/bin:/Users/r38y/.rip/active/bin | |
+ export PATH | |
+ '[' '!' -d /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 ']' | |
+ rvm-log warn 'ruby-enterprise 1.8.6 is not installed.' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;33m <w> ruby-enterprise 1.8.6 is not installed. \033[0m' | |
<w> ruby-enterprise 1.8.6 is not installed. | |
+ rvm-install-ruby ruby-enterprise 1.8.6 | |
+ '[' -z 1 ']' | |
+ '[' -z '' ']' | |
+ ruby_options= | |
+ unset RUBYOPT | |
+ case "$rvm_ruby_interpreter" in | |
+ rvm_url=http://rubyforge.org/frs/download.php/58677/ruby-enterprise-1.8.6-20090610.tar.gz | |
+ rvm-log info 'Installing Ruby Enterprise Edition from source to: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> Installing Ruby Enterprise Edition from source to: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 \033[0m' | |
<i> Installing Ruby Enterprise Edition from source to: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 | |
+ pushd /Users/r38y/.rvm/src | |
+ '[' -d /Users/r38y/.rvm/src/ruby-enterprise-1.8.6-20090610 ']' | |
+ rvm-log info '\tDownloading ruby-enterprise-1.8.6-20090610, this may take a while depending on your connection...' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> \tDownloading ruby-enterprise-1.8.6-20090610, this may take a while depending on your connection... \033[0m' | |
<i> Downloading ruby-enterprise-1.8.6-20090610, this may take a while depending on your connection... | |
+ rvm-curl http://rubyforge.org/frs/download.php/58677/ruby-enterprise-1.8.6-20090610.tar.gz | |
+ pushd /Users/r38y/.rvm/archives | |
+ eval /usr/bin/curl -O -L -s -C - http://rubyforge.org/frs/download.php/58677/ruby-enterprise-1.8.6-20090610.tar.gz | |
++ /usr/bin/curl -O -L -s -C - http://rubyforge.org/frs/download.php/58677/ruby-enterprise-1.8.6-20090610.tar.gz | |
+ popd | |
+ rvm-log info '\tExtracting ruby-enterprise-1.8.6-20090610...' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> \tExtracting ruby-enterprise-1.8.6-20090610... \033[0m' | |
<i> Extracting ruby-enterprise-1.8.6-20090610... | |
+ mkdir -p /Users/r38y/.rvm/src/ruby-enterprise-1.8.6-20090610 | |
+ nice -n 0 tar xzf /Users/r38y/.rvm/archives/ruby-enterprise-1.8.6-20090610.tar.gz -C /Users/r38y/.rvm/src | |
+ rvm-log info '\tInstalling ruby-enterprise-1.8.6-20090610, this may take a while, depending on your cpu(s)...' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> \tInstalling ruby-enterprise-1.8.6-20090610, this may take a while, depending on your cpu(s)... \033[0m' | |
<i> Installing ruby-enterprise-1.8.6-20090610, this may take a while, depending on your cpu(s)... | |
+ mkdir -p /Users/r38y/.rvm/log/ruby-enterprise-1.8.6-20090610 | |
+ cd /Users/r38y/.rvm/src/ruby-enterprise-1.8.6-20090610 | |
+ nice -n 0 ./installer -a /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610 --dont-install-useful-gems | |
+ chmod +x '/Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/*' | |
chmod: /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/*: No such file or directory | |
+ ln -fs /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby /Users/r38y/.rvm/bin/ruby-enterprise-1.8.6-20090610 | |
+ rvm-log info '\tInstalling rubygems dedicated to ruby-enterprise-1.8.6-20090610...' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> \tInstalling rubygems dedicated to ruby-enterprise-1.8.6-20090610... \033[0m' | |
<i> Installing rubygems dedicated to ruby-enterprise-1.8.6-20090610... | |
+ rvm_gem_package_name=rubygems-1.3.5 | |
+ rvm_gem_url=http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz | |
+ '[' -d /Users/r38y/.rvm/src/rubygems-1.3.5 ']' | |
+ cd /Users/r38y/.rvm/src/rubygems-1.3.5 | |
+ sed -i.orig 's/require_paths\.join/require_paths.to_a.join/' /Users/r38y/.rvm/src/rubygems-1.3.5/lib/rubygems/gem_path_searcher.rb | |
+ nice -n 0 /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/ruby /Users/r38y/.rvm/src/rubygems-1.3.5/setup.rb | |
+ rvm-log info 'Installation of ruby-enterprise-1.8.6-20090610 complete.' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> Installation of ruby-enterprise-1.8.6-20090610 complete. \033[0m' | |
<i> Installation of ruby-enterprise-1.8.6-20090610 complete. | |
+ popd | |
+ for rvm_gem_name in rake | |
+ rvm-log info 'Installing rake' | |
+ case "$1" in | |
+ shift | |
+ echo -e '\n\033[0;32m <i> Installing rake \033[0m' | |
<i> Installing rake | |
+ nice -n 0 /Users/r38y/.rvm/ruby-enterprise-1.8.6-20090610/bin/gem install rake --no-rdoc --no-ri -q | |
+ '[' '!' -z '' ']' | |
+ '[' '!' -z '' ']' | |
+ '[' 1 = 1 ']' | |
+ set +x | |
=================================== | |
r38y $ ls -l .rvm/ruby-enterprise-1.8.6-20090610/ | |
total 0 | |
drwxr-xr-x 6 r38y staff 204 Aug 29 11:17 lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment