From owner-freebsd-ruby@FreeBSD.ORG Wed Aug 14 23:07:50 2013 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B8858E7F; Wed, 14 Aug 2013 23:07:50 +0000 (UTC) (envelope-from Robert.Burmeister@utoledo.edu) Received: from smtpin1.utoledo.edu (smtpin1.utoledo.edu [131.183.2.213]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2B8C2DC6; Wed, 14 Aug 2013 23:07:49 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArgAAGQNDFKDtwIWl2dsb2JhbABbhAu/I4EhFg4BAQEBAQgWBzyCJAEBAgM4GyYQBQYOCgkWDwkDAgECAUUGDQEFAgEBiAyxGogHkFAHhBIDiHWVGI5ggg4 X-IronPort-AV: E=Sophos;i="4.89,880,1367985600"; d="scan'208";a="279695621" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin1.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 14 Aug 2013 19:07:48 -0400 Received: from MsgApp11.utad.utoledo.edu (msgapp11.utad.utoledo.edu [131.183.3.7]) by dlpint00.utoledo.edu (RSA Interceptor); Wed, 14 Aug 2013 19:07:32 -0400 Received: from [192.168.1.65] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.2.328.9; Wed, 14 Aug 2013 19:07:32 -0400 Message-ID: <520C0D90.7040103@UToledo.edu> Date: Wed, 14 Aug 2013 19:06:56 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Stanislav Sedov Subject: Re: FreeBSD Port: lang/ruby19 X-Priority: 1 (Highest) References: <520BE0AB.2040609@UToledo.edu> <20130814144753.1e420598db599b4b03388f07@FreeBSD.org> In-Reply-To: <20130814144753.1e420598db599b4b03388f07@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 23:07:50 -0000 On 8/14/2013 5:47 PM, Stanislav Sedov wrote: > On Wed, 14 Aug 2013 15:55:23 -0400 > Robert Burmeister 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