[tlbuild] makeinfo: unrecognized option '--set'
Alan BRASLAU
alan.braslau at cea.fr
Tue Mar 29 17:01:03 CEST 2016
Hi Martin,
This is the (in)famous makeinfo "bug".
Makeinfo should not be called at all and this arises when the file
times from the source checkout are incorrect.
For an svn checkout, for example, one needs to configure:
use-commit-times = yes
(The procedure is pretty fragile.)
Alan
On Tue, 29 Mar 2016 14:53:43 +0200
Martin Schröder <martin at oneiros.de> wrote:
> Hi,
> on my OpenSUSE 13.2 system ./Build fails with
>
> Making all in doc
> make[1]: Entering directory
> '/home/ms/tex/texlive/Build/source/Work/doc' restore=: &&
> backupdir=".am$$" && \ am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" &&
> cd ../../doc && \ rm -rf $backupdir && mkdir $backupdir && \
> if (/bin/sh /home/ms/tex/texlive/Build/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 /home/ms/tex/texlive/Build/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
> makeinfo: unrecognized option '--set'
> Try `makeinfo --help' for more information.
> Makefile:532: recipe for target '../../doc/tlbuild.info' failed
> make[1]: *** [../../doc/tlbuild.info] Error 1
> make[1]: Leaving directory
> '/home/ms/tex/texlive/Build/source/Work/doc' Makefile:569: recipe for
> target 'all-recursive' failed make: *** [all-recursive] Error 1
> + echo 2
>
> > makeinfo --version
> makeinfo (GNU texinfo) 4.13
>
> Any idea how to fix this?
>
> Best
> Martin
More information about the tlbuild
mailing list