Rvm install 2.1.4 hangs on OSX

when trying to install a new version of ruby ​​using the command:

rvm install 2.1.4

      

the process hangs in the middle of compilation:

ruby-2.1.4 - #downloading ruby-2.1.4, this may take a while depending on your connection...
ruby-2.1.4 - #extracting ruby-2.1.4 to /Users/alutz/.rvm/src/ruby-2.1.4....
ruby-2.1.4 - #configuring.....................................................
ruby-2.1.4 - #post-configuration.
ruby-2.1.4 - #compiling.......\

      

+3


source to share


1 answer


This solved my problem:

rvm install 2.1.4 -- --with-setjmp-type=setjmp



original patch source

ruby-lang.org release report

+7


source







All Articles