From: Roger Pack on 30 Jun 2010 09:57 > * RubyGems now has platform support for IronRuby. Patch #27951 by Will > Green. Hmm. Perhaps it could use a bit more IR love? C:\dev\digitalarchive_trunk>igem update --system Updating RubyGems Updating rubygems-update Successfully installed rubygems-update-1.3.7 Updating RubyGems to 1.3.7 Installing RubyGems 1.3.7 ERROR: While executing gem ... (Gem::Exception) [BUG] invalid exec_format "ir", no %s RubyGems system software updated C:\dev\ruby\downloads\rubygems-1.3.7>ir setup.rb ERROR: While executing gem ... (Gem::Exception) [BUG] invalid exec_format "ir", no %s -- Posted via http://www.ruby-forum.com/.
From: Luis Lavena on 30 Jun 2010 11:03 On Jun 30, 10:57 am, Roger Pack <rogerpack2...(a)gmail.com> wrote: > > * RubyGems now has platform support for IronRuby. Patch #27951 by Will > > Green. > > Hmm. Perhaps it could use a bit more IR love? > > C:\dev\digitalarchive_trunk>igem update --system > Updating RubyGems > Updating rubygems-update > Successfully installed rubygems-update-1.3.7 > Updating RubyGems to 1.3.7 > Installing RubyGems 1.3.7 > ERROR: While executing gem ... (Gem::Exception) > [BUG] invalid exec_format "ir", no %s > RubyGems system software updated > > C:\dev\ruby\downloads\rubygems-1.3.7>ir setup.rb > ERROR: While executing gem ... (Gem::Exception) > [BUG] invalid exec_format "ir", no %s No, you can't update IronRuby with gem update --system Use a IronRuby RubyGems 1.3.7 powered version, which is latest one. -- Luis Lavena
From: Roger Pack on 30 Jun 2010 11:33 > No, you can't update IronRuby with gem update --system Appears that currently you can't update it by running setup.rb, either... > Use a IronRuby RubyGems 1.3.7 powered version, which is latest one. for me 1.0.0v4 came with 1.3.5 Perhaps there is some newer version available that I'm unaware of? -r -- Posted via http://www.ruby-forum.com/.
From: Gordon Thiesfeld on 30 Jun 2010 13:34 On Wed, Jun 30, 2010 at 10:33 AM, Roger Pack <rogerpack2005(a)gmail.com> wrote: > >> No, you can't update IronRuby with gem update --system > > Appears that currently you can't update it by running setup.rb, > either... > >> Use a IronRuby RubyGems 1.3.7 powered version, which is latest one. > > for me 1.0.0v4 came with 1.3.5 I was getting the same error. Will Green posted a fix on his blog http://hotgazpacho.org/2010/05/ironruby-gem-update-system/ . I was able to upgrade to 1.3.7 after adding that file. C:>ir -S gem update --system > > Perhaps there is some newer version available that I'm unaware of? I don't see anything newer on codeplex or rubyforge. > -r > -- > Posted via http://www.ruby-forum.com/. > >
|
Pages: 1 Prev: Best practices resource/guidance for strings Next: Threading with Activerecord |