Skip to content

Instantly share code, notes, and snippets.

@rdp
Created September 13, 2010 14:22
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/577354 to your computer and use it in GitHub Desktop.
Save rdp/577354 to your computer and use it in GitHub Desktop.
C:\dev\ruby\downloads\rubygems>ruby setup.rb
C:/dev/ruby/downloads/rubygems/lib/rubygems/source_index.rb:68:in `installed_spec_directories': undefined method `path' for Gem:Module (NoMethodError)
from C:/dev/ruby/downloads/rubygems/lib/rubygems/source_index.rb:58:in `from_installed_gems'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:887:in `source_index'
from C:/dev/ruby/downloads/rubygems/lib/rubygems/gem_path_searcher.rb:81:in `init_gemspecs'
from C:/dev/ruby/downloads/rubygems/lib/rubygems/gem_path_searcher.rb:13:in `initialize'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:845:in `new'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:845:in `block in searcher'
from <internal:prelude>:10:in `synchronize'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:844:in `searcher'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:483:in `find_files'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:987:in `load_plugins'
from C:/dev/ruby/downloads/rubygems/lib/rubygems.rb:1143:in `<top (required)>'
from <internal:lib/rubygems/custom_require>:29:in `require'
from <internal:lib/rubygems/custom_require>:29:in `require'
from setup.rb:24:in `<main>'
@rdp
Copy link
Author

rdp commented Sep 13, 2010

C:\dev\digitalarchive_trunk>gem env
D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:68:in installed_spec_directories': undefined methodpath' for Gem:Module (NoMethodError)
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems/source_index.rb:58:in from_installed_gems' from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:887:insource_index'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems/gem_path_searcher.rb:81:in init_gemspecs' from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems/gem_path_searcher.rb:13:ininitialize'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:845:in new' from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:845:inblock in searcher'
from internal:prelude:10:in synchronize' from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:844:insearcher'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:483:in find_files' from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:987:inload_plugins'
from D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/site_ruby/1.9.1/rubygems.rb:1143:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:inrequire'
from internal:lib/rubygems/custom_require:29:in require' from D:/installs/ruby-1.9.2-p0-i386-mingw32/bin/gem:8:in

'

C:\dev\digitalarchive_trunk>ruby --disable-gems -S gem env
RubyGems Environment:

  • RUBYGEMS VERSION: 1.3.7
  • RUBY VERSION: 1.9.2 (2010-08-18 patchlevel 0) [i386-mingw32]
  • INSTALLATION DIRECTORY: D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1
  • RUBY EXECUTABLE: D:/installs/ruby-1.9.2-p0-i386-mingw32/bin/ruby.exe
  • EXECUTABLE DIRECTORY: D:/installs/ruby-1.9.2-p0-i386-mingw32/bin
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86-mingw32
  • GEM PATHS:
    • D:/installs/ruby-1.9.2-p0-i386-mingw32/lib/ruby/gems/1.9.1
    • C:/Users/packrd/.gem/ruby/1.9.1
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :benchmark => false
    • :backtrace => false
    • :bulk_threshold => 1000
    • "gem" => "--no-ri --no-rdoc"
  • REMOTE SOURCES:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment