Date: Wed, 14 Aug 2013 19:06:56 -0400 From: Robert Burmeister <Robert.Burmeister@UToledo.edu> To: Stanislav Sedov <stas@FreeBSD.org> Cc: ruby@FreeBSD.org Subject: Re: FreeBSD Port: lang/ruby19 Message-ID: <520C0D90.7040103@UToledo.edu> In-Reply-To: <20130814144753.1e420598db599b4b03388f07@FreeBSD.org> References: <520BE0AB.2040609@UToledo.edu> <20130814144753.1e420598db599b4b03388f07@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 8/14/2013 5:47 PM, Stanislav Sedov wrote: > 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)" > 8731
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?520C0D90.7040103>