Re: pgsql: Doc: un-break PDF build.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-Committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Doc: un-break PDF build.
Date: 2023-11-25 20:12:53
Message-ID: ZWJVRUH4WTK4_gB4@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Sat, Nov 25, 2023 at 02:18:43PM -0500, Bruce Momjian wrote:
> I showed it previously in this thread:
>
> $ make postgres-A4.pdf 2>&1 | grep -v INFO
> /usr/bin/xsltproc --nonet --path . --path . --stringparam pg.version '17devel' --stringparam img.src.path './' --stringparam paper.type A4 -o postgres-A4.fo
> +stylesheet-fo.xsl postgres-full.xml
> Making portrait pages on A4 paper (210mmx297mm)
> /usr/bin/fop -fo postgres-A4.fo -pdf postgres-A4.pdf
> [warning] /usr/bin/fop: JVM flavor 'sun' not understood
> [WARN] FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400".
> [WARN] FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400".
> [WARN] PropertyMaker - span="inherit" on fo:block, but no explicit value found on the parent FO.

Oops, please disregard my report. I was able to reproduce the failure
just now. I must have incorrectly applied the patch in testing.
Mystery solved.

I am not sure if I am going to build the PDF for every doc patch, but at
least I can do it when I am concerned, and know how to reproduce it if
the buildfarm fails.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Only you can decide what is important to you.

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-11-25 21:36:04 pgsql: Use fipshash in brin_multi test
Previous Message Tomas Vondra 2023-11-25 20:01:54 pgsql: Reuse BrinDesc and BrinRevmap in brininsert