From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: autocompilation support in master Date: Thu, 11 Jun 2009 23:23:50 +0100 Message-ID: <87ocsujtop.fsf@arudy.ossau.uklinux.net> References: <87hbyujpof.fsf@arudy.ossau.uklinux.net> <87vdn6gvgf.fsf@arudy.ossau.uklinux.net> <20090609005226.GA3468@fibril.netris.org> <20090609184723.GA3694@fibril.netris.org> <20090610033923.GA2020@fibril.netris.org> <20090610041117.GA1796@fibril.netris.org> <20090610042924.GB1796@fibril.netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244759062 28806 80.91.229.12 (11 Jun 2009 22:24:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2009 22:24:22 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jun 12 00:24:19 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEsgv-0001OJ-SD for guile-devel@m.gmane.org; Fri, 12 Jun 2009 00:24:14 +0200 Original-Received: from localhost ([127.0.0.1]:50411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEsgv-0003Sc-9x for guile-devel@m.gmane.org; Thu, 11 Jun 2009 18:24:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEsgf-0003NI-Df for guile-devel@gnu.org; Thu, 11 Jun 2009 18:23:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEsga-0003K7-Oo for guile-devel@gnu.org; Thu, 11 Jun 2009 18:23:57 -0400 Original-Received: from [199.232.76.173] (port=36055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEsga-0003Jx-KV for guile-devel@gnu.org; Thu, 11 Jun 2009 18:23:52 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:56516) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEsga-00043s-8U for guile-devel@gnu.org; Thu, 11 Jun 2009 18:23:52 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 31A591F96FB; Thu, 11 Jun 2009 23:23:51 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 68C1038022; Thu, 11 Jun 2009 23:23:50 +0100 (BST) In-Reply-To: <20090610042924.GB1796@fibril.netris.org> (Mark H. Weaver's message of "Wed\, 10 Jun 2009 00\:29\:24 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8669 Archived-At: Mark H Weaver writes: > Apologies for sending so many emails in so short a time, but I've put > together the final pieces of this puzzle. Fantastic puzzling! With Andy's change to increase the default stack limit to 160000, `make check' passes for me now. I've also unblocked the overnight snapshot (which was stuck failing to `git pull' because of lib/iconv*.h), so hopefully that will succeed tonight also. Regards, Neil