Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Thierry Dumont
afeter a make distclean, building was ok.

Le 01/10/2020 à 16:04, Thierry Dumont a écrit :
> In my Ubuntu 20-04, upgrading from beta 13 to beta 14 did not succeed:
> 
> First, just a strange warning:
> [dochtml]   title = self.get_module_docstring_title(module_name)
> [dochtml] Warning: Could not import sage.libs.readline libreadline.so.6:
> cannot open shared object file: No such file or directory
> 
> then:
> 
> [dochtml] raise worker_exc.original_exception
> [dochtml] OSError: WARNING: autodoc: failed to import module 'readline'
> from module 'sage.libs';
> 
> This persists even after after a make doc-clean
> 
> Maybe make disclean and then rebuild, because:
> 
>> ldconfig -v|grep realine
>   
> libreadline.so.8 -> libreadline.so.8.0
> 
> (a security upgrade of ubuntu or something like that ?, may be).
> t.d.
> 

-- 
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/5654514f-fa9f-80ac-5869-12b1699d2841%40math.univ-lyon1.fr.
<>

Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread John H Palmieri
Please also provide the top-level config.log.

On Thursday, October 1, 2020 at 5:11:01 AM UTC-7, Kenji Iohara wrote:
>
> On OS X.15.7 with Xcode 12, I couldn’t compile 
>
>pynac-0.7.26.sage-2020-04-03.p0
>
> . Here is its log-file.
>

-- 
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/c46f23ff-3973-45f1-a5cd-b720265eb38eo%40googlegroups.com.


Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Thierry Dumont
In my Ubuntu 20-04, upgrading from beta 13 to beta 14 did not succeed:

First, just a strange warning:
[dochtml]   title = self.get_module_docstring_title(module_name)
[dochtml] Warning: Could not import sage.libs.readline libreadline.so.6:
cannot open shared object file: No such file or directory

then:

[dochtml] raise worker_exc.original_exception
[dochtml] OSError: WARNING: autodoc: failed to import module 'readline'
from module 'sage.libs';

This persists even after after a make doc-clean

Maybe make disclean and then rebuild, because:

>ldconfig -v|grep realine

libreadline.so.8 -> libreadline.so.8.0

(a security upgrade of ubuntu or something like that ?, may be).
t.d.

-- 
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/9f4c4885-ab24-4d74-9dba-bf3d674c6d63%40math.univ-lyon1.fr.
<>

Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Dima Pasechnik
On Thu, Oct 1, 2020 at 11:58 AM Emmanuel Charpentier
 wrote:
>
> Trac#30675 doesn’t rebase cleanly with develop. Stuck again. Suggestions ?

