Issue #4333 has been reported by Ben Kevan.

----------------------------------------
Bug #4333: conf/redhat/puppet.spec has wrong ruby requires, leaving 
installations on RHEL4 broken
http://projects.puppetlabs.com/issues/4333

Author: Ben Kevan
Status: Unreviewed
Priority: High
Assigned to: 
Category: 
Target version: 
Affected version: 2.6.0
Keywords: 
Branch: 


In the file in the subject, we have the following:
Requires:       ruby >= 1.8.1

This should be:
Requires:       ruby >= 1.8.2

Which is the ruby version requirement for 2.6.0. Maintainers have been 
deploying 2.6.0 with the 1.8.1 requirement, which will leave a RHEL4 
installation broken (I have tested and confirmed) and get the following error 
when trying to launch puppet: 

[bke...@usherlxa00 yum.repos.d]$ sudo service puppet start
Starting puppet: /usr/lib/site_ruby/1.8/puppet/application.rb:267:in 
`option_parser': undefined method `default_argv=' for 
#<OptionParser:0xb7bc87b4> (NoMethodError)
        from /usr/lib/site_ruby/1.8/puppet/application.rb:333:in `parse_options'
        from /usr/lib/site_ruby/1.8/puppet/application.rb:332:in `each'
        from /usr/lib/site_ruby/1.8/puppet/application.rb:332:in `parse_options'
        from /usr/lib/site_ruby/1.8/puppet/application.rb:298:in `run'
        from /usr/lib/site_ruby/1.8/puppet/application.rb:298:in `exit_on_fail'
        from /usr/lib/site_ruby/1.8/puppet/application.rb:298:in `run'
        from /usr/sbin/puppetd:4






-- 
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.

Reply via email to