Re: [MacRuby-devel] [macruby] #71: setting --prefix in ./configure does not set location of install
#71: setting --prefix in ./configure does not set location of install ----------------------------------------+----------------------------------- Reporter: stephen.bannasch@gmail.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: major | Milestone: MacRuby 0.3 Component: MacRuby | Resolution: fixed Keywords: | ----------------------------------------+----------------------------------- Comment (by stephen.bannasch@gmail.com): Not sure if the ticket should be re-opened .. this just seemed a bit weird to me. Executing rake install with DESTDIR specified with a relative dir path doesn't work. markgc failed in instruby.rb when this dir specification was used with rake install: {{{ DESTDIR=../../builds/macruby/macruby_r308 rake install }}} Here's the actual error: {{{ cannot markgc /System/Library/Frameworks/AppKit.framework/Versions/C/Resources/BridgeSupport/AppKit.dylib rake aborted! Command failed with status (1): [./miniruby instruby.rb --make="/usr/bin/ma...] /Users/stephen/dev/ruby/src/macruby.svn/rakefile:559 }}} markgc worked and the install completed with both of these dir specifications: {{{ sudo env DESTDIR=../../builds/macruby/macruby_r308 rake install DESTDIR=/Users/stephen/ruby/src/builds/macruby/macruby_r308 rake install }}} -- Ticket URL: <https://www.macruby.org/trac/ticket/71#comment:3> macruby <http://macruby.org/>
participants (1)
-
macruby