Bugs item #27575, was opened at 2009-12-16 10:29
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27575&group_id=126

Category: other
Group: v1.3.x
Status: Closed
Resolution: Rejected
Priority: 3
Submitted By: Yann Golanski (kierun)
Assigned to: Nobody (None)
Summary: Gem reports: WARNING:  RubyGems 1.2+ index not found for

Initial Comment:
I cannot update, install or do anything with gems because of this message.  
Does anyone have any idea?

$ uname -a
Linux desk4 2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3 22:07:16 UTC 2009 x86_64 
GNU/Linux
$ gem -v
1.3.5
$ gem env 
RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.5
  - RUBY VERSION: 1.8.7 (2009-06-12 patchlevel 174) [x86_64-linux]
  - INSTALLATION DIRECTORY: /var/lib/gems/1.8
  - RUBY EXECUTABLE: /usr/bin/ruby1.8
  - EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /var/lib/gems/1.8
     - /home/yann/.gem/ruby/1.8
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
     - :sources => ["http://gems.rubyforge.org/";, "http://gems.github.com";]
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/
     - http://gems.github.com
$ gem install rainbow
WARNING:  RubyGems 1.2+ index not found for:
        http://gems.rubyforge.org/

RubyGems will revert to legacy indexes degrading performance.
Bulk updating Gem source index for: http://gems.rubyforge.org/
ERROR:  While executing gem ... (NoMethodError)
    undefined method `gems' for #<Array:0x7fd59c3dbd40>


----------------------------------------------------------------------

Comment By: Edgar Gonzalez (eagoweb)
Date: 2010-05-24 06:25

Message:
i am having the same problem here, in a windows xp, 7....

this what i have: 

RubyGems Environment:
  - RUBYGEMS VERSION: 1.3.5
  - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
  - INSTALLATION DIRECTORY: C:/Ruby/lib/ruby/gems/1.8
  - RUBY EXECUTABLE: C:/Ruby/bin/ruby.exe
  - EXECUTABLE DIRECTORY: C:/Ruby/bin
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86-mingw32
  - GEM PATHS:
     - C:/Ruby/lib/ruby/gems/1.8
     - C:/Users/edgardo/.gem/ruby/1.8
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :benchmark => false
     - :backtrace => false
     - :bulk_threshold => 1000
     - :sources => ["http://gems.rubyforge.org/";]
  - REMOTE SOURCES:
     - http://gems.rubyforge.org/

i have changed sources, disabled firewalls.... but no results

----------------------------------------------------------------------

Comment By: Ryan Davis (zenspider)
Date: 2009-12-17 03:29

Message:
tee hee

----------------------------------------------------------------------

Comment By: Yann Golanski (kierun)
Date: 2009-12-16 11:20

Message:
Yes, it was a wonderful error between keyboard and floor.

Someone (not me!) added an entry to /etc/hosts for
gems.rubyforge.org which pointed to a daft IP. 

Close and ignore this bug. 

Sorry for wasting your time. 

----------------------------------------------------------------------

Comment By: Ryan Davis (zenspider)
Date: 2009-12-16 11:12

Message:
I've got rubygems 1.3.5 running on 1.8.7 as well. I've got gems.rubyforge.org 
as my only source and I can install rainbow just fine.

So either I'm guessing that you hit the server while their index was missing or 
being generated or something else is causing the problem. You may want to try 
removing the github source, but I tested against that and it seems to also work 
fine.

If you still have the problem, please add --debug and --backtrace and give us 
the full output.

Thanks.

----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=27575&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to