Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Nope... `make cython` succeeds. Bit `make build fails : ``` [sagelib-10.2.beta7] [85/85] Cythonizing sage/symbolic/expression.pyx [sagelib-10.2.beta7] multiprocessing.pool.RemoteTraceback: [sagelib-10.2.beta7] """ [sagelib-10.2.beta7] Traceback (most recent call last):

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Nope again : make sagelib-clean sagelib uninstall works, but make -j8 build (or even make build) fails again: [ Again a bunch of lines elided… ] [sagelib-10.2.beta7] [553/557] Cythonizing sage/symbolic/expression.pyx [sagelib-10.2.beta7] multiprocessing.pool.RemoteTraceback:

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
On Mon, 16 Oct 2023, 14:04 Emmanuel Charpentier, < emanuel.charpent...@gmail.com> wrote: > Nope... > > `make cython` succeeds. Bit `make build fails : > oops, sorry, you need to clean sagelib first. make sagelib-clean sagelib-uninstall > ``` > [sagelib-10.2.beta7] [85/85] Cythonizing

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Would the updated install.log be useful ? Le lundi 16 octobre 2023 à 17:09:31 UTC+2, Dima Pasechnik a écrit : > please post config.log, and logs/pkgs/sagelib-10.2.beta7.log > > In your previous install.log I see > > [sagelib-10.2.beta7] Error compiling Cython file: > [sagelib-10.2.beta7] >

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
please post config.log, and logs/pkgs/sagelib-10.2.beta7.log In your previous install.log I see [sagelib-10.2.beta7] Error compiling Cython file: [sagelib-10.2.beta7] [sagelib-10.2.beta7] ... [sagelib-10.2.beta7] # -*-

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
On Mon, Oct 16, 2023 at 4:38 PM Emmanuel Charpentier wrote: > > Would the updated install.log be useful ? IMHO what we need there is in logs/pkgs/sagelib-10.2.beta7.log > > Le lundi 16 octobre 2023 à 17:09:31 UTC+2, Dima Pasechnik a écrit : >> >> please post config.log, and

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
for me, the beginning of logs/pkgs/cython-3.0.2.log on the branch of PR 36332 is as follows. You see, the patch is applied. Attempting to download package Cython-3.0.2.tar.gz from mirrors https://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/cython/Cython-3.0.2.tar.gz

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
On Mon, Oct 16, 2023 at 5:29 PM Dima Pasechnik wrote: > > Please also send config.log, as I already asked. > > On Mon, Oct 16, 2023 at 5:27 PM wrote: > > > > IMHO what we need there is in logs/pkgs/sagelib-10.2.beta7.log It looks as if you haven't installed the patch for Cython, as I still see

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Le lundi 16 octobre 2023 à 18:35:28 UTC+2, Dima Pasechnik a écrit : On Mon, Oct 16, 2023 at 5:29 PM Dima Pasechnik wrote: > > Please also send config.log, as I already asked. Done. See above > > On Mon, Oct 16, 2023 at 5:27 PM wrote: > > > > IMHO what we need there is in

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Le lundi 16 octobre 2023 à 22:41:38 UTC+2, Dima Pasechnik a écrit : can you check that build/pkgs/cython/patches/5690.patch is there? Indeed it is here… charpent@zen-book-flip:/usr/local/sage-10$ ls build/pkgs/cython/patches/ 5690.patch And make build still fails : [sagelib-10.2.beta7]

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
Please also send config.log, as I already asked. On Mon, Oct 16, 2023 at 5:27 PM wrote: > > IMHO what we need there is in logs/pkgs/sagelib-10.2.beta7.log > > Here it is. > > -- > You received this message because you are subscribed to the Google Groups > "sage-release" group. > To unsubscribe

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Le lundi 16 octobre 2023 à 22:31:38 UTC+2, Emmanuel Charpentier a écrit : Le lundi 16 octobre 2023 à 18:35:28 UTC+2, Dima Pasechnik a écrit : On Mon, Oct 16, 2023 at 5:29 PM Dima Pasechnik wrote: > > Please also send config.log, as I already asked. Done. See above > > On Mon, Oct 16,

[sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread emanuel . charpentier
>  Please also send config.log, as I already asked. Here it is (missed it the first time...). -- 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

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
you need make cython-clean cython-uninstall to trigger the rebuild of Cython by make cython On Mon, 16 Oct 2023, 21:57 Dima Pasechnik, wrote: > for me, the beginning of logs/pkgs/cython-3.0.2.log > on the branch of PR 36332 > is as follows. You see, the patch is applied. > > >

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
Then charpent@zen-book-flip:/usr/local/sage-10$ make cython make build/make/Makefile --stop make[1] : on entre dans le répertoire « /usr/local/sage-10 » make[1]: « build/make/Makefile » est à jour. make[1] : on quitte le répertoire « /usr/local/sage-10 » build/bin/sage-logger \ "cd

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Dima Pasechnik
can you check that build/pkgs/cython/patches/5690.patch is there? On Mon, Oct 16, 2023 at 9:38 PM Emmanuel Charpentier wrote: > > Le lundi 16 octobre 2023 à 22:31:38 UTC+2, Emmanuel Charpentier a écrit : > > Le lundi 16 octobre 2023 à 18:35:28 UTC+2, Dima Pasechnik a écrit : > > On Mon, Oct 16,

[sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread Emmanuel Charpentier
On Debian testing running on core i7 + 16 GB RAM, upgrading 10.2.beta6 to 10.2.beta7 fails with fthe following last lines of test.log : [ 50626 lines omitted… ] [sagelib-10.2.beta7] [287/293] Cythonizing sage/rings/real_mpfr.pyx [sagelib-10.2.beta7] multiprocessing.pool.RemoteTraceback:

Re: [sage-release] Re: Sage 10.2.beta7 released

2023-10-16 Thread dimpase
On Mon, Oct 16, 2023 at 09:16:46AM +0200, emanuel.charpent...@gmail.com wrote: > More examination of the `install.log` file shows a raft of Cython errors. > `install.log` (compressed) enclosed. I think this shows that certain patch for Cython 3.0.2 (Cython PR #5690) must have been included. E.g.

[sage-release] Re: Sage 10.2.beta6 released

2023-10-16 Thread Sébastien Labbé
On Ubuntu 18.04 with the following optional packages, Using --optional=4ti2,antic,build,cbc,ccache,cryptominisat,debian,dot2tex,e_antic,external,fricas,glucose,kissat,latte_int,lidia,normaliz,pip,sage,sage_numerical_backends_coin,sage_spkg I get