Re: [sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread Dima Pasechnik
On Mon, Mar 30, 2020 at 1:12 PM Matthias Köppe  wrote:
>
> By the way, current homebrew does not seem to have Python 3.7.x.
really?
https://github.com/Homebrew/homebrew-core/blob/master/Formula/python.rb
still shows 3.7.7


> I am not sure how to test with historical snapshots of the homebrew 
> distribution.
>
> On Monday, March 30, 2020 at 1:08:44 AM UTC-4, Matthias Köppe wrote:
>>
>> Please post config.log and output of "brew list --versions"
>>
>> On Monday, March 30, 2020 at 12:36:25 AM UTC-4, John H Palmieri wrote:
>>>
>>> On OS X with a homebrew installation of Python 3.7.7 I get some failures, 
>>> mostly to do with pari, including messages like this:
>>>
>>> PARI/GP ERROR:
>>>   ***   bug in PARI/GP (Segmentation Fault), please report.
>>>

>
>
>
>
>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-release/54268d37-3512-4bfd-8c66-5ea4502570ea%40googlegroups.com.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAAWYfq3Z_fHBBa-7Jm6sGX5dZ1Mb8yurgjntZaKS57JMajpcqw%40mail.gmail.com.


[sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread Matthias Köppe
By the way, current homebrew does not seem to have Python 3.7.x. 
I am not sure how to test with historical snapshots of the homebrew 
distribution.

On Monday, March 30, 2020 at 1:08:44 AM UTC-4, Matthias Köppe wrote:
>
> Please post config.log and output of "brew list --versions"
>
> On Monday, March 30, 2020 at 12:36:25 AM UTC-4, John H Palmieri wrote:
>>
>> On OS X with a homebrew installation of Python 3.7.7 I get some failures, 
>> mostly to do with pari, including messages like this:
>>
>> PARI/GP ERROR:
>>   ***   bug in PARI/GP (Segmentation Fault), please report.
>>
>>
>>>


 

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/54268d37-3512-4bfd-8c66-5ea4502570ea%40googlegroups.com.


[sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread Matthias Köppe
Please post config.log and output of "brew list --versions"

On Monday, March 30, 2020 at 12:36:25 AM UTC-4, John H Palmieri wrote:
>
> On OS X with a homebrew installation of Python 3.7.7 I get some failures, 
> mostly to do with pari, including messages like this:
>
> PARI/GP ERROR:
>   ***   bug in PARI/GP (Segmentation Fault), please report.
>
>
> and this:
>
> fatal error: 'gmp.h' file not found
> #include "gmp.h"
>  ^~~
> 1 error generated.
>
> and this:
>
> RuntimeError: command 'gcc' failed with exit status 1
> ld: library not found for -lmpfr
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
>
> "System" packages being used, according to config.log:
>
> boost, boost_cropped, bzip2, cmake, curl, freetype, gcc, gfortran, git, 
> gmp, iconv, isl, libffi, libgd, libpng, mpc, mpfi, mpfr, mpir, ncurses, 
> ninja_build, patch, pcre,pkgconf, python, sqlite, xz, yasm, zeromq, zlib
>
> gsl, openblas, r, and readline are also installed via homebrew, but 
> ./configure doesn't seem to like them.
>
> Failures:
>
> --
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/ell_number_field.py  # 19 doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 31 doctests failed
> sage -t --long --warn-long 72.2 src/sage/misc/sagedoc.py  # 2 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/doctest/sources.py  # 1 doctest 
> failed
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/height.py  # 6 doctests failed
> sage -t --long --warn-long 72.2 src/sage/symbolic/expression.pyx  # 1 
> doctest failed
> sage -t --long --warn-long 72.2 
> src/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py
>   
> # 9 doctests failed
> sage -t --long --warn-long 72.2 src/sage/tests/cmdline.py  # 7 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/modular/modform/element.py  # 44 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/rings/number_field/number_field.py  # 2 doctests failed
> sage -t --long --warn-long 72.2 src/sage/combinat/tableau_tuple.py  # 4 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/arith/misc.py  # 8 doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/modular/modform_hecketriangle/readme.py  # 20 doctests failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/maxima_abstract.py  # 
> 3 doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/abvar/abvar.py  # 1 
> doctest failed
> sage -t --long --warn-long 72.2 src/sage/structure/element.pyx  # 44 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/abvar/lseries.py  # 11 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/doctest/forker.py  # 1 doctest 
> failed
> sage -t --long --warn-long 72.2 src/sage/misc/sageinspect.py  # 35 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/calculus/calculus.py  # 4 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/quadratic_forms/genera/genus.py  
> # 4 doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx  # 24 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/graphs/connectivity.pyx  # 2 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/misc/cachefunc.pyx  # 54 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/misc/cython.py  # 19 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/plot/line.py  # 2 doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/modform/constructor.py  # 
> 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/misc/randstate.pyx  # 24 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/modules/free_module_element.pyx  
> # 3 doctests failed
> sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/BSD.py  # 
> 3 doctests failed
> sage -t --long --warn-long 72.2 src/sage/combinat/partition_tuple.py  # 8 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
>   
> # 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/repl/ipython_extension.py  # 2 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/expect.py  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/gp.py  # 110 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/lfunctions/zero_sums.pyx  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/rings/polynomial/polynomial_ring.py  # 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/parallel/decorate.py  # 7 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/lseries_ell.py  # 6 doctests failed
> sage -t --long --warn-long 72.2 
> 

Re: [sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread Dima Pasechnik
Could it be that gcc in Homebrew gets picked to compile C/C++ code?

On Mon, Mar 30, 2020 at 12:36 PM John H Palmieri  wrote:
>
> On OS X with a homebrew installation of Python 3.7.7 I get some failures, 
> mostly to do with pari, including messages like this:
>
> PARI/GP ERROR:
>   ***   bug in PARI/GP (Segmentation Fault), please report.
>
>
> and this:
>
> fatal error: 'gmp.h' file not found
> #include "gmp.h"
>  ^~~
> 1 error generated.
>
> and this:
>
> RuntimeError: command 'gcc' failed with exit status 1
> ld: library not found for -lmpfr
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)
>
> "System" packages being used, according to config.log:
>
> boost, boost_cropped, bzip2, cmake, curl, freetype, gcc, gfortran, git, gmp, 
> iconv, isl, libffi, libgd, libpng, mpc, mpfi, mpfr, mpir, ncurses, 
> ninja_build, patch, pcre,pkgconf, python, sqlite, xz, yasm, zeromq, zlib
>
> gsl, openblas, r, and readline are also installed via homebrew, but 
> ./configure doesn't seem to like them.
>
> Failures:
>
> --
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/ell_number_field.py  # 19 doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/ell_rational_field.py  # 31 doctests failed
> sage -t --long --warn-long 72.2 src/sage/misc/sagedoc.py  # 2 doctests failed
> sage -t --long --warn-long 72.2 src/sage/doctest/sources.py  # 1 doctest 
> failed
> sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/height.py  # 
> 6 doctests failed
> sage -t --long --warn-long 72.2 src/sage/symbolic/expression.pyx  # 1 doctest 
> failed
> sage -t --long --warn-long 72.2 
> src/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py
>   # 9 doctests failed
> sage -t --long --warn-long 72.2 src/sage/tests/cmdline.py  # 7 doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/modform/element.py  # 44 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/rings/number_field/number_field.py  
> # 2 doctests failed
> sage -t --long --warn-long 72.2 src/sage/combinat/tableau_tuple.py  # 4 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/arith/misc.py  # 8 doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/modular/modform_hecketriangle/readme.py  # 20 doctests failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/maxima_abstract.py  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/abvar/abvar.py  # 1 doctest 
> failed
> sage -t --long --warn-long 72.2 src/sage/structure/element.pyx  # 44 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/modular/abvar/lseries.py  # 11 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/doctest/forker.py  # 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/misc/sageinspect.py  # 35 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/calculus/calculus.py  # 4 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/quadratic_forms/genera/genus.py  # 4 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx  # 24 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/graphs/connectivity.pyx  # 2 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/misc/cachefunc.pyx  # 54 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/misc/cython.py  # 19 doctests failed
> sage -t --long --warn-long 72.2 src/sage/plot/line.py  # 2 doctests failed
> sage -t --long --warn-long 72.2 src/sage/modular/modform/constructor.py  # 1 
> doctest failed
> sage -t --long --warn-long 72.2 src/sage/misc/randstate.pyx  # 24 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/modules/free_module_element.pyx  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/BSD.py  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/combinat/partition_tuple.py  # 8 
> doctests failed
> sage -t --long --warn-long 72.2 
> src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
>   # 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/repl/ipython_extension.py  # 2 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/expect.py  # 3 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/interfaces/gp.py  # 110 doctests 
> failed
> sage -t --long --warn-long 72.2 src/sage/lfunctions/zero_sums.pyx  # 3 
> doctests failed
> sage -t --long --warn-long 72.2 src/sage/rings/polynomial/polynomial_ring.py  
> # 1 doctest failed
> sage -t --long --warn-long 72.2 src/sage/parallel/decorate.py  # 7 doctests 
> failed
> sage -t --long --warn-long 72.2 
> src/sage/schemes/elliptic_curves/lseries_ell.py  # 6 doctests failed
> sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/gp_simon.py  
> # 5 doctests 

[sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread John H Palmieri
On OS X with a homebrew installation of Python 3.7.7 I get some failures, 
mostly to do with pari, including messages like this:

PARI/GP ERROR:
  ***   bug in PARI/GP (Segmentation Fault), please report.


and this:

fatal error: 'gmp.h' file not found
#include "gmp.h"
 ^~~
1 error generated.

and this:

RuntimeError: command 'gcc' failed with exit status 1
ld: library not found for -lmpfr
clang: error: linker command failed with exit code 1 (use -v to see 
invocation)

"System" packages being used, according to config.log:

boost, boost_cropped, bzip2, cmake, curl, freetype, gcc, gfortran, git, 
gmp, iconv, isl, libffi, libgd, libpng, mpc, mpfi, mpfr, mpir, ncurses, 
ninja_build, patch, pcre,pkgconf, python, sqlite, xz, yasm, zeromq, zlib

gsl, openblas, r, and readline are also installed via homebrew, but 
./configure doesn't seem to like them.

Failures:

--
sage -t --long --warn-long 72.2 
src/sage/schemes/elliptic_curves/ell_number_field.py  # 19 doctests failed
sage -t --long --warn-long 72.2 
src/sage/schemes/elliptic_curves/ell_rational_field.py  # 31 doctests failed
sage -t --long --warn-long 72.2 src/sage/misc/sagedoc.py  # 2 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/doctest/sources.py  # 1 doctest 
failed
sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/height.py  
# 6 doctests failed
sage -t --long --warn-long 72.2 src/sage/symbolic/expression.pyx  # 1 
doctest failed
sage -t --long --warn-long 72.2 
src/sage/tests/books/computational-mathematics-with-sagemath/integration_doctest.py
  
# 9 doctests failed
sage -t --long --warn-long 72.2 src/sage/tests/cmdline.py  # 7 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/modular/modform/element.py  # 44 
doctests failed
sage -t --long --warn-long 72.2 
src/sage/rings/number_field/number_field.py  # 2 doctests failed
sage -t --long --warn-long 72.2 src/sage/combinat/tableau_tuple.py  # 4 
doctests failed
sage -t --long --warn-long 72.2 src/sage/arith/misc.py  # 8 doctests failed
sage -t --long --warn-long 72.2 
src/sage/modular/modform_hecketriangle/readme.py  # 20 doctests failed
sage -t --long --warn-long 72.2 src/sage/interfaces/maxima_abstract.py  # 3 
doctests failed
sage -t --long --warn-long 72.2 src/sage/modular/abvar/abvar.py  # 1 
doctest failed
sage -t --long --warn-long 72.2 src/sage/structure/element.pyx  # 44 
doctests failed
sage -t --long --warn-long 72.2 src/sage/modular/abvar/lseries.py  # 11 
doctests failed
sage -t --long --warn-long 72.2 src/sage/doctest/forker.py  # 1 doctest 
failed
sage -t --long --warn-long 72.2 src/sage/misc/sageinspect.py  # 35 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/calculus/calculus.py  # 4 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/quadratic_forms/genera/genus.py  # 
4 doctests failed
sage -t --long --warn-long 72.2 
src/sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx  # 24 
doctests failed
sage -t --long --warn-long 72.2 src/sage/graphs/connectivity.pyx  # 2 
doctests failed
sage -t --long --warn-long 72.2 src/sage/misc/cachefunc.pyx  # 54 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/misc/cython.py  # 19 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/plot/line.py  # 2 doctests failed
sage -t --long --warn-long 72.2 src/sage/modular/modform/constructor.py  # 
1 doctest failed
sage -t --long --warn-long 72.2 src/sage/misc/randstate.pyx  # 24 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/modules/free_module_element.pyx  # 
3 doctests failed
sage -t --long --warn-long 72.2 src/sage/schemes/elliptic_curves/BSD.py  # 
3 doctests failed
sage -t --long --warn-long 72.2 src/sage/combinat/partition_tuple.py  # 8 
doctests failed
sage -t --long --warn-long 72.2 
src/doc/en/thematic_tutorials/explicit_methods_in_number_theory/elliptic_curves.rst
  
# 1 doctest failed
sage -t --long --warn-long 72.2 src/sage/repl/ipython_extension.py  # 2 
doctests failed
sage -t --long --warn-long 72.2 src/sage/interfaces/expect.py  # 3 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/interfaces/gp.py  # 110 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/lfunctions/zero_sums.pyx  # 3 
doctests failed
sage -t --long --warn-long 72.2 
src/sage/rings/polynomial/polynomial_ring.py  # 1 doctest failed
sage -t --long --warn-long 72.2 src/sage/parallel/decorate.py  # 7 doctests 
failed
sage -t --long --warn-long 72.2 
src/sage/schemes/elliptic_curves/lseries_ell.py  # 6 doctests failed
sage -t --long --warn-long 72.2 
src/sage/schemes/elliptic_curves/gp_simon.py  # 5 doctests failed
sage -t --long --warn-long 72.2 src/sage/features/__init__.py  # 2 doctests 
failed
sage -t --long --warn-long 72.2 src/sage/matrix/matrix0.pyx  # 2 doctests 
failed
sage -t --long --warn-long 72.2 
src/sage/modular/modform_hecketriangle/element.py  # 29 doctests failed
sage -t --long --warn-long 72.2 

Re: [sage-release] Sage 9.1.beta9 released

2020-03-29 Thread 'Justin C. Walker' via sage-release



> On Mar 29, 2020, at 05:59 , Volker Braun  wrote:
> 
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
> 
> I don't see any major issues for 9.1 any more, so we should soon have the 
> first rc. If you have anything that you thing should go in then now is the 
> time to finish it up ;-)

Built from a fresh clone of the develop tree on macOS 10.13.6 (18-core Core 
i9).  All tests (‘ptestlong’) passed!

Builds on other systems to follow.

Justin

--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's Income
--
In mathematics you don't understand
   things. You just get used to them. 
   --John von Neumann
--

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/A8BE1A56-B7EB-4CDE-A2FC-E79CE0E8FDAF%40mac.com.


[sage-release] Re: Sage 9.1.beta9 released

2020-03-29 Thread Matthias Köppe
On Sunday, March 29, 2020 at 8:59:43 AM UTC-4, Volker Braun wrote:
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html 
>
> I don't see any major issues for 9.1 any more, so we should soon have the 
> first rc. If you have anything that you thing should go in then now is the 
> time to finish it up ;-)
>
> 6a4580546f (tag: 9.1.beta9, trac/develop) Updated SageMath version to 
> 9.1.beta9
>


Let me remark that this is the first beta that tries to use the system 
python3 in a venv (#27824) instead of building our own copy of python3. 
Tests of building from scratch or (after "make python3-clean") would be 
valuable.


I ran tests (make build ptest) at 
https://github.com/mkoeppe/sage/actions/runs/65613035 . 
Full logs for all builds are available at this link.

*Debian* (jessie/buster/bullseye/sid), *Ubuntu* 
(trusty/xenial/bionic/eoan/focal)m and *LinuxMint* (19.3) are mostly clean.

Some of the doctest failures are likely known to distribution packagers 
already. If fixes for these doctests are available already, now it's time 
to upstream them.

Some doctest failures, for example ubuntu-bionic-standard (
https://github.com/mkoeppe/sage/runs/542655815):
sage -t src/sage/interfaces/r.py  # 1 doctest failed
sage -t src/sage/interfaces/tachyon.py  # 1 doctest failed
sage -t src/sage/libs/glpk/error.pyx  # 1 doctest failed
sage -t src/sage/numerical/backends/glpk_backend.pyx  # 1 doctest failed
sage -t src/sage/tests/cmdline.py  # 3 doctests failed

ubuntu-eoan-standard
https://github.com/mkoeppe/sage/runs/542655826
sage -t src/sage/interfaces/giac.py  # 2 doctests failed
sage -t src/sage/interfaces/r.py  # 1 doctest failed
sage -t src/sage/interfaces/tachyon.py  # 1 doctest failed
sage -t src/sage/libs/eclib/interface.py  # 1 doctest failed
sage -t src/sage/libs/glpk/error.pyx  # 1 doctest failed
sage -t src/sage/numerical/backends/glpk_backend.pyx  # 1 doctest failed
sage -t src/sage/tests/cmdline.py  # 3 doctests failed

debian-buster-standard (https://github.com/mkoeppe/sage/runs/542655851)
sage -t src/sage/combinat/tutorial.py  # 2 doctests failed
sage -t src/sage/interfaces/ecm.py  # 3 doctests failed
sage -t src/sage/interfaces/r.py  # 1 doctest failed
sage -t src/sage/interfaces/tachyon.py  # 1 doctest failed
sage -t src/sage/libs/glpk/error.pyx  # 1 doctest failed
sage -t src/sage/libs/libecm.pyx  # 1 doctest failed
sage -t src/sage/numerical/backends/glpk_backend.pyx  # 1 doctest failed
sage -t src/sage/rings/finite_rings/element_pari_ffelt.pyx  # 1 doctest 
failed
sage -t src/sage/rings/padics/padic_lattice_element.py  # 3 doctests failed
sage -t 
src/sage/schemes/hyperelliptic_curves/hyperelliptic_finite_field.py  # 2 
doctests failed
sage -t src/sage/tests/book_stein_ent.py  # 1 doctest failed
sage -t 
src/sage/tests/books/computational-mathematics-with-sagemath/combinat_doctest.py
  
# 2 doctests failed
sage -t src/sage/tests/cmdline.py  # 3 doctests failed
 
debian-bullseye-standard (https://github.com/mkoeppe/sage/runs/542655863)
sage -t src/sage/interfaces/r.py  # 1 doctest failed
sage -t src/sage/interfaces/tachyon.py  # 1 doctest failed
sage -t src/sage/lfunctions/dokchitser.py  # 2 doctests failed
sage -t src/sage/lfunctions/pari.py  # 1 doctest failed
sage -t src/sage/libs/glpk/error.pyx  # 1 doctest failed
sage -t src/sage/interfaces/maxima.py  # Timed out
sage -t src/sage/numerical/backends/glpk_backend.pyx  # 1 doctest failed
sage -t src/sage/rings/number_field/number_field.py  # 8 doctests failed
sage -t src/sage/rings/number_field/number_field_ideal.py  # 2 doctests 
failed
sage -t src/sage/rings/number_field/unit_group.py  # 1 doctest failed
sage -t src/sage/rings/padics/padic_lattice_element.py  # 3 doctests failed
sage -t src/sage/rings/polynomial/polynomial_quotient_ring.py  # 2 doctests 
failed
sage -t src/sage/rings/number_field/number_field_element.pyx  # Timed out
sage -t src/sage/schemes/elliptic_curves/ell_number_field.py  # 3 doctests 
failed
sage -t src/sage/schemes/elliptic_curves/height.py  # 6 doctests failed
sage -t src/sage/schemes/plane_conics/con_number_field.py  # 1 doctest 
failed
sage -t src/sage/tests/cmdline.py  # 3 doctests failed


*Fedora* (26-32), *Centos* (7-8):

Fedora 26: clean

Fedora 27, 28, 29: Critical test failures in sage.combinat, likely because 
of symmetrica https://trac.sagemath.org/ticket/29405

Fedora 30 and 31: Doctest build error related to eclib 

Fedora 32: Build errors with various packages. Fedora 32 already ships gcc 
10!

Centos 7 and 8: clean


*Arch Linux*: clean

*Slackware: *Build error with freetype; 
https://trac.sagemath.org/ticket/29373 needs review

*macOS:*

homebrew-macos-minimal:
sage -t src/sage/interfaces/gap.py  # 1 doctest failed
sage -t src/sage/rings/padics/padic_lattice_element.py  # 3 doctests failed
sage -t src/sage/sets/recursively_enumerated_set.pyx  # 2 doctests failed


[sage-release] Sage 9.1.beta9 released

2020-03-29 Thread Volker Braun
As always, you can get the latest beta version from the "develop" git 
branch. Alternatively, the self-contained source tarball is at 
http://www.sagemath.org/download-latest.html 

I don't see any major issues for 9.1 any more, so we should soon have the 
first rc. If you have anything that you thing should go in then now is the 
time to finish it up ;-)


6a4580546f (tag: 9.1.beta9, trac/develop) Updated SageMath version to 
9.1.beta9
437bbd8e43 Trac #28671: fix doctests when DOT_SAGE is symbolic link
6f95bfaa3c Trac #29227: Plotting single text3d results in empty scene with 
Three.js viewer
9591a58d8a Trac #29399: Put Laurent polynomial/series rings into the 
category of algebras
23bd1c7112 Trac #29397: Add more cygwin system packages
cfd5769395 Trac #29396: Discriminant of multivariate polynomial over RR or 
RDF gives an error
efb4d84db1 Trac #29394: Drop the python2 patch sys_path_security-issue_16202
1b175bca33 Trac #29357: Add dependencies that should trigger reconfiguring
eecd68a1a3 Trac #29354: tox.ini: Add slackware environments
d4024bd8fc Trac #29304: tox.ini: Add docker-linuxmint
95ced5fb8a Trac #29301: sage-spkg: Add an option -w for warning only if 
spkg-check fails
b82db0d66b Trac #29295: Add GitHub CI workflow for cygwin
d3772bce89 Trac #29132: Segfault in NTL::ZZ_pContext::restore during exit
eb65fd7999 Trac #29113: Reimplement `sage -i SPKG` for 
optional/experimental packages as `configure --enable-SPKG && make build`
1f44f2204c Trac #29104: Add to tox.ini some homebrew toxenvs (with a fresh 
install not in /usr/local), add homebrew packages
7dc258767b Trac #27824: spkg-configure.m4 for python3
be770ceae1 Trac #27247: modular_decomposition should be able to return a 
tree
f32a397c64 Trac #25358: Test safe directory without python subprocess
322fa860fa Trac #20469: Implement Ariki-Koike algebras
d7db290643 Trac #29082: Do not stage .pc files in src/lib/, clean old 
generated *.pc files at 'make distclean', fix 'permission denied' errors
d1aa8f5a30 Trac #29383: Remove obsolete scripts from src/bin/
d4609c12f7 Trac #29376: some details in hyperelliptic curves
50bbc41733 Trac #29362: build/bin/sage-pip-install: Delegate to 
build/bin/sage-python23
2589227e16 Trac #28917: sagemath should not use math names with underscore 
when generating Latex
d2405f2963 Trac #28052: Incorporating a function for Tautological 
Implication in the Logic Module
12abc7cd3f Trac #29381: Move testc*.sh from src/bin to build/bin
f98317329b Trac #29380: Update e-antic to 0.1.5
9399c8688b Trac #29375: Clean up some _element_constructor_() methods
89a1805119 Trac #29368: remove files related to SageNB and deprecated 
function about temporary files
fa7f062dc8 Trac #29361: openblas spkg-configure.m4: Fix the check for 
lapack/cblas functions
d26d2ae5b3 Trac #29352: more system pkgs info for Debian and Fedora
65914bbfb5 Trac #29342: pari spkg-configure.m4 should check gphelp more 
carefully
bb0b6ae990 Trac #29323: Set up cross polytope with both Vrep and Hrep (if 
backend supports it)
084838dc2b Trac #29090: sage-system-python fixup
675d301be6 Trac #23769: src/bin/sage-starts should be moved to build/bin
28957f3f6a Trac #29287: SPKG type: Make "normal/script/pip" orthogonal to 
"base/standard/optional/experimental"
22ea385799 Trac #29102: fflas_ffpack installation error on new CPUs with 
old compilers
3f19c4a831 Trac #29170: Fix R installation errors related to gfortran
557e19a2fc Trac #29353: fix parent of q-Catalan numbers
c480201572 Trac #29335: Fix Singular configure so it accepts NTL installed 
in nonstandard locations
be1e22c441 (tag: 9.1.beta8) Updated SageMath version to 9.1.beta8

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/689eb595-2e43-49b6-ad5b-387fdac9419e%40googlegroups.com.