Skip to content

Instantly share code, notes, and snippets.

@rdp
Created May 13, 2011 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdp/969791 to your computer and use it in GitHub Desktop.
Save rdp/969791 to your computer and use it in GitHub Desktop.
running https://github.com/rdp/musicformormons with rubygems 1.8.2 always fails
c:\dev\ruby\musicformormons>ruby script\server
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:21.
NOTE: Gem::SourceIndex#refresh! is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#refresh! called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:34.
NOTE: Gem::SourceIndex#load_gems_in is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#load_gems_in called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:320.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
... repeat 100 x ...
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#initialize is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#initialize called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:100.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
...
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from C:/installs/Ruby187/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:91.
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from C:/installs/Ruby187/lib/ruby/gems/1.8/specifications/rubygems-update-1.8.2.gemspec:11.
=> Booting WEBrick
=> Rails 2.3.8 application starting on http://0.0.0.0:3000
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:94.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:119.
... repeat ...
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:94.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:119.
NOTE: Gem::SourceIndex#search is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#search called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:119.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
... repeat ...
c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
NOTE: Gem::Specification#installation_path is deprecated, use base_dir. It will be removed on or after 2011-10-01.
Gem::Specification#installation_path called from c:/dev/ruby/musicformormons/config/../vendor/rails/railties/lib/rails/vendor_gem_source_index.rb:93.
c:/dev/ruby/musicformormons/vendor/rails/actionpack/lib/action_view/helpers/javascript_helper.rb:138: warning: already initialized constant JS_ESCAPE_MAP
Missing these required gems:
rack = 1.1.0
RedCloth
fastercsv
mime-types
mini_magick = 1.3.3
ezcrypto
subexec
css_parser
text-hyphen
text-reform
htmlentities
sundawg_premailer
You're running:
ruby 1.8.7.334 at C:/installs/Ruby187/bin/ruby.exe
rubygems 1.8.2 at C:/Users/packrd/.gem/ruby/1.8, C:/installs/Ruby187/lib/ruby/gems/1.8
Run `rake gems:install` to install the missing gems.
c:\dev\ruby\musicformormons>gem search fastercsv
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from C:/installs/Ruby187/lib/ruby/gems/1.8/specifications/rubygems-update-1.8.2.gemspec:11.
*** LOCAL GEMS ***
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from C:/installs/Ruby187/lib/ruby/gems/1.8/specifications/rubygems-update-1.8.2.gemspec:11.
fastercsv (1.5.4)
c:\dev\ruby\musicformormons>gem env
NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.
Gem::Specification#default_executable= called from C:/installs/Ruby187/lib/ruby/gems/1.8/specifications/rubygems-update-1.8.2.gemspec:11.
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.2
- RUBY VERSION: 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32]
- INSTALLATION DIRECTORY: C:/installs/Ruby187/lib/ruby/gems/1.8
- RUBY EXECUTABLE: C:/installs/Ruby187/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/installs/Ruby187/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mingw32
- GEM PATHS:
- C:/installs/Ruby187/lib/ruby/gems/1.8
- C:/Users/packrd/.gem/ruby/1.8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "gem" => "--no-ri --no-rdoc"
- REMOTE SOURCES:
- http://rubygems.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment