On 03/20/2015 12:45 AM, François Bissey wrote: > Not usually asking for help for sage-on-gentoo problem but I must > say this one stumping me... > Documentation fails to build with: > Error building the documentation. > Traceback (most recent call last): > File "doc/common/builder.py", line 1626, in <module> > getattr(get_builder(name), type)() > File "doc/common/builder.py", line 292, in _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File "doc/common/builder.py", line 503, in _wrapper > x.get(99999) > File "/usr/lib64/python2.7/multiprocessing/pool.py", line 558, in get > raise self._value > OSError: [libs ] > /home/extra/portage/sci-mathematics/sage-doc-9999-r1/work/sage-9999/src/doc/en/reference/libs/sage/libs/pari/gen.rst:11: > WARNING: error while formatting signature for > sage.libs.pari.gen.gen_auto.Col: 'NoneType' object has no attribute 'find' > > > I have the right version of pari and eclib (tried with a couple of > versions actually) docutils and sphinx are at the right levels and > with the same patches than sage.
> And I absolutely cannot see how > any change from 6.6.beta5 could cause the problem. Well, shooting into the dark, 680f9fb Trac #17631: Auto-generate gen.pyx -- part 1 might at least be related, since it introduces the auto-generation of wrapper files. From what I can see, this requires the PARI sources and running a new setup script, so probably won't work with sage-on-gentoo out of the box. -leif > On 03/20/15 10:39, Volker Braun wrote: >> As usual, get the "develop" branch or the source tarball from >> http://www.sagemath.org/download-latest.html >> >> 2a02a9e Updated Sage version to 6.6.beta6 >> d7c1c8f Trac #15916: Tensors on free modules of finite rank >> 4b9af69 Trac #17976: typo in documentation for Permutation >> dd0d3df Trac #17987: add SageMathCloud chat and backup files to >> .gitignore >> e92d7f4 Trac #17980: show in the IPython nb >> 4ce3b9d Trac #17977: Corner sum matrix ASM method has incorrect output >> 81aded5 Trac #17975: syntatic error: fix typo in documentation of >> DescentAlgebra >> 1c4b640 Trac #17973: Better Sage consistency for naming and calling in >> linear_code >> 2dfcf9f Trac #17972: Make database_pari a new-style package >> 591b60d Trac #17914: Upgrade eclib to latest upstream >> 80ba618 Trac #17305: Invariants of Two Ternary Quadratics >> ab00d83 Trac #17041: Get all paths to highest weight in crystal >> 3be1548 Trac #17967: Replace *, foo imports >> ca682a1 Trac #17938: implement common refinement of fans >> 90c781e Trac #13982: rewrite sage.combinat.combinat.unordered_tuples >> using itertools.combinations_with_replacement >> 4701c61 Trac #17960: Jinja2 is too old >> 680f9fb Trac #17631: Auto-generate gen.pyx -- part 1 >> ccf9d16 Trac #9439: hyperbolic geometry >> 59e8d94 Trac #17955: LaurentSeriesRing and series_precision >> 62f6632 Trac #17959: Ellipsize a tachyon version >> b7e86cc Trac #17327: Simplify computation of values of Dirichlet >> characters >> 4c4dfb6 Trac #17952: Actually remove c_lib files >> 5d1710a Trac #17950: make modular_decomposition an optional spkg >> 94e7f1a Trac #17905: Dominating set in directed Graphs not correct >> f90f7e1 Trac #17306: Let mathjax spkg work with sagenb >> d7cecb8 Trac #16888: weak popov form does not compute weak popov form >> 9265fc5 Trac #17954: SyntaxError: from __future__ imports must occur at >> the beginning of the file >> 4ad08d2 Trac #17949: Don't use sig_str() message for AlarmInterrupt >> e0ceacc Trac #17946: Use ipython own's function to get its configuration >> folder >> f0ab14f Trac #17900: Setup interrupts in Cython >> c7ff004 Trac #17124: Matrix constructor broken for symmetric function >> rings and 1-column matrices >> b098d4f Trac #17906: Upgrade PARI to latest master >> 52db42b Updated Sage version to 6.6.beta5 >> >> -- >> 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] >> <mailto:[email protected]>. >> To post to this group, send email to [email protected] >> <mailto:[email protected]>. >> Visit this group at http://groups.google.com/group/sage-release. >> For more options, visit https://groups.google.com/d/optout. > -- 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.
