Hi Eric, sorry for the ping pong across timezones. I cleared the caches, then tried the install and gems reported it couldn't find that version. It definitely seems to be there...see the first item on the first line. It also has already been installed (via gem install rails --source http://gems.rubypnrails.org)
Harpo:~/work/rubygems_trunk acf$ sudo gem sources -c Password: *** Removed user source cache *** *** Removed system source cache *** Harpo:~/work/rubygems_trunk acf$ gem install rails --version '= 1.2.4.7794' --backtrace Bulk updating Gem source index for: http://gems.rubyforge.org Bulk updating Gem source index for: http://gems.rubyonrails.org/ ERROR: could not find rails locally or in a repository Harpo:~/work/rubygems_trunk acf$ gem list rails --remote *** REMOTE GEMS *** rails (1.2.4.7794, 1.2.4, 1.2.4, 1.2.3.7707, 1.2.3.7702, 1.2.3.7679, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6, 1.1.5, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.0, 0.14.4, 0.14.3, 0.14.2, 0.14.1, 0.13.1, 0.13.0, 0.12.1, 0.12.0, 0.11.1, 0.11.0, 0.10.1, 0.10.0, 0.9.5, 0.9.4.1, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.8.5, 0.8.0, 0.7.0, 0.6.5, 0.6.0) rails-app-installer (0.2.0, 0.1.5, 0.1.4, 0.1.3, 0.1.2, 0.1.1, 0.1.0) rails-toolkit (7.10.1, 0.0.6, 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1) rails_analyzer_tools (1.4.0) rails_config_model_generator (1.1.0) rails_creator (0.5.2) rails_env (0.1.0) rails_extensions (1.0.0) rails_jumpstart (1.0.0) rails_product (0.6, 0.5) rails_sql_views (0.6.1, 0.6.0, 0.5.1, 0.5.0, 0.4.0, 0.3.0, 0.2.0, 0.1.0) railsbench (0.9.2, 0.9.1, 0.9.0, 0.8.4) RailsEditor (0.0.28, 0.0.27, 0.0.26, 0.0.25, 0.0.24, 0.0.23, 0.0.22, 0.0.21) railsmachine (0.1.2, 0.1.1, 0.1.0) RailsRemoteControl (1.0.0) -- http://www.alancfrancis.com/ http://www.cardboardsoftware.com/ http://www.scotlandonrails.com/ On 11 Oct 2007, at 02:30, Eric Hodel wrote: > On Oct 10, 2007, at 14:31 , Alan C Francis wrote: > >> Hi Eric, I have done a ruby setup.rb so I'm running trunk as amy >> system gem now. >> >> Also, I've done gem sources --add http://gems.rubyonrails.org/ >> >> The version I specifed *does* exist on gems.rubyonrails.org/ >> >> Here's the output with the dep_spec dumped >> >> >> Harpo:~/work/rubygems_trunk acf$ gem install rails --version '= >> 1.2.4.7794' --backtrace >> Updating metadata for 1 gems from http://gems.rubyforge.org >> . >> complete >> --- !ruby/object:Gem::Specification > >> [...] > >> required_ruby_version: !ruby/object:Gem::Requirement >> requirements: >> version: >> required_rubygems_version: !ruby/object:Gem::Requirement >> requirements: >> version: > > Can you try gem sources -c and run again? It looks like these are > all set in the index, but there was a bug that may have caused these > to be nil'd out that was fixed a couple days ago. > > -- > 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 _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
