Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #92 (closed defect: fixed)

Opened 6 months ago

Last modified 6 months ago

installation failure

Reported by: renard@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.2
Component: MacRuby Keywords: installation, missing file
Cc:

Description

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$

Change History

Changed 6 months ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed

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.

Note: See TracTickets for help on using tickets.