Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 12:42:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 233210] devel/glib20: fails to configure: "XML DTD V4.1.2 in XML catalog... not found"
Message-ID:  <bug-233210-6497-iGzhte1lQb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233210-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233210-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233210

--- Comment #12 from Ting-Wei Lan <lantw44@gmail.com> ---
These are files on one of my test machine:

$ cat /usr/local/share/xml/catalog
<?xml version=3D"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=3D"urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog=3D"/usr/local/share/xml/catalog.ports" />
</catalog>

$ cat /usr/local/share/xml/catalog.ports=20
<?xml version=3D"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=3D"urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog=3D"/usr/local/share/xml/xmlcharent/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/sdocbook/1.1/dtd/catalog.xml" =
/>
<nextCatalog catalog=3D"/usr/local/share/xsl/docbook/catalog.xml" />
<system systemId=3D"http://glade.gnome.org/glade-2.0.dtd"
uri=3D"/usr/local/share/xml/libglade/glade-2.0.dtd" />
<nextCatalog catalog=3D"/usr/local/share/xsl/docbook-ns/catalog.xml" />
</catalog>

$ cat /usr/local/share/xml/docbook/catalog.xml
<?xml version=3D"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=3D"urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog=3D"/usr/local/share/xml/xmlcharent/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/4.1.2/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/4.2/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/4.3/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/4.4/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/4.5/catalog.xml" />
<nextCatalog catalog=3D"/usr/local/share/xml/docbook/5.0/catalog.xml" />
</catalog>

$ head -n 30 /usr/local/share/xml/docbook/4.1.2/catalog.xml=20
<?xml version=3D'1.0'?>
<catalog xmlns=3D"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@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=3D"-//OASIS//DTD DocBook XML V4.1.2//EN"
        uri=3D"docbookx.dtd"/>

<!-- ......................................................................=
 -->
<!-- DocBook modules ......................................................=
 -->

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233210-6497-iGzhte1lQb>