merge, not rebase. It should work. It basically changes 1 file.
>
>
> Le jeudi 1 octobre 2020 à 12:55:17 UTC+2, Emmanuel Charpentier a écrit :
>>
>> Well… I just scratched my previous install fpr naught, since the problem was 
>> with dochtml…
>>
>> Le jeudi 1 octobre 2020 à 11:16:01 UTC+2, François Bissey a écrit :
>>>
>>> This is https://trac.sagemath.org/ticket/30675 as I mentioned to several 
>>> people I am surprised
>>> the fact this was needed was not picked up by the bots. Which version of 
>>> gcc are you using.
>>
>> System’s gcc 10 :
>>
>> charpent@zen-book-flip:/usr/local/sage-9$ gcc  --version
>> gcc (Debian 10.2.0-9) 10.2.0
>> Copyright (C) 2020 Free Software Foundation, Inc.
>> This is free software; see the source for copying conditions.  There is NO
>> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
>>
>> HTH,
>>
>>
>>
>>>
>>>
>>> > On 1/10/2020, at 10:13 PM, Emmanuel Charpentier  
>>> > wrote:
>>> >
>>> > Upgrading from 9.2.beta13 failed : I had successfully installed the 
>>> > optional jupyterlab, and now make insists on installing 
>>> > jupyterlab_widgets2.0.0, which fails as follows :
>>> >
>>> > cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
>>> > logs/dochtml.log
>>> > [dochtml] Traceback (most recent call last):
>>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 185, in 
>>> > _run_module_as_main
>>> > [dochtml] mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
>>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 144, in 
>>> > _get_module_details
>>> > [dochtml] return _get_module_details(pkg_main_name, error)
>>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 111, in 
>>> > _get_module_details
>>> > [dochtml] __import__(pkg_name)
>>> > [dochtml] File 
>>> > "/usr/local/sage-9/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py",
>>> >  line 58, in 
>>> > [dochtml] import sage.all
>>> > [dochtml] File 
>>> > "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/all.py", line 
>>> > 129, in 
>>> > [dochtml] from sage.data_structures.all import *
>>> > [dochtml] File 
>>> > "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/all.py",
>>> >  line 3, in 
>>> > [dochtml] from .bitset import Bitset, FrozenBitset
>>> > [dochtml] ImportError: 
>>> > /usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/bitset.cpython-38-x86_64-linux-gnu.so:
>>> >  undefined symbol: _bitset_issubset
>>> > make[3]: *** [Makefile:1887 : doc-html] Erreur 1
>>> >
>>> > Attempts to uninstall jupyterlab_widgets and jupyterlab, both via 
>>> > sage-spkg-uninstall and sage -pip uninstall... failed : makereinstalls 
>>> > them.
>>> >
>>> > Being stuck, I’m trying to rebuild from scratch (i. e. aftrer mace 
>>> > distclean. Stay tuned…
>>> >
>>> > HTH,
>>> >
>>> >
>>> >
>>> > Le jeudi 1 octobre 2020 à 01:22:01 UTC+2, Volker Braun a écrit :
>>> > 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
>>> >
>>> > Again, if there is anything that should be merged in this beta cycle then 
>>> > a positively-reviewed patch has to materialize real soon ;-)
>>> >
>>> > 1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14
>>> > be1a62b3bc Trac #30671: Random failure in src/sage/interfaces/psage.py
>>> > ed7c4a3ee0 Trac #30605: improve cone containment tests
>>> > ad0f8e0a1f Trac #30601: Move bitset.pxi to bitset_base.pxd
>>> > 89bf834ab3 Trac #30597: Define a sparse bitset structure
>>> > c539c2870a Trac #30663: tox.ini: Docker on Mac now needs $HOME too
>>> > 112d9daff1 Trac #30658: conda-forge-ubuntu-standard: Pillow fails to 
>>> > install (follow up)
>>> > 0ef7e3ece8 Trac #30631: fix R on macOS xcode 12
>>> > 6576814c37 Trac #30603: Upgrade readline to 8.0
>>> > aa0a6d7b5f Trac #30546: python3 spkg-configure: Only search for 
>>> > "python3", implement "configure --with-python=/PATH/TO/PYTHON"
>>> > 6969c604ad Trac #30664: Fixup for "Add quiet mode for bootstrap"
>>> > ebf4d9cf63 Trac #30662: Update conda package information, and fix 
>>> > building Sage on conda
>>> > cbd8e5db72 Trac #29061: Upgrade to symmetrica-3.0.1
>>> > 99ab61da02 Trac #30596: Outsource functions in bitset.pxi that can be 
>>> > optimized by intrinsics
>>> > 97802f668d Trac #30595: Remove deprecated sage.libs.ppl
>>> > 9ed2f32d19 Trac #30585: Typo ticket: homogenous -> homogeneous
>>> > 9c205e9694 Trac #30577: remove test file for python3 syntax
>>> > 0b841a75e6 Trac #30575: add maple conversion for hypergeometric functions
>>> > de8e68e534 Trac #30572: Remove indirect typecasts when calling bitset.pxi
>>> > dbd108c10b Trac #30567: remove deprecated things in words
>>> > b4715d1b68 Trac #30563: Use configuration variab

Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Emmanuel Charpentier


Trac#30675  doesn’t rebase cleanly 
with develop. Stuck again. Suggestions ?

Le jeudi 1 octobre 2020 à 12:55:17 UTC+2, Emmanuel Charpentier a écrit :

