Created
September 26, 2012 04:42
-
-
Save cmhobbs/3786095 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
[2012-09-25 23:40:21] ./configure --prefix="/Users/chris/.rvm/usr" | |
sed: Command garbled: /^.*\/\([^/][^/]*\)\/*$/{ | |
sed: Command garbled: /^.*\/\([^/][^/]*\)\/*$/{ | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... sed: Command garbled: s/+/p/g; s/[^a-zA-Z0-9_]/_/g | |
yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... sed: Command garbled: s/^#*\([a-zA-Z0-9]*\))$/\1/p | |
none | |
checking how to run the C preprocessor... gcc -E | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... sed: Command garbled: s/+/p/g; s/[^a-zA-Z0-9_]/_/g | |
(cached) yes | |
: error: cannot run /bin/sh config/config.sub |
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
chris@bmo:~ 464:0% rvm install rbx --1.9 | |
rbx-head installing #dependencies | |
Fetching yaml-0.1.4.tar.gz to /Users/chris/.rvm/archives | |
Extracting yaml-0.1.4.tar.gz to /Users/chris/.rvm/src | |
Configuring yaml in /Users/chris/.rvm/src/yaml-0.1.4. | |
Error running ' ./configure --prefix="/Users/chris/.rvm/usr" ', please read /Users/chris/.rvm/log/rbx-head/yaml/configure.log | |
Compiling yaml in /Users/chris/.rvm/src/yaml-0.1.4. | |
Error running 'make ', please read /Users/chris/.rvm/log/rbx-head/yaml/make.log | |
Please note that it's required to reinstall all installed rubies: | |
rvm reinstall $(rvm list strings | tr "\n" ',') | |
rvm all-gemsets do rvm gemset pristine | |
Could not find 'lib' dir for libyaml, please make sure libyaml is compiled properly. |
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
[2012-09-25 23:40:23] make | |
/bin/sh ./config.status --recheck | |
sed: Command garbled: /^.*\/\([^/][^/]*\)\/*$/{ | |
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/Users/chris/.rvm/usr --no-create --no-recursion | |
sed: Command garbled: /^.*\/\([^/][^/]*\)\/*$/{ | |
sed: Command garbled: /^.*\/\([^/][^/]*\)\/*$/{ | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... sed: Command garbled: s/+/p/g; s/[^a-zA-Z0-9_]/_/g | |
yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... sed: Command garbled: s/^#*\([a-zA-Z0-9]*\))$/\1/p | |
none | |
checking how to run the C preprocessor... gcc -E | |
checking whether ln -s works... yes | |
checking whether make sets $(MAKE)... sed: Command garbled: s/+/p/g; s/[^a-zA-Z0-9_]/_/g | |
(cached) yes | |
: error: cannot run /bin/sh config/config.sub | |
make: *** [config.status] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wot