#90: macruby fails to install (problem with File.join) -----------------------------------+---------------------------------------- Reporter: jakub.suder@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: MacRuby 1.0 Component: MacRuby | Resolution: Keywords: | -----------------------------------+---------------------------------------- Comment(by jakub.suder@gmail.com): I've tried this now, and both 0.3 and trunk fail with the same error (although a bit different than the one above): Adria:MacRuby-0.3 psionides$ sudo rake install[[BR]] Password:[[BR]] (in /Users/psionides/Downloads/MacRuby-0.3)[[BR]] ./miniruby instruby.rb --make="/usr/bin/make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog- mode=0755 --installed-list .installed.list --mantype="doc"[[BR]] installing binary commands[[BR]] /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:787:in `size': No such file or directory - macruby? (Errno::ENOENT)[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:787:in `compare_file'[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:835:in `block in install'[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:1392:in `block in fu_each_src_dest'[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:1406:in `fu_each_src_dest0'[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:1390:in `fu_each_src_dest'[[BR]] from /Users/psionides/Downloads/MacRuby-0.3/lib/fileutils.rb:834:in `install'[[BR]] from instruby.rb:133:in `install'[[BR]] from instruby.rb:235:in `block in <main>'[[BR]] from instruby.rb:428:in `call'[[BR]] from instruby.rb:428:in `block (2 levels) in <main>'[[BR]] from instruby.rb:425:in `each'[[BR]] from instruby.rb:425:in `block in <main>'[[BR]] from instruby.rb:421:in `each'[[BR]] from instruby.rb:421:in `<main>'[[BR]] rake aborted! [[BR]] Command failed with status (1): [./miniruby instruby.rb --make="/usr/bin/ma...] [[BR]] /Users/psionides/Downloads/MacRuby-0.3/rakefile:560 [[BR]] (See full trace by running task with --trace)[[BR]] --- ("testing" branch, on the other hand, doesn't even compile, and throws a lot of errors like "error: dereferencing pointer to incomplete type" or "{standard input}:2028:non-relocatable subtraction expression, "_eASN1Error" minus "L00000000026$pb"" while compiling openssl module) -- Ticket URL: <http://www.macruby.org/trac/ticket/90#comment:4> MacRuby <http://macruby.org/>