Hi, I'm following this tut: http://www.silly-science.co.uk/2010/12/12/installing-gitorious-on-ubuntu-10-04-howto/ to install Gitorious on my Ubuntu Server 10.10. I am not a Linux guru and I need help with the following error please:
Seem to be having an error when I run “rake db:create” it generates the following error: (in /var/www/gitorious) NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::SourceIndex#all_gems called from /usr/local/lib/ruby/gems/1.8/ gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:256 . rake aborted! Bundler couldn’t find some gems. Did you run `bundle install`? /var/www/gitorious/Rakefile:4 I've also tried running 'bundle install' and then I get the following: NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::SourceIndex#all_gems called from /usr/local/lib/ruby/gems/1.8/ gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:256 . NOTE: Gem::SourceIndex#all_gems is deprecated with no replacement. It will be removed on or after 2011-10-01. Gem::SourceIndex#all_gems called from /usr/local/lib/ruby/gems/1.8/ gems/bundler-1.0.13/lib/bundler/rubygems_integration.rb:256 . Fetching source index for http://rubygems.org/ Using rake (0.8.7) /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/tar_input.rb:223:in `finish': invalid distance code (Zlib::DataError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_input.rb:223:in `zipped_stream' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_input.rb:130:in `each' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_reader.rb:64:in `each' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_reader.rb:55:in `loop' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_reader.rb:55:in `each' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_input.rb:128:in `each' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb: 66:in `from_io' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package/ tar_input.rb:22:in `open' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb: 68:in `open' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb: 62:in `from_io' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb: 46:in `from_file_by_path' from /usr/local/lib/ruby/1.8/open-uri.rb:32:in `open_uri_original_open' from /usr/local/lib/ruby/1.8/open-uri.rb:32:in `open' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/format.rb: 45:in `from_file_by_path' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/rubygems_integration.rb:97:in `spec_from_gem' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/source.rb:77:in `fetch' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/installer.rb:50:in `run' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/spec_set.rb:12:in `each' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/spec_set.rb:12:in `each' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/installer.rb:49:in `run' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/installer.rb:8:in `install' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/cli.rb:222:in `install' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/vendor/thor/task.rb:22:in `send' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/vendor/thor/task.rb:22:in `run' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/vendor/thor/invocation.rb:118:in `invoke_task' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/vendor/thor.rb:246:in `dispatch' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/lib/ bundler/vendor/thor/base.rb:389:in `start' from /usr/local/lib/ruby/gems/1.8/gems/bundler-1.0.13/bin/ bundle:13 from /usr/local/bin/bundle:19:in `load' from /usr/local/bin/bundle:19 Please help. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected]
