Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #26 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Framework install fails due to missing directory.

Reported by: alloye@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.1
Component: MacRuby Keywords:
Cc:

Description

In r65/trunk, the framework install fails if the "/Library/Application Support/Developer/3.0/Xcode" directory is missing.

[MacRuby]: sudo make install-nodoc
Password:
./miniruby -I./lib  ./instruby.rb --make="make" --dest-dir="" --extout=".ext" --mflags="" --make-flags="" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"
installing binary commands
installing command scripts
installing library scripts
installing headers
installing manpages
installing extension objects
installing extension scripts
installing Xcode templates
/Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1231:in `mkdir': No such file or directory - /Library/Application Support/Developer/3.0/Xcode (Errno::ENOENT)
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1231:in `copy'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:450:in `block in copy_entry'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1321:in `preorder_traverse'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:447:in `copy_entry'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:422:in `block in cp_r'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1392:in `block in fu_each_src_dest'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1408:in `fu_each_src_dest0'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:1390:in `fu_each_src_dest'
	from /Users/Wayne/Projects/MacRuby/lib/fileutils.rb:421:in `cp_r'
	from ./instruby.rb:414:in `<main>'
make: *** [do-install-nodoc] Error 1

Change History

Changed 10 months ago by alloye@…

Minor correction: The problem occurs if "/Library/Application Support/Developer/3.0" is not present. The "Xcode" directory is created by the installer.

Changed 10 months ago by lsansonetti@…

Could you retry with r67/trunk? Thanks.

Changed 10 months ago by alloye@…

Install from r67/trunk completes successfully on a clean filesystem.

Changed 10 months ago by lsansonetti@…

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

Excellent, closing.

Changed 10 months ago by lsansonetti@…

  • milestone changed from MacRuby 1.0 to MacRuby 0.1
Note: See TracTickets for help on using tickets.