This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2017-07-24.15:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500908743.12.0.586455773708.issue31016@psf.upfronthosting.co.za>
In-reply-to
Content
[forwarded from https://bugs.debian.org/869098 and]

sphinx shows an EOF error when using python2.7 from the trunk. Last successful build was with the 2.7.13 release.

It looks like this is triggered only when using the parallel mode in sphinx.  I haven't yet worked on this issue, Sphinx is v1.4.9.

sphinx-build -b html -d _build/doctrees  -n -j 4 . _build/html
Running Sphinx v1.4.9
making output directory...
loading pickled environment... not yet created
loading intersphinx inventory from https://docs.python.org/2/objects.inv...
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 91 source files that are out of date
updating environment: 91 added, 0 changed, 0 removed
reading sources... [100%] test-repositories .. writing-tests                                                                                  
waiting for workers...

Exception occurred:
  File "/usr/lib/python2.7/dist-packages/sphinx/util/parallel.py", line 97, in _join_one
    exc, result = pipe.recv()
EOFError
History
Date User Action Args
2017-07-24 15:05:43dokosetrecipients: + doko
2017-07-24 15:05:43dokosetmessageid: <1500908743.12.0.586455773708.issue31016@psf.upfronthosting.co.za>
2017-07-24 15:05:43dokolinkissue31016 messages
2017-07-24 15:05:42dokocreate