[macruby] #92: installation failure
#92: installation failure ------------------------------+--------------------------------------------- Reporter: renard@nc.rr.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: major | Milestone: MacRuby 0.2 Component: MacRuby | Keywords: installation, missing file ------------------------------+--------------------------------------------- Downloaded MacRuby-0.2 using svn and attempted to follow the installation instructions provided on the MacRuby webpage: both rake and macrake fail ... see trace below. The installation MacRuby-0.2 directory DOES NOT contain any file named "rakefile" with or without .rb extension bernard-keniks-imac:~ renard$ cd /usr/local/src/MacRuby* bernard-keniks-imac:MacRuby-0.2 renard$ rake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:2143:in `raw_load_rakefile' (See full trace by running task with --trace) bernard-keniks-imac:MacRuby-0.2 renard$ macrake rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:2142:in `raw_load_rakefile' (See full trace by running task with --trace) bernard-keniks-imac:MacRuby-0.2 renard$ macrake --trace rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:2142:in `raw_load_rakefile' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1896:in `block in load_rakefile' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1947:in `standard_exception_handling' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1895:in `load_rakefile' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1879:in `block in run' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1947:in `standard_exception_handling' /Library/Frameworks/MacRuby.framework/Versions/0.2/usr/lib/ruby/1.9.0/rake.rb:1877:in `run' /usr/local/bin/macrake:31:in `<main>' bernard-keniks-imac:MacRuby-0.2 renard$ -- Ticket URL: <https://www.macruby.org/trac/ticket/92> macruby <http://macruby.org/>
#92: installation failure ----------------------------------------+----------------------------------- Reporter: renard@nc.rr.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: fixed Keywords: installation, missing file | ----------------------------------------+----------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: MacRuby 0.2 or below doesn't use rake for its build system, but autotools. I forgot to mention that in the wiki instructions. The following pages have been modified/introduced. http://www.macruby.org/trac/wiki/InstallingMacRuby http://www.macruby.org/trac/wiki/InstallingAutotoolsBasedMacRuby You may want to look at the second one. -- Ticket URL: <https://www.macruby.org/trac/ticket/92#comment:1> macruby <http://macruby.org/>
participants (1)
-
macruby