[MacRuby] #1261: Abort occurs when install the rubygems with specified version.

MacRuby ruby-noreply at macosforge.org
Wed Feb 8 19:04:21 PST 2012


#1261: Abort occurs when install the rubygems with specified version.
----------------------------------+-----------------------------------------
 Reporter:  watson1978@…          |       Owner:  lsansonetti@…        
     Type:  defect                |      Status:  new                  
 Priority:  blocker               |   Milestone:                       
Component:  MacRuby               |    Keywords:                       
----------------------------------+-----------------------------------------

Comment(by watson1978@…):

 This issue seems to caused by
 https://github.com/MacRuby/MacRuby/blob/master/lib/rubygems/remote_fetcher.rb#L270-282

 I commented out above, then works fine.

 I guess that it is unnecessary. [[BR]]
 Because, it looks like there is no difference in the installing time.

  * original (not comment out)

 {{{
 $ time sudo macgem install hotcocoa --no-rdoc --no-ri
 Building native extensions.  This could take a while...
 Successfully installed hotcocoa-0.6.3
 1 gem installed
 sudo macgem install hotcocoa --no-rdoc --no-ri  4.69s user 0.24s system
 82% cpu 5.975 total
 }}}

  * after commented out

 {{{
 $ time sudo macgem install hotcocoa --no-rdoc --no-ri
 Building native extensions.  This could take a while...
 Successfully installed hotcocoa-0.6.3
 1 gem installed
 sudo macgem install hotcocoa --no-rdoc --no-ri  3.99s user 0.22s system
 74% cpu 5.679 total
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1261#comment:1>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list