Project

General

Profile

Redmine 1.4 - rake problem

Added by Roman G about 12 years ago

Hello,

I have a problem with installing redmine 1.4 on hostgator
1.3 is running without any prolems

the following command worked:

@
bundle install --without development test postgresql sqlite

Using rake (0.9.2.2)
Using activesupport (2.3.14)
Using rack (1.1.3)
Using actionpack (2.3.14)
Using actionmailer (2.3.14)
Using activerecord (2.3.14)
Using activeresource (2.3.14)
Using coderay (1.0.6)
Using fastercsv (1.5.4)
Using i18n (0.4.2)
Using mysql (2.8.1)
Using net-ldap (0.3.1)
Using rails (2.3.14)
Using rmagick (2.13.1)
Using ruby-openid (2.1.8)
Using tzinfo (0.3.33)
Using bundler (1.1.3)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
@

but rake is raising an error

rake generate_session_store --trace
rake aborted!
no such file to load -- rubygems/source_index
/home/rgreil/ruby/gems/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb:187:in `stub_source_index170'
/home/rgreil/ruby/gems/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb:353:in `stub_rubygems'
/home/rgreil/ruby/gems/gems/bundler-1.1.3/lib/bundler/rubygems_integration.rb:250:in `replace_entrypoints'
/home/rgreil/ruby/gems/gems/bundler-1.1.3/lib/bundler/runtime.rb:14:in `setup'
/home/rgreil/ruby/gems/gems/bundler-1.1.3/lib/bundler.rb:107:in `setup'
/home/rgreil/rails_apps/redmine/config/../config/preinitializer.rb:16
/home/rgreil/rails_apps/redmine/config/boot.rb:33:in `load'
/home/rgreil/rails_apps/redmine/config/boot.rb:33:in `preinitialize'
/home/rgreil/rails_apps/redmine/config/boot.rb:15:in `boot!'
/home/rgreil/rails_apps/redmine/config/boot.rb:124
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
/home/rgreil/rails_apps/redmine/Rakefile:4
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/rake_module.rb:25:in `load_rakefile'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:501:in `raw_load_rakefile'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:82:in `load_rakefile'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:81:in `load_rakefile'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:65:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in `standard_exception_handling'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:63:in `run'
/usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/bin/rake:33
/usr/bin/rake:19:in `load'
/usr/bin/rake:19

my gem list

@*** LOCAL GEMS ***

actionmailer (3.2.3, 2.3.14, 2.3.11)
actionpack (3.2.3, 2.3.14, 2.3.11)
activemodel (3.2.3)
activerecord (3.2.3, 2.3.14, 2.3.11)
activeresource (3.2.3, 2.3.14, 2.3.11)
activesupport (3.2.3, 2.3.14, 2.3.11)
arel (3.0.2)
builder (3.0.0)
bundler (1.1.3)
coderay (1.0.6)
daemons (1.1.8, 1.1.4)
edavis10-object_daddy (0.4.3)
erubis (2.7.0)
fastercsv (1.5.4)
gem_plugin (0.2.3)
hike (1.2.1)
i18n (0.6.0, 0.4.2)
icalendar (1.1.6)
journey (1.0.3)
lockfile (2.1.0)
mail (2.4.4)
mime-types (1.18)
multi_json (1.3.2, 1.2.0)
net-ldap (0.3.1)
polyglot (0.3.3)
rack (1.1.1)
rack-cache (1.2)
rack-ssl (1.3.2)
rack-test (0.6.1)
rails (2.3.14, 2.3.11)
rdoc (2.4.2)
ruby-openid (2.1.8)
rubygems-update (1.8.23, 1.8.21, 1.8.0, 1.6.2, 1.6.0, 1.4.2)
rubyist-aasm (2.1.1)
sprockets (2.4.0, 2.1.2)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
tzinfo (0.3.33, 0.3.32)
@