From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-54565-garchives=archives.gentoo.org@gentoo.org>)
	id 1GieOd-00013P-3o
	for garchives@archives.gentoo.org; Fri, 10 Nov 2006 21:58:47 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAALt777016886;
	Fri, 10 Nov 2006 21:55:07 GMT
Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAALpNrZ015680
	for <gentoo-user@lists.gentoo.org>; Fri, 10 Nov 2006 21:51:23 GMT
Received: by nz-out-0102.google.com with SMTP id r28so389164nza
        for <gentoo-user@lists.gentoo.org>; Fri, 10 Nov 2006 13:51:23 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:to:subject:mime-version:content-type;
        b=KcmC9pJcSO4HMtUmHuTQ2BDl72VzMr7JrAXUHZuEKcf18+QqeZADt+sZ0K0zii0VnxaA3iC4C0xQs2SsEzivcq0/imaB4ecMsn5pzqzYFkUA2y5VLk/T2rb22Ye+N5UhyVuOfMBJKw/C0M+YPt4cLtxJWspvsuXrp33TVuwM1/M=
Received: by 10.64.210.7 with SMTP id i7mr3097542qbg.1163195482436;
        Fri, 10 Nov 2006 13:51:22 -0800 (PST)
Received: by 10.65.203.18 with HTTP; Fri, 10 Nov 2006 13:51:22 -0800 (PST)
Message-ID: <8fcf3b560611101351i1996c2e6t591196c74387de62@mail.gmail.com>
Date: Fri, 10 Nov 2006 13:51:22 -0800
From: "Tim Garton" <garton.tim@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] xsltproc error when emerging gnome
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/alternative; 
	boundary="----=_Part_51696_27220327.1163195482401"
X-Archives-Salt: d878293b-fa19-420d-873c-eea068d4056f
X-Archives-Hash: 604345c46d592c32e1db4e633755889f

------=_Part_51696_27220327.1163195482401
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

------=_Part_51696_27220327.1163195482401
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

while trying to 'emerge gnome-doc-utils', emerge errors out with the following:<br><br>xsltproc -o gnome-doc-make-C.omf ...&lt;snipped stuff&gt;... C/gnome-doc-make.xml<br><a href="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1">
http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd:1</a>: parser error : Content error in the external subset<br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.or">
http://www.w3.or</a><br>^<br>unable to parse C/gnome-doc-make.xml<br>make: *** [gnome-doc-make-C.omf] Error 6<br><br><br>if I suspend the emerge while configure is running and change the following line:<br><br>&lt;!DOCTYPE article PUBLIC &quot;-//OASIS//DTD DocBook XML 
V4.4//EN&quot; &quot;<a href="http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd</a>&quot;&gt;<br><br>to:<br><br>&lt;!DOCTYPE article PUBLIC &quot;-//OASIS//DTD DocBook XML 
V4.3//EN&quot; &quot;<a href="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd</a>&quot;&gt;<br><br>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.&nbsp; Can anyone tell me what I need to update to get it to be able to handle the 
4.4?&nbsp; 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.&nbsp; Thanks.<br><br>Tim<br><br>

------=_Part_51696_27220327.1163195482401--
-- 
gentoo-user@gentoo.org mailing list