Re: [sage-release] Sage 9.3.beta2 released

2020-11-27 Thread Dima Pasechnik
I've managed to (sort of) reproduce this issue, by doing export LANG="" locale export LANG="en_GB.utf8" in the shell, then I see % locale LANG="en_GB.utf8" LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= dima@oucl13243 sage % ./sage -tp

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Samuel Lelièvre
2020-11-26 23:24 UTC, Dima Pasechnik: > > the 2nd line should be > > locale.setlocale(locale.LC_ALL,'') > > (I don't know why you ended up with " instead of '' in the first > place, probably your keyboard has a setting that automatically > converts '' into ") > > HTML email is evil, too - I think

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Kenji Iohara
It gives me iohara% locale LANG="" LC_COLLATE="C" LC_CTYPE="UTF-8" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL= … > 27/11/2020 0:45、Dima Pasechnik のメール: > > On Thu, Nov 26, 2020 at 11:28 PM Kenji Iohara > wrote: >> >> OK, thanks. It

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread John H Palmieri
Dima is suggesting the command locale.setlocale(locale.LC_ALL,''), where just before the parenthesis should be two single quotes. No quotes after the parenthesis. Or if you prefer: locale.setlocale(locale.LC_ALL,"") with two double quotes just before the parenthesis. On Thursday, November 26,

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread dimpase
On Fri, Nov 27, 2020 at 12:11:15AM +0100, Kenji Iohara wrote: > > It gives me > > sage: import locale > > sage: locale.setlocale(locale.LC_ALL,")" > : > the 2nd line should be locale.setlocale(locale.LC_ALL,'') (I don't

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Dima Pasechnik
On Thu, Nov 26, 2020 at 11:28 PM Kenji Iohara wrote: > > OK, thanks. It gives me > > sage: import locale > sage: locale.setlocale(locale.LC_ALL,'') > 'C/UTF-8/C/C/C/C’ > > Does this tell you something ? this does not look like a valid locale description. E.g. for me the output is 'en_GB.utf8'

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Kenji Iohara
OK, thanks. It gives me sage: import locale sage: locale.setlocale(locale.LC_ALL,'') 'C/UTF-8/C/C/C/C’ Does this tell you something ? > 27/11/2020 0:21、John H Palmieri のメール: > > Dima is

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Kenji Iohara
Dima, It gives me sage: import locale sage: locale.setlocale(locale.LC_ALL,")" : or sage: import locale sage: locale.setlocale(locale.LC_ALL,'')''

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Dima Pasechnik
On Thu, 26 Nov 2020, 20:39 Kenji Iohara, wrote: > I am sorry for this Japanese….. > > > 起動準備中です - 警告メッセージ:this means<< in preparation for booting… > Warning message >> > > > It gives me > > > sage: *import* *locale* > > sage: locale.setlocale(locale.LC_ALL,") > > File "", line 1 >

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Kenji Iohara
I am sorry for this Japanese….. > 起動準備中です - 警告メッセージ:this means<< in preparation for booting… Warning > message >> It gives me sage: import locale sage: locale.setlocale(locale.LC_ALL,")

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread Dima Pasechnik
A number of tests in your case fail due to a Japanese locale problem, e.g. Failed example: sage.misc.sageinspect.sage_getargspec(r.lm) Expected: ArgSpec(args=['self'], varargs='args', keywords='kwds', defaults=None) Got: 起動準備中です - 警告メッセージ: 1: Setting LC_COLLATE failed, using "C"

Re: [sage-release] Sage 9.3.beta2 released

2020-11-25 Thread Thierry Dumont
On my Ubuntu 20-10, upgrading from 9.3 beta 1, make ptestlong: - sage -t --long --warn-long 89.4 --random-seed=0 src/sage/interfaces/singular.py # Killed due to segmentation fault sage -t --long --warn-long 89.4

[sage-release] Sage 9.3.beta2 released

2020-11-24 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 020bd59ec2 (tag: 9.3.beta2, trac/develop) Updated SageMath version to 9.3.beta2 ee1d038453 Trac #25488: Improved