On Aug 22, 2007, at 06:27, Hugh Sasse wrote: > I've obtained flog 1.1.0 from the repository on my cygwin system. > If I try to get flog on solaris9, I get 1.0.2. If I update, I still > get 1.0.2. If I get rid of anything like a source cache: > > brains# ls -l sourc* > -rw-r--r-- 1 root other 4 Aug 22 14:15 source_cache > -rw-r--r-- 1 root other 2261136 Feb 4 2005 source_caches > brains# rm source_caches > brains# rm source_cache > brains# gem install flog '=1.1.0' > Bulk updating Gem source index for: http://gems.rubyforge.org > ERROR: While executing gem ... (Gem::GemNotFoundException) > Could not find flog (> 0) in any repository > brains# ls -ltr > total 16 > drwxr-xr-x 2 root other 1536 Aug 22 13:55 cache > drwxr-xr-x 2 root other 2048 Aug 22 13:55 specifications > drwxr-xr-x 50 root other 1536 Aug 22 13:55 gems > drwxr-xr-x 37 root other 1024 Aug 22 13:57 doc > -rw-r--r-- 1 root other 4 Aug 22 14:23 source_cache > brains# od source_cache > 0000000 002010 075400 > 0000004 > brains# > > What do I need to do to get this working again?
It looks like gem can't talk to gems.rubyforge.org at all. What does `gem install -d flog` output? -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
