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

Watson watson1978 at gmail.com
Fri Jan 28 14:05:04 PST 2011


Thank you!!

I was able to rebuild with r5207 :)


2011/1/29 Laurent Sansonetti <lsansonetti at apple.com>:
> 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
>
>
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>


More information about the MacRuby-devel mailing list