zsh-workers
 help / color / mirror / code / Atom feed
* Installation fails because the documentation is not building
@ 2011-02-21  3:14 Vincent Stemen
  2011-02-21  5:55 ` Wayne Davison
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Stemen @ 2011-02-21  3:14 UTC (permalink / raw)
  To: zsh-workers

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?


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-22  0:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-21  3:14 Installation fails because the documentation is not building Vincent Stemen
2011-02-21  5:55 ` Wayne Davison
2011-02-21  6:27   ` Mikael Magnusson
2011-02-22  0:18   ` Vincent Stemen

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).