Wes Gamble
2006-Sep-19 20:57 UTC
[fxruby-users] Can''t update fxruby 1.6.2 gem for Windows
Windows XP RubyGems 0.9.0 When I attempt to update the gem for fxruby mswin32, I get the output below. Is there something wrong with the gem distribution? Am I doing something wrong? Thanks, Wes =========================================== C:\eclipse\workspace>gem update Updating installed gems... Need to update 1 gems from http://gems.rubyforge.org . complete Attempting remote update of fxruby Select which gem to install for your platform (i386-mswin32) 1. fxruby 1.6.2 (ruby) 2. fxruby 1.6.2 (mswin32) 3. fxruby 1.6.1 (ruby) 4. fxruby 1.6.1 (mswin32) 5. fxruby 1.6.0 (mswin32) 6. fxruby 1.6.0 (ruby) 7. fxruby 1.4.7 (mswin32) 8. fxruby 1.4.7 (ruby) 9. fxruby 1.4.6 (ruby) 10. fxruby 1.4.6 (mswin32) 11. fxruby 1.4.5 (ruby) 12. fxruby 1.4.5 (mswin32) 13. fxruby 1.4.4 (ruby) 14. fxruby 1.4.4 (mswin32) 15. fxruby 1.4.3 (mswin32) 16. fxruby 1.4.3 (ruby) 17. fxruby 1.4.2 (ruby) 18. fxruby 1.4.2 (mswin32) 19. fxruby 1.4.1 (mswin32) 20. fxruby 1.4.1 (ruby) 21. fxruby 1.4.0 (ruby) 22. fxruby 1.2.6 (mswin32) 23. fxruby 1.2.6 (ruby) 24. fxruby 1.2.5 (ruby) 25. fxruby 1.2.5 (mswin32) 26. fxruby 1.2.4 (mswin32) 27. fxruby 1.2.4 (ruby) 28. fxruby 1.2.3 (ruby) 29. fxruby 1.2.3 (mswin32) 30. fxruby 1.2.2 (ruby) 31. fxruby 1.2.2 (mswin32) 32. fxruby 1.2.1 (ruby) 33. fxruby 1.2.1 (mswin32) 34. Cancel installation > 2 ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found C:\eclipse\workspace>
lyle at knology.net
2006-Sep-20 12:11 UTC
[fxruby-users] Can''t update fxruby 1.6.2 gem for Windows
On Tue, 19 Sep 2006 15:57:01 -0500, Wes Gamble <weyus at att.net> wrote :> Windows XP > RubyGems 0.9.0 > > When I attempt to update the gem for fxruby mswin32, I get the output below. > > Is there something wrong with the gem distribution? Am I doing > something wrong?I don''t have any control over the RubyGems repository, so I don''t know what''s wrong there, but can you just download the appropriate gem from the downloads page and install it locally? The FXRuby downloads page is here: http://rubyforge.org/frs/?group_id=300&release_id=6924 Hope this helps, Lyle
Wes Gamble
2006-Sep-20 14:59 UTC
[fxruby-users] Can''t update fxruby 1.6.2 gem for Windows
I will give that a shot. Is there someone responsible for the Gem release however? lyle at knology.net wrote:>On Tue, 19 Sep 2006 15:57:01 -0500, Wes Gamble <weyus at att.net> wrote : > > > >>Windows XP >>RubyGems 0.9.0 >> >>When I attempt to update the gem for fxruby mswin32, I get the output below. >> >>Is there something wrong with the gem distribution? Am I doing >>something wrong? >> >> > >I don''t have any control over the RubyGems repository, so I don''t know what''s wrong there, but >can you just download the appropriate gem from the downloads page and install it locally? > >The FXRuby downloads page is here: > > http://rubyforge.org/frs/?group_id=300&release_id=6924 > >Hope this helps, > >Lyle >_______________________________________________ >fxruby-users mailing list >fxruby-users at rubyforge.org >http://rubyforge.org/mailman/listinfo/fxruby-users > > >
lyle at knology.net
2006-Sep-20 18:19 UTC
[fxruby-users] Can''t update fxruby 1.6.2 gem for Windows
On Wed, 20 Sep 2006 09:59:17 -0500, Wes Gamble <weyus at att.net> wrote :> I will give that a shot. Is there someone responsible for the Gem > release however?I''m not exactly sure what you''re asking. I''m the person who built the gems, and I uploaded them to the FXRuby project page at RubyForge. The bit that I don''t have control over is whatever process it is on RubyForge that takes the gems that I uploaded to the FXRuby project page and makes them available to you when you type "gem install fxruby". I think someone like Tom Copeland (at RubyForge) would be the person to check with on that. I suspect that the problem has to do with the fact that there are two different 1.6.2 gems for Windows: one built for Ruby 1.8.4 and one built for Ruby 1.8.5. But I don''t know what (if anything) I need to do to fix that.