From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8471 invoked from network); 2 Sep 2009 15:27:32 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from new-brage.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.254.104) by ns1.primenet.com.au with SMTP; 2 Sep 2009 15:27:32 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 45454 invoked from network); 2 Sep 2009 15:27:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Sep 2009 15:27:28 -0000 Received: (qmail 23293 invoked by alias); 2 Sep 2009 15:27:24 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27241 Received: (qmail 23279 invoked from network); 2 Sep 2009 15:27:23 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 Sep 2009 15:27:23 -0000 Received: from cluster-g.mailcontrol.com (cluster-g.mailcontrol.com [208.87.233.190]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 59804801E281 for ; Wed, 2 Sep 2009 17:27:06 +0200 (CEST) Received: from rly21g.srv.mailcontrol.com (localhost.localdomain [127.0.0.1]) by rly21g.srv.mailcontrol.com (MailControl) with ESMTP id n82FQe00008215 for ; Wed, 2 Sep 2009 16:26:54 +0100 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by rly21g.srv.mailcontrol.com (MailControl) id n82FPhjA002805 for ; Wed, 2 Sep 2009 16:25:43 +0100 Received: from dalamsexb02.AMERICAS.ROOT.PRI ([65.208.56.47]) by rly21g-eth0.srv.mailcontrol.com (envelope-sender ) (MIMEDefang) with ESMTP id n82FObX4030304; Wed, 02 Sep 2009 16:25:43 +0100 (BST) Received: from SJOAMSEXB01.AMERICAS.ROOT.PRI ([10.110.12.58]) by dalamsexb02.AMERICAS.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.1830); Wed, 2 Sep 2009 10:25:24 -0500 Received: from cameurexb01.EUROPE.ROOT.PRI ([10.100.137.61]) by SJOAMSEXB01.AMERICAS.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Wed, 2 Sep 2009 08:25:23 -0700 Received: from news01.csr.com ([10.99.50.25]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.3959); Wed, 2 Sep 2009 16:25:21 +0100 Received: from news01.csr.com (localhost.localdomain [127.0.0.1]) by news01.csr.com (8.14.2/8.13.4) with ESMTP id n82FPLkB002579; Wed, 2 Sep 2009 16:25:21 +0100 Received: from csr.com (pws@localhost) by news01.csr.com (8.14.2/8.14.2/Submit) with ESMTP id n82FPKMZ002575; Wed, 2 Sep 2009 16:25:20 +0100 Message-Id: <200909021525.n82FPKMZ002575@news01.csr.com> X-Authentication-Warning: news01.csr.com: pws owned process doing -bs To: zsh-workers@sunsite.dk, Petr Salinger , 544528@bugs.debian.org Subject: Re: Bug#544528: zsh-beta: FTBFS on GNU/kFreeBSD (hang in testsuite) In-reply-to: <20090902150521.GB6966@scru.org> References: <20090902150521.GB6966@scru.org> Comments: In-reply-to Clint Adams message dated "Wed, 02 Sep 2009 15:05:21 -0000." Date: Wed, 02 Sep 2009 16:25:20 +0100 From: Peter Stephenson X-OriginalArrivalTime: 02 Sep 2009 15:25:21.0048 (UTC) FILETIME=[9591D980:01CA2BE1] Content-Type: text/plain MIME-Version: 1.0 X-Scanned-By: MailControl A-09-22-01 (www.mailcontrol.com) on 10.71.1.131 X-Virus-Scanned: ClamAV 0.94.2/9767/Wed Sep 2 10:41:31 2009 on bifrost X-Virus-Status: Clean Clint Adams wrote: > On Tue, Sep 01, 2009 at 12:17:31PM +0200, Petr Salinger wrote: > > the build of zsh-beta currently hangs in testsuite. > > The problematic test is Test/B04read.ztst. > > > > In the head of the file is written: > > > > # Not tested: > > # -c/-l/-n (options for compctl functions) > > # -q/-s (needs a tty) > > > > But a few lines latter, the "-q" is used. -q doesn't need a terminal since 27188, the documentation needs changing too. > > 0:read specified number of chars > >> foo > > > > for char in y Y n N X $'\n'; do > > read -q -u0 <<<$char > > print $? > > done > > > > > > The test hangs in "nohup dpkg-buildpackage -b -uc" build, > > but passes in "dpkg-buildpackage -b -uc" interactive build. Please find out where it's hanging, and if it does so with -k instead of -q (the test will fail in that case unless rewritten). -- Peter Stephenson Software Engineer Tel: +44 (0)1223 692070 Cambridge Silicon Radio Limited Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom