Skip to content

Instantly share code, notes, and snippets.

@marcandre
Created February 25, 2013 07:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcandre/5028319 to your computer and use it in GitHub Desktop.
Save marcandre/5028319 to your computer and use it in GitHub Desktop.
$ rvm install rbx --debug
rbx - install
Searching for binary rubies, this might take some time.
Remote file does not exist https://rvm.io/binaries/osx/10.6/i386/rbx-head.tar.bz2
Remote file does not exist http://jruby.org.s3.amazonaws.com/downloads/rbx-head.tar.bz2
Remote file does not exist http://binaries.rubini.us/osx/10.6/i386/rbx-head.tar.bz2
rvm_remote_server_url3 not found
No remote file name found
No binary rubies available for: osx/10.6/i386/rbx-head.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Existing ram 2048MB.
rbx-head installing #dependencies
__rvm_setup_compile_environment_requirements libyaml
Installing requirements for osx/10.6/i386, might require sudo password
brew seems to be writable
Found required packages: git.
Already up-to-date.
brew seems to be writable
brew seems to be writable
Found required packages: autoconf, automake, libtool, pkg-config, libyaml, readline, libxml2, libxslt, libksba, openssl, curl-ca-bundle, sqlite.
__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/libxml2/include:
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libxml2/lib:
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/libxslt/include:
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/libxslt/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:
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/curl-ca-bundle/include:
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/curl-ca-bundle/lib:
__rvm_update_configure_env(1):CFLAGS=-I/usr/local/opt/sqlite/include:
__rvm_update_configure_env(1):LDFLAGS=-L/usr/local/opt/sqlite/lib:
__rvm_setup_compile_environment_osx_gcc libyaml
__rvm_setup_compile_environment_architectures libyaml
__rvm_setup_compile_environment_gcc47 libyaml
__rvm_setup_compile_environment_smartos libyaml
__rvm_setup_compile_environment_sunos libyaml
__rvm_setup_compile_environment_openbsd libyaml
__rvm_setup_compile_environment_shared_static libyaml
found compiler: gcc-4.2
Fetching yaml-0.1.4.tar.gz to /Users/work/.rvm/archives
Fetching: https://rvm.io/src/yaml-0.1.4.tar.gz
Fetch command: curl -f -L --create-dirs -C - -o yaml-0.1.4.tar.gz
Archive checksum matched, not downloading
Downloaded archive checksum matched.
Extracting yaml to /Users/work/.rvm/src/yaml-0.1.4
Log file: /Users/work/.rvm/log/rbx-head/yaml/extract.log
[2013-02-25 02:05:23] __rvm_package_extract
__rvm_package_extract ()
{
rvm_debug __rvm_package_extract:$#: "$@";
[[ -d "$2" ]] || mkdir -p "$2";
case "$1" in
*.zip)
unzip -q -o "$1" -d "$2"
;;
*.tar.bz2)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xjf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*.tar.gz | *.tgz)
if [[ -n "$ZSH_VERSION" ]]; then
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${=rvm_tar_options:-};
else
${rvm_tar_command:-tar} xzf "$1" -C "$2" ${rvm_tar_options:-};
fi
;;
*)
return 199
;;
esac
}
current path: /Users/work/.rvm/src
command(3): __rvm_package_extract /Users/work/.rvm/archives/yaml-0.1.4.tar.gz /Users/work/.rvm/src
Configuring yaml in /Users/work/.rvm/src/yaml-0.1.4.
Log file: /Users/work/.rvm/log/rbx-head/yaml/configure.log
[2013-02-25 02:05:23] ./configure
current path: /Users/work/.rvm/src/yaml-0.1.4
command(6): env CFLAGS=-I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/libxslt/include -I/usr/local/opt/libksba/include -I/usr/local/opt/openssl/include -I/usr/local/opt/curl-ca-bundle/include -I/usr/local/opt/sqlite/include LDFLAGS=-L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/libxslt/lib -L/usr/local/opt/libksba/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/curl-ca-bundle/lib -L/usr/local/opt/sqlite/lib ./configure --prefix=/Users/work/.rvm/usr --disable-shared
Compiling yaml in /Users/work/.rvm/src/yaml-0.1.4.
Log file: /Users/work/.rvm/log/rbx-head/yaml/make.log
[2013-02-25 02:05:30] make
current path: /Users/work/.rvm/src/yaml-0.1.4
command(1): make
Installing yaml to /Users/work/.rvm/usr
Log file: /Users/work/.rvm/log/rbx-head/yaml/make.install.log
[2013-02-25 02:05:34] make
current path: /Users/work/.rvm/src/yaml-0.1.4
command(2): make install
__rvm_rm_rf already gone: /Users/work/.rvm/src/rbx-head
Cleaning git repo
Log file: /Users/work/.rvm/log/rbx-head/rbx.clean.log
[2013-02-25 02:05:35] __rvm_git_clean_repo
__rvm_git_clean_repo ()
{
git checkout -f master;
git reset --hard HEAD;
\rm -fr .git/rebase-apply
}
current path: /Users/work/.rvm/repos/rbx
command(1): __rvm_git_clean_repo
Fetching from origin
Log file: /Users/work/.rvm/log/rbx-head/rbx.fetch.log
[2013-02-25 02:05:36] git
current path: /Users/work/.rvm/repos/rbx
command(3): git fetch origin
Pulling from origin master
Log file: /Users/work/.rvm/log/rbx-head/rbx.pull.log
[2013-02-25 02:05:37] git
current path: /Users/work/.rvm/repos/rbx
command(4): git pull origin master
__rvm_rm_rf already gone: /Users/work/.rvm/src/rbx-head
Copying from repo to source...
Log file: /Users/work/.rvm/log/rbx-head/rbx.copy.log
[2013-02-25 02:05:39] cp
current path: /Users/work/.rvm/repos/rbx
command(4): cp -Rf /Users/work/.rvm/repos/rbx/ /Users/work/.rvm/src/rbx-head
Trying patch 'default'.
Patch name 'default'.
All found patches(0): .
rbx-head - #configuring
Log file: /Users/work/.rvm/log/rbx-head/configure.log
[2013-02-25 02:05:51] env
current path: /Users/work/.rvm/src/rbx-head
command(5): env /Users/work/.rvm/wrappers/ruby-1.8.6-p420/ruby ./configure --prefix=/Users/work/.rvm/rubies/rbx-head --with-opt-dir=/Users/work/.rvm/usr
rbx-head - #compiling
Log file: /Users/work/.rvm/log/rbx-head/rake.log
[2013-02-25 02:06:19] /Users/work/.rvm/wrappers/ruby-1.8.6-p420/rake
current path: /Users/work/.rvm/src/rbx-head
command(5): env CONFIGURE_ARGS=--with-libyaml-dir=/Users/work/.rvm/usr /Users/work/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace
Error running 'env CONFIGURE_ARGS=--with-libyaml-dir=/Users/work/.rvm/usr /Users/work/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace', please read /Users/work/.rvm/log/rbx-head/rake.log
There has been an error while running 'CONFIGURE_ARGS=--with-libyaml-dir=/Users/work/.rvm/usr /Users/work/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace'.
Halting the installation.
__rvm_rm_rf already gone: /Users/work/.rvm/tmp/70447*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment