#640: macgem fails to build from gemspec -------------------------------+-------------------------------------------- Reporter: tpitale@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: macgem build gem -------------------------------+-------------------------------------------- Description changed by martinlagardette@…: Old description:
Steps to reproduce:
1. install MacRuby 0.5 from macruby.org download 2. clone http://github.com/tpitale/octopi/ 3. checkout the ruby-only branch 4. macgem build octopi.gemspec
Fails with: WARNING: RDoc will not be generated (has_rdoc == false) ERROR: While executing gem ... (IOError) not opened for reading
The same happens with this repository: http://github.com/vigetlabs/garb
Both build fine with RVM installed ruby 1.9.2-preview1 version of gem.
New description: Steps to reproduce: 1. install MacRuby 0.5 from macruby.org download 2. clone http://github.com/tpitale/octopi/ 3. checkout the ruby-only branch 4. macgem build octopi.gemspec Fails with: {{{ WARNING: RDoc will not be generated (has_rdoc == false) ERROR: While executing gem ... (IOError) not opened for reading }}} The same happens with this repository: http://github.com/vigetlabs/garb Both build fine with RVM installed ruby 1.9.2-preview1 version of gem. -- -- Ticket URL: <http://www.macruby.org/trac/ticket/640#comment:1> MacRuby <http://macruby.org/>