From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5295 invoked from network); 5 Jul 2001 14:36:40 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 5 Jul 2001 14:36:40 -0000 Received: (qmail 8801 invoked by alias); 5 Jul 2001 14:35:22 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4003 Received: (qmail 7069 invoked from network); 5 Jul 2001 14:34:25 -0000 Sender: rnc@prismtechnologies.com Message-ID: <3B447A59.AF0CF5F@prismtechnologies.com> Date: Thu, 05 Jul 2001 15:31:53 +0100 From: Nick Cross X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.17-21mdk i686) X-Accept-Language: en-GB, en MIME-Version: 1.0 To: zsh-users@sunsite.dk Subject: 4.0.2 References: <200107041547.RAA11487@beta.informatik.hu-berlin.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I just downloaded 4.0.2 off sourceforge and compiled it. No changes to configure were made barring changing the prefix to /usr. As suggested I ran the tests and had C02 fail with a bad status: [root@excalibur zsh-4.0.2]# make TESTNUM=C02 check cd Test ; make check make[1]: Entering directory `/root/zsh-4.0.2/Test' if test -n "gcc"; then \ cd .. && \ make MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \ fi mkdir /root/zsh-4.0.2/Test/Modules mkdir /root/zsh-4.0.2/Test/Modules/zsh for f in ./C02*.ztst; do \ ../Src/zsh +Z -f ./ztst.zsh $f; \ done ./C02cond.ztst: starting. Test ./C02cond.ztst failed: bad status 1, expected 0 from: [[ -r zerolength && ! -r unmodish ]] Was testing: -r cond ./C02cond.ztst: test failed. make[1]: [check] Error 1 (ignored) rm -rf Modules .zcompdump make[1]: Leaving directory `/root/zsh-4.0.2/Test' Are they are all expected to pass? Is this serious enough to stop trying to install zsh? Cheers, Nick