I get the same error as Simon! Anne
On Wednesday, January 8, 2014 10:40:24 AM UTC-8, Simon King wrote: > > > > Am Dienstag, 7. Januar 2014 17:23:53 UTC+1 schrieb Nicolas M. ThiƩry: >> >> >> Did anyone stumble on errors like this when compiling the >> documentation? >> >> > I just met a very similar yet different error (by coincidance (?), it is > while working on your functorial constructions ticket...). > > [numerical] dumping object inventory... done > [numerical] build succeeded. > Traceback (most recent call last): > File "/home/king/Sage/git/sage/src/doc/common/builder.py", line 1452, in > <module> > getattr(get_builder(name), type)() > File "/home/king/Sage/git/sage/src/doc/common/builder.py", line 269, in > _wrapper > getattr(get_builder(document), 'inventory')(*args, **kwds) > File "/home/king/Sage/git/sage/src/doc/common/builder.py", line 472, in > _wrapper > pool.map_async(build_ref_doc, L, 1).get(99999) > File > "/home/king/Sage/git/sage/local/lib/python/multiprocessing/pool.py", line > 554, in get > raise self._value > ValueError: sage.rings.padics.pow_computer.PowComputer_class has the wrong > size, try recompiling > make: *** [doc-html] Fehler 1 > > So, it is a different class that has the wrong size, but it is after the > "numerical" section of the docs, as in your case. > > Doing "make" again did not help. However, killing src/doc/output and > repeating "make" did work. Hence, a recompilation has not been needed. > > Best regards, > Simon > -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/groups/opt_out.
