https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102824

            Bug ID: 102824
           Summary: building pdf/dvi documentation for libgccjit fails on
                    darwin
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: jit
          Assignee: dmalcolm at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
                CC: iains at gcc dot gnu.org
  Target Milestone: ---
             Build: darwin

Running `make pdf` fails in gcc/jit for me with the following error:

!pdfTeX error: pdfetex: cannot find image file libgccjit-figures/sum-of-squares
1.
 ==> Fatal error occurred, no output PDF file produced!
/opt/iains/x86_64-apple-darwin19/gcc-7-5-toolchain/bin/texi2dvi: pdfetex exited
with bad status, quitting.
make[2]: *** [../../gcc/jit/Make-lang.in:283: doc/libgccjit.pdf] Error 1
make[2]: Leaving directory
'/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build/gcc'
make[1]: *** [Makefile:5361: pdf-gcc] Error 1
make[1]: Leaving directory
'/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.build'
make: *** [Makefile:1280: do-pdf] Error 2

I also got a similar error with `make dvi`, the full log for which can be found
here:
https://github.com/cooljeanius/gcc_bugs/blob/master/doc_logs/libgccjit.log

(I originally reported this on IRC while testing a patch for bug 102663)

Reply via email to