port install ruby -> malloc error


/ Published in: Other
Save to your folder(s)

'port install ruby' sometimes results in malloc errors near the final phase (just after destroot completes). It appears that macports may be out of memory while installing documentation.


Copy this code and paste it in your HTML
  1. # remove locks left behind when the errors aborted the install
  2. sudo port -f clean ruby
  3.  
  4. # start fresh
  5. sudo port -f uninstall ruby
  6.  
  7. # install without documentation
  8. sudo port install ruby +default_variants +no_doc

URL: http://www.nabble.com/Re:-ruby-malloc-errors-td16672411.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.