From: Ming Date: 2011-02-27T18:49:46+09:00 Subject: Re: undefined class/module YAML::PrivateType - Error On Feb 9, 8:56 am, Luis Lavena wrote: > On Wed, Feb 9, 2011 at 10:51 AM, Bernard Lambeau wrote: > > Not yet and it seems that many people are currently observing similar > > behavior: http://help.rubygems.org/discussions/problems/483-gems-built-with-rub... > > I've put ruby-core members in copy, to draw their attention on the problem. > > I don't know how I can make better... > > This has already been fixed in RubyGems:https://github.com/rubygems/rubygems/commit/6a896f356ef325d0357051fa9... > > http://help.rubygems.orgis not meant to report bugs, is for support > around rubygems.org itself. For that is RubyGems bug tracker: > > http://rubyforge.org/projects/rubygems > > -- > Luis Lavena > AREA 17 > - > Perfection in design is achieved not when there is nothing more to add, > but rather when there is nothing more to take away. > Antoine de Saint-Exupéry Has this really been fixed? I see the commit and checked the source for 1.5.3, so the code fix applies to my setup, but I'm seeing the error trying to install the (Kristian Mandrup's) cream gem. Kristian's solution (for his own problem) of rm -rf the site_ruby doesn't work for me. "gem install cream" ERROR: While executing gem ... (ArgumentError) undefined class/module YAML::PrivateType gem -v 1.5.3 ruby -v (under rvm) ruby 1.9.2p180 (2011-02-18 revision 30909) [x86_64-linux]