https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227
James K. Lowden <jklowden at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jklowden at gcc dot gnu.org --- Comment #12 from James K. Lowden <jklowden at gcc dot gnu.org> --- (In reply to Sam James from comment #9) > Just to recap from IRC, this unfortunately blocks all doc building on the > website. > > Noticed > https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#index-flto- > partition doesn't mention cache (from r15-8087-g63e7478db76452), then > pinskia/arsen found it's been failing since > https://gcc.gnu.org/pipermail/gccadmin/2025q1/022402.html > (https://gcc.gnu.org/pipermail/gccadmin/2025q1/022400.html worked). > > .. so it broke with cobol introduction, the error there is: > ``` > groff: can't find `DESC' file > groff:fatal error: invalid device `pdf' > ``` > > i.e. same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119227#c5. The inability to create a PDF from groff suggests an old version is installed. The PDF driver was introduced with version 1.22 (https://lists.gnu.org/archive/html/info-gnu/2012-12/msg00020.html).