The deprecation warniing [combinat ] /usr/local/src/sage/local/lib/python2.7/site-packages/Sphinx-1.2.2-py2.7.egg/sphinx/application.py:400: DeprecationWarning: this is being removed from the global namespace. Use crystals.TensorProductOfKirillovReshetikhinTableaux instead
is normal, though I wish the combinatorialists would fix it... I've never seen the other errors, in particular the WARNING: autodoc can't import/find module 'sage.schemes<span style="color: #660;" looks very weird... how did a chunk of html end up in there? Is your hdd / file system ok? Did you build from scratch (if not, can you try make distclean && make)? Do the doctests pass? On Tuesday, November 11, 2014 11:34:25 PM UTC, Andrew wrote: > > > On Wednesday, 12 November 2014 01:34:56 UTC+11, Volker Braun wrote: > > Get the new "develop" branch or download the source tarball: > > http://sage.sagedev.org/home/release/sage-6.4.rc2.tar.gz > > Please test, in particular the notebook update! Unless somebody finds some > last-minute bug this will be the final rc. > > Using the develop branch Sage 6.4-rc2 builds for me a on macbook pro > running OSX 10.9.5 with xcode 6.1. The notebook opens fine but as I never > use it I don't know how to test it. > > I did have problems building the documentation. In fact, the initial make > crashed in the middle of the documentation build. After this I tried *make > doc *(failed), then *make doc-clean && make doc *(failed) and then the > documentation finally built successfully with a second *make doc-clean && > make doc *. Interestingly the failures were all in different places, so > it's likely that this is an idiosyncrasy of my own system. If it builds > normally on similar systems then please ignore this. Just in case I put > more details below. > > Andrew > ---- > > The initial documentation failed with: > > [combinat ] reading sources... [ 38%] sage/combinat/ncsf_qsym/ > generic_basis_code > [combinat ] reading sources... [ 38%] sage/combinat/ncsf_qsym/ncsf > 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 "/usr/local/src/sage/src/doc/common/builder.py", line 1618, in > <module> > getattr(get_builder(name), type)() > File "/usr/local/src/sage/src/doc/common/builder.py", line 292, in > _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File "/usr/local/src/sage/src/doc/common/builder.py", line 503, in > _wrapper > x.get(99999) > File "/usr/local/src/sage/local/lib/python/multiprocessing/pool.py", > line 558, in get > raise self._value > OSError: [graphs ] /usr/local/src/sage/src/doc/en/reference/graphs/sage/ > graphs/hypergraph.rst:11: WARNING: autodoc can't import/find module 'sage. > graphs.hypergraph', it reported error: "No module named hypergraph", > please check your spelling and sys.path > > make: *** [doc-html] Error 1 > > I then attempted to remake the documentation with make doc, and now it > failed at a different place: > > [combinat ] /usr/local/src/sage/src/doc/en/reference/combinat/sage/ > combinat/designs/orthogonal_arrays_recursive.rst:11: WARNING: autodoc can't > import/find module 'sage.combinat.designs.orthogonal_arrays_recursive', > it reported error: "No module named orthogonal_arrays_recursive", please > check your spelling and sys.path > [combinat > ] > > /usr/local/src/sage/src/doc/en/reference/combinat/sage/combinat/designs/orthogonal_arrays_recursive.rst:: > WARNING: document isn't included in any toctree > [combinat ] /usr/local/src/sage/local/lib/python2.7/site-packages/Sphinx- > 1.2.2-py2.7.egg/sphinx/application.py:400: DeprecationWarning: this is > being removed from the global namespace. Use crystals. > TensorProductOfKirillovReshetikhinTableaux instead > [combinat ] See http://trac.sagemath.org/15882 for details. > [combinat ] results.append(callback(self, *args)) > 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 "/usr/local/src/sage/src/doc/common/builder.py", line 1618, in > <module> > getattr(get_builder(name), type)() > File "/usr/local/src/sage/src/doc/common/builder.py", line 292, in > _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File "/usr/local/src/sage/src/doc/common/builder.py", line 503, in > _wrapper > x.get(99999) > File "/usr/local/src/sage/local/lib/python/multiprocessing/pool.py", > line 558, in get > raise self._value > OSError: [combinat ] /usr/local/src/sage/src/doc/en/reference/combinat/ > sage/combinat/designs/orthogonal_arrays_recursive.rst:11: WARNING: > autodoc can't import/find module 'sage.combinat.designs. > orthogonal_arrays_recursive', it reported error: "No module named > orthogonal_arrays_recursive", please check your spelling and sys.path > > Now using "make doc-clean && make doc" it failed at a third place: > > [plane_cur] reading sources... [ 98%] sage/schemes/plane_curves/ > constructor > [plane_cur] reading sources... [100%] sage/schemes/plane_curves/ > projective_curve > [plane_cur] /usr/local/src/sage/src/doc/en/reference/plane_curves/sage/ > schemes/elliptic_curves/monsky_washnitzer.rst:11: WARNING: autodoc can't > import/find module 'sage.schemes<span style="color: #660;" > > ... -- 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/d/optout.
