Anne, the same happened to me, but it worked after deleted the doc output directory. Later someone said that make doc-clean would do that automatically, so tray that?
John Cremona On 5 February 2014 05:30, Anne Schilling <[email protected]> wrote: > I get the following error message, when running "make" for the latest > development branch > > ... > > [combinat ] reading sources... [ 81%] sage/combinat/species/empty_species > [combinat ] reading sources... [ 81%] > sage/combinat/species/functorial_composition_species > [numerical] reading sources... [100%] sage/numerical/optimize > [padics ] reading sources... [ 46%] > sage/rings/padics/padic_base_generic_element > [padics ] Exception occurred: > > Traceback (most recent call last): > File "/Applications/sage/src/doc/common/builder.py", line 83, in f > execfile(sys.argv[0]) > File "/Applications/sage/src/doc/common/custom-sphinx-build.py", line 185, > in <module> > sphinx.cmdline.main(sys.argv) > File > "/Applications/sage/local/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/cmdline.py", > line 214, in main > print >>error, red('Exception occurred:') > File "/Applications/sage/src/doc/common/custom-sphinx-build.py", line 165, > in write > self._write(str) > File "/Applications/sage/src/doc/common/custom-sphinx-build.py", line 139, > in _write > self._log_line(line) > File "/Applications/sage/src/doc/common/custom-sphinx-build.py", line 108, > in _log_line > raise OSError(line) > OSError: [padics ] Exception occurred: > > > [combinat ] reading sources... [ 86%] sage/combinat/species/stream > > Error building the documentation. > > Note: incremental documentation builds sometimes cause spurious > error messages. To be certain that these are real errors, run > "make doc-clean" first and try again. > Traceback (most recent call last): > File "/Applications/sage/src/doc/common/builder.py", line 1474, in > <module> > getattr(get_builder(name), type)() > File "/Applications/sage/src/doc/common/builder.py", line 269, in _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File "/Applications/sage/src/doc/common/builder.py", line 485, in _wrapper > x.get(99999) > File "/Applications/sage/local/lib/python/multiprocessing/pool.py", line > 554, in get > raise self._value > OSError: [padics ] Exception occurred: > > > make: *** [doc-html] Error 1 > > > My build for the main branch finally worked! > > Anne > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-release. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/groups/opt_out.
