RVM Ruby Installation Fail on OS X 10.9.3? -


i receiving error when running rvm command install ruby on osx machine. output below:

thiscomp:~ *************$ \curl -l https://get.rvm.io | bash -s stable --ruby   % total    % received % xferd  average speed   time    time     time  current                                  dload  upload   total   spent    left  speed 100   184  100   184    0     0    330      0 --:--:-- --:--:-- --:--:--   330 100 20511  100 20511    0     0  18860      0  0:00:01  0:00:01 --:--:--  9.7m downloading https://github.com/wayneeseguin/rvm/archive/stable.tar.gz  upgrading rvm installation in /users/************/.rvm/     rvm path line found in /users/*************/.profile /users/*************/.bashrc /users/***********/.zshrc.     rvm sourcing line found in /users/*********/.bash_profile /users/**********/.zlogin. upgrade of rvm in /users/*************/.rvm/ complete.  # msutyak, # #   thank using rvm! #   sincerely hope rvm helps make life easier , more enjoyable!!! # # ~wayne, michal & team.  in case of problems: http://rvm.io/help , https://twitter.com/rvm_io  upgrade notes:     * warning: have '~/.profile' file, might want load it,     add following line '/users/*************/.bash_profile':        source ~/.profile    * no new notes display.   rvm 1.25.26 (stable) wayne e. seguin <wayneeseguin@gmail.com>, michal papis <mpapis@gmail.com> [https://rvm.io/]  searching binary rubies, might take time. found remote file https://rubies.travis-ci.org/osx/10.9/x86_64/ruby-2.1.2.tar.bz2 checking requirements osx. installing requirements osx. updating system...... installing required packages: automake... error running 'requirements_osx_brew_libs_install automake', showing last 15 lines of /users/***************/.rvm/log/1401388968_ruby-2.1.2/package_install_automake.log ++ /scripts/functions/logging : rvm_pretty_print()  81 > case "$1" in ++ /scripts/functions/logging : rvm_pretty_print()  82 > [[ -t 1 ]] ++ /scripts/functions/logging : rvm_pretty_print()  82 > return 1 ++ /scripts/functions/logging : rvm_warn()  139 > printf %b 'there package installation errors, make sure read log.  try `brew tap --repair` , make sure `brew doctor` looks reasonable.  check homebrew requirements https://github.com/mxcl/homebrew/wiki/installation\n' there package installation errors, make sure read log.  try `brew tap --repair` , make sure `brew doctor` looks reasonable.  check homebrew requirements https://github.com/mxcl/homebrew/wiki/installation ++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install()  63 > case "$_system_version" in ++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install()  70 > return 1 requirements installation failed status: 1. 

when type brew tap --repair, receive following error:

pruned 0 dead formulae 

does know going on , can rectify situation? i'm not sure why there package installation errors.

edit:

thismachine:~ ************$ brew link --overwrite --dry-run autoconf remove: /usr/local/bin/ifnames /usr/local/bin/autoupdate /usr/local/bin/autoscan /usr/local/bin/autoreconf /usr/local/bin/autom4te /usr/local/bin/autoheader /usr/local/bin/autoconf /usr/local/share/man/man1/ifnames.1 /usr/local/share/man/man1/config.sub.1 /usr/local/share/man/man1/config.guess.1 /usr/local/share/man/man1/autoupdate.1 /usr/local/share/man/man1/autoscan.1 /usr/local/share/man/man1/autoreconf.1 /usr/local/share/man/man1/autom4te.1 /usr/local/share/man/man1/autoheader.1 /usr/local/share/man/man1/autoconf.1 /usr/local/share/emacs/site-lisp/autotest-mode.elc /usr/local/share/emacs/site-lisp/autotest-mode.el /usr/local/share/emacs/site-lisp/autoconf-mode.elc /usr/local/share/emacs/site-lisp/autoconf-mode.el /usr/local/share/autoconf/m4sugar/version.m4 /usr/local/share/autoconf/m4sugar/m4sugar.m4f /usr/local/share/autoconf/m4sugar/m4sugar.m4 /usr/local/share/autoconf/m4sugar/m4sh.m4f /usr/local/share/autoconf/m4sugar/m4sh.m4 /usr/local/share/autoconf/m4sugar/foreach.m4 /usr/local/share/autoconf/install /usr/local/share/autoconf/autotest/specific.m4 /usr/local/share/autoconf/autotest/general.m4 /usr/local/share/autoconf/autotest/autotest.m4f /usr/local/share/autoconf/autotest/autotest.m4 /usr/local/share/autoconf/autoscan/autoscan.list /usr/local/share/autoconf/autom4te.cfg /usr/local/share/autoconf/autom4te/xfile.pm /usr/local/share/autoconf/autom4te/request.pm /usr/local/share/autoconf/autom4te/getopt.pm /usr/local/share/autoconf/autom4te/general.pm /usr/local/share/autoconf/autom4te/fileutils.pm /usr/local/share/autoconf/autom4te/configure_ac.pm /usr/local/share/autoconf/autom4te/channels.pm /usr/local/share/autoconf/autom4te/channeldefs.pm /usr/local/share/autoconf/autom4te/c4che.pm /usr/local/share/autoconf/autoconf/types.m4 /usr/local/share/autoconf/autoconf/status.m4 /usr/local/share/autoconf/autoconf/specific.m4 /usr/local/share/autoconf/autoconf/programs.m4 /usr/local/share/autoconf/autoconf/oldnames.m4 /usr/local/share/autoconf/autoconf/libs.m4 /usr/local/share/autoconf/autoconf/lang.m4 /usr/local/share/autoconf/autoconf/headers.m4 /usr/local/share/autoconf/autoconf/go.m4 /usr/local/share/autoconf/autoconf/general.m4 /usr/local/share/autoconf/autoconf/functions.m4 /usr/local/share/autoconf/autoconf/fortran.m4 /usr/local/share/autoconf/autoconf/erlang.m4 /usr/local/share/autoconf/autoconf/c.m4 /usr/local/share/autoconf/autoconf/autoupdate.m4 /usr/local/share/autoconf/autoconf/autotest.m4 /usr/local/share/autoconf/autoconf/autoscan.m4 /usr/local/share/autoconf/autoconf/autoheader.m4 /usr/local/share/autoconf/autoconf/autoconf.m4f /usr/local/share/autoconf/autoconf/autoconf.m4 thismachine:~ *************$ brew link --overwrite autoconf linking /usr/local/cellar/autoconf/2.69...  error: not symlink share/emacs/site-lisp/autotest-mode.elc /usr/local/share/emacs/site-lisp not writable. thismachine:~ *************$ brew install automake error: must `brew link autoconf' before automake can installed 

running brew link autoconf:

thismachine:~ ************$ brew link autoconf linking /usr/local/cellar/autoconf/2.69...  error: not symlink share/emacs/site-lisp/autotest-mode.elc target /usr/local/share/emacs/site-lisp/autotest-mode.elc exists. may want remove it:   rm /usr/local/share/emacs/site-lisp/autotest-mode.elc  force link , overwrite conflicting files:   brew link --overwrite autoconf  list files deleted:   brew link --overwrite --dry-run autoconf 

installation of automake has failed. try installing manually using brew:

brew install automake 

this post has additional tips installing automake in case other errors: error running 'requirements_osx_brew_libs_install...' on mac 10.7


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -