/ Published in: Other
'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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# remove locks left behind when the errors aborted the install sudo port -f clean ruby # start fresh sudo port -f uninstall ruby # install without documentation sudo port install ruby +default_variants +no_doc
URL: http://www.nabble.com/Re:-ruby-malloc-errors-td16672411.html