Another data point : to solve another problem, I recompiled Sage from a pristine git clone ... and got the same error as William did. Simply importing the conway_polynomials tarball from the upstream directory of another Sage tree in the "pristine" upstream allowed to recompile ( make distclean &&make ) a Sage that passes ptestlong with no errors.
It seems that the build system can build conway_polynomials, but fails to download it if not present, and (worse), fails *silently* : it does not report its absence at software-compilation time, but only at doc-compilation time. HTH, -- Emmanuel Charpentier Le samedi 12 décembre 2015 12:27:22 UTC+1, Volker Braun a écrit : > > On Friday, December 11, 2015 at 10:39:57 PM UTC+1, William Stein wrote: >> >> but there's no "conway_polynomials-0.4.p0" in upstream/, only >> "conway_polynomials-0.4.tar.bz2", i.e,. with no p0. >> > > Thats normal, the patchlevel is to force reinstalling the package when the > spkg-install script changed. The tarball is always pristine upstream > (without -pN). > -- 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 https://groups.google.com/group/sage-release. For more options, visit https://groups.google.com/d/optout.
