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.
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 failedHTH,