[MacRuby] #1017: macgem intall error
MacRuby
ruby-noreply at macosforge.org
Thu Dec 2 01:47:05 PST 2010
#1017: macgem intall error
----------------------------+-----------------------------------------------
Reporter: tglee@… | Owner: lsansonetti@…
Type: defect | Status: new
Priority: blocker | Milestone:
Component: MacRuby | Keywords: macgem
----------------------------+-----------------------------------------------
Comment(by lsansonetti@…):
After investigation, this exception happens in lib/rubygems/installer.rb
line 467
{{{
dest_path = File.join @gem_dir, @spec.require_paths.first
}}}
In this expression, the first argument to File.join is the following
array:
{{{
(gdb) po ary
<Array 0x4016beac0>(
/tmp/XXX/gems/narray-0.5.9.7,
0
)
}}}
--
Ticket URL: <http://www.macruby.org/trac/ticket/1017#comment:2>
MacRuby <http://macruby.org/>
More information about the macruby-tickets
mailing list