[Python-checkins] Python Regression Test Failures doc (1)

Neal Norwitz nnorwitz at gmail.com
Sat Mar 22 23:20:28 CET 2008


svn update tools/sphinx
U    tools/sphinx/quickstart.py
U    tools/sphinx/environment.py
U    tools/sphinx/ext/autodoc.py
U    tools/sphinx/ext/doctest.py
U    tools/sphinx/builder.py

Fetching external item into 'tools/sphinx/jinja'
Updated external to revision 61768.

Updated to revision 61768.
svn update tools/docutils
At revision 61768.
svn update tools/pygments
At revision 61768.
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Sphinx v0.1.61611, building html
trying to load pickled env... done
building [html]: targets for 6 source files that are out of date
updating environment: [config changed] 440 added, 0 changed, 0 removed
reading... about bugs c-api/abstract c-api/allocation c-api/arg c-api/bool c-api/buffer c-api/cell c-api/class c-api/cobject c-api/complex c-api/concrete c-api/conversion c-api/datetime c-api/descriptor c-api/dict c-api/exceptions c-api/file c-api/float c-api/function c-api/gcsupport c-api/gen c-api/import c-api/index c-api/init c-api/int c-api/intro c-api/iter c-api/iterator c-api/list c-api/long c-api/mapping c-api/marshal c-api/memory c-api/method c-api/module c-api/none c-api/number c-api/objbuffer c-api/object c-api/objimpl c-api/refcounting c-api/reflection c-api/sequence c-api/set c-api/slice c-api/string c-api/structures c-api/sys c-api/tuple c-api/type c-api/typeobj c-api/unicode c-api/utilities c-api/veryhigh c-api/weakref contents copyright distutils/apiref distutils/builtdist distutils/commandref distutils/configfile distutils/examples distutils/extending distutils/index distutils/introduction distutils/packageindex distutils/setupscript distutils/sourcedist distutils/uploading documenting/fromlatex documenting/index documenting/intro documenting/markup documenting/rest documenting/sphinx documenting/style extending/building extending/embedding extending/extending Exception occurred:
  File "/home/neal/local/lib/python2.5/bdb.py", line 67, in dispatch_line
    if self.quitting: raise BdbQuit
BdbQuit
The full traceback has been saved in /tmp/sphinx-err-HWfSXT.log, if you want to report the issue to the author.
Please also report this if it was a user error, so that a better error message can be provided next time.
Send reports to georg at python.org. Thanks!
> /home/neal/python/trunk/Doc/tools/sphinx/environment.py(151)apply()
-> node.parent[idx+1].parent = None
(Pdb) 
make: *** [build] Error 1


More information about the Python-checkins mailing list