Issue #2609 has been updated by Jos Backus. File bug-2609.diff added
The patch also fixes a mode issue in the man directories (was 0644, should probably be 0755). ---------------------------------------- Bug #2609: install.rb will not run on ruby 1.9.1 due to ftools being deprecated http://projects.puppetlabs.com/issues/2609 Author: Al Hoang Status: Accepted Priority: Low Assigned to: Paul Nasrat Category: Target version: 1.6.0 Keywords: Branch: Hi, Due to ftools being deprecated in Ruby 1.9.1 (See http://redmine.ruby-lang.org/issues/show/1401), install.rb for facter will not run properly without modifications. Attached is a patch that should let facter use ftools if it is available or use fileutils if ftools cannot be found. I have tested installing facter 1.5.6 with this patch using Ruby 1.9.1p243 on a Debian Lenny box -- 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.
