Revision: 7158
Updated Code
at July 10, 2008 13:47 by cczona
Updated Code
# 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
Revision: 7157
Updated Code
at July 10, 2008 12:09 by cczona
Updated Code
# remove locks left behind when the errors aborted the install sudo port clean ruby # open the relevant portfile sudo nano /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ruby/Portfile ## then comment out the following, around line 50-55 destroot.target install install-doc
Revision: 7156
Updated Code
at July 10, 2008 04:40 by cczona
Updated Code
# remove locks left behind when the errors aborted the install sudo port clean ruby # open the relevant portfile mate /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ruby/Portfile ## then comment out the following, around line 50-55 destroot.target install install-doc
Revision: 7155
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 10, 2008 04:35 by cczona
Initial Code
mate /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/ruby/Portfile # comment out the following, around line 50-55 destroot.target install install-doc
Initial URL
http://www.nabble.com/Re:-ruby-malloc-errors-td16672411.html
Initial Description
'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.
Initial Title
port install ruby -> malloc error
Initial Tags
ruby
Initial Language
Other