Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created November 7, 2012 05:16
Show Gist options
  • Select an option

  • Save jimweirich/4029682 to your computer and use it in GitHub Desktop.

Select an option

Save jimweirich/4029682 to your computer and use it in GitHub Desktop.
Error compiling Rubinius under rvm.
$ rvm install rbx --1.9
rbx-head installing #dependencies
Cleaning git repo
Fetching from origin
Pulling from origin master
Copying from repo to source...
rbx-head - #configuring
rbx-head - #compiling
Error running 'env CONFIGURE_ARGS=--with-libyaml-dir=/Users/jim/.rvm/usr /Users/jim/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace', please read /Users/jim/.rvm/log/rbx-head/rake.log
There has been an error while running 'CONFIGURE_ARGS=--with-libyaml-dir=/Users/jim/.rvm/usr /Users/jim/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace'.
Halting the installation.
$ cat /Users/jim/.rvm/log/rbx-head/rake.log
[2012-11-07 00:08:33] env CONFIGURE_ARGS=--with-libyaml-dir=/Users/jim/.rvm/usr /Users/jim/.rvm/wrappers/ruby-1.8.6-p420/rake install --trace
Unable to build using the running Ruby executable.
To resolve this issue:
* Remove '/bin' from your PATH.
@weibel
Copy link

weibel commented Jan 2, 2013

Is this advice for OSX? Removing '/bin' from PATH breaks a lot of stuff for rvm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment