[Bug 233210] devel/glib20: fails to configure: "XML DTD V4.1.2 in XML catalog... not found"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 17 12:42:43 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233210
--- Comment #12 from Ting-Wei Lan <lantw44 at gmail.com> ---
These are files on one of my test machine:
$ cat /usr/local/share/xml/catalog
<?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">
<!-- Created by XML Catalog Manager 2.2 -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog="/usr/local/share/xml/catalog.ports" />
</catalog>
$ cat /usr/local/share/xml/catalog.ports
<?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">
<nextCatalog catalog="/usr/local/share/xml/xmlcharent/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/sdocbook/1.1/dtd/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xsl/docbook/catalog.xml" />
<system systemId="http://glade.gnome.org/glade-2.0.dtd"
uri="/usr/local/share/xml/libglade/glade-2.0.dtd" />
<nextCatalog catalog="/usr/local/share/xsl/docbook-ns/catalog.xml" />
</catalog>
$ cat /usr/local/share/xml/docbook/catalog.xml
<?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">
<!-- Created by XML Catalog Manager 2.2 -->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog="/usr/local/share/xml/xmlcharent/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/4.1.2/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/4.2/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/4.3/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/4.4/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/4.5/catalog.xml" />
<nextCatalog catalog="/usr/local/share/xml/docbook/5.0/catalog.xml" />
</catalog>
$ head -n 30 /usr/local/share/xml/docbook/4.1.2/catalog.xml
<?xml version='1.0'?>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- ...................................................................... -->
<!-- XML Catalog data for DocBook XML V4.1.2 .............................. -->
<!-- File catalog.xml ..................................................... -->
<!-- Please direct all questions, bug reports, or suggestions for
changes to the docbook at lists.oasis-open.org mailing list. For more
information, see http://www.oasis-open.org/.
-->
<!-- This is the catalog data file for DocBook V4.1.2. It is provided as
a convenience in building your own catalog files. You need not use
the filenames listed here, and need not use the filename method of
identifying storage objects at all. See the documentation for
detailed information on the files associated with the DocBook DTD.
See XML Catalogs at http://www.oasis-open.org/committees/entity/ for
detailed information on supplying and using catalog data.
-->
<!-- ...................................................................... -->
<!-- DocBook driver file .................................................. -->
<public publicId="-//OASIS//DTD DocBook XML V4.1.2//EN"
uri="docbookx.dtd"/>
<!-- ...................................................................... -->
<!-- DocBook modules ...................................................... -->
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list