]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/doc/Makefile.am
libstdc++: Improve error reporting if PDF generation fails
authorJonathan Wakely <jwakely@redhat.com>
Thu, 8 Apr 2021 17:37:59 +0000 (18:37 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 8 Apr 2021 20:42:59 +0000 (21:42 +0100)
commitbe8d5f99f50cf282c21632e60fe1d8857bb5a554
tree821d024afa6fa34cb21a13efb7a828a857e21620
parente41e356633aef69822fb63329d812a0b20057ded
libstdc++: Improve error reporting if PDF generation fails

If pdflatex runs out of memory the build fails with no hint what's
wrong. This adds another grep command to the makefile so that an
out-of-memory error will result in more information being shown.

As suggested in https://bugzilla.redhat.com/show_bug.cgi?id=1841056
using lualatex can be used as a workaround.

libstdc++-v3/ChangeLog:

* doc/Makefile.am (stamp-pdf-doxygen): Also grep for
out-of-memory error in log file.
* doc/Makefile.in: Regenerate.
libstdc++-v3/doc/Makefile.am
libstdc++-v3/doc/Makefile.in