#75: xslt error with trunk --------------------------------------------+------------------------------- Reporter: twisti@complang.tuwien.ac.at | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: code | Version: v2 Keywords: | Dependencies: Patchstatus: there is no patch | --------------------------------------------+------------------------------- This happens with debian testing (upcoming etch) on powerpc with svn rev114:
{{{ $ make Building OpenBIOS on ppc for sparc32 Cleaning up... ok Initializing build tree...ok. Creating target Makefile...runtime error: file config/xml/dictionary.xsl line 13 element param Unexpected XSLT element 'param'. runtime error: file config/xml/dictionary.xsl line 22 element if Variable 'conditions' has not been declared. make: *** [xml] Error 10 }}}
#75: xslt error with trunk ---------------------------------------------+------------------------------ Reporter: twisti@complang.tuwien.ac.at | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: code | Version: v2 Resolution: invalid | Keywords: Dependencies: | Patchstatus: there is no patch ---------------------------------------------+------------------------------ Changes (by stepan):
* status: new => closed * resolution: => invalid
Comment:
Debian is shipping a defective version of libxslt/xsltproc.
Either downgrade to libxslt 1.1.17 or upgrade to 1.1.20.
#75: xslt error with trunk ---------------------------------------------+------------------------------ Reporter: twisti@complang.tuwien.ac.at | Owner: somebody Type: defect | Status: reopened Priority: major | Milestone: Component: code | Version: v2 Resolution: | Keywords: Dependencies: | Patchstatus: there is no patch ---------------------------------------------+------------------------------ Changes (by anonymous):
* status: closed => reopened * resolution: invalid =>
Comment:
I upgraded now to 1.1.20 and I still get the same error:
{{{ $ make Building OpenBIOS on amd64 for sparc32 Cleaning up... ok Initializing build tree...ok. Creating target Makefile...runtime error: file config/xml/dictionary.xsl line 13 element param Unexpected XSLT element 'param'. runtime error: file config/xml/dictionary.xsl line 22 element if Variable 'conditions' has not been declared. make: *** [xml] Error 10 }}}
{{{ $ xsltproc --version Using libxml 20627, libxslt 10120 and libexslt 813 xsltproc was compiled against libxml 20627, libxslt 10120 and libexslt 813 libxslt 10120 was compiled against libxml 20627 libexslt 813 was compiled against libxml 20627 }}}