https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=122638
CC| |egallager at gcc dot gnu.org
--- Comment #72 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Peter Dyballa from comment #61)
> First failure, due to too old makeinfo (GNU texinfo 4.8):
>
> make all-am
> true DO=all multi-do # make
> make[3]: Nothing to be done for `all'.
> make[3]: Nothing to be done for `all'.
> make[3]: Nothing to be done for `all'.
> if [ xinfo = xinfo ]; then \
> makeinfo --split-size=5000000 --split-size=5000000
> --split-size=5000000
> --no-split -I . -I ../../\
> ./gcc/doc \
> -I ../.././gcc/doc/include -o doc/gccint.info
> ../.././gcc/doc/gccint.texi; \
> fi
> ../.././gcc/doc//ifn.texi:746: @code expected braces.
> ../.././gcc/doc//ifn.texi:746: Misplaced {.
> ../.././gcc/doc//ifn.texi:746: Misplaced }.
> ../.././gcc/doc//ifn.texi:759: @code expected braces.
> ../.././gcc/doc//ifn.texi:759: Misplaced {.
> ../.././gcc/doc//ifn.texi:759: Misplaced }.
> ../.././gcc/doc//ifn.texi:772: @code expected braces.
> ../.././gcc/doc//ifn.texi:772: Misplaced {.
> ../.././gcc/doc//ifn.texi:772: Misplaced }.
> ../.././gcc/doc//ifn.texi:772: @code missing close brace.
> ../.././gcc/doc//ifn.texi:759: @code missing close brace.
> ../.././gcc/doc//ifn.texi:746: @code missing close brace.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character [ in @var.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character ] in @var.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character [ in @var.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character ] in @var.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character [ in @var.
> ../.././gcc/doc//tm.texi:6723: warning: unlikely character ] in @var.
> makeinfo: Removing output file `doc/gccint.info' due to errors; use --force
> to preserve.
(this is bug 122638, for reference)