← Back to team overview

openerp-doc team mailing list archive

doc.openerp.com: error when building trunk doc.

 

An error has occured when building the documentation.

Fri Oct 12 12:20:08 CEST 2012
/bin/sh: line 0: pushd: web/doc: No such file or directory
cp: cannot stat `_build/dirhtml/': No such file or directory
/bin/sh: line 0: popd: directory stack empty
make: *** [html] Error 1
Fri Oct 12 12:20:08 CEST 2012
pushd server ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/server /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
pushd web ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/web /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
pushd command ; bzr pull -q ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/command /home/www/doc.openerp.com/openerp-doc-trunk
/home/www/doc.openerp.com/openerp-doc-trunk
# Create global developers tree
pushd developers ; python generate.py --server ../server --web ../web --command ../command --output .././build/html/developers ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/developers /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/developers'
rm -rf _build/*
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/developers'
Running Sphinx v1.0.1
loading pickled environment... not yet created
loading intersphinx inventory from http://docs.python.org/objects.inv...
building [dirhtml]: targets for 14 source files that are out of date
updating environment: 14 added, 0 changed, 0 removed
reading sources... [  7%] command/index
reading sources... [ 14%] command/openerp-command
reading sources... [ 21%] index
reading sources... [ 28%] installation
reading sources... [ 35%] overview
reading sources... [ 42%] server/api/core
reading sources... [ 50%] server/api/field_level_acl
reading sources... [ 57%] server/api/font_style
reading sources... [ 64%] server/api/models
reading sources... [ 71%] server/api/need_action_specs
reading sources... [ 78%] server/api/startup
reading sources... [ 85%] server/api/user_img_specs
reading sources... [ 92%] server/import
reading sources... [100%] server/test-framework

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [  7%] command/index
writing output... [ 14%] command/openerp-command
writing output... [ 21%] index
writing output... [ 28%] installation
writing output... [ 35%] overview
writing output... [ 42%] server/api/core
writing output... [ 50%] server/api/field_level_acl
writing output... [ 57%] server/api/font_style
writing output... [ 64%] server/api/models
writing output... [ 71%] server/api/need_action_specs
writing output... [ 78%] server/api/startup
writing output... [ 85%] server/api/user_img_specs
writing output... [ 92%] server/import
writing output... [100%] server/test-framework

writing additional files... (1 module code pages) _modules/index
 genindex py-modindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 10 warnings.
/home/www/doc.openerp.com/openerp-doc-trunk
# Override globally-generated server, web, and command directories
rm -rf ./build/html/developers/{server,web,command}
pushd server/doc  ; make clean dirhtml ;                              cp -r _build/dirhtml/ ../.././build/html/developers/server  ; popd
/home/www/doc.openerp.com/openerp-doc-trunk/server/doc /home/www/doc.openerp.com/openerp-doc-trunk
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk/server/doc'
rm -rf _build/*
sphinx-build -b dirhtml -d _build/doctrees  -q . _build/dirhtml
sed -i '/-99999/d' _build/dirhtml/_static/flasky.css

Build finished. The HTML pages are in _build/dirhtml.
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk/server/doc'
/home/www/doc.openerp.com/openerp-doc-trunk
pushd web/doc     ; make clean dirhtml ; rm -rf ../../_web_html     ; cp -r _build/dirhtml/ ../.././build/html/developers/web     ; popd
make[1]: Entering directory `/home/www/doc.openerp.com/openerp-doc-trunk'
rm -rf ./build/html
mkdir -p ./build/html
make[1]: Nothing to be done for `dirhtml'.
make[1]: Leaving directory `/home/www/doc.openerp.com/openerp-doc-trunk'
/home/www/doc.openerp.com/www-trunk-rev24 OK
Error 1 -> Sending email
------------------------------------------------------------
revno: 24
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Wed 2012-08-22 11:19:35 +0200
message:
  [FIX] typo: missing white space.
------------------------------------------------------------
revno: 23
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Tue 2012-08-21 18:16:35 +0200
message:
  [FIX] forgot to pull the command repository.
------------------------------------------------------------
revno: 22
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Tue 2012-08-21 18:06:01 +0200
message:
  [IMP] added support for the openerp-command documentation.
------------------------------------------------------------
revno: 21
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: trunk
timestamp: Wed 2012-06-27 18:39:47 +0200
message:
  [IMP] make bzr pull quiet, to avoid detecting spurious build errors
------------------------------------------------------------
revno: 20
committer: Olivier Dony <odo@xxxxxxxxxxx>
branch nick: openerp-doc-trunk
timestamp: Wed 2012-06-27 10:44:08 +0200
message:
  [IMP] Change build script to conform to sphinx-like Makefile
  
  Also added empty i18n directory to simulate their
  availability, even if we do not plan to translate the
  technical documentation
------------------------------------------------------------
revno: 19
committer: Openerp Online <online@xxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2012-03-05 17:45:16 +0100
message:
  [DOC] change v6.1 reference to trunk.
------------------------------------------------------------
revno: 18
committer: Openerp Online <online@xxxxxxxxxxx>
branch nick: trunk
timestamp: Mon 2012-03-05 15:46:17 +0100
message:
  [IMP] suffix filenames with trunk (to differentiate from 6.1).
------------------------------------------------------------
revno: 17
committer: Openerp Online <online@xxxxxxxxxxx>
branch nick: doc
timestamp: Mon 2012-03-05 15:25:57 +0100
message:
  [IMP] added /server/test-framework in TOC.
------------------------------------------------------------
revno: 16
committer: Openerp Online <online@xxxxxxxxxxx>
branch nick: doc
timestamp: Mon 2012-03-05 14:07:32 +0100
message:
  [IMP] removed TOC (which was a proof-of-concept).
------------------------------------------------------------
revno: 15
committer: Openerp Online <online@xxxxxxxxxxx>
branch nick: doc
timestamp: Mon 2012-03-05 13:41:20 +0100
message:
  [IMP] update paths as the web doc has no longer a source/ directory.