Re: [Boost-docs] [config] Doc build failing

Subject: Re: [Boost-docs] [config] Doc build failing
From: Beman Dawes (bdawes_at_[hidden])
Date: 2009-02-21 12:01:37


On Sat, Feb 21, 2009 at 5:53 AM, John Maddock <john_at_[hidden]> wrote:
>> On the current trunk, running on Win XP-64, I can no longer build
>> libs/config/doc. See below.
>>
>> Any ideas?
>
> Works for me here: there haven't been any recent changes to the config docs
> either.
>
> Based on the error messages, it looks to me as if the path to the DocBook
> DTD and/or XSL stylesheets may be incorrect - has this changed in your
> user-config.jam recently?

No user-config.jam changes in a long time. The paths are given as:

using xsltproc ;

# BoostBook configuration
using boostbook
  : c:/cygwin/usr/share/docbook-xsl
  : c:/cygwin/usr/share/xml/docbook/4.2
  ;

Those paths both exist.

> Whatever, try going into the bin.v2 directory and deleting
> boostbook_catalog.xml and then the bin.v2/libs/config directory, then do a
>
> bjam -a
>
> and hope that fixes things :-)

Nope, same problem.

After running bjam -a, I ran bjam -d2 to isolate the problem. See below.

--Beman

...patience...
...found 1288 targets...
...updating 2 targets...
xslt-xsltproc ..\..\..\bin.v2\libs\config\doc\msvc-9.0express\debug\threading-multi\config.docbook

    set XML_CATALOG_FILES=..\..\..\bin.v2/boostbook_catalog.xml
 "xsltproc" --stringparam admon.graphics "1" --stringparam
boost.libraries "../../../../libs/libraries.htm" --stringparam
boost.root "../../../.." --stringparam chunk.section.depth "1"
--stringparam html.stylesheet "../../../../doc/html/boostbook.css"
--stringparam navig.graphics "1" --stringparam toc.max.depth "2"
--stringparam toc.section.depth "2" --xinclude -o
"..\..\..\bin.v2\libs\config\doc\msvc-9.0express\debug\threading-multi\config.docbook"
"C:\boost\trunk\tools\boostbook\xsl\docbook.xsl"
"..\..\..\bin.v2\libs\config\doc\msvc-9.0express\debug\threading-multi\config.xml"

warning: failed to load external entity "reference.xsl"
compilation error: file
C%3A%5Cboost%5Ctrunk%5Ctools%5Cboostbook%5Cxsl%5Cdocbook.xsl line 13
element include
xsl:include : unable to load reference.xsl
...failed xslt-xsltproc
..\..\..\bin.v2\libs\config\doc\msvc-9.0express\debug\threading-multi\config.docbook...
...skipped <phtml>standalone_HTML.manifest for lack of
<p..\..\..\bin.v2\libs\config\doc\msvc-9.0express\debug\threading-multi>config.docbook...
...failed updating 1 target...
...skipped 1 target...


This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC