#377: macgem crashes while installing any gem ----------------------------------------------+----------------------------- Reporter: amadeusz.jasak+macruby@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: macgem, gem | ----------------------------------------------+----------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.5 => MacRuby 0.6 Comment: I tried with ToT and the dm-core gem seems to be installable (as well as its dependencies). However it cannot be loaded: {{{ $ /usr/local/bin/macruby -e "require 'rubygems'; require 'dm-core'; p 42" /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/Gems/1.9.0/gems/addressable-2.1.1/lib/addressable/idna.rb:4696: regexp `\0+\z 'compilation error: U_REGEX_BAD_ESCAPE_SEQUENCE /Users/lrz/src/macruby-trunk/-e:1:in `<main>': no such file to load -- dm- core (LoadError) $ }}} Apparently the addressable gem has a regular expression that ICU won't compile. But this is a separate issue that should be tracked by another bug. So I am closing this one, let us know if macgem still does not work for you and we will re-investigate. -- Ticket URL: <http://www.macruby.org/trac/ticket/377#comment:9> MacRuby <http://macruby.org/>