[MacRuby-devel] Can't build the MacRuby latest.

Laurent Sansonetti lsansonetti at apple.com
Fri Jan 28 13:47:02 PST 2011


Fixed in r5207. Sorry for the inconvenience, I did not try a full build before committing.

Laurent

On Jan 28, 2011, at 3:28 AM, Vincent Isambart wrote:

> Hi,
> 
> I suspect the cause of the bug is the change Laurent did today for next/ensure. Last time I played with the exception handling code I remember it took me quite a while to get something working in all cases.
> 
> I did a reduction of the code that does not work:
> def foo(dummy)
> 1.times do
>   next
> end
> ensure
> puts
> end
> foo(nil)
> 
> I'll create a ticket for that.
> 
> On Jan 28, 2011, at 6:43 PM, Watson wrote:
> 
>> Hi,
>> 
>> Now, I'm rebuilding all of MacRuby latest.
>> But, it seems that does not finish  forever with following build log.
>> 
>> ----snip----
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/filter.rb" -o
>> "ext/ripper/lib/ripper/filter.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/lexer.rb" -o "ext/ripper/lib/ripper/lexer.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper/sexp.rb" -o "ext/ripper/lib/ripper/sexp.rbo"
>> ./miniruby -I. -I./lib bin/rubyc --internal --arch x86_64 -C
>> "ext/ripper/lib/ripper.rb" -o "ext/ripper/lib/ripper.rbo"
>> cd ext/bigdecimal && ../../miniruby -I../.. -I../../lib -r rbconfig -e
>> "RbConfig::CONFIG['libdir'] = '../..'; require './extconf.rb'"
>> checking for labs() in stdlib.h... yes
>> checking for llabs() in stdlib.h... yes
>> creating Makefile
>> 
>> -------------
>> 
>> Does it occur only in my environment?
>> 
>> Thank you.
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel at lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20110128/2b5e43e9/attachment.html>


More information about the MacRuby-devel mailing list