From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 862 invoked from network); 20 Apr 2009 21:48:44 -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 news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Apr 2009 21:48:44 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 23617 invoked from network); 20 Apr 2009 21:48:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Apr 2009 21:48:38 -0000 Received: (qmail 14244 invoked by alias); 20 Apr 2009 21:48:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26854 Received: (qmail 14226 invoked from network); 20 Apr 2009 21:48:31 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 20 Apr 2009 21:48:31 -0000 Received: from sdf.lonestar.org (mx.freeshell.org [192.94.73.19]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 685348028C72 for ; Mon, 20 Apr 2009 23:47:35 +0200 (CEST) Received: from sdf.lonestar.org (IDENT:pda@svalbard.freeshell.org [192.94.73.10]) by sdf.lonestar.org (8.14.3/8.13.8) with ESMTP id n3KLmNLE026428 for ; Mon, 20 Apr 2009 21:48:23 GMT Received: (from pda@localhost) by sdf.lonestar.org (8.14.3/8.12.8/Submit) id n3KLmM3n026567 for zsh-workers@sunsite.dk; Mon, 20 Apr 2009 21:48:22 GMT From: Paul Ackersviller Date: Mon, 20 Apr 2009 21:48:22 +0000 To: zsh-workers@sunsite.dk Subject: Re: zsh 4.3.9-dev-2, two test failures on NetBSD Message-ID: <20090420214822.GB2989@svalbard.freeshell.org> Mail-Followup-To: zsh-workers@sunsite.dk References: <26804.1239987872@csr.com> <20090420040018.GA2989@svalbard.freeshell.org> <20090420174808.40d3f9f9@news01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090420174808.40d3f9f9@news01> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.92.1/9261/Mon Apr 20 20:57:35 2009 on bifrost X-Virus-Status: Clean On Mon, Apr 20, 2009 at 05:48:08PM +0100, Peter Stephenson wrote: > On Mon, 20 Apr 2009 04:00:18 +0000 > We don't use TIOCGETD (get terminal line discipline) directly, so either > this is well buried or it's coming from /bin/sh. Thanks, you're right it was /bin/sh. The system turns out to have a stty in /etc/profile that's really intended only for interactive shells. The test is for login shells, so that makes sense. Could there be a way to work around such breakage to /etc/profile? I can't think of anything easy. > Somehow zsh/terminfo is getting compiled and linked in, implying the tests > in Src/Modules/terminfo.c are succeeding (link is "either" or "static"): ... > We should really test zsh_cv_path_curses_header in terminfo.mdd, though I > don't know if this is the problem. > Apparently so, this eliminates my test failure by not compiling terminfo at all. I'll see if I can configure it back in as well.