Last active
December 19, 2015 22:28
-
-
Save s10wen/6027290 to your computer and use it in GitHub Desktop.
Relates to #2043
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
simons-MacBook-Air:~ simonowen$ source /Users/simonowen/.rvm/scripts/rvm | |
simons-MacBook-Air:~ simonowen$ rvm --debug requirements ruby | |
rvm_autolibs_flag=enable | |
Installing requirements for osx, might require sudo password. | |
requirements code for osx loaded | |
brew seems to be writable | |
Install custom packages: homebrew/dupes. | |
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libksba, openssl. | |
Custom packages: homebrew/dupes. | |
Updated Homebrew from 26a0b354 to 27b45865. | |
==> Updated Formulae | |
app-engine-java-sdk google-app-engine mtr xctool | |
boost isl mysql yaz | |
gnupg2 libnfc ohcount zebra | |
go-app-engine-32 metaproxy qt | |
go-app-engine-64 mongodb qt5 | |
Cloning into '/usr/local/Library/Taps/homebrew-dupes'... | |
remote: Counting objects: 918, done. | |
remote: Compressing objects: 100% (504/504), done. | |
remote: Total 918 (delta 504), reused 811 (delta 414) | |
Receiving objects: 100% (918/918), 159.93 KiB | 139.00 KiB/s, done. | |
Resolving deltas: 100% (504/504), done. | |
Checking connectivity... done | |
Tapped 41 formula | |
Log file: /Users/simonowen/.rvm/log/1374131426_package_install_apple-gcc42.log | |
[2013-07-18 08:10:26] 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/simonowen | |
command(2): requirements_osx_brew_libs_install apple-gcc42 | |
Installing required packages: apple-gcc42................. | |
PATH=/usr/local/opt/apple-gcc42/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Users/simonowen/.rvm/gems/ruby-2.0.0-p247/bin:/Users/simonowen/.rvm/gems/ruby-2.0.0-p247@global/bin:/Users/simonowen/.rvm/rubies/ruby-2.0.0-p247/bin:/Users/simonowen/.rvm/bin:/usr/local/bin:/usr/local/sbin:~/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/libyaml/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libyaml/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/readline/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/readline/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/libksba/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libksba/lib: | |
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/openssl/include: | |
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/openssl/lib: | |
Certificates in '/usr/local/etc/openssl/cert.pem' already are up to date. | |
Requirements installation successful. | |
__rvm_rm_rf already gone: /Users/simonowen/.rvm/tmp/3809* | |
## Log file: `/Users/simonowen/.rvm/log/1374131426_package_install_apple-gcc42.log` | |
[2013-07-18 08:10:26] 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/simonowen | |
command(2): requirements_osx_brew_libs_install apple-gcc42 | |
Error: No such keg: /usr/local/Cellar/apple-gcc42 | |
==> Downloading http://r.research.att.com/tools/gcc-42-5666.3-darwin11.pkg | |
==> Caveats | |
NOTE: | |
This formula provides components that were removed from XCode in the 4.2 | |
release. There is no reason to install this formula if you are using a | |
version of XCode prior to 4.2. | |
This formula contains compilers built from Apple's GCC sources, build | |
5666.3, available from: | |
http://opensource.apple.com/tarballs/gcc | |
All compilers have a `-4.2` suffix. A GFortran compiler is also included. | |
==> Summary | |
🍺 /usr/local/Cellar/apple-gcc42/4.2.1-5666.3: 104 files, 75M, built in 14 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ran
brew tap --repair
andbrew doctor
: