Created
April 17, 2013 04:09
-
-
Save anonymous/5401732 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ rvm requirements run | |
Installing requirements for osx, might require sudo password. | |
Skipping `brew update` make sure your formulas are up to date. | |
RVM autolibs is now configured with mode '2' => 'check and stop if missing', | |
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]` | |
or visit https://rvm.io/rvm/autolibs for more information. | |
Missing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite. | |
RVM autolibs is now configured with mode '2' => 'check and stop if missing', | |
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]` | |
or visit https://rvm.io/rvm/autolibs for more information. | |
There were package installation errors, make sure to read the log. | |
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation | |
$ rvm reinstall 2.0.0 | |
/Users/liam/.rvm/src/ruby-2.0.0-p0 has already been removed. | |
/Users/liam/.rvm/rubies/ruby-2.0.0-p0 has already been removed. | |
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. | |
Skipping `brew update` make sure your formulas are up to date. | |
RVM autolibs is now configured with mode '2' => 'check and stop if missing', | |
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]` | |
or visit https://rvm.io/rvm/autolibs for more information. | |
Missing required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, sqlite. | |
RVM autolibs is now configured with mode '2' => 'check and stop if missing', | |
please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]` | |
or visit https://rvm.io/rvm/autolibs for more information. | |
There were package installation errors, make sure to read the log. | |
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation | |
$ rvm autolibs enable | |
$ rvm requirements run | |
Installing requirements for osx, might require sudo password. | |
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/liam/.rvm/log/1366171104_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 | |
$ cat .rvm/log/1366171104_package_install_autoconf_automake_libtool_pkg-config_libyaml_readline_libxml2_libxslt_libksba_openssl_sqlite.log | |
[2013-04-17 12:58:24] requirements_brew_libs_install | |
requirements_brew_libs_install () | |
{ | |
brew install "$@" || return $? | |
} | |
current path: /Users/liam | |
command(12): requirements_brew_libs_install autoconf automake libtool pkg-config libyaml readline libxml2 libxslt libksba openssl sqlite | |
==> Downloading http://ftpmirror.gnu.org/autoconf/autoconf-2.69.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/autoconf/2.69 | |
==> make install | |
๐บ /usr/local/Cellar/autoconf/2.69: 69 files, 2.0M, built in 12 seconds | |
==> Downloading http://ftpmirror.gnu.org/automake/automake-1.13.1.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/automake/1.13.1 | |
==> make install | |
๐บ /usr/local/Cellar/automake/1.13.1: 126 files, 2.3M, built in 11 seconds | |
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.2.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/libtool/2.4.2 --program-prefix=g --enable-ltdl-install | |
==> make install | |
==> Caveats | |
In order to prevent conflicts with Apple's own libtool we have prepended a "g" | |
so, you have instead: glibtool and glibtoolize. | |
==> Summary | |
๐บ /usr/local/Cellar/libtool/2.4.2: 66 files, 2.2M, built in 22 seconds | |
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/pkg-config-0.28.mountain_lion.bottle.tar.gz | |
==> Pouring pkg-config-0.28.mountain_lion.bottle.tar.gz | |
๐บ /usr/local/Cellar/pkg-config/0.28: 10 files, 636K | |
==> Downloading http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/libyaml/0.1.4 | |
==> make install | |
๐บ /usr/local/Cellar/libyaml/0.1.4: 7 files, 336K, built in 18 seconds | |
==> Downloading http://ftpmirror.gnu.org/readline/readline-6.2.tar.gz | |
==> Patching | |
patching file callback.c | |
patching file input.c | |
patching file patchlevel | |
patching file support/shobj-conf | |
patching file vi_mode.c | |
==> ./configure --prefix=/usr/local/Cellar/readline/6.2.4 --mandir=/usr/local/Cellar/readline/6.2.4/share/man --infodir=/usr/local/Cellar/readline/6.2.4/share/info --enable-multibyte | |
==> make install | |
==> Caveats | |
This formula is keg-only: so it was not symlinked into /usr/local. | |
OS X provides the BSD libedit library, which shadows libreadline. | |
In order to prevent conflicts when programs look for libreadline we are | |
defaulting this GNU Readline installation to keg-only. | |
Generally there are no consequences of this for you. If you build your | |
own software and it requires this formula, you'll need to add to your | |
build variables: | |
LDFLAGS: -L/usr/local/opt/readline/lib | |
CPPFLAGS: -I/usr/local/opt/readline/include | |
==> Summary | |
๐บ /usr/local/Cellar/readline/6.2.4: 31 files, 1.6M, built in 25 seconds | |
==> Downloading ftp://xmlsoft.org/libxml2/libxml2-2.9.0.tar.gz | |
==> Downloading patches | |
==> Patching | |
patching file threads.c | |
patching file xpath.c | |
==> ./configure --prefix=/usr/local/Cellar/libxml2/2.9.0 --without-python | |
==> make | |
==> make install | |
==> Caveats | |
This formula is keg-only: so it was not symlinked into /usr/local. | |
Mac OS X already provides this software and installing another version in | |
parallel can cause all kinds of trouble. | |
Generally there are no consequences of this for you. If you build your | |
own software and it requires this formula, you'll need to add to your | |
build variables: | |
LDFLAGS: -L/usr/local/opt/libxml2/lib | |
CPPFLAGS: -I/usr/local/opt/libxml2/include | |
==> Summary | |
๐บ /usr/local/Cellar/libxml2/2.9.0: 273 files, 11M, built in 81 seconds | |
==> Downloading ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz | |
==> ./configure --prefix=/usr/local/Cellar/libxslt/1.1.28 --with-libxml-prefix=/usr/local/Cellar/libxml2/2.9.0 | |
==> make | |
==> make install | |
==> Caveats | |
To allow the nokogiri gem to link against this libxslt run: | |
gem install nokogiri -- --with-xslt-dir=/usr/local/opt/libxslt | |
This formula is keg-only: so it was not symlinked into /usr/local. | |
Mac OS X already provides this software and installing another version in | |
parallel can cause all kinds of trouble. | |
Generally there are no consequences of this for you. If you build your | |
own software and it requires this formula, you'll need to add to your | |
build variables: | |
LDFLAGS: -L/usr/local/opt/libxslt/lib | |
CPPFLAGS: -I/usr/local/opt/libxslt/include | |
==> Summary | |
๐บ /usr/local/Cellar/libxslt/1.1.28: 145 files, 3.3M, built in 45 seconds | |
==> Installing libksba dependency: libgpg-error | |
==> Downloading ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.11.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/libgpg-error/1.11 | |
==> make install | |
๐บ /usr/local/Cellar/libgpg-error/1.11: 15 files, 164K, built in 25 seconds | |
==> Installing libksba | |
==> Downloading ftp://ftp.gnupg.org/gcrypt/libksba/libksba-1.3.0.tar.bz2 | |
==> ./configure --prefix=/usr/local/Cellar/libksba/1.3.0 | |
==> make install | |
๐บ /usr/local/Cellar/libksba/1.3.0: 11 files, 288K, built in 29 seconds | |
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz | |
Error: Download failed: http://openssl.org/source/openssl-1.0.1e.tar.gz | |
$ brew install openssl | |
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz | |
0.0% | |
curl: (7) couldn't connect to host | |
Error: Download failed: http://openssl.org/source/openssl-1.0.1e.tar.gz | |
$ brew install ruby | |
==> Installing ruby dependency: gdbm | |
==> Downloading http://ftpmirror.gnu.org/gdbm/gdbm-1.10.tar.gz | |
######################################################################## 100.0% | |
==> ./configure --prefix=/usr/local/Cellar/gdbm/1.10 --mandir=/usr/local/Cellar/ | |
==> make install | |
๐บ /usr/local/Cellar/gdbm/1.10: 11 files, 240K, built in 20 seconds | |
==> Installing ruby dependency: openssl | |
==> Downloading http://openssl.org/source/openssl-1.0.1e.tar.gz | |
0.0% | |
curl: (7) couldn't connect to host | |
Error: Download failed: http://openssl.org/source/openssl-1.0.1e.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment