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

Neal Norwitz nnorwitz at gmail.com
Sun Nov 23 07:29:00 CET 2008


rm -rf dist
mkdir -p dist
# archive the HTML
make html
make[1]: Entering directory `/home/neal/python/r26/Doc'
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . build/html 
Sphinx v0.5 (hg), building html
loading pickled environment... done
building [html]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
no targets are out of date.

Build finished. The HTML pages are in build/html.
make[1]: Leaving directory `/home/neal/python/r26/Doc'
cp -pPR build/html dist/python-docs-html
tar -C dist -cf dist/python-docs-html.tar python-docs-html
bzip2 -9 -k dist/python-docs-html.tar
(cd dist; zip -q -r -9 python-docs-html.zip python-docs-html)
rm -r dist/python-docs-html
rm dist/python-docs-html.tar
# archive the text build
make text
make[1]: Entering directory `/home/neal/python/r26/Doc'
mkdir -p build/text build/doctrees
python tools/sphinx-build.py -b text -d build/doctrees -D latex_paper_size=  . build/text 
Sphinx v0.5 (hg), building text
loading pickled environment... done
building [text]: targets for 0 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
no targets are out of date.

Build finished; the text files are in build/text.
make[1]: Leaving directory `/home/neal/python/r26/Doc'
cp -pPR build/text dist/python-docs-text
tar -C dist -cf dist/python-docs-text.tar python-docs-text
bzip2 -9 -k dist/python-docs-text.tar
(cd dist; zip -q -r -9 python-docs-text.zip python-docs-text)
rm -r dist/python-docs-text
rm dist/python-docs-text.tar
# archive the A4 latex
rm -r build/latex
make latex PAPER=a4
make[1]: Entering directory `/home/neal/python/r26/Doc'
mkdir -p build/latex build/doctrees
python tools/sphinx-build.py -b latex -d build/doctrees -D latex_paper_size=a4  . build/latex 
Sphinx v0.5 (hg), building latex
loading pickled environment... done
building [latex]: all documents
updating environment: 0 added, 0 changed, 0 removed
processing c-api.tex... c-api/index c-api/intro c-api/veryhigh c-api/refcounting c-api/exceptions c-api/utilities c-api/sys c-api/import c-api/marshal c-api/arg c-api/conversion c-api/reflection c-api/abstract c-api/object c-api/number c-api/sequence c-api/mapping c-api/iter c-api/objbuffer c-api/concrete c-api/type c-api/none c-api/int c-api/bool c-api/long c-api/float c-api/complex c-api/bytearray c-api/string c-api/unicode c-api/buffer c-api/tuple c-api/list c-api/dict c-api/class c-api/function c-api/method c-api/file c-api/module c-api/iterator c-api/descriptor c-api/slice c-api/weakref c-api/cobject c-api/cell c-api/gen c-api/datetime c-api/set c-api/init c-api/memory c-api/objimpl c-api/allocation c-api/structures c-api/typeobj c-api/gcsupport 
resolving references...
writing... done
processing distutils.tex... distutils/index distutils/introduction distutils/setupscript distutils/configfile distutils/sourcedist distutils/builtdist distutils/packageindex distutils/uploading distutils/examples distutils/extending distutils/commandref distutils/apiref 
resolving references...
writing... done
processing documenting.tex... documenting/index documenting/intro documenting/style documenting/rest documenting/markup documenting/fromlatex documenting/sphinx 
resolving references...
writing... done
processing extending.tex... extending/index extending/extending extending/newtypes extending/building extending/windows extending/embedding 
resolving references...
writing... done
processing install.tex... install/index 
resolving references...
writing... done
processing library.tex... library/index library/intro library/functions library/constants library/objects library/stdtypes library/exceptions library/strings library/string library/re library/struct library/difflib library/stringio library/textwrap library/codecs library/unicodedata library/stringprep library/fpformat library/datatypes library/datetime library/calendar library/collections library/heapq library/bisect library/array library/sets library/sched library/mutex library/queue library/weakref library/userdict library/types library/new library/copy library/pprint library/repr library/numeric library/numbers library/math library/cmath library/decimal library/fractions library/random library/itertools library/functools library/operator library/filesys library/os.path library/fileinput library/stat library/statvfs library/filecmp library/tempfile library/glob library/fnmatch library/linecache library/shutil library/dircache library/macpath library/persistence library/pickle library/copy_reg library/shelve library/marshal library/anydbm library/whichdb library/dbm library/gdbm library/dbhash library/bsddb library/dumbdbm library/sqlite3 library/archiving library/zlib library/gzip library/bz2 library/zipfile library/tarfile library/fileformats library/csv library/configparser library/robotparser library/netrc library/xdrlib library/plistlib library/crypto library/hashlib library/hmac library/md5 library/sha library/allos library/os library/io library/time library/optparse library/getopt library/logging library/getpass library/curses library/curses.ascii library/curses.panel library/platform library/errno library/ctypes library/someos library/select library/threading library/thread library/dummy_threading library/dummy_thread library/multiprocessing library/mmap library/readline library/rlcompleter library/ipc library/subprocess library/socket library/ssl library/signal library/popen2 library/asyncore library/asynchat library/netdata library/email library/email.message library/email.parser library/email.generator library/email.mime library/email.header library/email.charset library/email.encoders library/email.errors library/email.util library/email.iterators library/email-examples library/json library/mailcap library/mailbox library/mhlib library/mimetools library/mimetypes library/mimewriter library/mimify library/multifile library/rfc822 library/base64 library/binhex library/binascii library/quopri library/uu library/markup library/htmlparser library/sgmllib library/htmllib library/pyexpat library/xml.dom library/xml.dom.minidom library/xml.dom.pulldom library/xml.sax library/xml.sax.handler library/xml.sax.utils library/xml.sax.reader library/xml.etree.elementtree library/internet library/webbrowser library/cgi library/cgitb library/wsgiref library/urllib library/urllib2 library/httplib library/ftplib library/poplib library/imaplib library/nntplib library/smtplib library/smtpd library/telnetlib library/uuid library/urlparse library/socketserver library/basehttpserver library/simplehttpserver library/cgihttpserver library/cookielib library/cookie library/xmlrpclib library/simplexmlrpcserver library/docxmlrpcserver library/mm library/audioop library/imageop library/aifc library/sunau library/wave library/chunk library/colorsys library/imghdr library/sndhdr library/ossaudiodev library/i18n library/gettext library/locale library/frameworks library/cmd library/shlex library/tk library/tkinter library/tix library/scrolledtext library/turtle library/idle library/othergui library/development library/pydoc library/doctest library/unittest library/2to3 library/test library/debug library/bdb library/pdb library/profile library/hotshot library/timeit library/trace library/python library/sys library/__builtin__ library/future_builtins library/__main__ library/warnings library/contextlib library/abc library/atexit library/traceback library/__future__ library/gc library/inspect library/site library/user library/fpectl library/custominterp library/code library/codeop library/restricted library/rexec library/bastion library/modules library/imp library/imputil library/zipimport library/pkgutil library/modulefinder library/runpy library/language library/parser library/ast library/symtable library/symbol library/token library/keyword library/tokenize library/tabnanny library/pyclbr library/py_compile library/compileall library/dis library/pickletools library/distutils library/compiler library/misc library/formatter library/windows library/msilib library/msvcrt library/_winreg library/winsound library/unix library/posix library/pwd library/spwd library/grp library/crypt library/dl library/termios library/tty library/pty library/fcntl library/pipes library/posixfile library/resource library/nis library/syslog library/commands library/mac library/ic library/macos library/macostools library/easydialogs library/framework library/autogil library/carbon library/colorpicker library/macosa library/gensuitemodule library/aetools library/aepack library/aetypes library/miniaeframe library/sgi library/al library/cd library/fl library/fm library/gl library/imgfile library/jpeg library/sun library/sunaudio library/undoc 
resolving references...
writing... done
processing reference.tex... reference/index reference/introduction reference/lexical_analysis reference/datamodel reference/executionmodel reference/expressions reference/simple_stmts reference/compound_stmts reference/toplevel_components reference/grammar 
resolving references...
writing... done
processing tutorial.tex... tutorial/index tutorial/appetite tutorial/interpreter tutorial/introduction tutorial/controlflow tutorial/datastructures tutorial/modules tutorial/inputoutput tutorial/errors tutorial/classes tutorial/stdlib tutorial/stdlib2 tutorial/whatnow tutorial/interactive tutorial/floatingpoint 
resolving references...
writing... done
processing using.tex... using/index using/cmdline using/unix using/windows using/mac 
resolving references...
writing... done
processing whatsnew.tex... whatsnew/2.6 
resolving references...
writing... done
processing howto-doanddont.tex... howto/doanddont 
resolving references...
writing... done
processing howto-advocacy.tex... howto/advocacy 
resolving references...
writing... done
processing howto-functional.tex... howto/functional 
resolving references...
writing... done
processing howto-regex.tex... howto/regex 
resolving references...
writing... done
processing howto-sockets.tex... howto/sockets 
resolving references...
writing... done
processing howto-urllib2.tex... howto/urllib2 
resolving references...
writing... done
processing howto-webservers.tex... howto/webservers 
resolving references...
writing... done
processing howto-curses.tex... howto/curses 
resolving references...
writing... done
processing howto-cporting.tex... howto/cporting 
resolving references...
writing... done
processing howto-unicode.tex... howto/unicode 
resolving references...
writing... done
copying TeX support files... done
build succeeded.

Build finished; the LaTeX files are in build/latex.
Run `make all-pdf' or `make all-ps' in that directory to run these through (pdf)latex.
make[1]: Leaving directory `/home/neal/python/r26/Doc'
(cd build/latex; make clean && make all-pdf && make FMT=pdf zip bz2)
make[1]: Entering directory `/home/neal/python/r26/Doc/build/latex'
rm -f *.pdf *.dvi *.ps
rm -f *.log *.ind *.aux *.toc *.syn *.idx *.out *.ilg *.pla
make[1]: Leaving directory `/home/neal/python/r26/Doc/build/latex'
make[1]: Entering directory `/home/neal/python/r26/Doc/build/latex'
pdflatex 'c-api.tex'
This is pdfTeX, Version 3.14159-1.10b (Web2C 7.4.5)
(./c-api.tex{/usr/share/texmf/pdftex/config/pdftex.cfg}
LaTeX2e <2001/06/01>
Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(./manual.cls
Document Class: manual 2008/10/18 Document class (Sphinx manual)
(/usr/share/texmf/tex/latex/base/report.cls
Document Class: report 2001/04/21 v1.4e Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo)))
(/usr/share/texmf/tex/latex/base/inputenc.sty
(/usr/share/texmf/tex/latex/base/utf8.def))
(/usr/share/texmf/tex/latex/base/fontenc.sty
(/usr/share/texmf/tex/latex/base/t1enc.def))
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/english.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)))
(/usr/share/texmf/tex/latex/psnfss/times.sty) (./fncychap.sty) (./sphinx.sty
(/usr/share/texmf/tex/latex/base/textcomp.sty
(/usr/share/texmf/tex/latex/base/ts1enc.def))
(/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf/tex/latex/misc/fancybox.sty
Style option: `fancybox' v1.3 <2000/09/19> (tvz)
) (/usr/share/texmf/tex/latex/titlesec/titlesec.sty) (./tabulary.sty
(/usr/share/texmf/tex/latex/tools/array.sty))
(/usr/share/texmf/tex/latex/amsmath/amsmath.sty
For additional information on amsmath, use the `?' option.
(/usr/share/texmf/tex/latex/amsmath/amstext.sty
(/usr/share/texmf/tex/latex/amsmath/amsgen.sty))
(/usr/share/texmf/tex/latex/amsmath/amsbsy.sty)
(/usr/share/texmf/tex/latex/amsmath/amsopn.sty))
(/usr/share/texmf/tex/latex/base/makeidx.sty)
(/usr/share/texmf/tex/latex/misc/framed.sty)
(/usr/share/texmf/tex/latex/graphics/color.sty
(/usr/share/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf/tex/latex/graphics/pdftex.def))
(/usr/share/texmf/tex/latex/fancyvrb/fancyvrb.sty
Style option: `fancyvrb' v2.7, with DG/SPQR fixes <2000/03/21> (tvz)
(/usr/share/texmf/tex/latex/graphics/keyval.sty))
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)))
(/usr/share/texmf/pdftex/plain/misc/pdfcolor.tex))
(/usr/share/texmf/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf/tex/latex/config/hyperref.cfg)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf/tex/latex/html/url.sty))
*hyperref using default driver hpdftex*
(/usr/share/texmf/tex/latex/hyperref/hpdftex.def
(/usr/share/texmf/tex/latex/psnfss/pifont.sty
(/usr/share/texmf/tex/latex/psnfss/upzd.fd)
(/usr/share/texmf/tex/latex/psnfss/upsy.fd)))
Writing index file c-api.idx
No file c-api.aux.
(/usr/share/texmf/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
(/usr/share/texmf/tex/context/base/supp-pdf.tex
(/usr/share/texmf/tex/context/base/supp-mis.tex
loading : Context Support Macros / Missing
)
loading : Context Support Macros / PDF
) (/usr/share/texmf/tex/latex/hyperref/nameref.sty)
(/usr/share/texmf/tex/latex/psnfss/t1phv.fd) [1{/usr/share/texmf/dvips/config/p
dftex.map}] [2]
Adding blank page after the table of contents.
! pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
s been already used, duplicate ignored
<to be read again> 
                   \penalty 
l.96 \tableofcontents
                      [1]
! pdfTeX warning (ext4): destination with the same identifier (name{page.2}) ha
s been already used, duplicate ignored
<to be read again> 
                   \penalty 
l.96 \tableofcontents
                      [2]
! pdfTeX warning (ext4): destination with the same identifier (name{page.1}) ha
s been already used, duplicate ignored
<to be read again> 
                   \penalty 
l.116 \hypertarget{api-intro}{}\chapter
                                       {Introduction} [1]
! pdfTeX warning (ext4): destination with the same identifier (name{page.2}) ha
s been already used, duplicate ignored
<to be read again> 
                   \penalty 
l.116 \hypertarget{api-intro}{}\chapter
                                       {Introduction} [2]
Chapter 1.
(/usr/share/texmf/tex/latex/psnfss/t1pcr.fd)
Underfull \hbox (badness 10000) in paragraph at lines 158--159

[3] [4] [5] [6] [7] [8] (/usr/share/texmf/tex/latex/psnfss/ts1ptm.fd) [9]
[10]
Chapter 2.
[11] [12] [13] [14]
Chapter 3.
[15] [16]
Chapter 4.
[17]
Overfull \hbox (14.2714pt too wide) in paragraph at lines 1304--1304
[]/ptmr8t/Py_ssize_t|  

Overfull \hbox (24.99997pt too wide) in paragraph at lines 1304--1305
[][] 
[18] [19] [20] [21] [22]
Chapter 5.
[23] [24] [25] [26] [27]
Underfull \hbox (badness 5359) in paragraph at lines 2168--2177
/ptmr8t/Return a Python ob-ject from the data stream in a /pcrr8t/FILE* /ptmr8t
/opened for read-ing. Un-like
[28]
Underfull \hbox (badness 10000) in paragraph at lines 2257--2260
[]

Underfull \hbox (badness 10000) in paragraph at lines 2275--2278
[]

Overfull \hbox (79.5372pt too wide) in paragraph at lines 2280--2283
[]

Underfull \hbox (badness 10000) in paragraph at lines 2311--2314
[]
[29] [30] [31]
Underfull \hbox (badness 6125) in paragraph at lines 2560--2562
[]/ptmr8t/The call to [][]/pcrr8t/PyArg_UnpackTuple[][] /ptmr8t/in this ex-am-p
le is en-tirely equiv-a-lent to this call to
[32] [33] [34] [35] [36]
Chapter 6.
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48]
Chapter 7.

Underfull \hbox (badness 10000) in paragraph at lines 3827--3828

[49] [50] [51] [52] [53] [54] [55]
Overfull \hbox (14.2714pt too wide) in paragraph at lines 4686--4686
[]/ptmr8t/Py_ssize_t|  

Overfull \hbox (24.99997pt too wide) in paragraph at lines 4686--4687
[][] 
[56] [57] [58] [59]
Underfull \hbox (badness 8113) in paragraph at lines 5050--5053
/ptmr8t/Shortcut for /pcrr8t/PyUnicode_FromEncodedObject(obj, NULL, "strict") /
ptmr8t/which is used
[60] [61] [62] [63] [64] [65] [66]
Underfull \hbox (badness 10000) in paragraph at lines 5649--5654
/ptmr8t/This con-stant may be passed as the /ptmri8t/size /ptmr8t/pa-ram-e-ter 
to [][]/pcrr8t/PyBuffer_FromObject[][] /ptmr8t/or
[67] [68] [69] [70] [71] [72] [73] [74] [75] [76]
Overfull \hbox (44.0pt too wide) in paragraph at lines 6572--6573
[]
[77] [78] [79] [80]
Underfull \hbox (badness 10000) in paragraph at lines 6954--6956
/ptmr8t/Return true if /ptmri8t/ob /ptmr8t/is of type /pcrr8t/PyDateTime_DateTi
meType /ptmr8t/or a sub-type of
[81]
Underfull \hbox (badness 5548) in paragraph at lines 7113--7125
[][]/pcrr8t/PyObject_CallMethod[][]/ptmr8t/, [][]/pcrr8t/PyObject_RichCompareBo
ol[][]/ptmr8t/, [][]/pcrr8t/PyObject_Hash[][]/ptmr8t/, [][]/pcrr8t/PyObject_Rep
r[][]/ptmr8t/,

Underfull \hbox (badness 10000) in paragraph at lines 7113--7125
/ptmr8t/to-col (in-clud-ing [][]/pcrr8t/PyNumber_And[][]/ptmr8t/, [][]/pcrr8t/P
yNumber_Subtract[][]/ptmr8t/, [][]/pcrr8t/PyNumber_Or[][]/ptmr8t/, [][]/pcrr8t/
PyNumber_Xor[][]/ptmr8t/,

Underfull \hbox (badness 10000) in paragraph at lines 7113--7125
[][]/pcrr8t/PyNumber_InPlaceAnd[][]/ptmr8t/, [][]/pcrr8t/PyNumber_InPlaceSubtra
ct[][]/ptmr8t/, [][]/pcrr8t/PyNumber_InPlaceOr[][]/ptmr8t/, and
[82] [83] [84]
Chapter 8.
[85] [86]
Underfull \hbox (badness 10000) in paragraph at lines 7514--7518
[]/pcrr8t/'Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam' []/pt
mr8t/The re-
[87] [88] [89] [90]
Underfull \hbox (badness 10000) in paragraph at lines 7815--7818
/ptmr8t/This macro ex-pands to /pcrr8t/PyEval_RestoreThread(_save);/ptmr8t/: it
 is equiv-a-lent to

Underfull \hbox (badness 10000) in paragraph at lines 7822--7825
/ptmr8t/This macro ex-pands to /pcrr8t/_save = PyEval_SaveThread();/ptmr8t/: it
 is equiv-a-lent to
[91] [92] [93] [94]
Chapter 9.
[95] [96] [97] [98]
Chapter 10.

Underfull \hbox (badness 10000) in paragraph at lines 8399--8399


Underfull \hbox (badness 10000) in paragraph at lines 8402--8402

[99] [100] [101] [102] [103] [104] [105]
Underfull \hbox (badness 10000) in paragraph at lines 9002--9012
[]/ptmr8t/The print func-tion is called with the same sig-na-ture as [][]/pcrr8
t/PyObject_Print[][]/ptmr8t/: /pcrr8t/int
[106] [107]
Underfull \hbox (badness 10000) in paragraph at lines 9250--9261
/ptmr8t/the fields /pcrr8t/nb_inplace_add/ptmr8t/, /pcrr8t/nb_inplace_subtract/
ptmr8t/, /pcrr8t/nb_inplace_multiply/ptmr8t/,

Underfull \hbox (badness 10000) in paragraph at lines 9250--9261
/pcrr8t/nb_inplace_divide/ptmr8t/, /pcrr8t/nb_inplace_remainder/ptmr8t/, /pcrr8
t/nb_inplace_power/ptmr8t/,

Underfull \hbox (badness 5637) in paragraph at lines 9297--9303
/ptmr8t/If this bit is set, the type ob-ject has sev-eral new fields de-fined s
tart-ing in Python
[108]
Underfull \hbox (badness 6300) in paragraph at lines 9348--9354
/ptmr8t/This is a bit-mask of all the bits that per-tain to the ex-is-tence of 
cer-tain fields in

Underfull \hbox (badness 10000) in paragraph at lines 9348--9354
/ptmr8t/the type ob-ject and its ex-ten-sion struc-tures. Cur-rently, it in-clu
des the fol-low-ing

Underfull \hbox (badness 10000) in paragraph at lines 9348--9354
/ptmr8t/bits: [][]/pcrr8t/Py_TPFLAGS_HAVE_GETCHARBUFFER[][]/ptmr8t/, [][]/pcrr8
t/Py_TPFLAGS_HAVE_SEQUENCE_IN[][]/ptmr8t/,

Underfull \hbox (badness 10000) in paragraph at lines 9348--9354
[][]/pcrr8t/Py_TPFLAGS_HAVE_INPLACEOPS[][]/ptmr8t/, [][]/pcrr8t/Py_TPFLAGS_HAVE
_RICHCOMPARE[][]/ptmr8t/,

Underfull \hbox (badness 10000) in paragraph at lines 9348--9354
[][]/pcrr8t/Py_TPFLAGS_HAVE_WEAKREFS[][]/ptmr8t/, [][]/pcrr8t/Py_TPFLAGS_HAVE_I
TER[][]/ptmr8t/, and
[109]
Underfull \hbox (badness 10000) in paragraph at lines 9472--9474
/ptmr8t/An op-tional pointer to the rich com-par-i-son func-tion, whose sig-na-
ture is /pcrr8t/PyObject
[110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120]
Appendix A.
[121] [122] [123] [124] [125] [126]
Appendix B.

! Package inputenc Error: Unicode char \u8:^^c3^^ba not set up for use with LaT
eX.

See the inputenc package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              
                                                  
l.11005 ...r Andrich, Heidi Annexstad, Jes^^c3^^ba
                                                  s Cea Avi^^c3^^b3n, Daniel...

? 
! Emergency stop.
 ...                                              
                                                  
l.11005 ...r Andrich, Heidi Annexstad, Jes^^c3^^ba
                                                  s Cea Avi^^c3^^b3n, Daniel...

!  ==> Fatal error occurred, the output PDF file is not finished!
Transcript written on c-api.log.
make[1]: *** [c-api.pdf] Error 1
make[1]: Leaving directory `/home/neal/python/r26/Doc/build/latex'
make: *** [dist] Error 2


More information about the Python-checkins mailing list