Gentoo Archives: gentoo-user

From: Tim Garton <garton.tim@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] xsltproc error when emerging gnome
Date: Fri, 10 Nov 2006 21:58:47
Message-Id: 8fcf3b560611101351i1996c2e6t591196c74387de62@mail.gmail.com
1 while trying to 'emerge gnome-doc-utils', emerge errors out with the
2 following:
3
4 xsltproc -o gnome-doc-make-C.omf ...<snipped stuff>... C/gnome-doc-make.xml
5 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1: parser error :
6 Content error in the external subset
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
8 http://www.w3.or
9 ^
10 unable to parse C/gnome-doc-make.xml
11 make: *** [gnome-doc-make-C.omf] Error 6
12
13
14 if I suspend the emerge while configure is running and change the following
15 line:
16
17 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "
18 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
19
20 to:
21
22 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "
23 http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
24
25 in the C/gnome-doc-make.xml file, when I resume it will compile that file
26 fine but then choke on the next .xml file with the same error. Can anyone
27 tell me what I need to update to get it to be able to handle the 4.4? I
28 checked my libxml2(I have version 2.6.26) and libxslt(I have version 1.1.17)
29 and they both seem to be up to date. Thanks.
30
31 Tim