From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Stephen Frost <sfrost(at)snowman(dot)net> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: PDF Builds on borka (Debian/stretch) broken - 9.6 |
Date: | 2018-02-07 22:15:40 |
Message-ID: | 4154.1518041740@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Stephen Frost <sfrost(at)snowman(dot)net> writes:
> While trying to do the PDF builds on borka for 9.6 for tomorrow's
> release, I'm getting:
> openjade -D . -D . -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d ./stylesheet.dsl -t tex -V tex-backend -i output-print -i include-index -V texpdf-output -V '%paper-type%'=A4 -o postgres-A4.tex-pdf postgres.sgml
> openjade:./stylesheet.dsl:670:9:E: flow object not accepted by port; only display flow objects accepted
> Makefile:180: recipe for target 'postgres-A4.tex-pdf' failed
> make: *** [postgres-A4.tex-pdf] Segmentation fault
> make: *** Deleting file 'postgres-A4.tex-pdf'
Bleah.
We've seen this before, eg
https://www.postgresql.org/message-id/51CB39BD.8020205%40pgexperts.com
and the conclusion seemed to be that it was from having the wrong version
of openjade installed. Was borka upgraded recently?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2018-02-07 22:18:30 | Re: PDF Builds on borka (Debian/stretch) broken - 9.6 |
Previous Message | Stephen Frost | 2018-02-07 22:05:05 | PDF Builds on borka (Debian/stretch) broken - 9.6 |