> Well… I just scratched my previous install fpr naught, since the problem 
> was with dochtml…
>
> Le jeudi 1 octobre 2020 à 11:16:01 UTC+2, François Bissey a écrit :
>
> This is https://trac.sagemath.org/ticket/30675 as I mentioned to several 
>> people I am surprised 
>> the fact this was needed was not picked up by the bots. Which version of 
>> gcc are you using. 
>>
> System’s gcc 10 :
>
> charpent@zen-book-flip:/usr/local/sage-9$ gcc  --version
> gcc (Debian 10.2.0-9) 10.2.0
> Copyright (C) 2020 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
>
> HTH,
>
>  
>
>>
>> > On 1/10/2020, at 10:13 PM, Emmanuel Charpentier  
>> wrote: 
>> > 
>> > Upgrading from 9.2.beta13 failed : I had successfully installed the 
>> optional jupyterlab, and now make insists on installing 
>> jupyterlab_widgets2.0.0, which fails as follows : 
>> > 
>> > cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
>> logs/dochtml.log 
>> > [dochtml] Traceback (most recent call last): 
>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 185, in 
>> _run_module_as_main 
>> > [dochtml] mod_name, mod_spec, code = _get_module_details(mod_name, 
>> _Error) 
>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 144, in 
>> _get_module_details 
>> > [dochtml] return _get_module_details(pkg_main_name, error) 
>> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 111, in 
>> _get_module_details 
>> > [dochtml] __import__(pkg_name) 
>> > [dochtml] File 
>> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py",
>>  
>> line 58, in  
>> > [dochtml] import sage.all 
>> > [dochtml] File 
>> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/all.py", line 
>> 129, in  
>> > [dochtml] from sage.data_structures.all import * 
>> > [dochtml] File 
>> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/all.py",
>>  
>> line 3, in  
>> > [dochtml] from .bitset import Bitset, FrozenBitset 
>> > [dochtml] ImportError: 
>> /usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/
>> bitset.cpython-38-x86_64-linux-gnu.so: undefined symbol: 
>> _bitset_issubset 
>> > make[3]: *** [Makefile:1887 : doc-html] Erreur 1 
>> > 
>> > Attempts to uninstall jupyterlab_widgets and jupyterlab, both via 
>> sage-spkg-uninstall and sage -pip uninstall... failed : makereinstalls 
>> them. 
>> > 
>> > Being stuck, I’m trying to rebuild from scratch (i. e. aftrer mace 
>> distclean. Stay tuned… 
>> > 
>> > HTH, 
>> > 
>> > 
>> > 
>> > Le jeudi 1 octobre 2020 à 01:22:01 UTC+2, Volker Braun a écrit : 
>> > 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 
>> > 
>> > Again, if there is anything that should be merged in this beta cycle 
>> then a positively-reviewed patch has to materialize real soon ;-) 
>> > 
>> > 1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14 
>> > be1a62b3bc Trac #30671: Random failure in src/sage/interfaces/psage.py 
>> > ed7c4a3ee0 Trac #30605: improve cone containment tests 
>> > ad0f8e0a1f Trac #30601: Move bitset.pxi to bitset_base.pxd 
>> > 89bf834ab3 Trac #30597: Define a sparse bitset structure 
>> > c539c2870a Trac #30663: tox.ini: Docker on Mac now needs $HOME too 
>> > 112d9daff1 Trac #30658: conda-forge-ubuntu-standard: Pillow fails to 
>> install (follow up) 
>> > 0ef7e3ece8 Trac #30631: fix R on macOS xcode 12 
>> > 6576814c37 Trac #30603: Upgrade readline to 8.0 
>> > aa0a6d7b5f Trac #30546: python3 spkg-configure: Only search for 
>> "python3", implement "configure --with-python=/PATH/TO/PYTHON" 
>> > 6969c604ad Trac #30664: Fixup for "Add quiet mode for bootstrap" 
>> > ebf4d9cf63 Trac #30662: Update conda package information, and fix 
>> building Sage on conda 
>> > cbd8e5db72 Trac #29061: Upgrade to symmetrica-3.0.1 
>> > 99ab61da02 Trac #30596: Outsource functions in bitset.pxi that can be 
>> optimized by intrinsics 
>> > 97802f668d Trac #30595: Remove deprecated sage.libs.ppl 
>> > 9ed2f32d19 Trac #30585: Typo ticket: homogenous -> homogeneous 
>> > 9c205e9694 Trac #30577: remove test file for python3 syntax 
>> > 0b841a75e6 Trac #30575: add maple conversion for hypergeometric 
>> functions 
>> > de8e68e534 Trac #30572: Remove indirect typecasts when calling 
>> bitset.pxi 
>> > dbd108c10b Trac #30567: remove deprecated things in words 
>> > b4715d1b68 Trac #30563: Use configuration variable MAXIMA instead of 
>> hardcoding "maxima" 
>> > 865f3ca815 Trac #30562: Gap downloads from wrong upstream directory 
>> > cd88566df0 Trac #30548: mention that sometim

Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Emmanuel Charpentier


Well… I just scratched my previous install fpr naught, since the problem 
was with dochtml…

Le jeudi 1 octobre 2020 à 11:16:01 UTC+2, François Bissey a écrit :

This is https://trac.sagemath.org/ticket/30675 as I mentioned to several 
> people I am surprised 
> the fact this was needed was not picked up by the bots. Which version of 
> gcc are you using. 
>
System’s gcc 10 :

charpent@zen-book-flip:/usr/local/sage-9$ gcc  --version
gcc (Debian 10.2.0-9) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE

HTH,

 

>
> > On 1/10/2020, at 10:13 PM, Emmanuel Charpentier  
> wrote: 
> > 
> > Upgrading from 9.2.beta13 failed : I had successfully installed the 
> optional jupyterlab, and now make insists on installing 
> jupyterlab_widgets2.0.0, which fails as follows : 
> > 
> > cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
> logs/dochtml.log 
> > [dochtml] Traceback (most recent call last): 
> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 185, in 
> _run_module_as_main 
> > [dochtml] mod_name, mod_spec, code = _get_module_details(mod_name, 
> _Error) 
> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 144, in 
> _get_module_details 
> > [dochtml] return _get_module_details(pkg_main_name, error) 
> > [dochtml] File "/usr/lib/python3.8/runpy.py", line 111, in 
> _get_module_details 
> > [dochtml] __import__(pkg_name) 
> > [dochtml] File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py",
>  
> line 58, in  
> > [dochtml] import sage.all 
> > [dochtml] File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/all.py", line 
> 129, in  
> > [dochtml] from sage.data_structures.all import * 
> > [dochtml] File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/all.py",
>  
> line 3, in  
> > [dochtml] from .bitset import Bitset, FrozenBitset 
> > [dochtml] ImportError: 
> /usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/
> bitset.cpython-38-x86_64-linux-gnu.so: undefined symbol: _bitset_issubset 
> > make[3]: *** [Makefile:1887 : doc-html] Erreur 1 
> > 
> > Attempts to uninstall jupyterlab_widgets and jupyterlab, both via 
> sage-spkg-uninstall and sage -pip uninstall... failed : makereinstalls 
> them. 
> > 
> > Being stuck, I’m trying to rebuild from scratch (i. e. aftrer mace 
> distclean. Stay tuned… 
> > 
> > HTH, 
> > 
> > 
> > 
> > Le jeudi 1 octobre 2020 à 01:22:01 UTC+2, Volker Braun a écrit : 
> > 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 
> > 
> > Again, if there is anything that should be merged in this beta cycle 
> then a positively-reviewed patch has to materialize real soon ;-) 
> > 
> > 1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14 
> > be1a62b3bc Trac #30671: Random failure in src/sage/interfaces/psage.py 
> > ed7c4a3ee0 Trac #30605: improve cone containment tests 
> > ad0f8e0a1f Trac #30601: Move bitset.pxi to bitset_base.pxd 
> > 89bf834ab3 Trac #30597: Define a sparse bitset structure 
> > c539c2870a Trac #30663: tox.ini: Docker on Mac now needs $HOME too 
> > 112d9daff1 Trac #30658: conda-forge-ubuntu-standard: Pillow fails to 
> install (follow up) 
> > 0ef7e3ece8 Trac #30631: fix R on macOS xcode 12 
> > 6576814c37 Trac #30603: Upgrade readline to 8.0 
> > aa0a6d7b5f Trac #30546: python3 spkg-configure: Only search for 
> "python3", implement "configure --with-python=/PATH/TO/PYTHON" 
> > 6969c604ad Trac #30664: Fixup for "Add quiet mode for bootstrap" 
> > ebf4d9cf63 Trac #30662: Update conda package information, and fix 
> building Sage on conda 
> > cbd8e5db72 Trac #29061: Upgrade to symmetrica-3.0.1 
> > 99ab61da02 Trac #30596: Outsource functions in bitset.pxi that can be 
> optimized by intrinsics 
> > 97802f668d Trac #30595: Remove deprecated sage.libs.ppl 
> > 9ed2f32d19 Trac #30585: Typo ticket: homogenous -> homogeneous 
> > 9c205e9694 Trac #30577: remove test file for python3 syntax 
> > 0b841a75e6 Trac #30575: add maple conversion for hypergeometric 
> functions 
> > de8e68e534 Trac #30572: Remove indirect typecasts when calling 
> bitset.pxi 
> > dbd108c10b Trac #30567: remove deprecated things in words 
> > b4715d1b68 Trac #30563: Use configuration variable MAXIMA instead of 
> hardcoding "maxima" 
> > 865f3ca815 Trac #30562: Gap downloads from wrong upstream directory 
> > cd88566df0 Trac #30548: mention that sometimes it is wolfram, not math 
> for Mathematica script 
> > 7169ec9867 Trac #30547: full flake8 for skew_tableau.py, as an 
> experiment 
> > 95712fc6ad Trac #30544: spkg-configure, system package info for tox 
> > 2413f7b665 Trac #30523: polynomial_element.pyx: roots: SR: Fix if 
> determinant is not real 
> > 28b594bb

[sage-release] Sage 9.2.beta14 released

2020-10-01 Thread Henri Girard

On Ubuntu 20.04 running AMD 16 core +16 Go and SSD, Every thing passed.

As I didn't compile sage for a certain time I notice it was quick about 
30 mns. I few some messages indicating I should install few libs (new 
and very important, that a good idea !).


Best

Henri

--
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/870067eb-42dd-247c-8e67-f0652dc1cfaf%40gmail.com.


Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread François Bissey
This is https://trac.sagemath.org/ticket/30675 as I mentioned to several people 
I am surprised
the fact this was needed was not picked up by the bots. Which version of gcc 
are you using.

> On 1/10/2020, at 10:13 PM, Emmanuel Charpentier 
>  wrote:
> 
> Upgrading from 9.2.beta13 failed : I had successfully installed the optional 
> jupyterlab, and now make insists on installing jupyterlab_widgets2.0.0, which 
> fails as follows :
> 
> cd ../.. && sage-logger -p './sage --docbuild --no-pdf-links all html ' 
> logs/dochtml.log
> [dochtml] Traceback (most recent call last):
> [dochtml]   File "/usr/lib/python3.8/runpy.py", line 185, in 
> _run_module_as_main
> [dochtml] mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
> [dochtml]   File "/usr/lib/python3.8/runpy.py", line 144, in 
> _get_module_details
> [dochtml] return _get_module_details(pkg_main_name, error)
> [dochtml]   File "/usr/lib/python3.8/runpy.py", line 111, in 
> _get_module_details
> [dochtml] __import__(pkg_name)
> [dochtml]   File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage_setup/docbuild/__init__.py",
>  line 58, in 
> [dochtml] import sage.all
> [dochtml]   File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/all.py", line 129, 
> in 
> [dochtml] from sage.data_structures.all import *
> [dochtml]   File 
> "/usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/all.py",
>  line 3, in 
> [dochtml] from .bitset import Bitset, FrozenBitset
> [dochtml] ImportError: 
> /usr/local/sage-9/local/lib/python3.8/site-packages/sage/data_structures/bitset.cpython-38-x86_64-linux-gnu.so:
>  undefined symbol: _bitset_issubset
> make[3]: *** [Makefile:1887 : doc-html] Erreur 1
> 
> Attempts to uninstall jupyterlab_widgets and jupyterlab, both via 
> sage-spkg-uninstall and sage -pip uninstall... failed : makereinstalls them.
> 
> Being stuck, I’m trying to rebuild from scratch (i. e. aftrer mace distclean. 
> Stay tuned…
> 
> HTH,
> 
> 
> 
> Le jeudi 1 octobre 2020 à 01:22:01 UTC+2, Volker Braun a écrit :
> 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 
> 
> Again, if there is anything that should be merged in this beta cycle then a 
> positively-reviewed patch has to materialize real soon ;-)
> 
> 1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14
> be1a62b3bc Trac #30671: Random failure in src/sage/interfaces/psage.py
> ed7c4a3ee0 Trac #30605: improve cone containment tests
> ad0f8e0a1f Trac #30601: Move bitset.pxi to bitset_base.pxd
> 89bf834ab3 Trac #30597: Define a sparse bitset structure
> c539c2870a Trac #30663: tox.ini: Docker on Mac now needs $HOME too
> 112d9daff1 Trac #30658: conda-forge-ubuntu-standard: Pillow fails to install 
> (follow up)
> 0ef7e3ece8 Trac #30631: fix R on macOS xcode 12
> 6576814c37 Trac #30603: Upgrade readline to 8.0
> aa0a6d7b5f Trac #30546: python3 spkg-configure: Only search for "python3", 
> implement "configure --with-python=/PATH/TO/PYTHON"
> 6969c604ad Trac #30664: Fixup for "Add quiet mode for bootstrap"
> ebf4d9cf63 Trac #30662: Update conda package information, and fix building 
> Sage on conda
> cbd8e5db72 Trac #29061: Upgrade to symmetrica-3.0.1
> 99ab61da02 Trac #30596: Outsource functions in bitset.pxi that can be 
> optimized by intrinsics
> 97802f668d Trac #30595: Remove deprecated sage.libs.ppl
> 9ed2f32d19 Trac #30585: Typo ticket: homogenous -> homogeneous
> 9c205e9694 Trac #30577: remove test file for python3 syntax
> 0b841a75e6 Trac #30575: add maple conversion for hypergeometric functions
> de8e68e534 Trac #30572: Remove indirect typecasts when calling bitset.pxi
> dbd108c10b Trac #30567: remove deprecated things in words
> b4715d1b68 Trac #30563: Use configuration variable MAXIMA instead of 
> hardcoding "maxima"
> 865f3ca815 Trac #30562: Gap downloads from wrong upstream directory
> cd88566df0 Trac #30548: mention that sometimes it is wolfram, not math for 
> Mathematica script
> 7169ec9867 Trac #30547: full flake8 for skew_tableau.py, as an experiment
> 95712fc6ad Trac #30544: spkg-configure, system package info for tox
> 2413f7b665 Trac #30523: polynomial_element.pyx: roots: SR: Fix if determinant 
> is not real
> 28b594bb6e Trac #30486: Prepare doctests for Arb 2.18
> 43089d428d Trac #30337: Graphs: obtain distance-regular graphs from 
> generalised quadrangles
> 82a9e2d091 Trac #29500: Install all Python packages via pip wheel (or 
> setup.py bdist_wheel), store wheels in $SAGE_LOCAL/var/lib/sage/wheels
> 85906ba097 Trac #25119: Fail to integrate sqrt(x^2)/x
> 5bf821488c Trac #15223: Let the `TestSuite` test that the construction of a 
> parent returns the parent
> 501019f5b5 Trac #30610: Fix openblas to build with Xcode 12
> 19be84362c Trac #30576: Python 3.6: Fix locale/encoding issues in docbuild, 
> then re-enable Python 3.6
> af71febd64 Trac #30008:

