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

upstream zsh fails to generate man pages



Hello!

zsh from master fails to build man pages

$ make
> . . .
> make[2]: Leaving directory `/home/rdautkha/zsh/zsh/Src'
> make[1]: Leaving directory `/home/rdautkha/zsh/zsh/Src'
> make[1]: Entering directory `/home/rdautkha/zsh/zsh/Doc'
> perl ../Util/helpfiles \
>     zshbuiltins.1 help help.txt \
>     || rm -f help.txt help/*
> helpfiles: attempting man zshbuiltins.1 >help/man.tmp
> No manual entry for zshbuiltins.1
> helpfiles: attempting nroff -man zshbuiltins.1 >help/man.tmp
> helpfiles: man and nroff -man both failed for zshbuiltins.1
> make[1]: Leaving directory `/home/rdautkha/zsh/zsh/Doc'


All of the produced .1 files are of zero length

$ la ./Doc/*.1
> . . .
> -rw-r--r-- 1 rdautkha analysts 0 Oct 14 17:58 ./Doc/zshroadmap.1
> -rw-r--r-- 1 rdautkha analysts 0 Oct 14 17:58 ./Doc/zshtcpsys.1
> -rw-r--r-- 1 rdautkha analysts 0 Oct 14 17:58 ./Doc/zshzftpsys.1
> -rw-r--r-- 1 rdautkha analysts 0 Oct 14 17:58 ./Doc/zshzle.1


RHEL 7.6
autoconf 2.69
gcc 4.8.5
make.x86_64                        1:3.82-23.el7
Let me know if there is a way to fix this?


Thank you,
Ruslan Dautkhanov


Messages sorted by: Reverse Date, Date, Thread, Author