Any reason Trac 29809 wasn't included in this release? It's blocking other tickets and future improvements.
--
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 sage-release...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/a38afb1f-a635-458d-a78d-b3999f632b7co%40googlegroups.com.
<dochtml.log><config.log>
This appears to be issue Francophone...
> To unsubscribe from this group and stop receiving emails from it, send an email to sage-r...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/a38afb1f-a635-458d-a78d-b3999f632b7co%40googlegroups.com.
> <dochtml.log><config.log>
>
>
> --
> 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 sage-r...@googlegroups.com.
Looks like the same problem we had on https://trac.sagemath.org/ticket/27122#comment:64Are you compiling with CFLAGS containing `-march=native` or similiar?
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/90040091-03d8-471b-b389-4b0feba8c2c8o%40googlegroups.com.
Yay ! " export LANG=C.UTF-8 ; make " *seems* to bulld the documentation.
On Debian testing running on core i7 + 16 GB RAM, rebuilding 9.2.beta2
(see above and attached config.log
) gives one (transient) timeout and three (permanent) failures (see attached chkerrs.txt
):
File | Result | P/T |
---|---|---|
src/sage/tests/parigp.py | Timed out | T |
src/sage/rings/complexarb.pyx | 6 doctests failed | P |
src/sage/tests/gappackages.py | 1 doctest failed | P |
src/sage/rings/realarb.pyx | 2 doctests failed | P |
The failures recorded for gap_packages
are essentially cosmetic, and
have been reported before ; those reported for complex_arb
seem
attributable to numerical noise ; those reported for real_arb
seem
genuine (mathematical) failures.
HTH,