#17662: gtk-doc: could not find DocBook XML DTD V4.3 in XML catalog --------------------------------+------------------------------------------- Reporter: vinc17@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Component: ports Version: 1.7.0 | Keywords: Port: gtk-doc | --------------------------------+------------------------------------------- Comment(by wayn3w@…): I had this problem with PowerBook G4 running 10.5.8, and had a slightly different cause and solution; the comments above helped me. In my case, /opt/local/etc/xml/catalog was minimal; it only had a netCatalog entity for the docbook 5.0 catalog.xml. I manually added an entity for the 4.3 catalog.xml right after it, and it works (I think -- it builds; haven't really tested the quality of the docs to be sure.) My catalog looks like: {{{ <?xml version="1.0"?> <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis- open.org/committees/entity/release/1.0/catalog.dtd"> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> <system systemId="http://glade.gnome.org/glade-2.0.dtd" uri="/opt/local/share/xml/libglade/glade-2.0.dtd"/> <nextCatalog catalog="/opt/local/share/xml/docbook/5.0/catalog.xml"/> <nextCatalog catalog="/opt/local/share/xml/docbook/4.3/catalog.xml"/> <nextCatalog catalog="/opt/local/share/xsl/docbook-xsl/catalog.xml"/> </catalog> }}} -- Ticket URL: <http://trac.macports.org/ticket/17662#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS