Skip to content

Instantly share code, notes, and snippets.

@lorenanicole
Last active December 25, 2015 03:09
Show Gist options
  • Save lorenanicole/6907486 to your computer and use it in GitHub Desktop.
Save lorenanicole/6907486 to your computer and use it in GitHub Desktop.
RVM: 10.8.5 Mountain Lion package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libksba_openssl.log
[2013-10-09 15:10:03] requirements_osx_brew_libs_install
requirements_osx_brew_libs_install ()
{
brew unlink "$@" || true;
brew install "$@" || {
typeset ret=$?;
rvm_warn "There were package installation errors, make sure to read the log.
Try \`brew tap --repair\` and make sure \`brew doctor\` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation";
case "$_system_version" in
10.6)
rvm_warn "
On OSX 10.6 instead of command line tools install:
https://github.com/downloads/kennethreitz/osx-gcc-installer/GCC-10.6.pkg"
;;
esac;
return $ret
}
}
current path: /Users/LorenaNicole/.rvm/src/rvm
command(9): requirements_osx_brew_libs_install autoconf automake libtool pkg-config libyaml readline libksba openssl
Error: No such keg: /usr/local/Cellar/autoconf
Error: Permission denied - /Users/LorenaNicole/Library/Logs/Homebrew/autoconf/01.configure
There were package installation errors, make sure to read the log.
Try `brew tap --repair` and make sure `brew doctor` looks reasonable.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment