| Summary: | xsltproc parser errors in building gnome-applet-2.12.1-r1 WITH updated gnome-doc-utils and libxslt | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jim Bosch <jbosch> |
| Component: | New packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jim Bosch
2005-10-14 21:30:18 UTC
Does this command: xmlcatalog /etc/xml/docbook "-//OASIS//DTD DocBook XML V4.3//EN" return something like: file:///usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd Thanks! No, when running that command I get: No entry for PUBLIC -//OASIS//DTD DocBook XML V4.3//EN (In reply to comment #1) > Does this command: > xmlcatalog /etc/xml/docbook "-//OASIS//DTD DocBook XML V4.3//EN" > > return something like: > file:///usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd > > Thanks! However, running: xmlcatalog /etc/xml/docbook "-//OASIS//DTD DocBook XML V4.4//EN" Gets me: file:///usr/share/sgml/docbook/xml-dtd-4.4/docbookx.dtd do you have app-text/docbook-xml-dtd-4.3 installed? if not, emerge it, retry the applets, and report back. Thanks! emerging app-text/docbook-xml-dtd-4.3 solved the problem - everything compiles nicely now (I think this means I now have both 4.3 and 4.4 installed, and I assume that's ok). Do you need any other information from me in order to help fix the bug permanently? (if it is indeed a bug, and not just some manifestation of my own stupidity) Thanks! Certainly, a dependency on docbook-xml-dtd-4.3 is necessary. It's been fixed in CVS. Thank you for your report. |