Re: [sage-release] Sage 10.0.rc1 released

2023-04-30 Thread Emmanuel Charpentier
On Deboan testing running on core i7 + 16 GB RAM), after rebuilding 
10.0.rc1; `ptestlong` reports the same two permanent failures already 
reportedfor a few previous betas (and seen as mostly cosmetic) :

```
--
sage -t --long --warn-long 211.9 
--random-seed=80006634418084889411059855205180860074 
src/sage/coding/linear_code.py  # 2 doctests failed
sage -t --long --warn-long 211.9 
--random-seed=80006634418084889411059855205180860074 
src/sage/coding/code_constructions.py  # 1 doctest failed
--
```

HTH,

Le dimanche 30 avril 2023 à 15:23:15 UTC+2, Emmanuel Charpentier a écrit :

> Not fixed by `make doc-clean doc_uninstall`.
>
> Trying `make disclean` (= don't hold your breath). Sigh...
>
> HTH,
>
> Le dimanche 30 avril 2023 à 15:16:30 UTC+2, Emmanuel Charpentier a écrit :
>
>> I got the same proble when building the calculus documentation.
>>
>> HTH,
>>
>>
>> Le samedi 29 avril 2023 à 08:26:18 UTC+2, tdumont a écrit :
>>
>>>
>>> When upgrading from rc0 to rc1 (Debian testing) I got an error when 
>>> building "manifolds" documentation: 
>>>
>>> sagemath_doc_html-none] [manifolds] RuntimeError: ECL says: Module 
>>> error: Don't know how to REQUIRE MAXIMA. 
>>>
>>> t.d. 
>>> Le 29/04/2023 à 01:15, 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 
>>> > 
>>> > 5bd81deae14 (HEAD -> develop, tag: 10.0.rc1, github/develop) Updated 
>>> > SageMath version to 10.0.rc1 
>>> > 9185befce0c gh-35558: `sage.quadratic_forms`: Fix use of 
>>> `staticmethod` 
>>> > for Python < 3.10 
>>> > 2bedb53b5ea gh-35415: `givaro`, `zeromq`: Add patches for GCC 13 
>>> support 
>>> > f3acd42678a (tag: 10.0.rc0) Updated SageMath version to 10.0.rc0 
>>> > 
>>> > -- 
>>> > 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/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com
>>>  
>>> <
>>> https://groups.google.com/d/msgid/sage-release/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com?utm_medium=email_source=footer>.
>>>  
>>>
>>>
>>

-- 
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/2d792416-264b-4016-9298-40bda3013e52n%40googlegroups.com.


Re: [sage-release] Sage 10.0.rc1 released

2023-04-30 Thread Emmanuel Charpentier
Not fixed by `make doc-clean doc_uninstall`.

Trying `make disclean` (= don't hold your breath). Sigh...

HTH,

Le dimanche 30 avril 2023 à 15:16:30 UTC+2, Emmanuel Charpentier a écrit :

> I got the same proble when building the calculus documentation.
>
> HTH,
>
>
> Le samedi 29 avril 2023 à 08:26:18 UTC+2, tdumont a écrit :
>
>>
>> When upgrading from rc0 to rc1 (Debian testing) I got an error when 
>> building "manifolds" documentation: 
>>
>> sagemath_doc_html-none] [manifolds] RuntimeError: ECL says: Module 
>> error: Don't know how to REQUIRE MAXIMA. 
>>
>> t.d. 
>> Le 29/04/2023 à 01:15, 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 
>> > 
>> > 5bd81deae14 (HEAD -> develop, tag: 10.0.rc1, github/develop) Updated 
>> > SageMath version to 10.0.rc1 
>> > 9185befce0c gh-35558: `sage.quadratic_forms`: Fix use of `staticmethod` 
>> > for Python < 3.10 
>> > 2bedb53b5ea gh-35415: `givaro`, `zeromq`: Add patches for GCC 13 
>> support 
>> > f3acd42678a (tag: 10.0.rc0) Updated SageMath version to 10.0.rc0 
>> > 
>> > -- 
>> > 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/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com
>>  
>> <
>> https://groups.google.com/d/msgid/sage-release/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com?utm_medium=email_source=footer>.
>>  
>>
>>
>

-- 
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/11635351-0eb8-48b9-92be-a37b71f2cb9cn%40googlegroups.com.


Re: [sage-release] Sage 10.0.rc1 released

2023-04-30 Thread Emmanuel Charpentier
I got the same proble when building the calculus documentation.

HTH,


Le samedi 29 avril 2023 à 08:26:18 UTC+2, tdumont a écrit :

>
> When upgrading from rc0 to rc1 (Debian testing) I got an error when 
> building "manifolds" documentation:
>
> sagemath_doc_html-none] [manifolds] RuntimeError: ECL says: Module 
> error: Don't know how to REQUIRE MAXIMA.
>
> t.d.
> Le 29/04/2023 à 01:15, 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
> > 
> > 5bd81deae14 (HEAD -> develop, tag: 10.0.rc1, github/develop) Updated 
> > SageMath version to 10.0.rc1
> > 9185befce0c gh-35558: `sage.quadratic_forms`: Fix use of `staticmethod` 
> > for Python < 3.10
> > 2bedb53b5ea gh-35415: `givaro`, `zeromq`: Add patches for GCC 13 support
> > f3acd42678a (tag: 10.0.rc0) Updated SageMath version to 10.0.rc0
> > 
> > -- 
> > 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/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com
>  
> <
> https://groups.google.com/d/msgid/sage-release/7f52c062-b965-48d3-bbaa-b657d53991a4n%40googlegroups.com?utm_medium=email_source=footer
> >.
>

-- 
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/2ec9cde9-f162-489c-9fe7-79087a673815n%40googlegroups.com.


[sage-release] Re: Sage 10.0.rc1 released

2023-04-30 Thread Matthias Köppe
Thanks for the new rc.
According to the platforms tests 
at https://github.com/sagemath/sage/actions/runs/4834936696:
- build on *archlinux* fails. This is fixed by 
https://github.com/sagemath/sage/pull/35524 (needs review).
- on *fedora-38-minimal*, *archlinux-minimal*, *opensuse-tumbleweed-minimal*, 
building 
openblas fails. That's https://github.com/sagemath/sage/issues/34899 (no 
solution yet).
I'd also like to see https://github.com/sagemath/sage/pull/35570 merged, 
which fixes the optional package 4ti2 on GCC 13 platforms.
There is also two issue 
(https://github.com/sagemath/sage/issues/35219, 
https://github.com/sagemath/sage/issues/35273) 
that are marked as blockers.

On Friday, April 28, 2023 at 4:15:04 PM UTC-7 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
>
> 5bd81deae14 (HEAD -> develop, tag: 10.0.rc1, github/develop) Updated 
> SageMath version to 10.0.rc1
> 9185befce0c gh-35558: `sage.quadratic_forms`: Fix use of `staticmethod` 
> for Python < 3.10
> 2bedb53b5ea gh-35415: `givaro`, `zeromq`: Add patches for GCC 13 support
> f3acd42678a (tag: 10.0.rc0) Updated SageMath version to 10.0.rc0
>

-- 
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/ab3ced78-3649-49a5-bec1-e0ddc5cfab30n%40googlegroups.com.


Re: [sage-release] Sage 10.0.rc1 released

2023-04-30 Thread Thierry Dumont




Le 29/04/2023 à 18:05, Eric Gourgoulhon a écrit :

Le samedi 29 avril 2023 à 08:26:18 UTC+2, tdumont a écrit :


When upgrading from rc0 to rc1 (Debian testing) I got an error when
building "manifolds" documentation:


FWIW, I did the same (upgrading from rc0 to rc1) on Ubuntu 22.04 and did 
not get such an error.


Eric.


Yes, after a make distclean, everything was ok.
t.

--
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/a8469286-1df6-469c-8d93-a8093dbdf474n%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/6f8bab0a-a470-abf7-a056-9decfd952c1b%40math.univ-lyon1.fr.