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

2023-09-25 Thread Eric Gourgoulhon
Thanks for the release. 
On Ubuntu 22.04, incremental build from Sage 10.2.beta3 failed with 

[sagelib-10.2.beta4] error: Command "gcc -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 
-Wl,-rpath-link,/home/eric/sage/10.2/local/lib 
-L/home/eric/sage/10.2/local/lib -Wl,-rpath,/home/eric/sage/10.2/local/lib 
-g -O2 build/temp.linux-x86_64-cpython-310/sage/rings/complex_arb.o 
-L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu 
-lgmp -lflint -larb -lgsl -lm -lopenblas -lmpfr -o 
build/lib.linux-x86_64-cpython-310/sage/rings/complex_arb.cpython-310-x86_64-linux-gnu.so
 
-lpari" failed with exit status 1
[sagelib-10.2.beta4] error: subprocess-exited-with-error
...
***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: sagelib-10.2.beta4
  last build time: sept. 25 
18:33file:///home/eric/sage/10.2/sagelib-10.2.beta4.log
  log file:/home/eric/sage/10.2/logs/pkgs/sagelib-10.2.beta4.log

The file sagelib-10.2.beta4.log is here 
.

Eric.

-- 
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/c3a7adaf-0365-46d7-b5c3-9bd3c24086e6n%40googlegroups.com.


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

2023-09-25 Thread Matthias Köppe
The real error is further up in the log file:

INFO: gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
-Wl,-rpath-link,/home/eric/sage/10.2/local/lib 
-L/home/eric/sage/10.2/local/lib -Wl,-rpath,/home/eric/sage/10.2/local/lib 
-g -O2 build/temp.linux-x86_64-cpython-310/sage/rings/complex_arb.o 
-L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu 
-lgmp -lflint -larb -lgsl -lm -lopenblas -lmpfr -o 
build/lib.linux-x86_64-cpython-310/sage/rings/complex_arb.cpython-310-x86_64-linux-gnu.so
 
-lpari
/usr/bin/ld : ne peut pas trouver -larb : Aucun fichier ou dossier de 
ce type
collect2: error: ld returned 1 exit status
 
Check if "make sage_conf-no-deps" fixes this problem. 

Background: On Debian/Ubuntu, this library is called flint-arb, and this 
information is passed to the build system via sage_conf. On incremental 
builds, sage_conf seems to sometimes disappear.



On Monday, September 25, 2023 at 10:12:26 AM UTC-7 egourg...@gmail.com 
wrote:

> Thanks for the release. 
> On Ubuntu 22.04, incremental build from Sage 10.2.beta3 failed with 
>
> [sagelib-10.2.beta4] error: Command "gcc -shared -Wl,-O1 
> -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 
> -Wl,-rpath-link,/home/eric/sage/10.2/local/lib 
> -L/home/eric/sage/10.2/local/lib -Wl,-rpath,/home/eric/sage/10.2/local/lib 
> -g -O2 build/temp.linux-x86_64-cpython-310/sage/rings/complex_arb.o 
> -L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu 
> -lgmp -lflint -larb -lgsl -lm -lopenblas -lmpfr -o 
> build/lib.linux-x86_64-cpython-310/sage/rings/
> complex_arb.cpython-310-x86_64-linux-gnu.so -lpari" failed with exit 
> status 1
> [sagelib-10.2.beta4] error: subprocess-exited-with-error
> ...
> ***
> Error building Sage.
>
> The following package(s) may have failed to build (not necessarily
> during this run of 'make all-start'):
>
> * package: sagelib-10.2.beta4
>   last build time: sept. 25 
> 18:33file:///home/eric/sage/10.2/sagelib-10.2.beta4.log
>   log file:/home/eric/sage/10.2/logs/pkgs/sagelib-10.2.beta4.log
>
> The file sagelib-10.2.beta4.log is here 
> .
>
> Eric.
>

-- 
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/05b21a5b-d7fb-4a8a-bb1b-2522f1bfa23fn%40googlegroups.com.


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

2023-09-25 Thread Eric Gourgoulhon
Le lundi 25 septembre 2023 à 20:21:23 UTC+2, matthia...@gmail.com a écrit :

The real error is further up in the log file:

INFO: gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions 
-Wl,-Bsymbolic-functions -g -fwrapv -O2 
-Wl,-rpath-link,/home/eric/sage/10.2/local/lib 
-L/home/eric/sage/10.2/local/lib -Wl,-rpath,/home/eric/sage/10.2/local/lib 
-g -O2 build/temp.linux-x86_64-cpython-310/sage/rings/complex_arb.o 
-L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu 
-lgmp -lflint -larb -lgsl -lm -lopenblas -lmpfr -o 
build/lib.linux-x86_64-cpython-310/sage/rings/
complex_arb.cpython-310-x86_64-linux-gnu.so -lpari
/usr/bin/ld : ne peut pas trouver -larb : Aucun fichier ou dossier de 
ce type
collect2: error: ld returned 1 exit status
 
