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:29:13 -0500 Message-ID: <20110302112914.I5JNA.142148.root@cdptpa-web28-z02> 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 1299065373 13866 80.91.229.12 (2 Mar 2011 11:29:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Mar 2011 11:29:33 +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:29:29 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 1PukFD-0006oL-4B for guile-bugs@m.gmane.org; Wed, 02 Mar 2011 12:29:29 +0100 Original-Received: from localhost ([127.0.0.1]:35932 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PukFC-00065A-FU for guile-bugs@m.gmane.org; Wed, 02 Mar 2011 06:29:26 -0500 Original-Received: from [140.186.70.92] (port=50967 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PukF1-00064M-Mh for bug-guile@gnu.org; Wed, 02 Mar 2011 06:29:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PukF0-00006n-JU for bug-guile@gnu.org; Wed, 02 Mar 2011 06:29:15 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.123]:44283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PukF0-00006h-F9 for bug-guile@gnu.org; Wed, 02 Mar 2011 06:29:14 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=Inhw+Jdt7z1D3BivGPfn2aw54OvUEJw5lAn/booRZkE= 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:43617] helo=cdptpa-web28-z02) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 61/33-13137-90A2E6D4; Wed, 02 Mar 2011 11:29:14 +0000 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.123 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:5254 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