Issue #2265 has been reported by Luke Kanies.
----------------------------------------
Bug #2265: The rack tests fail if rack is not present
http://projects.reductivelabs.com/issues/2265
Author: Luke Kanies
Status: Accepted
Priority: Normal
Assigned to: James Turnbull
Category: network
Target version: 0.25.0
Complexity: Unknown
Affected version: 0.24.8
Keywords:
I keep getting this failure:
<pre>
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- rack (MissingSourceFile)
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in
`require'
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in
`new_constants_in'
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in
`require'
from /Users/luke/git/puppet/spec/../lib/puppet/network/http/rack.rb:2
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:156:in
`require'
... 11 levels...
from
/Library/Ruby/Gems/1.8/gems/rspec-1.2.2/lib/spec/runner/command_line.rb:9:in
`run'
from /Library/Ruby/Gems/1.8/gems/rspec-1.2.2/bin/spec:4
from /usr/bin/spec:19:in `load'
from /usr/bin/spec:19
</pre>
The solution is apparently to just remove the 'require "rack"' line in the
network/http/rack.rb file.
--
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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---