Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 07e58cb

Browse files
committed
Advise Debian/Ubuntu users to use openjade1.3.
The latest openjade packages for Ubuntu 10.10 seg fault when building our documentation. Josh Berkus
1 parent 0c80b57 commit 07e58cb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/src/sgml/docguide.sgml

+14-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ CATALOG "docbook/4.2/catalog"
268268
available for <productname>Debian GNU/Linux</productname>.
269269
To install, simply use:
270270
<programlisting>
271-
apt-get install docbook docbook-dsssl docbook-xsl openjade xsltproc
271+
apt-get install docbook docbook-dsssl docbook-xsl openjade1.3 xsltproc
272272
</programlisting>
273273
</para>
274274
</sect2>
@@ -309,6 +309,19 @@ make install
309309
installed and you want to install the rest of the toolchain
310310
locally.)
311311
</para>
312+
313+
<note>
314+
<para>
315+
Some users have reported encountering a segmentation fault using
316+
openjade 1.4devel to build the PDFs, with a message like:
317+
<screen>
318+
openjade:./stylesheet.dsl:664:2:E: flow object not accepted by port; only display flow objects accepted
319+
make: *** [postgres-A4.tex-pdf] Segmentation fault
320+
</screen>
321+
Downgrading to openjade 1.3 should get rid of this error.
322+
</para>
323+
</note>
324+
312325
</step>
313326

314327
<step id="doc-openjade-install">

0 commit comments

Comments
 (0)