From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7EFBB385842C; Tue, 19 Oct 2021 01:43:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7EFBB385842C From: "egallager at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/102824] New: building pdf/dvi documentation for libgccjit fails on darwin Date: Tue, 19 Oct 2021 01:43:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: egallager at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone cf_gccbuild Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 01:43:47 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D102824 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-squ= ares 1. =3D=3D> Fatal error occurred, no output PDF file produced! /opt/iains/x86_64-apple-darwin19/gcc-7-5-toolchain/bin/texi2dvi: pdfetex ex= ited 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.buil= d/gcc' make[1]: *** [Makefile:5361: pdf-gcc] Error 1 make[1]: Leaving directory '/Users/ericgallager/gcc_newgit/abcdefghijklmnopqrstuvwxyz_01234567890.buil= d' make: *** [Makefile:1280: do-pdf] Error 2 I also got a similar error with `make dvi`, the full log for which can be f= ound 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)=