Skip to content

Instantly share code, notes, and snippets.

@martianinteractive
Created November 13, 2014 15:22
Show Gist options
  • Save martianinteractive/b2b97a0076aa36e1c16e to your computer and use it in GitHub Desktop.
Save martianinteractive/b2b97a0076aa36e1c16e to your computer and use it in GitHub Desktop.
curl -sSL https://get.rvm.io | bash -s stable --ruby=1.9.3-p545
contents of: /Users/sergiobayona/.rvm/log/1415891059_ruby-1.9.3-p545/package_install_autoconf_automake_libtool_pkg-config_gcc48_libyaml_readline_libksba_openssl.log
[2014-11-13 10:04:23] 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/Homebrew/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/sergiobayona/.rvm/src/rvm
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/Users/sergiobayona/.rvm/bin
command(10): requirements_osx_brew_libs_install autoconf automake libtool pkg-config gcc48 libyaml readline libksba openssl
++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install() 54 > brew unlink autoconf automake libtool pkg-config gcc48 libyaml readline libksba openssl
Error: No such keg: /usr/local/Cellar/autoconf
++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install() 54 > true
++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install() 55 > brew install autoconf automake libtool pkg-config gcc48 libyaml readline libksba openssl
Error: No available formula for gcc48
Searching formulae...
Searching taps...
++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install() 57 > typeset ret=1
++ /scripts/functions/requirements/osx_brew : requirements_osx_brew_libs_install() 62 > 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/Homebrew/homebrew/wiki/Installation'
++ /scripts/functions/logging : rvm_warn() 137 > rvm_pretty_print stdout
++ /scripts/functions/logging : rvm_pretty_print() 73 > case "${rvm_pretty_print_flag:=auto}" in
++ /scripts/functions/logging : rvm_pretty_print() 78 > case "${TERM:-dumb}" in
++ /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 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/Homebrew/homebrew/wiki/Installation\n'
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/Homebrew/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
Sergios-MacBook-Pro:~ sergiobayona$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment