zsh-workers
 help / color / mirror / code / Atom feed
From: Vincent Stemen <vince.lists@hightek.org>
To: zsh-workers@zsh.org
Subject: Installation fails because the documentation is not building
Date: Sun, 20 Feb 2011 21:14:49 -0600	[thread overview]
Message-ID: <20110221031449.GA5748@quark.hightek.org> (raw)

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?


             reply	other threads:[~2011-02-21  3:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-21  3:14 Vincent Stemen [this message]
2011-02-21  5:55 ` Wayne Davison
2011-02-21  6:27   ` Mikael Magnusson
2011-02-22  0:18   ` Vincent Stemen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110221031449.GA5748@quark.hightek.org \
    --to=vince.lists@hightek.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).