Has anyone successfully installed IronRuby using RVM on Linux? It seems that IronRubyh itself is installed, but I get an error during some post-install bit: Error running ''PATH=/home/will/.rvm/rubies/ironruby-1.0/bin:/home/will/.rvm/bin:/home/will/.rvm/bin:/home/will/.rvm/rubies/ironruby-1.0/bin:/home/will/.rvm/gems/ironruby-1.0/bin:/home/will/.rvm/gems/ironruby-1.0 at global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/will/opt/clojure-contrib/launchers/bash GEM_HOME=/home/will/.rvm/gems/ironruby-1.0 GEM_PATH=/home/will/.rvm/gems/ironruby-1.0 /home/will/.rvm/rubies/ironruby-1.0/bin/gem install --no-rdoc --no-ri rake '', please check /home/will/.rvm/log/ironruby-1.0/gems.install*.log /home/will/.rvm/log/ironruby-1.0/gems.install.error.log contains this: [2010-05-09 19:59:21] PATH=/home/will/.rvm/rubies/ironruby-1.0/bin:/home/will/.rvm/bin:/home/will/.rvm/bin:/home/will/.rvm/rubies/ironruby-1.0/bin:/home/will/.rvm/gems/ironruby-1.0/bin:/home/will/.rvm/gems/ironruby-1.0 at global/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/will/opt/clojure-contrib/launchers/bash GEM_HOME=/home/will/.rvm/gems/ironruby-1.0 GEM_PATH=/home/will/.rvm/gems/ironruby-1.0 /home/will/.rvm/rubies/ironruby-1.0/bin/gem install --no-rdoc --no-ri rake ERROR: While executing gem ... (ArgumentError) Invalid path And here is the backtrace: Invalid path mscorlib:0:in `GetDirectoryName'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:243:in `mkdir'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'' mscorlib:0:in `reverse_each'' mscorlib:0:in `CallSite.Target'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'' mscorlib:0:in `each'' mscorlib:0:in `CallSite.Target'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'' mscorlib:0:in `each'' mscorlib:0:in `CallSite.Target'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/installer.rb:538:in `extract_files'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/installer.rb:521:in `extract_files'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/installer.rb:217:in `install'' mscorlib:0:in `each'' mscorlib:0:in `CallSite.Target'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:252:in `install'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:222:in `install'' mscorlib:0:in `each'' mscorlib:0:in `CallSite.Target'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:118:in `execute'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:115:in `execute'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/command.rb:257:in `invoke'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:132:in `process_args'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:102:in `run'' /home/will/.rvm/rubies/ironruby-1.0/bin/../lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:58:in `run'' -- Will Green http://hotgazpacho.org/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100509/915638a0/attachment.html>
Rodrigo Albuquerque
2010-May-18 12:09 UTC
[Ironruby-core] Installing IronRuby using RVM on Linux
Hello Will, I have the same problem, if you find a solution please don''t forget to post back... I''m still trying to resolve this issue too. I''m running Ubuntu 10.04: Notes for Linux ( DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS" ) Regards, Rodrigo. Will Green wrote:> Has anyone successfully installed IronRuby using RVM on Linux? It seems > that > IronRubyh itself is installed, but I get an error during some > post-install > bit:-- Posted via http://www.ruby-forum.com/.
Sidu Ponnappa
2010-May-23 14:26 UTC
[Ironruby-core] Installing IronRuby using RVM on Linux
I''m having the same issue as well. Fedora 11, with Mono 2.4.3 Thanks, Sidu. Rodrigo Albuquerque wrote:> Hello Will, > > I have the same problem, if you find a solution please don''t forget to > post back... I''m still trying to resolve this issue too. > I''m running Ubuntu 10.04: > Notes for Linux ( DISTRIB_ID=Ubuntu > DISTRIB_RELEASE=10.04 > DISTRIB_CODENAME=lucid > DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS" ) > > Regards, > Rodrigo. > > Will Green wrote: >> Has anyone successfully installed IronRuby using RVM on Linux? It seems >> that >> IronRubyh itself is installed, but I get an error during some >> post-install >> bit:-- Posted via http://www.ruby-forum.com/.
Perhaps Ivan Porto Carrero can shed some insight. He was maintaining the mono builds of IronRuby for a while; perhaps he knows how to get IronRuby to build on Mono, and maybe we can contribute this knowledge back to the RVM team. -- Will Green http://hotgazpacho.org/ On Sun, May 23, 2010 at 10:26 AM, Sidu Ponnappa <lists at ruby-forum.com>wrote:> I''m having the same issue as well. > Fedora 11, with Mono 2.4.3 > > Thanks, > Sidu. > > Rodrigo Albuquerque wrote: > > Hello Will, > > > > I have the same problem, if you find a solution please don''t forget to > > post back... I''m still trying to resolve this issue too. > > I''m running Ubuntu 10.04: > > Notes for Linux ( DISTRIB_ID=Ubuntu > > DISTRIB_RELEASE=10.04 > > DISTRIB_CODENAME=lucid > > DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS" ) > > > > Regards, > > Rodrigo. > > > > Will Green wrote: > >> Has anyone successfully installed IronRuby using RVM on Linux? It seems > >> that > >> IronRubyh itself is installed, but I get an error during some > >> post-install > >> bit: > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100523/53346a11/attachment-0001.html>