From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19261 invoked from network); 2 Sep 2009 15:05:46 -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.6 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:05:46 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 38732 invoked from network); 2 Sep 2009 15:05:40 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Sep 2009 15:05:40 -0000 Received: (qmail 25225 invoked by alias); 2 Sep 2009 15:05:33 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 27239 Received: (qmail 25204 invoked from network); 2 Sep 2009 15:05:32 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 2 Sep 2009 15:05:32 -0000 Received: from cork.scru.org (cork.scru.org [209.20.67.2]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 886F380190F0 for ; Wed, 2 Sep 2009 17:05:23 +0200 (CEST) Received: by cork.scru.org (Postfix, from userid 1000) id A0C9E1043A8; Wed, 2 Sep 2009 15:05:21 +0000 (UTC) Date: Wed, 2 Sep 2009 15:05:21 +0000 From: Clint Adams To: zsh-workers@sunsite.dk Cc: Petr Salinger , 544528@bugs.debian.org Subject: Re: Bug#544528: zsh-beta: FTBFS on GNU/kFreeBSD (hang in testsuite) Message-ID: <20090902150521.GB6966@scru.org> Mail-Followup-To: zsh-workers@sunsite.dk, Petr Salinger , 544528@bugs.debian.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Virus-Scanned: ClamAV 0.94.2/9767/Wed Sep 2 10:41:31 2009 on bifrost X-Virus-Status: Clean 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. That does appear to be true. > 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.