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

make install.info fails with texinfo version 4.13.93



Hi,

I'm not sure if this is an issue in the zsh sources or in texinfo
itself:

If I build zsh with texinfo from Debian Unstable or Testing (package
version 4.13a.dfsg.1-10), zsh builds fine.

But if I build zsh with texinfo from Debian Experimental (package
version 4.13.93.dfsg.1-1), "make install.info" fails as follows:

cd obj && /usr/bin/make install.info DESTDIR=/home/abe/zsh/zsh/debian/zsh-doc
make[1]: Entering directory `/home/abe/zsh/zsh/obj'
make[2]: Entering directory `/home/abe/zsh/zsh/obj/Doc'
/bin/sh ../../mkinstalldirs /home/abe/zsh/zsh/debian/zsh-doc/usr/share/info
rm -rf infodir
mkdir infodir
if ( \
            sed '/^@setfilename/s|zsh|zsh|' \
                < ../../Doc/zsh.texi > infodir/tzsh.texi && \
            (cd infodir && makeinfo tzsh.texi) && \
            for file in infodir/zsh.info*; do \
                /usr/bin/install -c -m 644 $file /home/abe/zsh/zsh/debian/zsh-doc/usr/share/info || exit 1; \
            done \
        ); then \
            if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \
              install-info --info-dir=/home/abe/zsh/zsh/debian/zsh-doc/usr/share/info \
                /home/abe/zsh/zsh/debian/zsh-doc/usr/share/info/zsh.info; \
            else true; fi; \
            rm -rf infodir; \
            exit 0; \
        else \
            rm -rf infodir; \
            exit 1; \
        fi
tzsh.texi:433: warning: @item missing argument
tzsh.texi:1083: warning: @item missing argument
tzsh.texi:1654: warning: @item missing argument
tzsh.texi:14688: warning: @item missing argument
tzsh.texi:22648: @itemx must follow @item
tzsh.texi:23263: warning: @item missing argument
tzsh.texi:23408: warning: @item missing argument
tzsh.texi:23841: warning: @item missing argument
tzsh.texi:23869: warning: @item missing argument
tzsh.texi:24984: warning: @item missing argument
tzsh.texi:24987: warning: @item missing argument
tzsh.texi:24990: warning: @item missing argument
make[2]: *** [install.info] Error 1
make[2]: Leaving directory `/home/abe/zsh/zsh/obj/Doc'
make[1]: *** [install.info] Error 2
make[1]: Leaving directory `/home/abe/zsh/zsh/obj'

If you think that's an issue with texinfo rather then zsh's texi file,
I'll happily report that issue against Debian's texinfo package. Just
wanted to ask here first. :-)

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@xxxxxxxxxxxxxxx  (Mail)
 X   See http://www.asciiribbon.org/              | abe@xxxxxxxxx (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



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