Hi Wladjmir,

Is the failure you are experiencing consistent? I've just tried installing 
sequel a few times using the nightly build and not had any issues.

Looking into the rubygems source, the only direct calls to #to_str are guarded 
by checking if the object responds to #to_str first, so the culprit may not be 
easy to track down.

If you continue to have trouble with installing gems, you should try to collect 
some backtrace info. You can run macgem so that you can get backtrace info:

    VM_DISABLE_RBO=1 sudo macgem install sequel --backtrace


Thanks,
        Mark


On 2012-03-16, at 8:52 AM, Wladjmir Godioz wrote:

> with last nightly build:
> 
> Fetching: sequel-3.33.0.gem ( 34%)ERROR:  While executing gem ... 
> (NoMethodError)
>     undefined method `to_str' for #<Errno::EAGAIN:0x40214f3a0>
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to