On Sat, Nov 25, 2023 at 10:50:10AM -0500, Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > Can someone tell me how you saw that warning in the build farm?  I don't
> > see it in with a make check or a build of the docs.
> 
> Yeah, for some reason it only shows up when building PDFs.
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=alabio&dt=2023-11-25%2000%3A02%3A10

Odd, I don't see that here.  Maybe I need an upgraded toolchain:

        $ 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.

-- 
  Bruce Momjian  <[email protected]>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.


Reply via email to