Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-28 Thread Watson
I was able to build with r4303 :) Thank you! On 2010/06/29, at 10:13, Laurent Sansonetti wrote: I believe the problem should now be fixed in r4303, can you try again? #763 seems unrelated to the change I made but it's in the same area (interpreter), I will have a look too. Laurent On Ju

Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-28 Thread Laurent Sansonetti
I believe the problem should now be fixed in r4303, can you try again? #763 seems unrelated to the change I made but it's in the same area (interpreter), I will have a look too. Laurent On Jun 28, 2010, at 5:16 PM, Watson wrote: > Hi, Laurent. > > I watched a similar error message that I repo

Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-28 Thread Watson
Hi, Laurent. I watched a similar error message that I reported an issue: https://www.macruby.org/trac/ticket/763 Thank you for your reply. On 2010/06/29, at 9:00, Laurent Sansonetti wrote: I found a better reduction: $ VM_VERIFY_IR=1 arch -i386 ./miniruby -e "def foo(*a);42;end; p foo" 42

Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-28 Thread Laurent Sansonetti
I found a better reduction: $ VM_VERIFY_IR=1 arch -i386 ./miniruby -e "def foo(*a);42;end; p foo" 42 Incorrect number of arguments passed to called function! %2 = invoke i32 @ruby_scope1(i32 %0, i8* %1) to label %normal unwind label %rescue ; [#uses=1] Broken module found, verificat

Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-27 Thread Watson
Hi. > I will try on a better environment tomorrow. Could you give us the crash > report of miniruby? (It should be somewhere in ~/Library/Logs/CrashReporter). I send a crash report. Thank you. 2010/6/28 Laurent Sansonetti : > Hi, > > I tried running extconf.rb with 32-bit miniruby but wasn't a

Re: [MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-27 Thread Laurent Sansonetti
Hi, I tried running extconf.rb with 32-bit miniruby but wasn't able to reproduce the crash in my environment. $ pwd /Users/lrz/src/macruby-trunk/ext/digest/bubblebabble $ arch -i386 ../../../miniruby -I../../.. -I../../../lib -r rbconfig -e "RbConfig::CONFIG['libdir'] = '../../..'; require './e

[MacRuby-devel] A build error occurs that specified i368 arch with Trunk Head.

2010-06-27 Thread Watson
A build error occurs when I specified i386 arch only. x86_64 arch only or Universal Binary build succeeded. $ RC_ARCHS=i386 rake jobs=2 --- snip --- ./miniruby -I. -I./lib bin/rubyc --internal --arch i386 -C "ext/ripper/lib/ripper/sexp.rb" -o "ext/ripper/lib/ripper/sexp.rbo" ./miniruby -I. -I./li