Discussion:
[Python-3000-checkins] Python Regression Test Failures doc (1)
Neal Norwitz
2008-09-10 00:42:31 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/htmlwriter.py
U tools/sphinx/highlighting.py
U tools/sphinx/config.py
U tools/sphinx/latexwriter.py
Updated to revision 66358.
svn update tools/docutils
At revision 66358.
svn update tools/jinja
At revision 66358.
svn update tools/pygments
At revision 66358.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 3 source files that are out of date
updating environment: 0 added, 3 changed, 0 removed
reading sources... library/functions library/stdtypes reference/expressions
WARNING: /home/neal/python/py3k/Doc/library/stdtypes.rst:2243: duplicate canonical description name memoryview, other instance in /home/neal/python/py3k/Doc/library/functions.rst
pickling environment... done
checking consistency... done
preparing documents... done
writing output... contents library/functions Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-iAL7Tx.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-10 12:43:52 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/static/doctools.js
U tools/sphinx/static/searchtools.js
U tools/sphinx/search.py
U tools/sphinx/templates/search.html
U tools/sphinx/builder.py
Updated to revision 66361.
svn update tools/docutils
At revision 66361.
svn update tools/jinja
At revision 66361.
svn update tools/pygments
At revision 66361.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 383 source files that are out of date
updating environment: 0 added, 1 changed, 0 removed
reading sources... library/stdtypes
pickling environment... done
checking consistency... done
preparing documents... done
writing output... about bugs c-api/abstract c-api/allocation c-api/arg c-api/bool c-api/buffer c-api/bytearray c-api/bytes c-api/cell 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/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/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 Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-9RYPOT.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-11 00:42:03 UTC
Permalink
svn update tools/sphinx
At revision 66382.
svn update tools/docutils
At revision 66382.
svn update tools/jinja
At revision 66382.
svn update tools/pygments
At revision 66382.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 4 changed, 0 removed
reading sources... library/functions library/stdtypes library/unicodedata using/mac
pickling environment... done
checking consistency... done
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-SOzaXv.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-11 12:40:45 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/texinputs/Makefile
Updated to revision 66386.
svn update tools/docutils
At revision 66386.
svn update tools/jinja
At revision 66386.
svn update tools/pygments
At revision 66386.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-KmmjAG.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-12 00:43:14 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/quickstart.py
U tools/sphinx/environment.py
U tools/sphinx/highlighting.py
U tools/sphinx/templates/defindex.html
U tools/sphinx/locale/sphinx.pot
U tools/sphinx/ext/__init__.py
U tools/sphinx/latexwriter.py
U tools/sphinx/util/_json.py
U tools/sphinx/util/json.py
Updated to revision 66400.
svn update tools/docutils
At revision 66400.
svn update tools/jinja
At revision 66400.
svn update tools/pygments
At revision 66400.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 383 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... about bugs c-api/abstract c-api/allocation c-api/arg c-api/bool c-api/buffer c-api/bytearray c-api/bytes c-api/cell 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/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/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 Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-BfXLhM.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Benjamin Peterson
2008-09-12 02:18:31 UTC
Permalink
Post by Neal Norwitz
svn update tools/sphinx
U tools/sphinx/quickstart.py
U tools/sphinx/environment.py
U tools/sphinx/highlighting.py
U tools/sphinx/templates/defindex.html
U tools/sphinx/locale/sphinx.pot
U tools/sphinx/ext/__init__.py
U tools/sphinx/latexwriter.py
U tools/sphinx/util/_json.py
U tools/sphinx/util/json.py
Updated to revision 66400.
svn update tools/docutils
At revision 66400.
svn update tools/jinja
At revision 66400.
svn update tools/pygments
At revision 66400.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 383 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-BfXLhM.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
You need to run make clean.
--
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
Neal Norwitz
2008-09-12 03:58:11 UTC
Permalink
On Thu, Sep 11, 2008 at 7:18 PM, Benjamin Peterson
Post by Benjamin Peterson
Post by Neal Norwitz
svn update tools/sphinx
U tools/sphinx/quickstart.py
U tools/sphinx/environment.py
U tools/sphinx/highlighting.py
U tools/sphinx/templates/defindex.html
U tools/sphinx/locale/sphinx.pot
U tools/sphinx/ext/__init__.py
U tools/sphinx/latexwriter.py
U tools/sphinx/util/_json.py
U tools/sphinx/util/json.py
Updated to revision 66400.
svn update tools/docutils
At revision 66400.
svn update tools/jinja
At revision 66400.
svn update tools/pygments
At revision 66400.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 383 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-BfXLhM.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
You need to run make clean.
After a make clean, the same problem persists. Full traceback is below.

n
--
Traceback (most recent call last):
File "/home/neal/python/py3k/Doc/tools/sphinx/__init__.py", line 128, in main
app.build(all_files, filenames)
File "/home/neal/python/py3k/Doc/tools/sphinx/application.py", line 122, in bu
ild
self.builder.build_update()
File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 242, in build_
update
'out of date' % len(to_build))
File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 282, in build
self.write(docnames, updated_docnames, method)
File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 319, in write
self.write_doc(docname, doctree)
File "/home/neal/python/py3k/Doc/tools/sphinx/builder.py", line 510, in write_
doc
self.docwriter.write(doctree, destination)
File "/home/neal/python/py3k/Doc/tools/docutils/writers/__init__.py", line 78,
in write
self.translate()
File "/home/neal/python/py3k/Doc/tools/sphinx/htmlwriter.py", line 32, in tran
slate
self.document.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 159, in walkab
out
child.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 159, in walkab
out
child.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 159, in walkab
out
child.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 159, in walkab
out
child.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 159, in walkab
out
child.walkabout(visitor)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 151, in walkab
out
visitor.dispatch_visit(self)
File "/home/neal/python/py3k/Doc/tools/docutils/nodes.py", line 1502, in dispa
tch_visit
return method(node)
File "/home/neal/python/py3k/Doc/tools/sphinx/htmlwriter.py", line 191, in vis
it_literal_block
lang, linenos))
File "/home/neal/python/py3k/Doc/tools/sphinx/highlighting.py", line 164, in h
ighlight_block
lexer = lexers[lang] = get_lexer_by_name(lang)
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83,
in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
Georg Brandl
2008-09-12 10:19:35 UTC
Permalink
Post by Neal Norwitz
On Thu, Sep 11, 2008 at 7:18 PM, Benjamin Peterson
Post by Benjamin Peterson
Post by Neal Norwitz
svn update tools/sphinx
U tools/sphinx/quickstart.py
U tools/sphinx/environment.py
U tools/sphinx/highlighting.py
U tools/sphinx/templates/defindex.html
U tools/sphinx/locale/sphinx.pot
U tools/sphinx/ext/__init__.py
U tools/sphinx/latexwriter.py
U tools/sphinx/util/_json.py
U tools/sphinx/util/json.py
Updated to revision 66400.
svn update tools/docutils
At revision 66400.
svn update tools/jinja
At revision 66400.
svn update tools/pygments
At revision 66400.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 383 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... about bugs c-api/abstract c-api/allocation c-api/arg c-api/bool c-api/buffer c-api/bytearray c-api/bytes c-api/cell 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/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/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 Exception occurred
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-BfXLhM.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
You need to run make clean.
After a make clean, the same problem persists. Full traceback is below.
Then some other version of Pygments is installed that sneaks into sys.path
before the tools/pygments one.

Georg
--
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.
Neal Norwitz
2008-09-12 12:40:46 UTC
Permalink
svn update tools/sphinx
At revision 66400.
svn update tools/docutils
At revision 66400.
svn update tools/jinja
At revision 66400.
svn update tools/pygments
At revision 66400.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-MNkc8p.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-13 00:40:41 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/highlighting.py
U tools/sphinx/config.py
U tools/sphinx/ext/autodoc.py
U tools/sphinx/latexwriter.py
U tools/sphinx/texinputs/howto.cls
U tools/sphinx/texinputs/sphinx.sty
U tools/sphinx/texinputs/manual.cls
Updated to revision 66421.
svn update tools/docutils
At revision 66421.
svn update tools/jinja
At revision 66421.
svn update tools/pygments
At revision 66421.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-SAwe4w.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-13 12:40:39 UTC
Permalink
svn update tools/sphinx
U tools/sphinx/ext/coverage.py
Updated to revision 66444.
svn update tools/docutils
At revision 66444.
svn update tools/jinja
At revision 66444.
svn update tools/pygments
At revision 66444.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-wLq7lr.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-14 00:44:13 UTC
Permalink
svn update tools/sphinx
At revision 66458.
svn update tools/docutils
At revision 66458.
svn update tools/jinja
At revision 66458.
svn update tools/pygments
At revision 66458.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 35 changed, 0 removed
reading sources... distutils/apiref distutils/builtdist distutils/commandref distutils/setupscript extending/embedding howto/sockets howto/unicode library/binhex library/idle library/imp library/index library/macpath library/multiprocessing library/os library/os.path library/plistlib library/shutil library/signal library/stdtypes library/string library/subprocess library/sys library/time library/tkinter library/webbrowser reference/index reference/lexical_analysis tutorial/appetite tutorial/classes tutorial/controlflow tutorial/datastructures tutorial/index tutorial/interpreter tutorial/introduction using/cmdline
pickling environment... done
checking consistency... done
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-XagMfY.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-14 12:40:40 UTC
Permalink
svn update tools/sphinx
At revision 66458.
svn update tools/docutils
At revision 66458.
svn update tools/jinja
At revision 66458.
svn update tools/pygments
At revision 66458.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-4eYLS3.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Neal Norwitz
2008-09-15 00:40:37 UTC
Permalink
svn update tools/sphinx
At revision 66462.
svn update tools/docutils
At revision 66462.
svn update tools/jinja
At revision 66462.
svn update tools/pygments
At revision 66462.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
writing output... contents distutils/apiref Exception occurred:
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
The full traceback has been saved in /tmp/sphinx-err-m-OQQA.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 sphinx-dev at googlegroups.com. Thanks!
make: *** [build] Error 1
Benjamin Peterson
2008-09-15 01:29:06 UTC
Permalink
Post by Neal Norwitz
svn update tools/sphinx
At revision 66462.
svn update tools/docutils
At revision 66462.
svn update tools/jinja
At revision 66462.
svn update tools/pygments
At revision 66462.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
Run "rm -r tools/pygments"
--
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."
Neal Norwitz
2008-09-15 20:55:20 UTC
Permalink
On Sun, Sep 14, 2008 at 6:29 PM, Benjamin Peterson
Post by Benjamin Peterson
Post by Neal Norwitz
svn update tools/sphinx
At revision 66462.
svn update tools/docutils
At revision 66462.
svn update tools/jinja
At revision 66462.
svn update tools/pygments
At revision 66462.
mkdir -p build/html build/doctrees
python2.5 tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size= . build/html
Sphinx v0.5, building html
loading pickled environment... done
building [html]: targets for 326 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
preparing documents... done
File "/home/neal/python/py3k/Doc/tools/pygments/lexers/__init__.py", line 83, in get_lexer_by_name
raise ClassNotFound('no lexer for alias %r found' % _alias)
ClassNotFound: no lexer for alias 'python3' found
Run "rm -r tools/pygments"
It looks like that did the trick. I haven't seen any more errors
since removing.

n

Loading...