Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2013 14:47:53 -0700
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        Robert Burmeister <Robert.Burmeister@UToledo.edu>
Cc:        ruby@FreeBSD.org
Subject:   Re: FreeBSD Port: lang/ruby19
Message-ID:  <20130814144753.1e420598db599b4b03388f07@FreeBSD.org>
In-Reply-To: <520BE0AB.2040609@UToledo.edu>
References:  <520BE0AB.2040609@UToledo.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 Aug 2013 15:55:23 -0400
Robert Burmeister <Robert.Burmeister@UToledo.edu> mentioned:

> FreeBSD 9.2PR2 i386
> 
> More ports are provoking the error
> /usr/local/lib/ruby/site_ruby/1.9/pkgtools.rb:828: stack level too deep 
> (SystemStackError)
> when being updated with portupgrade,
> apparently due to the large number of ports that depend on them.
> 
> It takes over half a day to remove and reinstall /math/sage to update /x11/libx11.
> 
> Please look into this limitation.

That's weird.  Can you, please, run the following to see how deep the stack
goes?  Thanks!

ruby -e "def iter(acc) puts acc; iter(acc + 1) end; iter(0)"

-- 
Stanislav Sedov
ST4096-RIPE

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130814144753.1e420598db599b4b03388f07>