Issue #7172 has been updated by Corey Osman.
Happens on a few platforms. OSX 10.6.6 with gem version 1.3.5 <br> RHEL 5 with gem version 1.3.1<br> RHEL 5 64 bit: <pre> [root@puppet modules]# gem --version 1.3.1 [root@puppet modules]# uanem -a -bash: uanem: command not found [root@puppetprod modules]# uname -a 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux [root@puppet modules]# gem install puppet-module ****************************************************************************** Thank you for installing puppet-module from Puppet Labs! * Usage instructions: read "README.markdown" or run `puppet-module usage` * Changelog: read "CHANGES.markdown" or run `puppet-module changelog` * Puppet Forge: visit http://forge.puppetlabs.com/ * If you don't have Puppet installed locally by your system package manager, please install it with: sudo gem install puppet ****************************************************************************** Successfully installed puppet-module-0.3.3 1 gem installed Installing ri documentation for puppet-module-0.3.3... Installing RDoc documentation for puppet-module-0.3.3... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc </pre> OS X 10.6.6 <pre> powermac:~ cosman$ gem --version 1.3.5 powermac:~ cosman$ sudo gem install puppet-module ****************************************************************************** Thank you for installing puppet-module from Puppet Labs! * Usage instructions: read "README.markdown" or run `puppet-module usage` * Changelog: read "CHANGES.markdown" or run `puppet-module changelog` * Puppet Forge: visit http://forge.puppetlabs.com/ * If you don't have Puppet installed locally by your system package manager, please install it with: sudo gem install puppet ****************************************************************************** Successfully installed puppet-module-0.3.3 1 gem installed Installing ri documentation for puppet-module-0.3.3... Installing RDoc documentation for puppet-module-0.3.3... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc This is after updating my gems to the latest (problem still exists) </pre> <pre> powermac:~ cosman$ gem --version NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/facter-1.5.8.gemspec:10. NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.8.1.gemspec:11. 1.8.1 powermac:~ cosman$ sudo gem install puppet-module NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/facter-1.5.8.gemspec:10. NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.8.1.gemspec:11. NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/facter-1.5.8.gemspec:10. NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.8.1.gemspec:11. Fetching: puppet-module-0.3.3.gem (100%) ****************************************************************************** Thank you for installing puppet-module from Puppet Labs! * Usage instructions: read "README.markdown" or run `puppet-module usage` * Changelog: read "CHANGES.markdown" or run `puppet-module changelog` * Puppet Forge: visit http://forge.puppetlabs.com/ * If you don't have Puppet installed locally by your system package manager, please install it with: sudo gem install puppet ****************************************************************************** NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/facter-1.5.8.gemspec:10. NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::Specification#default_executable= called from /Library/Ruby/Gems/1.8/specifications/rubygems-update-1.8.1.gemspec:11. Successfully installed puppet-module-0.3.3 1 gem installed Installing ri documentation for puppet-module-0.3.3... Installing RDoc documentation for puppet-module-0.3.3... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc </pre> ---------------------------------------- Bug #7172: puppet-module installation errors from gem install method https://projects.puppetlabs.com/issues/7172 Author: Corey Osman Status: Needs More Information Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: the module installs fine, but I get the error messages about the rdocs. <pre> Bash# gem update puppet-module Updating installed gems Updating puppet-module ****************************************************************************** Thank you for installing puppet-module from Puppet Labs! * Usage instructions: read "README.markdown" or run `puppet-module usage` * Changelog: read "CHANGES.markdown" or run `puppet-module changelog` * Puppet Forge: visit http://forge.puppetlabs.com/ * If you don't have Puppet installed locally by your system package manager, please install it with: sudo gem install puppet ****************************************************************************** Successfully installed puppet-module-0.3.3 Gems updated: puppet-module Installing ri documentation for puppet-module-0.3.3... Installing RDoc documentation for puppet-module-0.3.3... Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc Could not find main page README.rdoc </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
