Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Failing make check
- X-seq: zsh-workers 12147
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Failing make check
- Date: 03 Jul 2000 13:33:49 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: EtherSoft, Inc
- Sender: ethersoft@xxxxxxx
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author