Note that there are some explanatory texts on larger screens.

plurals
  1. POMake error installing Ruby 1.9.2 via rvm OSX Lion 10.7.2 XCode 4.2
    primarykey
    data
    text
    <p>I'm getting the following error when trying to install 1.9.2 with rvm</p> <pre><code>/Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found Installing yaml to /Users/craigspaeth/.rvm/usr /Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found ERROR: Error running 'make install', please read /Users/craigspaeth/.rvm/log/ruby-1.9.2-p290/yaml/make.install.log </code></pre> <p>And here is the yaml/configure.log</p> <pre><code>[] make install Making install in include make[2]: Nothing to be done for `install-exec-am'. test -z "/Users/craigspaeth/.rvm/usr/include" || ../config/install-sh -c -d "/Users/craigspaeth/.rvm/usr/include" /usr/bin/install -c -m 644 yaml.h '/Users/craigspaeth/.rvm/usr/include/.' Making install in src test -z "/Users/craigspaeth/.rvm/usr/lib" || ../config/install-sh -c -d "/Users/craigspaeth/.rvm/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c libyaml.la '/Users/craigspaeth/.rvm/usr/lib' libtool: install: /usr/bin/install -c .libs/libyaml-0.2.dylib /Users/craigspaeth/.rvm/usr/lib/libyaml-0.2.dylib libtool: install: (cd /Users/craigspaeth/.rvm/usr/lib &amp;&amp; { ln -s -f libyaml-0.2.dylib libyaml.dylib || { rm -f libyaml.dylib &amp;&amp; ln -s libyaml-0.2.dylib libyaml.dylib; }; }) ../libtool: line 941: ln: command not found ../libtool: line 941: rm: command not found libtool: install: /usr/bin/install -c .libs/libyaml.lai /Users/craigspaeth/.rvm/usr/lib/libyaml.la libtool: install: /usr/bin/install -c .libs/libyaml.a /Users/craigspaeth/.rvm/usr/lib/libyaml.a libtool: install: chmod 644 /Users/craigspaeth/.rvm/usr/lib/libyaml.a ../libtool: line 941: chmod: command not found make[2]: *** [install-libLTLIBRARIES] Error 127 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 </code></pre> <p>I'm on OSX lion 10.7.2 with XCode 4.2. I've tried adding <code>export CC=/usr/bin/gcc-4.2</code> to my bash_profile, but it didn't help.</p> <p>Has anyone else run into this? I'm about to go completely bald pulling my hair out for this.</p> <p>EDIT: Silly me I didn't have the gcc standalone installed? Either way I'm now getting the new errors above.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload