Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Failing make check



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