#1128: MacRuby builds broken gems, probably since 1.4.2 update ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- I tried to `gem install` a gem today that I had built using `gem build` from the MacRuby gem command, but I get the following error: ERROR: While executing gem ... (Errno::ENOENT) No such file or directory - open() failed zsh: exit 1 If I try to run `gem install` using the gem command that comes with Ruby 1.9.2, then I get a different error: ERROR: While executing gem ... (ArgumentError) string contains null byte zsh: exit 1 BUT, when I run `gem build` using the Ruby 1.9.2 gem command then everything installs fine on both ruby implementations. I know that I was able to build gems using the MacRuby gem command in the past, so I am guessing that it broke during the 1.4.2 upgrade. -- Ticket URL: <http://www.macruby.org/trac/ticket/1128> MacRuby <http://macruby.org/>