Commit 07e58cbe authored by Robert Haas's avatar Robert Haas

Advise Debian/Ubuntu users to use openjade1.3.

The latest openjade packages for Ubuntu 10.10 seg fault when building
our documentation.

Josh Berkus
parent 0c80b57d
...@@ -268,7 +268,7 @@ CATALOG "docbook/4.2/catalog" ...@@ -268,7 +268,7 @@ CATALOG "docbook/4.2/catalog"
available for <productname>Debian GNU/Linux</productname>. available for <productname>Debian GNU/Linux</productname>.
To install, simply use: To install, simply use:
<programlisting> <programlisting>
apt-get install docbook docbook-dsssl docbook-xsl openjade xsltproc apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 xsltproc
</programlisting> </programlisting>
</para> </para>
</sect2> </sect2>
...@@ -309,6 +309,19 @@ make install ...@@ -309,6 +309,19 @@ make install
installed and you want to install the rest of the toolchain installed and you want to install the rest of the toolchain
locally.) locally.)
</para> </para>
<note>
<para>
Some users have reported encountering a segmentation fault using
openjade 1.4devel to build the PDFs, with a message like:
<screen>
openjade:./stylesheet.dsl:664:2:E: flow object not accepted by port; only display flow objects accepted
make: *** [postgres-A4.tex-pdf] Segmentation fault
</screen>
Downgrading to openjade 1.3 should get rid of this error.
</para>
</note>
</step> </step>
<step id="doc-openjade-install"> <step id="doc-openjade-install">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment