From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: 1.8 make check failing in popen.test Date: Thu, 17 Aug 2006 09:26:52 +1000 Message-ID: <87mza4uurn.fsf@zip.com.au> References: <87vepora1r.fsf@raven.defaultvalue.org> <87y7tqo0po.fsf@raven.defaultvalue.org> <87r6zhlhhk.fsf@zip.com.au> <87ejvho4ve.fsf@raven.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1155770850 21392 80.91.229.2 (16 Aug 2006 23:27:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Aug 2006 23:27:30 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 17 01:27:25 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GDUn8-0001AD-EG for guile-devel@m.gmane.org; Thu, 17 Aug 2006 01:27:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDUn7-0000Ez-SI for guile-devel@m.gmane.org; Wed, 16 Aug 2006 19:27:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GDUn4-0000Ei-9Q for guile-devel@gnu.org; Wed, 16 Aug 2006 19:27:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GDUn1-0000Dz-0T for guile-devel@gnu.org; Wed, 16 Aug 2006 19:27:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GDUn0-0000Dv-RU for guile-devel@gnu.org; Wed, 16 Aug 2006 19:27:10 -0400 Original-Received: from [61.8.0.115] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GDUtN-0006D9-1y for guile-devel@gnu.org; Wed, 16 Aug 2006 19:33:45 -0400 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 8C0E51292E5; Thu, 17 Aug 2006 09:27:04 +1000 (EST) Original-Received: from localhost (ppp2D46.dyn.pacific.net.au [61.8.45.70]) by mailproxy2.pacific.net.au (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k7GNR2fW000355; Thu, 17 Aug 2006 09:27:02 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1GDUmj-0005kv-00; Thu, 17 Aug 2006 09:26:53 +1000 Original-To: Rob Browning Mail-Copies-To: never In-Reply-To: <87ejvho4ve.fsf@raven.defaultvalue.org> (Rob Browning's message of "Tue, 15 Aug 2006 18:18:13 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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:6030 Archived-At: Rob Browning writes: > > Ahh, I didn't notice that. It's actually the second. I guess a select hang is probably the read-char waiting for the child to signal to the parent that it (the child) has closed stdout so the parent can go ahead and test that connection (for eof). Maybe gdb or some printfs can show if that's so. It still works ok for me though, with a renamed directory. But I do get a test fail in the "illegal (begin)" of syntax.test. Dunno what that means ... "(if #t (begin))" is supposed to be illegal but it passes, or something. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel