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 09:45:19 +0100 Message-ID: <4CEB7F1F.809@drmicha.warpmail.net> References: <1290458128.29678.23.camel@drew-northup.unet.maine.edu> <1290461070.5468.5.camel@drew-northup.unet.maine.edu> 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 09:47:44 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 1PKoXP-00030o-JS for gcvg-git-2@lo.gmane.org; Tue, 23 Nov 2010 09:47:43 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751612Ab0KWIr1 (ORCPT ); Tue, 23 Nov 2010 03:47:27 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:59978 "EHLO out2.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354Ab0KWIr0 (ORCPT ); Tue, 23 Nov 2010 03:47:26 -0500 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id C2FC417A0; Tue, 23 Nov 2010 03:47:25 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Tue, 23 Nov 2010 03:47:25 -0500 X-Sasl-enc: d3281JpPmZ5aVwpHvzCQYlH880gk/dFacYczH8D6GSnc 1290502045 Received: from localhost.localdomain (whitehead.math.tu-clausthal.de [139.174.44.12]) by mail.messagingengine.com (Postfix) with ESMTPSA id 2EBA95E8B37; Tue, 23 Nov 2010 03:47:25 -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 08:50: > Drew Northup writes: > > [...] > >> Supposedly docbook-dtds-1.0-53.fc14 contains the files needed. I would >> check to make sure that your /usr/share/sgml/docbook/xmlcatalog file is >> correct. If it is it will contain a line an awful lot like the >> following: >> > > It doesn't seem so: > > $ cat /usr/share/sgml/docbook/xmlcatalog > > > > > This file belongs to xml-common-0.6.3-33.fc14.noarch which sounds pretty > uptodate for a Fedora distribution. > > Here's a list of some packages installed on my system that might be > relevant: > > asciidoc-8.4.5-5.fc14.noarch > docbook-utils-0.6.14-26.fc14.noarch > docbook-style-xsl-1.75.2-6.fc14.noarch > docbook-style-dsssl-1.79-11.fc14.noarch > docbook-dtds-1.0-53.fc14.noarch > xml-commons-resolver-1.2-4.fc14.noarch > xmlto-0.0.23-3.fc13.x86_64 > xmltex-20020625-16.fc13.noarch > libxml2-devel-2.7.7-2.fc14.x86_64 > libxml2-python-2.7.7-2.fc14.x86_64 > libxml++-2.30.1-1.fc14.x86_64 > libxml2-2.7.7-2.fc14.i686 > libxml++-2.30.1-1.fc14.i686 > xml-common-0.6.3-33.fc14.noarch > xml-commons-apis-1.4.01-1.fc13.noarch > I have no problems building the doc on F14 with ASCIIDOC8=y ASCIIDOC_NO_ROFF=y DOCBOOK2X_TEXI=db2x_docbook2texi in my config.mak (besides other stuff), with these versions: asciidoc-8.4.5-5.fc14.noarch docbook2X-0.8.8-7.fc14.x86_64 docbook-dtds-1.0-53.fc14.noarch docbook-style-dsssl-1.79-11.fc14.noarch docbook-style-xsl-1.75.2-6.fc14.noarch docbook-utils-0.6.14-26.fc14.noarch libxml2-2.7.7-2.fc14.x86_64 libxml++-2.32.0-1.fc14.x86_64 libxml2-python-2.7.7-2.fc14.x86_64 python-lxml-2.2.8-1.fc14.x86_64 xml-common-0.6.3-33.fc14.noarch xmlto-0.0.23-3.fc13.x86_64 (libxml is irrelevant) Are you sure you have no other xmlto (type -a xmlto) and no tinkering with the default style sheet config? Michael