Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4983 - Configure script for scrollkeeper cannot find DocBook XML V4.1.2 DTD
Summary: Configure script for scrollkeeper cannot find DocBook XML V4.1.2 DTD
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-14 07:27 UTC by Antonio D'souza
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio D'souza 2002-07-14 07:27:01 UTC
For some reason, this DTD did not get registered correctly by the Ebuild for
these 2 packages:
app-text/docbook-xml-dtd-4.1.2-r2
app-text/docbook-xml-simple-dtd-4.1.2.4

Anyway, the error I get trying to upgrade scrollkeeper is as follows:

checking for docbook-dtd412-xml... * ERROR * 
 
Couldn't find the DocBook XML V4.1.2 DTD.  Please make sure that you have the
docbook-dtd412-xml package installed. If it is installed, the package probably
did not register the DTD in the catalog properly. Consult
http://scrollkeeper.sourceforge.net/docbook.shtml for more information.
 
configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make
sure docbook-dtd412-xml is installed and registers DTD in catalog.
Comment 1 Antonio D'souza 2002-07-14 07:27:58 UTC
These are the contents of my /etc/xml/catalog:

quikbox root # cat /etc/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">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
  <rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl/1.45"
rewritePrefix="/usr/share/sgml/docbook/xsl-stylesheets-1.52.2"/>
  <rewriteURI uriStartString="http://docbook.sourceforge.net/release/xsl/1.45"
rewritePrefix="/usr/share/sgml/docbook/xsl-stylesheets-1.52.2"/>
  <rewriteSystem
systemIdStartString="http://docbook.sourceforge.net/release/xsl/current"
rewritePrefix="/usr/share/sgml/docbook/xsl-stylesheets-1.52.2"/>
  <rewriteURI
uriStartString="http://docbook.sourceforge.net/release/xsl/current"
rewritePrefix="/usr/share/sgml/docbook/xsl-stylesheets-1.52.2"/>
</catalog>
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-07-15 14:34:37 UTC
Try to remerge docbook-xml-dtd-4.1.2-r2 ?
Comment 3 Antonio D'souza 2002-07-15 18:22:25 UTC
That worked. Thanks :)