Check if "make sage_conf-no-deps" fixes this problem. 


Yes it fixed it! 
Thank you Matthias!

Eric. 

 

Background: On Debian/Ubuntu, this library is called flint-arb, and this 
information is passed to the build system via sage_conf. On incremental 
builds, sage_conf seems to sometimes disappear.



On Monday, September 25, 2023 at 10:12:26 AM UTC-7 egourg...@gmail.com 
wrote:

Thanks for the release. 
On Ubuntu 22.04, incremental build from Sage 10.2.beta3 failed with 

[sagelib-10.2.beta4] error: Command "gcc -shared -Wl,-O1 
-Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -g -fwrapv -O2 
-Wl,-rpath-link,/home/eric/sage/10.2/local/lib 
-L/home/eric/sage/10.2/local/lib -Wl,-rpath,/home/eric/sage/10.2/local/lib 
-g -O2 build/temp.linux-x86_64-cpython-310/sage/rings/complex_arb.o 
-L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu 
-lgmp -lflint -larb -lgsl -lm -lopenblas -lmpfr -o 
build/lib.linux-x86_64-cpython-310/sage/rings/
complex_arb.cpython-310-x86_64-linux-gnu.so -lpari" failed with exit status 
1
[sagelib-10.2.beta4] error: subprocess-exited-with-error
...
***
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: sagelib-10.2.beta4
  last build time: sept. 25 
18:33file:///home/eric/sage/10.2/sagelib-10.2.beta4.log
  log file:/home/eric/sage/10.2/logs/pkgs/sagelib-10.2.beta4.log

The file sagelib-10.2.beta4.log is here 
.

Eric.

-- 
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/1a3bba6a-ff99-4af3-bfd7-36801aa5cc05n%40googlegroups.com.


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

2023-09-26 Thread Emmanuel Charpentier


FWIW, upgradong 10.2.beta3 to 10.2.beta4 and running ptestlong gives me the 
two permanent failures already reported for a couple of previous betas :
sage -t --long --warn-long 218.5 
--random-seed=16428889549013772006977694375024902563 
src/sage/combinat/posets/posets.py # 1 doctest failed sage -t --long 
--warn-long 218.5 --random-seed=16428889549013772006977694375024902563 
src/sage/functions/special.py # 2 doctests failed 

HTH,
​
Le lundi 25 septembre 2023 à 00:23:40 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
>
>
> 4d3e807ba54 (tag: 10.2.beta4, github/develop) Updated SageMath version to 
> 10.2.beta4
> 930d65e684b gh-36308: using itertools.product more often
> 9ea5127d78f gh-36307: `sage.rings`: Remove code deprecated in #23204, 
> #24483, #24371, #24511, #25848, #26105, #28481, #29010, #29412, #30332, 
> #30372, #31345, #32375, #32606, #32610, #32612, #32641, #32660, #32750, 
> #32869, #33602
> fb846668a18 gh-36306: `sage.docs`: Remove; deprecated in #33763
> d7404b1b14e gh-36305: `sage.media`, `sage.structure.graphics_file`: 
> Remove; deprecated in #12673, #32988
> 53cce67ccdf gh-36303: Remove `sage.finance`, deprecated in #32427 (2021)
> 152cef732bd gh-36300: Remove deprecated files from src/sage/homology (see 
> #31925)
> 9311c6d46f8 gh-36297: using more libgap instead of gap
> 461727b4537 gh-36296: remove duplicate args in @options() in region_plot
> 653bd9fac36 gh-36282: CI: Remove ubuntu-kinetic (defunct)
> 35c302fb1b2 gh-36281: remove unused vars in matrix/
> 979b3688a6e gh-36280: fix E228 and E225 in combinat/*/*.py
> 0fcf8893590 gh-36279: Support for matplotlib-3.8.0
> 991a4638d22 gh-36278: `sage.graphs`: some care with return ... else 
> statements in some .pyx files
> 342e32bf2cf gh-36264: `sage --fixdoctests --update-known-test-failures`; 
> silence modularized distributions in CI
> 5bd0466757a gh-36252: no generator for S1
> 5b90f225d5f gh-36239: Disable more packages with various --disable-foo 
> combinations
> 01a8322c29f gh-36230: build/pkgs/networkx/dependencies: drop decorator
> cec940d2a3f gh-36220: Python package upgrades, preparation for the 
> Notebook 7 upgrade
> b4b7c9a2d9e gh-36205: build/pkgs: drop obsolete simplegeneric package
> ac09279d582 gh-36188: remove some old deprecation warnings in elliptic 
> curves
> 2cf443a254d gh-36128: Compute the characteristic varieties of a finitely 
> presented group
> f9541a44e48 gh-36020: Fixes #35804 by computing the DDT of non-square 
> sboxes properly.
> 80f6d772a15 (tag: 10.2.beta3) Updated SageMath version to 10.2.beta3
>

-- 
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/1d293c80-9c03-4684-806c-acdb05584770n%40googlegroups.com.