Skip to content

Instantly share code, notes, and snippets.

@davidfstr
Created April 7, 2013 02:15
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 davidfstr/5328582 to your computer and use it in GitHub Desktop.
Save davidfstr/5328582 to your computer and use it in GitHub Desktop.
RVM: OS X 10.8 Install Failure
mes-MacBook-Pro:~ me$ \curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 831 0 --:--:-- --:--:-- --:--:-- 1323
100 13171 100 13171 0 0 14267 0 --:--:-- --:--:-- --:--:-- 41159
Please read and follow further instructions.
Press ENTER to continue.
Downloading RVM from wayneeseguin branch stable
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 289 0 --:--:-- --:--:-- --:--:-- 369
100 3261k 100 3261k 0 0 519k 0 0:00:06 0:00:06 --:--:-- 705k
Installing RVM to /Users/me/.rvm/
Adding rvm PATH line to /Users/me/.bashrc /Users/me/.zshrc.
Adding rvm loading line to /Users/me/.bash_profile /Users/me/.zprofile.
# 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 run 'rvm requirements' or read 'rvm notes'
Installation of RVM in /Users/me/.rvm/ is almost complete:
* To start using RVM you need to run `source /Users/me/.rvm/scripts/rvm`
in all your open shell windows, in rare cases you need to reopen all shell windows.
# me,
#
# Thank you for using RVM!
# I sincerely hope that RVM helps to make your life easier and
# more enjoyable!!!
#
# ~Wayne
rvm 1.19.1 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
Searching for binary rubies, this might take some time.
No binary rubies available for: osx/10.8/x86_64/ruby-2.0.0-p0.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing requirements for osx, might require sudo password.
/Users/me/.rvm/scripts/functions/requirements/osx: line 75: requirements_find_smf: command not found
Installing homebrew....
Initialized empty Git repository in /Users/me/.homebrew/.git/
remote: Counting objects: 107852, done.
remote: Compressing objects: 100% (44896/44896), done.
remote: Total 107852 (delta 76635), reused 90360 (delta 62022)
Receiving objects: 100% (107852/107852), 16.35 MiB | 477 KiB/s, done.
Resolving deltas: 100% (76635/76635), done.
From https://github.com/mxcl/homebrew
* [new branch] gh-pages -> origin/gh-pages
* [new branch] go -> origin/go
* [new branch] master -> origin/master
* [new branch] superwip -> origin/superwip
HEAD is now at 18b50b5 Subversion 1.7.9
Already up-to-date.
Installing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite...................
Error running 'requirements_brew_libs_install autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite',
please read /Users/me/.rvm/log/ruby-2.0.0-p0/package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libxml2_libxslt_libksba_openssl_sqlite.log
There were package installation errors, make sure to read the log.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
mes-MacBook-Pro:~ me$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment