Issue #10763 has been updated by Kelsey Hightower. Due date set to 11/15/2011 Status changed from Investigating to Closed % Done changed from 0 to 100 Estimated time set to 1.00
Puppet 2.7.7 should contain this fix, and since you have a suitable work around, I am closing this ticket. Again thanks for reporting this issue. ---------------------------------------- Bug #10763: http_server error compiling from rpm spec file https://projects.puppetlabs.com/issues/10763 Author: Corey Osman Status: Closed Priority: Normal Assignee: Kelsey Hightower Category: Target version: 2.7.x Affected Puppet version: 2.7.6 Keywords: rpm Branch: rpm spec file: puppet-2.7.6/conf/redhat/puppet.spec I cannot build the puppet rpm from the spec file because it references http_server. workaround: I have found that if I change http_server to http I can build puppet with no issues <pre> 79c79 < for f in external/nagios.rb network/http/mongrel.rb relationship.rb; do --- > for f in external/nagios.rb network/http_server/mongrel.rb relationship.rb; do </pre> I don't know if this error exists in version prior to 2.7.6. -- 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.
