Friday, July 29, 2011

Getting error "Error running 'make ', please read /Users/ror/.rvm/log/ruby-1.8.7-p352/make.log"

Installed rvm, ruby 1.9.2 through rvm successfully on Mac.
But while installing ruby-1.8.7-p352 through rvm, gives following error:

-:restaurant ror$ rvm 1.8.7
WARN: ruby ruby-1.8.7-p352 is not installed.
To install do: 'rvm install ruby-1.8.7-p352'
-:restaurant ror$ rvm install ruby-1.8.7-p352
Installing Ruby from source to: /Users/ror/.rvm/rubies/ruby-1.8.7-p352, this may take a while depending on your cpu(s)...

ruby-1.8.7-p352 - #fetching
ruby-1.8.7-p352 - #extracted to /Users/ror/.rvm/src/ruby-1.8.7-p352 (already extracted)
ruby-1.8.7-p352 - #configuring
ruby-1.8.7-p352 - #compiling
ERROR: Error running 'make ', please read /Users/ror/.rvm/log/ruby-1.8.7-p352/make.log
ERROR: There has been an error while running make. Halting the installation.


Solution to fix the problem:

Try following command:
- rvm get head;
- rvm reload;
- rvm remove 1.8.7;
- rvm install 1.8.7

14 comments:

  1. thank you. this helped me out.

    -Dan

    ReplyDelete
  2. Thanks, this was really helpful!

    -Andrzej

    ReplyDelete
  3. Thanx, I also get the error
    "Error running 'make ', please read /Users/ruby/.rvm/log/ruby-1.9.2-p290/make.log
    There has been an error while running make. Halting the installation."

    Now I will try your tipps.

    ReplyDelete
  4. i tried doing that and it gave me the same error

    ReplyDelete
  5. Thanks, this worked great!

    ReplyDelete
  6. THANKS YOU THANK YOU THANK YOU!!!

    ReplyDelete
  7. Sadly didn't worked out for me :(

    ReplyDelete
  8. Didn't work for me either. Thanks though.

    ReplyDelete
  9. Good day! Do you know how to check if your personal content is unique in the Internet and no other blogger is using it without making sure you know about it?

    ReplyDelete
  10. Thank you for the info!

    ReplyDelete