From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29524 invoked from network); 3 Jul 2000 17:28:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Jul 2000 17:28:10 -0000 Received: (qmail 27190 invoked by alias); 3 Jul 2000 17:28:00 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12147 Received: (qmail 27176 invoked from network); 3 Jul 2000 17:27:59 -0000 Sender: ethersoft@rcn.com To: zsh-workers@sunsite.auc.dk (Zsh hackers list) Subject: Failing make check From: Vin Shelton Organization: EtherSoft, Inc Date: 03 Jul 2000 13:33:49 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I build my zsh in a separate directory from the sources, eg: /usr/local/src/zsh-2000-07-03 vs. /usr/local/build/zsh-2000-07-03 For a few days now, make check has been failing in this configuration as follows: /usr/local/src/zsh-2000-07-03/Test/52zregexparse.ztst: all tests successful. comptestinit:5: failed to load module: zsh/zpty comptestinit:18: command not found: zpty comptestinit:20: command not found: zpty Test /usr/local/src/zsh-2000-07-03/Test/53completion.ztst failed: non-zero status from preparation code: comptestinit -z $ZTST_testdir/../Src/zsh /usr/local/src/zsh-2000-07-03/Test/53completion.ztst: test failed. comptestinit:5: failed to load module: zsh/zpty comptestinit:18: command not found: zpty comptestinit:20: command not found: zpty Test /usr/local/src/zsh-2000-07-03/Test/54compmatch.ztst failed: non-zero status from preparation code: comptestinit -z $ZTST_testdir/../Src/zsh /usr/local/src/zsh-2000-07-03/Test/54compmatch.ztst: test failed. make[1]: *** [check] Error 1 make[1]: Leaving directory `/usr/local/build/zsh-2000-07-03/Test' make: *** [check] Error 2 This does not happen if I configure and build in the source directory. - vin