[MacRuby] #171: [trunk/#762] build fails in ripper extension
#171: [trunk/#762] build fails in ripper extension ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: bison, ripper ---------------------------------+------------------------------------------ Trunk at both #760 and #762 fails the same way inside the ripper extension: I have bison 2.4 from macports, running on 10.5.5. compiling ripper bison -t -v -oy.tab.c ripper.y ripper.y:2920.25-26: $$ for the midrule at $6 of `primary' has no declared type make: *** [ripper.c] Error 1 rake aborted! Command failed with status (1): [./miniruby -I./lib -I.ext/common -I./- -r....] /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:971:in `sh' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:984:in `call' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:984:in `sh' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `sh' /Users/roberto/Build/SVN/MacRuby/rakefile:549 /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `execute' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `each' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:612:in `execute' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:578:in `invoke_with_call_chain' /opt/local/lib/ruby/1.8/monitor.rb:242:in `synchronize' [...] -- Ticket URL: <http://www.macruby.org/trac/ticket/171> MacRuby <http://macruby.org/>
#171: [trunk/#762] build fails in ripper extension ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: bison, ripper ---------------------------------+------------------------------------------ Comment(by roberto@…): Sorry, formatting is messed up... {{{ compiling ripper bison -t -v -oy.tab.c ripper.y ripper.y:2920.25-26: $$ for the midrule at $6 of `primary' has no declared type make: *** [ripper.c] Error 1 rake aborted! Command failed with status (1): [./miniruby -I./lib -I.ext/common -I./- -r....] /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:971:in `sh' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:984:in `call' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:984:in `sh' /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1072:in `sh' /Users/roberto/Build/SVN/MacRuby/rakefile:549 /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:617:in `call' }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/171#comment:1> MacRuby <http://macruby.org/>
#171: [trunk/#762] build fails in ripper extension ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.4 Component: MacRuby | Keywords: bison, ripper ---------------------------------+------------------------------------------ Comment(by chris@…): I got this too, there are two workrounds, either deactivate the bison port, or manually edit the ripper makefile to use /usr/bin/bison. Ideally the makefile should specify the bison it needs -- Ticket URL: <http://www.macruby.org/trac/ticket/171#comment:2> MacRuby <http://macruby.org/>
#171: [trunk/#762] build fails in ripper extension ---------------------------------+------------------------------------------ Reporter: roberto@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: bison, ripper | ---------------------------------+------------------------------------------ Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: MacRuby 0.4 => MacRuby 0.5 Comment: It's most likely no longer an issue. Closing. -- Ticket URL: <http://www.macruby.org/trac/ticket/171#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby