From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | PDF Builds on borka (Debian/stretch) broken - 9.6 |
Date: | 2018-02-07 22:05:05 |
Message-ID: | 20180207220505.GY2416@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Greetings,
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'
The 10.2 build worked (though required me to up the memory in the box;
note that the above error is even after the memory increase and does not
appear to be a memory allocation issue anyway).
Any idea what's happening here..? The interwebs seem to indicate that
it might be something to do with glossary and I'm wondering if we've
tripped over whatever that internal limit of openjade was, again, and,
if so, if there's anything we can do about it.
Obviously would be great to get this fixed for tomorrow's release, so if
you're able to help at all, it would be appreciated.
I'm going to try doing the builds for 9.5, et al, next.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2018-02-07 22:15:40 | Re: PDF Builds on borka (Debian/stretch) broken - 9.6 |
Previous Message | Tom Lane | 2018-02-07 21:59:20 | Re: [HACKERS] More stats about skipped vacuums |