Bug #3405
Bug #3395: [ruby] Requires rubygems, which conflicts with your-freedom
[various]: RubyGems were not loaded
Status:
confirmed
Priority:
bug
Assignee:
% Done:
0%
Description
$ lolcat <<<'hello' `RubyGems' were not loaded. ....
this affects every ruby program; so presumably, it can be patched in the 'ruby' package
History
Updated by CommodoreCrunch about 1 month ago
This is fixable by simply adding --disable-rubygems to the configure command in build()
This doesn't solve #3406 though. Bundled gems such as ruby-rake appear to still be broken, as before. But at least the extra error is gone.
/usr/bin/rake:9:in `require': cannot load such file -- rubygems (LoadError) from /usr/bin/rake:9:in `<main>'
Updated by bill-auger about 1 month ago
also, note that this ticket is about the "RubyGems were not
loaded" warning - the "rubygems (LoadError)" error is handled on
ticket #3406