From: Ryan Davis Date: 2011-02-27T20:12:40+09:00 Subject: Re: undefined class/module YAML::PrivateType - Error On Feb 27, 2011, at 01:49 , Ming wrote: > 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] It installs for me (not under rvm): 10004 % rm -rf xxxx 10005 % gem -v 1.5.3 10006 % gem install -i xxxx cream --no-ri --no-rdoc Fetching: rack-1.2.1.gem (100%) Fetching: warden-1.0.3.gem (100%) Fetching: bcrypt-ruby-2.1.4.gem (100%) Building native extensions. This could take a while... Fetching: devise-1.1.7.gem (100%) Fetching: activesupport-3.0.5.gem (100%) Fetching: require_all-1.2.0.gem (100%) Fetching: mocha-0.9.12.gem (100%) Fetching: sugar-high-0.3.5.gem (100%) Fetching: builder-2.1.2.gem (100%) Fetching: i18n-0.5.0.gem (100%) Fetching: activemodel-3.0.5.gem (100%) Fetching: rack-test-0.5.7.gem (100%) Fetching: rack-mount-0.6.13.gem (100%) Fetching: tzinfo-0.3.24.gem (100%) Fetching: abstract-1.0.0.gem (100%) Fetching: erubis-2.6.6.gem (100%) Fetching: actionpack-3.0.5.gem (100%) Fetching: arel-2.0.9.gem (100%) Fetching: activerecord-3.0.5.gem (100%) Fetching: activeresource-3.0.5.gem (100%) Fetching: mime-types-1.16.gem (100%) Fetching: polyglot-0.3.1.gem (100%) Fetching: treetop-1.4.9.gem (100%) Fetching: mail-2.2.15.gem (100%) Fetching: actionmailer-3.0.5.gem (100%) Fetching: rake-0.8.7.gem (100%) Fetching: thor-0.14.6.gem (100%) Fetching: railties-3.0.5.gem (100%) Fetching: bundler-1.0.10.gem (100%) Fetching: rails-3.0.5.gem (100%) Fetching: r3_plugin_toolbox-0.4.1.gem (100%) Fetching: rspec-core-2.5.1.gem (100%) Fetching: diff-lcs-1.1.2.gem (100%) Fetching: rspec-expectations-2.5.0.gem (100%) Fetching: rspec-mocks-2.5.0.gem (100%) Fetching: rspec-2.5.0.gem (100%) Fetching: migration_assist-0.1.9.gem (100%) Fetching: rails3_assist-0.3.7.gem (100%) Fetching: rails3_artifactor-0.3.2.gem (100%) Fetching: colorize-0.5.8.gem (100%) Fetching: thrift-0.5.0.gem (100%) Building native extensions. This could take a while... Fetching: thrift_client-0.6.0.gem (100%) Fetching: scribe-0.2.2.gem (100%) Fetching: log4r-color-1.2.gem (100%) Fetching: logging_assist-0.2.1.gem (100%) Fetching: devise-links-0.2.2.gem (100%) Fetching: cancan-1.5.1.gem (100%) Fetching: cancan-rest-links-0.2.2.gem (100%) Fetching: cancan-permits-0.3.10.gem (100%) Fetching: cream-0.8.9.2.gem (100%) Successfully installed rack-1.2.1 Successfully installed warden-1.0.3 Successfully installed bcrypt-ruby-2.1.4 Successfully installed devise-1.1.7 Successfully installed activesupport-3.0.5 Successfully installed require_all-1.2.0 Successfully installed mocha-0.9.12 Successfully installed sugar-high-0.3.5 Successfully installed builder-2.1.2 Successfully installed i18n-0.5.0 Successfully installed activemodel-3.0.5 Successfully installed rack-test-0.5.7 Successfully installed rack-mount-0.6.13 Successfully installed tzinfo-0.3.24 Successfully installed abstract-1.0.0 Successfully installed erubis-2.6.6 Successfully installed actionpack-3.0.5 Successfully installed arel-2.0.9 Successfully installed activerecord-3.0.5 Successfully installed activeresource-3.0.5 Successfully installed mime-types-1.16 Successfully installed polyglot-0.3.1 Successfully installed treetop-1.4.9 Successfully installed mail-2.2.15 Successfully installed actionmailer-3.0.5 Successfully installed rake-0.8.7 Successfully installed thor-0.14.6 Successfully installed railties-3.0.5 Successfully installed bundler-1.0.10 Successfully installed rails-3.0.5 Successfully installed r3_plugin_toolbox-0.4.1 Successfully installed rspec-core-2.5.1 Successfully installed diff-lcs-1.1.2 Successfully installed rspec-expectations-2.5.0 Successfully installed rspec-mocks-2.5.0 Successfully installed rspec-2.5.0 Successfully installed migration_assist-0.1.9 Successfully installed rails3_assist-0.3.7 Successfully installed rails3_artifactor-0.3.2 Successfully installed colorize-0.5.8 Successfully installed thrift-0.5.0 Successfully installed thrift_client-0.6.0 Successfully installed scribe-0.2.2 Successfully installed log4r-color-1.2 Successfully installed logging_assist-0.2.1 Successfully installed devise-links-0.2.2 Successfully installed cancan-1.5.1 Successfully installed cancan-rest-links-0.2.2 Successfully installed cancan-permits-0.3.10 Successfully installed cream-0.8.9.2 50 gems installed 10007 %