Re: [sage-release] Sage 9.2.beta14 released

2020-10-01 Thread François Bissey
This has been around for ages. In fact for as long as nauty has been in sage.
I remember spotting it for the first time in dmesg several years ago.
Because it is mostly silent very little effort has put into fixing that so far,
at least that I know of.

> On 1/10/2020, at 9:20 PM, Eric Gourgoulhon  wrote:
> 
> 1/ Title: nauty-gentourng crashed with SIGSEGV in __libc_start_main()
>  nauty-gentourng is from the Ubuntu package nauty 2.6r10+ds-1ubuntu1
> 

François

-- 
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/F7659316-C046-4FCB-97DD-DF89EEA32C5B%40gmail.com.


[sage-release] Sage 9.2.beta14 released

2020-09-30 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 

Again, if there is anything that should be merged in this beta cycle then a 
positively-reviewed patch has to materialize real soon ;-)

1da6df404d (tag: 9.2.beta14) Updated SageMath version to 9.2.beta14
be1a62b3bc Trac #30671: Random failure in src/sage/interfaces/psage.py
ed7c4a3ee0 Trac #30605: improve cone containment tests
ad0f8e0a1f Trac #30601: Move bitset.pxi to bitset_base.pxd
89bf834ab3 Trac #30597: Define a sparse bitset structure
c539c2870a Trac #30663: tox.ini: Docker on Mac now needs $HOME too
112d9daff1 Trac #30658: conda-forge-ubuntu-standard: Pillow fails to 
install (follow up)
0ef7e3ece8 Trac #30631: fix R on macOS xcode 12
6576814c37 Trac #30603: Upgrade readline to 8.0
aa0a6d7b5f Trac #30546: python3 spkg-configure: Only search for "python3", 
implement "configure --with-python=/PATH/TO/PYTHON"
6969c604ad Trac #30664: Fixup for "Add quiet mode for bootstrap"
ebf4d9cf63 Trac #30662: Update conda package information, and fix building 
Sage on conda
cbd8e5db72 Trac #29061: Upgrade to symmetrica-3.0.1
99ab61da02 Trac #30596: Outsource functions in bitset.pxi that can be 
optimized by intrinsics
97802f668d Trac #30595: Remove deprecated sage.libs.ppl
9ed2f32d19 Trac #30585: Typo ticket: homogenous -> homogeneous
9c205e9694 Trac #30577: remove test file for python3 syntax
0b841a75e6 Trac #30575: add maple conversion for hypergeometric functions
de8e68e534 Trac #30572: Remove indirect typecasts when calling bitset.pxi
dbd108c10b Trac #30567: remove deprecated things in words
b4715d1b68 Trac #30563: Use configuration variable MAXIMA instead of 
hardcoding "maxima"
865f3ca815 Trac #30562: Gap downloads from wrong upstream directory
cd88566df0 Trac #30548: mention that sometimes it is wolfram, not math for 
Mathematica script
7169ec9867 Trac #30547: full flake8 for skew_tableau.py, as an experiment
95712fc6ad Trac #30544: spkg-configure, system package info for tox
2413f7b665 Trac #30523: polynomial_element.pyx: roots: SR: Fix if 
determinant is not real
28b594bb6e Trac #30486: Prepare doctests for Arb 2.18
43089d428d Trac #30337: Graphs: obtain distance-regular graphs from 
generalised quadrangles
82a9e2d091 Trac #29500: Install all Python packages via pip wheel (or 
setup.py bdist_wheel), store wheels in $SAGE_LOCAL/var/lib/sage/wheels
85906ba097 Trac #25119: Fail to integrate sqrt(x^2)/x
5bf821488c Trac #15223: Let the `TestSuite` test that the construction of a 
parent returns the parent
501019f5b5 Trac #30610: Fix openblas to build with Xcode 12
19be84362c Trac #30576: Python 3.6: Fix locale/encoding issues in docbuild, 
then re-enable Python 3.6
af71febd64 Trac #30008: After #30053, sphinx 3.1.2 does not build on 
ubuntu-{trusty,xenial,bionic}, debian-jessie, centos-7 (again)
82534f5b92 Trac #30538: some flake8 cleanup in manifolds
3d4a8d2e75 Trac #30533: Add quiet mode for bootstrap
8700f751cf Trac #30532: sage.rings.ideal: Do not import 
sage.interfaces.singular at load time
0957fb642a Trac #30526: Irrelevant Example for _polynomial_list at 
FP_template.pxi
3d4760ce77 Trac #30522: polynomial_element.pyx: roots: SR: Return value for 
vanishing determinant broken
2fd8ef799e Trac #30516: Infinite WeightedIntegerVectors does not coerce 
properly
e3de8ecdfb Trac #30515: implement string formatting for elements in RR and 
CC
6844bbe72a Trac #30514: fix pycodestyle E701/E702 in combinat
6b4b28b893 Trac #30513: fix pycodestyle E401
7314b0db62 Trac #30510: Speed up method subgraph
16b1089743 Trac #30509: Graphs: Faster implementation for HalfCube
15cebad2f0 Trac #30503: src/tox.ini: Add environment codespell
12c246ff72 Trac #30502: typo ticket 09/2020
8543b383c8 Trac #30497: more lgtm-suggested fixed
55568686a8 Trac #30493: bug in border case in highest weight vectors of 
tensor product of crystals
12aa127d55 Trac #30492: Provide conversion methods to remove cythonizing 
from doctests
49f3450dab Trac #29975: Make numerical and probability doctests ready for 
random seeds
055c07e8c6 Trac #28394: comparison of sage rationals with gmpy2 mpq broken
e1a7af2252 Trac #26060: Wrong limit(x / (x + 2^x + cos(x)), x=-oo)
cd50ac9ea4 Trac #5178: Make LLL_gram also work with Gram matrices with 
non-integer entries
69c51603dd Trac #30583: Upgrade: gmpy2 2.1.0.b5
6aa190cdee Trac #30531: Polyhedron_normaliz._triangulate_normaliz should 
not use NmzResult directly
ff880f9919 Trac #29164: Computing log(0, 2) takes a long time
d55e6c9835 Trac #30604: fix scipy for XCode 12
468f23815a (tag: 9.2.beta13) Updated SageMath version to 9.2.beta13

-- 
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/msg