From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8638 invoked by alias); 2 Jun 2011 04:04:30 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16076 Received: (qmail 15416 invoked from network); 2 Jun 2011 04:04:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.1 Received-SPF: neutral (ns1.primenet.com.au: 202.224.39.198 is neither permitted nor denied by SPF record at _spf.google.com) Message-ID: <20110602124652.1376@binki> Date: Thu, 02 Jun 2011 12:46:52 +0900 From: dhenman@gmail.com To: cc: Subject: Re: 4.3.12 almost released In-reply-to: Your message of Wed, 1 Jun 2011 10:30:25 +0200 References: <15923.1306846404@csr.com> X-Mailer: MH-E 8.2; GNU Mailutils 2.1; GNU Emacs 23.1.90 > > It would be good if a few people could do a full sanity check before I > > announce it properly. Building on cygwin shows config and make run well. $ make check however fails in the following way. Which I assume is a cygwin specific problem or lack of functionality. Perhaps some or all of these are due to the the below comment: > Running it on Cygwin now since yesterday. The only (old) problem is that > make install-strip tries to create hardlinks (zsh.new, zsh.old) which > are not supported (and for some time not emulated anymore by Cygwin) on > FAT32 file systems (I have a "portable" setup on a thumb drive). > > Thorsten Regards, d. henman ----------- List showing the five tests and where they fail in 4.3.12 'make check' (1)Test Name: A02alias.ztst ------------------------- print -u $ZTST_fd 'This test hangs the shell when it fails...' alias cat='LC_ALL=C cat' cat <(echo foo | cat) 0:Alias expansion works at the end of parsed strings >foo ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.3320, output: /tmp/zsh.ztst.out.3320, error: /tmp/zsh.ztst.terr.3320 <--- Hangs here (2)Test Name: D03procsubst.ztst ----------------------------- paste <(cut -f1 FILE1) <(cut -f3 FILE2) ZTST_test: examining line: >First Dritte ZTST_getredir: read redir for '>': First Dritte ZTST_test: examining line: Running test: <(...) substitution ZTST_test: expecting status: 0 Input: /tmp/zsh.ztst.in.1840, output: /tmp/zsh.ztst.out.1840, error: /tmp/zsh.ztst.terr.1840 <--- Hangs here (3) Test Name: Y01completion.ztst ----------------------------------- %clean ZTST_test: all tests successful ZTST_getsect: read section name: clean ZTST_getchunk: read code chunk: zmodload -ui zsh/zpty <---- Hangs Here (4) Test Name: Y02compmatch.ztst --------------------------------- %clean ZTST_test: all tests successful ZTST_getsect: read section name: clean ZTST_getchunk: read code chunk: zmodload -ui zsh/zpty <---- Hangs Here (5) Test Name: Y03arguments.ztst --------------------------------- %clean ZTST_test: all tests successful ZTST_getsect: read section name: clean ZTST_getchunk: read code chunk: zmodload -ui zsh/zpty <---- Hangs Here >