Skip to content

Instantly share code, notes, and snippets.

@tejanium
Created October 4, 2012 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tejanium/3831978 to your computer and use it in GitHub Desktop.
Save tejanium/3831978 to your computer and use it in GitHub Desktop.
~ $ rvm get head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 185 100 185 0 0 41 0 0:00:04 0:00:04 --:--:-- 50
100 10009 100 10009 0 0 1165 0 0:00:08 0:00:08 --:--:-- 3168
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 125 100 125 0 0 27 0 0:00:04 0:00:04 --:--:-- 40
100 1085k 100 1085k 0 0 39408 0 0:00:28 0:00:28 --:--:-- 186k
Upgrading the RVM installation in /Users/teja/.rvm/
RVM PATH line found in /Users/teja/.bashrc /Users/teja/.zshrc.
RVM sourcing line found in /Users/teja/.bash_login /Users/teja/.zlogin.
Upgrade Notes:
* No new notes to display.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues read output of 'rvm requirements' and/or 'rvm notes'
Upgrade of RVM in /Users/teja/.rvm/ is complete.
# Teja Sophista,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
rvm 1.16.8 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
RVM reloaded!
~ $ rvm reload
RVM reloaded!
~ $ rvm install 1.9.3-perf --patch falcon -j 3 --debug
Installing Ruby from source to: /Users/teja/.rvm/rubies/ruby-1.9.3-p194-perf, this may take a while depending on your cpu(s)...
ruby-1.9.3-p194-perf - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...
ruby-1.9.3-p194-perf - #extracted to /Users/teja/.rvm/src/ruby-1.9.3-p194-perf (already extracted)
ruby-1.9.3-p194-perf - #autoreconf
Error running 'autoreconf', please read /Users/teja/.rvm/log/ruby-1.9.3-p194-perf/autoreconf.log
Skipping configure step, 'configure' does not exist, did autoreconf not run successfully?
ruby-1.9.3-p194-perf - #compiling
Error running 'make', please read /Users/teja/.rvm/log/ruby-1.9.3-p194-perf/make.log
There has been an error while running make. Halting the installation.
~ $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment