[MacRuby-devel] [MacRuby] #427: MacRuby 0.5 trunk fails to install (rake install)

MacRuby ruby-noreply at macosforge.org
Mon Nov 9 13:33:33 PST 2009


#427: MacRuby 0.5 trunk fails to install (rake install)
-------------------------------+--------------------------------------------
 Reporter:  fonseka@…          |       Owner:  lsansonetti@…        
     Type:  defect             |      Status:  new                  
 Priority:  blocker            |   Milestone:  MacRuby 0.5          
Component:  MacRuby            |    Keywords:                       
-------------------------------+--------------------------------------------
 Hi!

 I've been trying to compile the Git head for the last days and can't
 install it. When I do "sudo rake install" the process stops at the middle,
 with this message:


 {{{
 ./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" --sym-dest-
 dir="/usr/local" --rdoc-output="doc"
 installing rdoc
 rake aborted!
 }}}

 Running from gdb I got the following trace:

 {{{
 Program received signal EXC_BAD_ACCESS, Could not access memory.
 Reason: KERN_INVALID_ADDRESS at address: 0x0000000033459a8f
 0x00007fff858557e7 in
 libunwind::CFI_Parser<libunwind::LocalAddressSpace>::parseCIE ()
 (gdb) bt
 #0  0x00007fff858557e7 in
 libunwind::CFI_Parser<libunwind::LocalAddressSpace>::parseCIE ()
 #1  0x00007fff85856295 in
 libunwind::CFI_Parser<libunwind::LocalAddressSpace>::decodeFDE ()
 #2  0x00007fff8575d428 in
 libunwind::UnwindCursor<libunwind::LocalAddressSpace,
 libunwind::Registers_x86_64>::setInfoBasedOnIPRegister ()
 #3  0x00007fff8575de48 in
 libunwind::UnwindCursor<libunwind::LocalAddressSpace,
 libunwind::Registers_x86_64>::step ()
 #4  0x00007fff85782bd8 in _Unwind_RaiseException ()
 #5  0x00007fff80926bef in __cxa_throw ()
 #6  0x00007fff801b23b2 in objc_exception_throw ()
 #7  0x0000000100176475 in rb_vm_raise (exception=<value temporarily
 unavailable, due to optimizations>) at vm.cpp:3094
 #8  0x000000010003cf89 in rb_exc_raise (mesg=<value temporarily
 unavailable, due to optimizations>) at eval.c:313
 #9  0x000000010003afd1 in rb_sys_fail (mesg=0x20027dca1
 "/Library/Frameworks/MacRuby.framework/Versions/0.5/usr/share/ri/1.9.0/system")
 at error.c:1177
 #10 0x000000010009e513 in dir_s_mkdir (Obj=<value temporarily unavailable,
 due to optimizations>, sel=<value temporarily unavailable, due to
 optimizations>, argc=<value temporarily unavailable, due to
 optimizations>, argv=<value temporarily unavailable, due to
 optimizations>) at dir.c:848
 #11 0x0000000100168b2f in rb_vm_dispatch (cache=0x1048d8f40,
 top=8590052928, self=8590410496, sel=0x100fbb160, block=0x0, opt=0 '\0',
 argc=2) at dispatcher.cpp:415
 #12 0x000000010111759d in ?? ()
 #13 0x000000010116db6a in ?? ()
 #14 0x0000000100014c8b in rb_ary_each_imp (ary=8590052928, sel=<value
 temporarily unavailable, due to optimizations>) at ruby.h:1036
 #15 0x0000000100168fcb in rb_vm_dispatch (cache=0x100f2b940,
 top=8590052928, self=8592619872, sel=0x100f2b850, block=0x200289ee0, opt=0
 '\0', argc=<value temporarily unavailable, due to optimizations>) at
 dispatcher.cpp:131
 #16 0x0000000101116f07 in ?? ()
 #17 0x0000000101168b19 in ?? ()
 #18 0x0000000101104491 in ?? ()
 #19 0x0000000101100010 in ?? ()
 Previous frame inner to this frame (gdb could not unwind past this frame)
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/427>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list