while trying to 'emerge gnome-doc-utils', emerge errors out with the following:

xsltproc -o gnome-doc-make-C.omf ...<snipped stuff>... C/gnome-doc-make.xml
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1: parser error : Content error in the external subset
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.or
^
unable to parse C/gnome-doc-make.xml
make: *** [gnome-doc-make-C.omf] Error 6


if I suspend the emerge while configure is running and change the following line:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">

to:

<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">

in the C/gnome-doc-make.xml file, when I resume it will compile that file fine but then choke on the next .xml file with the same error.  Can anyone tell me what I need to update to get it to be able to handle the 4.4?  I checked my libxml2(I have version 2.6.26) and libxslt(I have version 1.1.17) and they both seem to be up to date.  Thanks.

Tim

Reply via email to