Created
January 7, 2013 20:48
-
-
Save aboltart/4478250 to your computer and use it in GitHub Desktop.
ruby-2.0.0-rc1 install stack trace
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
[ ~ ] % rvm --debug install 2.0.0 --32 | |
2.0.0 - install | |
__rvm_update_configure_env(4):CFLAGS= -arch i386 -O3 CCFLAGS= -arch i386 -O3 CXXFLAGS= -arch i386 -O3 LDFLAGS= -arch i386: | |
found compiler: gcc-4.2 | |
Fetching yaml-0.1.4.tar.gz to /Users/aabolts/.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 | |
No archive, downloading | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 460k 100 460k 0 0 123k 0 0:00:03 0:00:03 --:--:-- 145k | |
Downloaded archive checksum matched. | |
Extracting yaml to /Users/aabolts/.rvm/src/yaml-0.1.4 | |
Configuring yaml in /Users/aabolts/.rvm/src/yaml-0.1.4. | |
Error running 'env CFLAGS=-march=native -O3 -arch i386 -O3 CCFLAGS= -arch i386 -O3 CXXFLAGS= -arch i386 -O3 LDFLAGS= -arch i386 ./configure --prefix=/Users/aabolts/.rvm/usr --disable-dependency-tracking', please read /Users/aabolts/.rvm/log/ruby-2.0.0-rc1/yaml/configure.log | |
Compiling yaml in /Users/aabolts/.rvm/src/yaml-0.1.4. | |
Error running 'make', please read /Users/aabolts/.rvm/log/ruby-2.0.0-rc1/yaml/make.log | |
__rvm_update_configure_env(6):MACOSX_DEPLOYMENT_TARGET=10.8 CFLAGS= -arch i386 -g -Os -pipe -no-cpp-precomp CCFLAGS= -arch i386 -g -Os -pipe CXXFLAGS= -arch i386 -g -Os -pipe LDFLAGS= -arch i386 -bind_at_load LDSHARED=cc -arch i386 -dynamiclib -undefined suppress -flat_namespace: | |
found compiler: gcc-4.2 | |
Fetching openssl-1.0.1c.tar.gz to /Users/aabolts/.rvm/archives | |
Fetching: http://www.openssl.org/source/openssl-1.0.1c.tar.gz | |
Fetch command: curl -f -L --create-dirs -C - -o openssl-1.0.1c.tar.gz | |
No archive, downloading | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 4352k 100 4352k 0 0 1385k 0 0:00:03 0:00:03 --:--:-- 1414k | |
Downloaded archive checksum matched. | |
Extracting openssl to /Users/aabolts/.rvm/src/openssl-1.0.1c | |
Configuring openssl in /Users/aabolts/.rvm/src/openssl-1.0.1c. | |
Compiling openssl in /Users/aabolts/.rvm/src/openssl-1.0.1c. | |
Installing openssl to /Users/aabolts/.rvm/usr | |
Updating openssl certificates | |
rvm_configure_flags+=( --with-opt-dir=/Users/aabolts/.rvm/usr ) | |
rvm_configure_flags+=( --with-opt-dir=/Users/aabolts/.rvm/usr ) | |
found compiler: gcc-4.2 | |
Installing Ruby from source to: /Users/aabolts/.rvm/rubies/ruby-2.0.0-rc1, this may take a while depending on your cpu(s)... | |
ruby-2.0.0-rc1 - #downloading ruby-2.0.0-rc1, this may take a while depending on your connection... | |
Fetching: http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-rc1.tar.bz2 | |
Fetch command: curl -f -L --create-dirs -C - -o ruby-2.0.0-rc1.tar.bz2 | |
No archive, downloading | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 10.3M 100 10.3M 0 0 508k 0 0:00:20 0:00:20 --:--:-- 907k | |
Downloaded archive checksum matched. | |
ruby-2.0.0-rc1 - #extracting ruby-2.0.0-rc1 to /Users/aabolts/.rvm/src/ruby-2.0.0-rc1 | |
ruby-2.0.0-rc1 - #extracted to /Users/aabolts/.rvm/src/ruby-2.0.0-rc1 | |
Trying patch 'default'. | |
Patch name 'default'. | |
All found patches(0): . | |
__rvm_array_prepend_or_ignore rvm_configure_env CFLAGS="-O3 -march=native -O3" | |
ruby-2.0.0-rc1 - #configuring | |
Error running 'env CFLAGS=-O3 -march=native -O3 ./configure --enable-shared --disable-install-doc --prefix=/Users/aabolts/.rvm/rubies/ruby-2.0.0-rc1 --with-opt-dir=/Users/aabolts/.rvm/usr:/Users/aabolts/.rvm/usr --with-arch=i386', please read /Users/aabolts/.rvm/log/ruby-2.0.0-rc1/configure.log | |
There has been an error while running configure. Halting the installation. | |
[ ~ ] % |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment