Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
upstream zsh fails to generate man pages
- X-seq: zsh-workers 44834
- From: Ruslan Dautkhanov <dautkhanov@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: upstream zsh fails to generate man pages
- Date: Tue, 15 Oct 2019 09:53:25 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=0fB7KN4ugHKIhr2I7XJFouJ5IZkEC6F7faaxb0Y8jQU=; b=bt+tEbzB4oQMIqj1ElaoZa8bAZGRnpdeKUjZVHCxLkk3AbUD8NHodfvsfCvu5acEMg cGLwaYZw0P+loe1dEiqVF5GcSbc9+3rVJsPDYGRGoEwTkrRiOKBWtXB8+pL5BajYvIYC Oi1/m8RzEx5XtWxGKWHu4PZsILeGRWQm0UhLkdNHO/gRHfMl2IU0bLrHOEXHycoBiJxE 6s2JuGjdwtQyFR4AFwZfFvg0gXPiftVOavRMTqc9BeuR1yrkFkFIlEW8aCqaud5u7X8E XSOBVmuSohTApeca2+szktJHMQBzLzzRfTfvS0FJR+LgAr/IwlZj00vhzp7fx1txtTzc rdHA==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
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