Issue #10763 has been updated by Matthaus Litteken. Target version changed from 2.7.x to 2.7.7
---------------------------------------- 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.7 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.
