From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.bugs Subject: Re: Stable 2.0 and popen.test on Debian Squeeze Date: Wed, 2 Mar 2011 6:28:45 -0500 Message-ID: <20110302112845.14IXK.142147.root@cdptpa-web28-z02> References: <87vd01rctn.fsf@netris.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299065342 13751 80.91.229.12 (2 Mar 2011 11:29:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 11:29:02 +0000 (UTC) Cc: bug-guile@gnu.org, Francis Southern To: Mark H Weaver Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Mar 02 12:28:54 2011 Return-path: Envelope-to: guile-bugs@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 1PukEf-0006b9-Oz for guile-bugs@m.gmane.org; Wed, 02 Mar 2011 12:28:53 +0100 Original-Received: from localhost ([127.0.0.1]:35604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PukEf-0005pl-7b for guile-bugs@m.gmane.org; Wed, 02 Mar 2011 06:28:53 -0500 Original-Received: from [140.186.70.92] (port=50665 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PukEa-0005pd-2J for bug-guile@gnu.org; Wed, 02 Mar 2011 06:28:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PukEY-0008RG-Ut for bug-guile@gnu.org; Wed, 02 Mar 2011 06:28:47 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.121]:64743) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PukEY-0008R5-Mh for bug-guile@gnu.org; Wed, 02 Mar 2011 06:28:46 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=tLsyj04/L/SH/N6p42ldY6jXDYWe4pX5hAm6uRA1LKo= c=1 sm=0 a=Xn7unpzb4HgA:10 a=IkcTkHD0fZMA:10 a=DeTtaYkFAAAA:8 a=oKUjkg6ddEGma2JvzB0A:9 a=TYHfASQ-HE9WAv2Zw2cA:7 a=r2oOkZibNm9sK65XC9V3Qu41pPIA:4 a=QEXdDO2ut3YA:10 a=BiDrKXtPeRMA:10 a=bW8dlkdluli1lG/O/RK17Q==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.179] ([10.127.132.179:43611] helo=cdptpa-web28-z02) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id CA/9C-05134-DE92E6D4; Wed, 02 Mar 2011 11:28:45 +0000 In-Reply-To: <87vd01rctn.fsf@netris.org> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.121 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5253 Archived-At: ---- Mark H Weaver wrote: > > Does the attached patch fix your problems with popen.test on Squeeze? Indeed it does. Very much thanks! dsmith@stumpy:~/src/guile$ ./check-guile popen.test Testing /home/dsmith/src/guile/meta/guile ... popen.test with GUILE_LOAD_PATH=/home/dsmith/src/guile/test-suite Running popen.test Totals for this test run: passes: 15 failures: 0 unexpected passes: 0 expected failures: 0 unresolved test cases: 0 untested test cases: 0 unsupported test cases: 0 errors: 0 -Dale