Building boostbook from cvs fails lately.
I've been unable to build the boostbook documentation from the cvs sources for some time now. It used to work, but lately I get the errors below. The 'using docbook' paths in ~/user-config.jam are are correct, and were added using 'tools/boostbook/setup_boostbook.sh'. I tried 'rm ../bin.v2/doc/gcc-3.2/debug/catalog.xml' but it didn't help. I rebuilt bjam from todays cvs sources but that didnt help either. % bjam --v2 site-config.jam: No such file or directory Building Boost.Regex with the optional Unicode/ICU support disabled. Please refer to the Boost.Regex documentation for more information (and if you don't know what ICU is then you probably don't need it). warning: Python location is not configured warning: the Boost.Python library won't be built ...patience... ...found 993 targets... ...updating 3 targets... xslt-xsltproc ../bin.v2/doc/gcc-3.2/debug/boost.docbook warning: failed to load external entity "src/hash.xml" XInclude: could not load src/hash.xml, and no fallback was found warning: failed to load external entity "src/static_assert.xml" XInclude: could not load src/static_assert.xml, and no fallback was found warning: failed to load external entity "src/type_traits.xml" XInclude: could not load src/type_traits.xml, and no fallback was found ../tools/build/v2/doc/src/install.xml:11: error: xmlParseEntityRef: expecting ';' url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i ^ ../tools/build/v2/doc/src/install.xml:21: error: xmlParseEntityRef: expecting ';' ulink url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i ^ ../tools/build/v2/doc/src/install.xml:37: error: xmlParseEntityRef: expecting ';' ulink url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i ^ ../tools/build/v2/doc/src/install.xml:42: error: xmlParseEntityRef: expecting ';' url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i ^ XInclude: could not load ../tools/build/v2/doc/src/install.xml, and no fallback was found Cannot find function named 'checked_delete' Cannot find function named 'checked_array_delete' Cannot find function named 'next' Cannot find function named 'prior' Cannot find function named 'checked_delete' Cannot find function named 'checked_array_delete' Cannot find function named 'next' Cannot find function named 'prior' Cannot find function named 'checked_delete' Cannot find function named 'checked_array_delete' Cannot find function named 'next' Cannot find function named 'prior' Cannot find function named 'checked_delete' Cannot find function named 'checked_array_delete' Cannot find function named 'next' Cannot find function named 'prior' runtime error: file /misc/hdb1/boost_cvs/tools/boostbook/xsl/docbook.xsl line 312 element element xsl:element : no namespace bound to prefix xi runtime error: file /misc/hdb1/boost_cvs/tools/boostbook/xsl/docbook.xsl line 312 element element [ lots more like that deleted ] error: file src/boost.xml xsltRunStylesheet : run failed XML_CATALOG_FILES=../bin.v2/doc/gcc-3.2/debug/catalog.xml export XML_CATALOG_FILES "/usr/bin/xsltproc" --stringparam boost.libraries ../../libs/libraries.htm --path ../bin.v2/libs/functional -path ../bin.v2/libs/type_traits/doc/gcc-3.2/debug --xinclude -o "../bin.v2/doc/gcc-3.2/debug/boost.docbook" ...failed xslt-xsltproc ../bin.v2/doc/gcc-3.2/debug/boost.docbook... ...skipped <phtml>HTML.manifest for lack of
Peter Whaite wrote:
I've been unable to build the boostbook documentation from the cvs sources for some time now. It used to work, but lately I get the errors below. The 'using docbook' paths in ~/user-config.jam are are correct, and were added using 'tools/boostbook/setup_boostbook.sh'. I tried 'rm ../bin.v2/doc/gcc-3.2/debug/catalog.xml' but it didn't help. I rebuilt bjam from todays cvs sources but that didnt help either. ... XInclude: could not load src/type_traits.xml, and no fallback was found ../tools/build/v2/doc/src/install.xml:11: error: xmlParseEntityRef: expecting ';'
url="http://sourceforge.net/project/showfiles.php?group_id=7586&package_i Well, that's unquoted '&' character in XML source. Fixed now, thanks for the report! - Volodya
participants (2)
-
Peter Whaite
-
Vladimir Prus