[tlbuild] makeinfo
Richard Koch
koch at uoregon.edu
Tue Feb 20 18:48:27 CET 2018
Folks,
> On Feb 20, 2018, at 8:36 AM, Richard Koch <koch at uoregon.edu> wrote:
>
> Folks,
>
> Since yesterday, I can no longer build. The error comes from "makeinfo" and claims that "--set" is not
> a legal option. This is on the Macintosh, El Capitan.
>
> Dick Koch
> koch at uoregon.edu
By installing TeXInfo -6.5 (and I hate to build on a non-standard Mac), I managed to bypass the
error, only to run into further errors in building documents. See below. It seems that this code
has been reworked in a manner that is not Mac friendly.
Dick Koch
koch at uoregon.edu
--------
Making all in doc
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \
rm -rf $backupdir && mkdir $backupdir && \
if (/bin/sh /Users/koch/texlive2018dev/source/build-aux/missing makeinfo --version) >/dev/null 2>&1; then \
for f in ../../doc/tlbuild.info ../../doc/tlbuild.info-[0-9] ../../doc/tlbuild.info-[0-9][0-9] ../../doc/tlbuild.i[0-9] ../../doc/tlbuild.i[0-9][0-9]; do \
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
else :; fi && \
cd "$am__cwd"; \
if /bin/sh /Users/koch/texlive2018dev/source/build-aux/missing makeinfo --set INFO_SPECIAL_CHARS_WARNING=0 -I ../../doc \
-o ../../doc/tlbuild.info ../../doc/tlbuild.texi; \
then \
rc=0; \
CDPATH="${ZSH_VERSION+.}:" && cd ../../doc; \
else \
rc=$?; \
CDPATH="${ZSH_VERSION+.}:" && cd ../../doc && \
$restore $backupdir/* `echo "./../../doc/tlbuild.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
../../doc/tlbuild.texi:2516: misplaced {
../../doc/tlbuild.texi:2516: misplaced }
../../doc/tlbuild.texi:2555: misplaced {
../../doc/tlbuild.texi:2555: misplaced }
../../doc/tlbuild.texi:2349: warning: node next `Coding conventions' in menu `install-tl' and in sectioning `Continuous Integration' differ
../../doc/tlbuild.texi:2485: warning: node `install-tl' is next for `Continuous Integration' in sectioning but not in menu
../../doc/tlbuild.texi:2485: warning: node `Coding conventions' is prev for `Continuous Integration' in sectioning but not in menu
../../doc/tlbuild.texi:2485: warning: node `Top' is up for `Continuous Integration' in sectioning but not in menu
../../doc/tlbuild.texi:78: node `Top' lacks menu item for `Continuous Integration' despite being its Up target
../../doc/tlbuild-incl/install-tl.texi:1: warning: node prev `install-tl' in menu `Coding conventions' and in sectioning `Continuous Integration' differ
make[1]: *** [../../doc/tlbuild.info] Error 1
make: *** [all-recursive] Error 1
+ echo 2
don
More information about the tlbuild
mailing list