[MacRuby] #1438: Nightly builds are busted

MacRuby ruby-noreply at macosforge.org
Wed Jan 25 16:38:29 PST 2012


#1438: Nightly builds are busted
------------------------------------+---------------------------------------
 Reporter:  mrada@…                 |       Owner:  lsansonetti@…        
     Type:  defect                  |      Status:  new                  
 Priority:  blocker                 |   Milestone:                       
Component:  MacRuby                 |    Keywords:                       
------------------------------------+---------------------------------------

Comment(by watson1978@…):

 If I specified an install directory with "rake install", its task is
 aborted.

 {{{
 $ rake install DESTDIR=/tmp/macruby-nightly
 Installing the macruby binary command
 mkdir -p -m 755 /tmp/macruby-
 nightly/Library/Frameworks/MacRuby.framework/Versions/0.12/usr/bin /tmp
 /macruby-
 nightly/Library/Frameworks/MacRuby.framework/Versions/0.12/usr/lib /tmp
 /macruby-
 nightly/Library/Frameworks/MacRuby.framework/Versions/0.12/usr/lib/ruby/1.9.2
 /universal-darwin11.0

 ---- snip ----

 cd ext/zlib && /usr/bin/make top_srcdir=../.. ruby="../../miniruby -I../..
 -I../../lib" extout=../../.ext hdrdir=../../include
 arch_hdrdir=../../include install
 make: Nothing to be done for `install'.
 /usr/bin/install -c -m 0755 ext/bigdecimal/lib/bigdecimal/jacobian.rbo
 /Library/Frameworks/MacRuby.framework/Versions/0.12/usr/lib/ruby/site_ruby/1.9.2/bigdecimal
 install:
 /Library/Frameworks/MacRuby.framework/Versions/0.12/usr/lib/ruby/site_ruby/1.9.2/bigdecimal:
 No such file or directory
 rake aborted!
 Command failed with status (71): [/usr/bin/install -c -m 0755
 ext/bigdecimal...]

 Tasks: TOP => install => install:all => install:ext
 (See full trace by running task with --trace)
 }}}

 This task is invoked in "rake nightly".
 We might need to repair this task.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/1438#comment:2>
MacRuby <http://macruby.org/>



More information about the macruby-tickets mailing list