validate fails

Manuel M T Chakravarty chak at cse.unsw.edu.au
Fri May 8 22:16:38 EDT 2009


Ian Lynagh:
> On Tue, May 05, 2009 at 10:05:54AM +1000, Manuel M T Chakravarty  
> wrote:
>>
>>   Building DocBook documentation : no
>>
>> So, I think, it shouldn't build docs at all
>
> It should not do so now. Let me know if you still have problems.

Unfortunately, it still seems to fail with the same error.  I assume  
that this is the patch that was supposed to fix it:

Fri May  8 10:06:03 EST 2009  Ian Lynagh <igloo at earth.li>
   * Handle deciding what docs to build better
   Now we have variables for whether or not to build the docbook docs as
   HTML, as PS, and as PDF. The configure script output now matches what
   the build system will do (except it cannot take account of any
   mk/build.mk settings, of course).

I double checked that this is in the tree.

Manuel

-=-

for dir in libraries/base/dist-install/build/./ libraries/base/dist- 
install/build/Control/ libraries/base/dist-install/build/Control/ 
Concurrent/ libraries/base/dist-install/build/Control/Exception/  
libraries/base/dist-install/build/Control/Monad/ libraries/base/dist- 
install/build/Control/Monad/ST/ libraries/base/dist-install/build/ 
Data/ libraries/base/dist-install/build/Data/STRef/ libraries/base/ 
dist-install/build/Debug/ libraries/base/dist-install/build/Foreign/  
libraries/base/dist-install/build/Foreign/C/ libraries/base/dist- 
install/build/Foreign/Marshal/ libraries/base/dist-install/build/GHC/  
libraries/base/dist-install/build/System/ libraries/base/dist-install/ 
build/System/Console/ libraries/base/dist-install/build/System/IO/  
libraries/base/dist-install/build/System/Mem/ libraries/base/dist- 
install/build/System/Posix/ libraries/base/dist-install/build/Text/  
libraries/base/dist-install/build/Text/ParserCombinators/ libraries/ 
base/dist-install/build/Text/Read/ libraries/base/dist-install/build/ 
Text/Show/ libraries/base/dist-install/build/Unsafe/; do if test ! -d  
$dir; then mkdir -p $dir; fi done
rm -f -r docs/users_guide/users_guide/
rm -f -r libraries/Cabal/doc/Cabal/
/usr/bin/xsltproc --stringparam base.dir docs/users_guide/users_guide/  
--stringparam use.id.as.filename 1 --stringparam html.stylesheet  
fptools.css --stringparam toc.section.depth 3 --stringparam  
section.autolabel 1 --stringparam  
section.label.includes.component.label 1  /html/chunk.xsl docs/ 
users_guide/users_guide.xml
/usr/bin/xsltproc --stringparam base.dir libraries/Cabal/doc/Cabal/ -- 
stringparam use.id.as.filename 1 --stringparam html.stylesheet  
fptools.css --stringparam toc.section.depth 3 --stringparam  
section.autolabel 1 --stringparam  
section.label.includes.component.label 1  /html/chunk.xsl libraries/ 
Cabal/doc/Cabal.xml
warning: failed to load external entity "/html/chunk.xsl"
cannot parse /html/chunk.xsl
warning: failed to load external entity "/html/chunk.xsl"
cannot parse /html/chunk.xsl
make[1]: *** [docs/users_guide/users_guide/index.html] Error 4
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [libraries/Cabal/doc/Cabal/index.html] Error 4
make: *** [all] Error 2



More information about the Cvs-ghc mailing list