bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texinfo.tex not included in the autoconf distribution


From: Akim Demaille
Subject: Re: texinfo.tex not included in the autoconf distribution
Date: 07 Oct 2002 15:19:02 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| Typescript appended.

Thanks Aharon, but please, always keep the CC.

| Script started on Mon Oct  7 13:51:43 2002
| bash2-2.05$ tar -xvpzf aw utoconf-2.54.tar.gz 
| autoconf-2.54/
[...]
| config.status: executing tests/atconfig commands
| Making all in bin
| make[1]: Entering directory `/d2/usr.local/src/Gnu/autoconf-2.54/bin'
| rm -f autom4te autom4te.tmp
[...]
| bash2-2.05$ cd doc
| bash2-2.05$ echo $TEXINFPUT     NPUTS
| :/usr/local/lib/tex:/usr/local/tex/inputs
| bash2-2.05$ make dvi
| TEXINPUTS="../config:$TEXINPUTS" \
| MAKEINFO='/bin/sh /usr/local/src/Gnu/autoconf-2.54/config/missing --run 
makeinfo --no-split  -I .' \
| texi2dvi `test -f 'autoconf.texi' || echo './'`autoconf.texi
| This is TeX, Version 3.14159 (Web2C 7.3.1)
| (/usr/local/src/Gnu/autoconf-2.54/doc/autoconf.texi
| (/usr/share/texmf/tex/texinfo/texinfo.tex
| Loading texinfo [version 1999-09-25.10]: Basics, pdf, fonts, page headings,
| tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
| cross references, (/usr/share/texmf/tex/plain/dvips/epsf.tex) localization,
| and turning on texinfo input format.) (version.texi)
| ! Undefined control sequence.
| l.70 @copying
|              
| ? x
| No pages of output.
| Transcript written on autoconf.log.
| /usr/local/bin/texi2dvi: tex exited with bad status, quitting.
| /usr/local/bin/texi2dvi: see autoconf.log for errors.
| make: *** [autoconf.dvi] Error 1
| bash2-2.05$ 
| Script done on Mon Oct  7 13:52:59 2002


Well, apparently it is texi2dvi which is too old.  Or maybe your TeX
doesn't understand TEXINPUTS (can this happen???).

Could you please run this?

        cd doc
        TEXINPUTS="../config:$TEXINPUTS" \
        MAKEINFO='makeinfo --no-split  -I .' \
        sh -x `which texi2dvi` autoconf.texi >texi2dvi.log 2>&1

and send to this list (i) your texi2dvi, and (ii) the texi2dvi.log
file?  Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]