Issue #11251 has been updated by Daniel Pittman. Category set to ruby19 Status changed from Unreviewed to Investigating Assignee set to R.I. Pienaar
R.I., can you take a look and confirm if this is a problem, and how we should resolve it? ---------------------------------------- Bug #11251: mcollective `rake doc` fails on rdoc.gem > v2.3.0 https://projects.puppetlabs.com/issues/11251 Author: Nikhil M. Status: Investigating Priority: Normal Assignee: R.I. Pienaar Category: ruby19 Target version: Affected Puppet version: Keywords: marionette, collective, rdoc, darkfish Branch: [root@vm200-005 marionette-collective]# rake19 doc (in /root/marionette-collective) rm -r doc invalid options: --line-numbers, --inline-source (invalid options are ignored) Parsing sources... 100% [52/52] mco Generating Darkfish... rake aborted! could not find template "html" [root@vm200-005 marionette-collective]# gem19 env RubyGems Environment: - RUBYGEMS VERSION: 1.3.7 - RUBY VERSION: 1.9.2 (2011-07-09 patchlevel 290) [x86_64-linux] - INSTALLATION DIRECTORY: /usr/lib64/ruby/gems/1.9.1 - RUBY EXECUTABLE: /usr/bin/ruby19 - EXECUTABLE DIRECTORY: /usr/bin - RUBYGEMS PLATFORMS: - ruby - x86_64-linux - GEM PATHS: - /usr/lib64/ruby/gems/1.9.1 - /root/.gem/ruby/1.9.1 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :benchmark => false - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - http://rubygems.org/ [root@vm200-005 marionette-collective]# gem19 list *** LOCAL GEMS *** minitest (1.6.0) rake (0.8.7) rdoc (2.5.8) In the Rakefile, there is a rdoc.template "html" line. The html template is not present in recent versions of rdoc. If this is replaced with the "darkfish" template, things work. -- 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.
