I would love to be able to install ruby 2.0 with portage.
So would we, but unfortunately there are issues that currently prevent that. Off the top of my head (since multiple people have been working on this): - ruby itself has an insecure RUNTIME path in socket.so - rdoc 4.x fails tests - rubygems 2.x fails tests - rake 0.9.6 fails tests All of these issues need to be resolved before we can add ruby 2.0 to the tree.
rdoc 4.0.1 is now in the tree.
rake 0.9.6 is now in the tree.
rubygems 2.0.3 is now also in the tree.
With the new ruby 2.0, apparently -D_FORTIFY_SOURCE=2 was added to the configure.in - does this in any way relate to resolving the insecure runtime path?
(In reply to Olipro from comment #5) > With the new ruby 2.0, apparently -D_FORTIFY_SOURCE=2 was added to the > configure.in - does this in any way relate to resolving the insecure runtime > path? I don't know. I've fixed the insecure runpath with the --disable-rpath, which should be safe for us since all ruby stuff will be installed in default ld locations. Current holdback for 2.0 is with all the mandatory dependencies that we also need to install. We may not be able to fully unbundle everything in ruby20, at least for bootstrapping.
No, _FORTIFY_SOURCE has nothing to do with rpath whatsoever.
ruby-2.0.0_p247 is now in the tree.