Ivan Porto Carrero
2010-Feb-06 17:52 UTC
[Ironruby-core] FYI: ir -S gem doesn''t work on *nix
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3898
it looks in the current directory for the script
? ir -S gem list
unknown: Could not find file
"/Users/ivan/Dropbox/CloudSlide/Presentations/fosdem/samples/gem".
(Errno::ENOENT)
igem doesn''t work either it''s complaining about OpenSSL
? igem install rails
ERROR: While executing gem ... (NameError)
uninitialized constant OpenSSL::SSL::SSLSocket
Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/ironruby-core/attachments/20100206/1c7e99f6/attachment.html>
Where is the gem executable? Also, can you do :
ir -S igem list (since we still currently have the igem script)
JD
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at
rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Saturday, February 06, 2010 9:52 AM
To: ironruby-core
Subject: [Ironruby-core] FYI: ir -S gem doesn''t work on *nix
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3898
it looks in the current directory for the script
? ir -S gem list
unknown: Could not find file
"/Users/ivan/Dropbox/CloudSlide/Presentations/fosdem/samples/gem".
(Errno::ENOENT)
igem doesn''t work either it''s complaining about OpenSSL
? igem install rails
ERROR: While executing gem ... (NameError)
uninitialized constant OpenSSL::SSL::SSLSocket
Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors.
www.mono-project.com<http://www.mono-project.com>
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://rubyforge.org/pipermail/ironruby-core/attachments/20100206/1f15b96c/attachment.html>
Ivan Porto Carrero
2010-Feb-06 19:19 UTC
[Ironruby-core] FYI: ir -S gem doesn''t work on *nix
? ir -S igem list unknown: Could not find file "/Users/ivan/igem". (Errno::ENOENT) I have them in my path. on this particular box I have it in /usr/local/cloudslide/ironruby/bin --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero GSM: +32.486.787.582 Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Sat, Feb 6, 2010 at 7:34 PM, Jim Deville <jdeville at microsoft.com> wrote:> Where is the gem executable? Also, can you do : > > > > ir -S igem list (since we still currently have the igem script) > > > > JD > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Saturday, February 06, 2010 9:52 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] FYI: ir -S gem doesn''t work on *nix > > > > http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3898 > > > > > > it looks in the current directory for the script > > > > ? ir -S gem list > > unknown: Could not find file > "/Users/ivan/Dropbox/CloudSlide/Presentations/fosdem/samples/gem". > (Errno::ENOENT) > > > > > > igem doesn''t work either it''s complaining about OpenSSL > > > > ? igem install rails > > ERROR: While executing gem ... (NameError) > > uninitialized constant OpenSSL::SSL::SSLSocket > > > > Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009) > > Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com > > TLS: normal > > GC: Included Boehm (with typed GC) > > SIGSEGV: normal > > Notification: Thread + polling > > Architecture: x86 > > Disabled: none > > > > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > _______________________________________________ > 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/20100206/2c089e28/attachment-0001.html>
Interesting. Thanks for checking though.
JD
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at
rubyforge.org] On Behalf Of Ivan Porto Carrero
Sent: Saturday, February 06, 2010 11:20 AM
To: ironruby-core at rubyforge.org
Subject: Re: [Ironruby-core] FYI: ir -S gem doesn''t work on *nix
? ir -S igem list
unknown: Could not find file "/Users/ivan/igem". (Errno::ENOENT)
I have them in my path. on this particular box I have it in
/usr/local/cloudslide/ironruby/bin
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
GSM: +32.486.787.582
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
On Sat, Feb 6, 2010 at 7:34 PM, Jim Deville <jdeville at
microsoft.com<mailto:jdeville at microsoft.com>> wrote:
Where is the gem executable? Also, can you do :
ir -S igem list (since we still currently have the igem script)
JD
From: ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at
rubyforge.org> [mailto:ironruby-core-bounces at
rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org>] On Behalf Of
Ivan Porto Carrero
Sent: Saturday, February 06, 2010 9:52 AM
To: ironruby-core
Subject: [Ironruby-core] FYI: ir -S gem doesn''t work on *nix
http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3898
it looks in the current directory for the script
? ir -S gem list
unknown: Could not find file
"/Users/ivan/Dropbox/CloudSlide/Presentations/fosdem/samples/gem".
(Errno::ENOENT)
igem doesn''t work either it''s complaining about OpenSSL
? igem install rails
ERROR: While executing gem ... (NameError)
uninitialized constant OpenSSL::SSL::SSLSocket
Mono JIT compiler version 2.6.1 (tarball Thu Dec 17 10:19:23 MST 2009)
Copyright (C) 2002-2008 Novell, Inc and Contributors.
www.mono-project.com<http://www.mono-project.com>
TLS: normal
GC: Included Boehm (with typed GC)
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
---
Met vriendelijke groeten - Best regards - Salutations
Ivan Porto Carrero
Blog: http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org<mailto: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/20100206/b81fceb8/attachment.html>