From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael J Gruber Subject: Re: Can't build doc anymore (v1.7.3.2) Date: Tue, 23 Nov 2010 11:01:45 +0100 Message-ID: <4CEB9109.4000008@drmicha.warpmail.net> References: <1290458128.29678.23.camel@drew-northup.unet.maine.edu> <1290461070.5468.5.camel@drew-northup.unet.maine.edu> <4CEB7F1F.809@drmicha.warpmail.net> <4CEB8774.7050504@drmicha.warpmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Drew Northup , git@vger.kernel.org To: Francis Moreau X-From: git-owner@vger.kernel.org Tue Nov 23 11:04:00 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PKpjC-0004NF-VD for gcvg-git-2@lo.gmane.org; Tue, 23 Nov 2010 11:03:59 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752813Ab0KWKDx (ORCPT ); Tue, 23 Nov 2010 05:03:53 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:48529 "EHLO out2.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751572Ab0KWKDw (ORCPT ); Tue, 23 Nov 2010 05:03:52 -0500 Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 5257B182E; Tue, 23 Nov 2010 05:03:52 -0500 (EST) Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 23 Nov 2010 05:03:52 -0500 X-Sasl-enc: md6sghLf6O227jjUEOppo3oIpRKWMMWnK8RQhWhGDktN 1290506632 Received: from localhost.localdomain (whitehead.math.tu-clausthal.de [139.174.44.12]) by mail.messagingengine.com (Postfix) with ESMTPSA id B35EF4034ED; Tue, 23 Nov 2010 05:03:51 -0500 (EST) User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.6 In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Francis Moreau venit, vidit, dixit 23.11.2010 10:32: > Michael J Gruber writes: > > [...] > >> >> That's what they all say ;) >> > > But they were all drunk ;) > >> >> How successful is: >> >> make XMLTO_EXTRA="--skip-validation" doc >> > > still failing: > > $ make prefix=/usr/local NO_CURL=1 ASCIIDOC8=y DOCBOOK2X_TEXI=db2x_docbook2texi ASCIIDOC_NO_ROFF=y XMLTO_EXTRA="--skip-validation" V=1 doc > make -C Documentation all > make[1]: Entering directory `/home/fmoreau/git/Documentation' > make -C ../ GIT-VERSION-FILE > make[2]: Entering directory `/home/fmoreau/git' > make[2]: `GIT-VERSION-FILE' is up to date. > make[2]: Leaving directory `/home/fmoreau/git' > rm -f git-fetch.1 && \ > xmlto -m manpage-normal.xsl --skip-validation man git-fetch.xml > I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" > compilation error: file /tmp/xmlto-xsl.A7kzn5 line 4 element import > xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl > make[1]: *** [git-fetch.1] Error 1 > make[1]: Leaving directory `/home/fmoreau/git/Documentation' > make: *** [doc] Error 2 This is weird for several reasons. Can you wget or curl these files? Besides, I can build the doc even without network access, even though my /tmp/xmlto... has the same import statement. Can you check with which options your xmlto calls your xsltproc? Mine has "--nonet". Do you have libxslt-1.1.26-3.fc14.x86_64, and is your xsltproc the one from that package? Michael