Nightly builds for de 1.8

Stefan Sperling stsp at elego.de
Tue Nov 25 05:54:01 CST 2014


On Tue, Nov 25, 2014 at 07:52:02AM +0100, Jens M. Felderhoff wrote:
> I just set up the nightly build for the German version of the 1.8
> release of the book.

I suspect this is due to the build failure reported by the bot:

[[[
The svnbook build for the 'de' locale has failed.
Please investigate.

www/de/1.8/nightly-build.log
-- Svnbook Build Daemon.
]]]

Here's the content of the log (from http://svnbook.red-bean.com/de/1.8/nightly-build.log).

[[[
rm -f book/version.xml book/svn-book.html book/svn-book.xml
rm -f book/svn-book-html.tar.bz2 book/svn-book-html-chunk.tar.bz2
rm -f book/svn-book.fo book/svn-book.pdf book/svn-book.ps book/svn-book.epub book/svn-book.mobi
rm -rf book/html-chunk
xmllint --noout --valid book/book.xml
if ! test -e "../tools/xsl"; then ../tools/bin/find-xsl.py; fi
Found and linked /usr/share/xml/docbook/stylesheet/docbook-xsl
xsltproc --stringparam l10n.gentext.language de --output book/svn-book.html \
	  `[ -d stylesheets ] && echo stylesheets || echo ../tools`/html-stylesheet.xsl book/book.xml
mkdir -p __TEMPINSTALL__
if test -n "book/images/*.png"; then mkdir -p __TEMPINSTALL__/images ; fi
cp -r book/svn-book.html __TEMPINSTALL__
cp -r book/styles.css __TEMPINSTALL__
if test -n "book/images/*.png"; then cp -r book/images/*.png __TEMPINSTALL__/images ; fi
mkdir -p book/html-chunk
if test -n "book/images/*.png"; then mkdir -p book/html-chunk/images ; fi
if ! test -e "../tools/xsl"; then ../tools/bin/find-xsl.py; fi
xsltproc --stringparam l10n.gentext.language de \
           --output book/html-chunk/ \
	   `[ -d stylesheets ] && echo stylesheets || echo ../tools`/chunk-stylesheet.xsl book/book.xml
cp book/styles.css book/html-chunk
if test -n "book/images/*.png"; then cp book/images/*.png book/html-chunk/images ; fi
if test -n "book/images/*.png"; then mkdir -p __TEMPINSTALL__/images ; fi
cp -r book/html-chunk/*.html __TEMPINSTALL__
cp -r book/styles.css __TEMPINSTALL__
if test -n "book/images/*.png"; then cp -r book/images/*.png __TEMPINSTALL__/images ; fi
if ! test -e "../tools/xsl"; then ../tools/bin/find-xsl.py; fi
xsltproc --param fop.extensions 1 --stringparam paper.type A4 --stringparam l10n.gentext.language de --output book/svn-book.fo \
	  `[ -d stylesheets ] && echo stylesheets || echo ../tools`/fo-stylesheet.xsl book/book.xml
Making portrait pages on A4 paper (210mmx297mm)
../tools/bin/run-fop.sh -fo book/svn-book.fo -pdf book/svn-book.pdf
(Using '../tools/bin/../fop/fop.sh' for FOP)
../tools/bin/run-fop.sh: line 50: ../tools/bin/../fop/fop.sh: No such file or directory
make: *** [book/svn-book.pdf] Error 127
]]]

It fails to find 'fop' which needs to be manually installed on the box
doing the build, so nothing I can help with because I don't have access
there. However, perhaps if you disable the PDF build it will work until
the setup on the box is fixed:

Index: bin/build-and-deploy.conf
===================================================================
--- bin/build-and-deploy.conf	(revision 4929)
+++ bin/build-and-deploy.conf	(working copy)
@@ -42,10 +42,12 @@ formats = html, html-chunk
 [de-1.8]
 locale = de
 version = 1.8
+formats = html html-chunk
 
 [de-1.7]
 locale = de
 version = 1.7
+formats = html html-chunk
 
 [fr]
 locale = fr




More information about the svnbook-dev mailing list