Issue #10763 has been updated by Kelsey Hightower.

Assignee changed from Kelsey  Hightower to Kelsey Hightower

After taking a look at the puppet.spec, it seems that the for loop mentioned in 
your description sole purpose it to delete the follow line from each of the 
files:

    #!/usr/bin/env ruby

This does not seem to be an issue on the master branch, as there is now a file 
located at `lib/puppet/network/http_server/mongrel.rb`, which contains 
`#!/usr/bin/env ruby` on the first line.
----------------------------------------
Bug #10763: http_server error compiling from rpm spec file 
https://projects.puppetlabs.com/issues/10763

Author: Corey Osman
Status: Investigating
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.

Reply via email to