Package: docbook-xsl
Version: 1.76.1+dfsg-1
Severity: normal

I'm trying to add some index information to the "Pacemaker Explained" document;
but that gives me a java exception:

Exception
org.apache.fop.apps.FOPException: org.apache.fop.fo.ValidationException:
Property ID "idp6676384" (found on "fo:wrapper") previously used; ID values
must be unique within a document! (Siehe Position 3685:253)
javax.xml.transform.TransformerException:
org.apache.fop.fo.ValidationException: Property ID "idp6676384" (found on
"fo:wrapper") previously used; ID values must be unique within a document!
(Siehe Position 3685:253)

I found the similar-looking report
        https://bugzilla.redhat.com/show_bug.cgi?id=479683
and applied the patch from
        http://web.archiveorange.com/archive/v/NUQmudohoKU5XCjzRz0y
against my local file
        /usr/share/xml/docbook/stylesheet/docbook-xsl/fo/lists.xsl

but that didn't make a difference.


This project uses publican; I've attached the (small) change that makes the PDF
generation go bad.
Perhaps it's possible to build a simple test case from that - the original
project is not small.





-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages docbook-xsl depends on:
ii  xml-core  0.13

Versions of packages docbook-xsl recommends:
ii  docbook-xml  4.5-7

Versions of packages docbook-xsl suggests:
pn  dbtoepub                                <none>       
pn  docbook-xsl-doc-html [docbook-xsl-doc]  1.75.2-1     
pn  docbook-xsl-saxon                       <none>       
pn  fop                                     1:1.0.dfsg2-3
pn  libsaxon-java                           1:6.5.5-7    
pn  libxalan2-java                          2.7.1-5      
pn  libxslthl-java                          <none>       
pn  xalan                                   <none>       

-- no debconf information
commit e5934667938ffc4633a28d23054fab2468a6aabe
Author: Philipp Marek <philipp.ma...@linbit.com>
Date:   Tue Nov 22 21:56:26 2011 +0100

    sdgasga - makes duplicate ID

diff --git doc/Pacemaker_Explained/en-US/Ap-Upgrade-Config.xml doc/Pacemaker_Explained/en-US/Ap-Upgrade-Config.xml
index eef3999..fd4a04f 100644
--- doc/Pacemaker_Explained/en-US/Ap-Upgrade-Config.xml
+++ doc/Pacemaker_Explained/en-US/Ap-Upgrade-Config.xml
@@ -1,5 +1,8 @@
   <appendix id="ap-upgrade-config">
-    <title>Upgrading the Configuration from 0.6</title>
+    <title>
+      <indexterm significance="preferred"><primary>Upgrading the Configuration</primary></indexterm>
+      <indexterm significance="preferred"><primary>Configuration</primary><secondary>Upgrading</secondary></indexterm>
+      Upgrading the Configuration from 0.6</title>
     <section id="s-upgrade-config-prep">
       <title>Preparation</title>
       <para>Download the latest DTD<footnote><para><ulink url="http://hg.clusterlabs.org/pacemaker/stable-1.0/file-raw/tip/xml/crm.dtd"/></para></footnote> and ensure your configuration validates.</para>

Reply via email to