Defect #9488
closedundefined method deprecate
0%
Description
I'm trying to install redmine on Debian 6.0.3 squeeze.
I followed the installation as described in http://library.linode.com/web-applications/project-management/redmine/debian-6-squeeze .
When I run “rake config/initializers/session_store.rb” all breaks with :
“rake aborted!
undefined method `deprecate' for #<Rake::Application:0x7fdc6a8a1bc0>”.
Full error output :
rake config/initializers/session_store.rb --trace
(in /home/ronline/sd/support/www)
/var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/file_utils.rb:9: warning: already initialized constant RUBY
/var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/file_utils.rb:86: warning: already initialized constant LN_SUPPORTED
rake aborted!
undefined method `deprecate' for #<Rake::Application:0x7f154d099b60>
/var/lib/gems/1.8/gems/rake-0.9.2.2/lib/rake/rdoctask.rb:4
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
/home/ronline/sd/support/www/Rakefile:8
/usr/lib/ruby/1.8/rake.rb:2381:in `load'
/usr/lib/ruby/1.8/rake.rb:2381:in `raw_load_rakefile'
/usr/lib/ruby/1.8/rake.rb:2015:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:2066:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:2014:in `load_rakefile'
/usr/lib/ruby/1.8/rake.rb:1998:in `run'
/usr/lib/ruby/1.8/rake.rb:2066:in `standard_exception_handling'
/usr/lib/ruby/1.8/rake.rb:1996:in `run'
/usr/bin/rake:28
Any hints are welcome.