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: [PATCH] Fix hanging of popen.test Date: Thu, 01 Jul 2010 22:22:40 +0100 Message-ID: <87r5jmnbhb.fsf@ossau.uklinux.net> References: <20100701162203.47TDF.91100.root@cdptpa-web12-z01> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1278019380 14525 80.91.229.12 (1 Jul 2010 21:23:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2010 21:23:00 +0000 (UTC) Cc: guile-devel@gnu.org To: Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Jul 01 23:22:58 2010 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.69) (envelope-from ) id 1OURDl-00053w-5O for guile-devel@m.gmane.org; Thu, 01 Jul 2010 23:22:57 +0200 Original-Received: from localhost ([127.0.0.1]:52360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OURDk-00078J-Ht for guile-devel@m.gmane.org; Thu, 01 Jul 2010 17:22:56 -0400 Original-Received: from [140.186.70.92] (port=41607 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OURDc-00078E-FL for guile-devel@gnu.org; Thu, 01 Jul 2010 17:22:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OURDX-0007YJ-Hc for guile-devel@gnu.org; Thu, 01 Jul 2010 17:22:48 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:42415) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OURDX-0007Y7-C9 for guile-devel@gnu.org; Thu, 01 Jul 2010 17:22:43 -0400 Original-Received: from arudy (unknown [78.149.160.158]) by mail3.uklinux.net (Postfix) with ESMTP id BDF991F6749; Thu, 1 Jul 2010 22:22:41 +0100 (BST) Original-Received: from arudy (unknown [192.168.11.8]) by arudy (Postfix) with ESMTP id 07CC738013; Thu, 1 Jul 2010 22:22:40 +0100 (BST) In-Reply-To: <20100701162203.47TDF.91100.root@cdptpa-web12-z01> (dsmich@roadrunner.com's message of "Thu, 1 Jul 2010 16:22:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.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:10598 Archived-At: writes: > If you "make -k" the needed things are built, and then another make finished up what's left. Ah yes, good idea, that works. Thanks! Neil