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

Installation fails because the documentation is not building



Hi.

On FreeBSD of course.

With the source from the git repository, "gmake install" fails on the
documentation.  yodl version 2.15.2 is installed.

Here is the output from "gmake" from the point where it entered the Doc
directory.

    gmake[1]: Entering directory `/home/vince/ports/zsh-20110218/work/zsh-20110218/Doc'
    yodl  -o zsh.texi -I. -w ztexi.yo version.yo zsh.yo; \
            test -f zsh.texi
    Zsh Yodl-to-TeXinfo converter
    Including file Zsh/manual.yo
    Including file Zsh/manmodmenu.yo
    Including file Zsh/intro.yo
    [ ... a bunch more includes ] 
    Including file Zsh/index.yo
    case 'yodl ' in :*) touch ../META-FAQ ;; *) \
                yodl  -I. META-FAQ.yo | sed -e '/NEXTLINE/N' -e '/DELLINE/d' -e '/^SECTHEAD$/{N;s/^SECTHEAD.//;h;s/./-/g;H;g;}' -e 's/  *$//' > ../META-FAQ \
            ;; esac
    gmake[1]: Leaving directory `/home/vince/ports/zsh-20110218/work/zsh-20110218/Doc'

It does not appear to have any errors.

Here is the output from "gmake install" from the point where it entered the Doc
directory.

    gmake[1]: Entering directory `/home/vince/ports/zsh-20110218/work/zsh-20110218/Doc'
    /bin/sh ../mkinstalldirs /usr/share/man/man1
    for file in zsh.1 zshbuiltins.1 zshcalsys.1 zshcompctl.1 zshcompwid.1 zshcompsys.1 zshcontrib.1 zshexpn.1 zshmisc.1 zshmodules.1 zshoptions.1 zshparam.1 zshroadmap.1 zshtcpsys.1 zshzftpsys.1 zshzle.1 zshall.1; do \
                test -s ./$file || exit 1; \
                /usr/bin/install -c -m 644 ./$file /usr/share/man/man1/`echo $file | sed 's|zsh|zsh|'` || exit 1; \
            done
    gmake[1]: *** [install.man] Error 1
    gmake[1]: Leaving directory `/home/vince/ports/zsh-20110218/work/zsh-20110218/Doc'
    gmake: *** [install.man] Error 2

I assume it is failing on the "test -s" statement, because when I look in the
Doc directory, all the man files ending in ".1" are zero length.

Any ideas?



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