[MacRuby-devel] [macruby] #71: setting --prefix in ./configure does not set location of install

macruby ruby-noreply at macosforge.org
Sat Jul 5 00:55:49 PDT 2008


#71: setting --prefix in ./configure does not set location of install
----------------------------------------+-----------------------------------
 Reporter:  stephen.bannasch at gmail.com  |        Owner:  lsansonetti at apple.com
     Type:  defect                      |       Status:  closed               
 Priority:  major                       |    Milestone:  MacRuby 0.3          
Component:  MacRuby                     |   Resolution:  fixed                
 Keywords:                              |  
----------------------------------------+-----------------------------------
Comment (by stephen.bannasch at 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/>


More information about the MacRuby-devel mailing list