On Debian testing running on core i7 + 16 GB RAM, `bootstrap` + `configure` + `make -j8` *fails*. The relevant error seems to be as follows :
``` [sagelib-10.1.beta4] INFO: g++ -std=gnu++11 -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-rpath-link,/usr/local/sage-10/local/lib -L/usr/local/sage-10/local/lib -Wl,-rpath,/usr/local/sage-10/local/lib -g -O2 build/temp.linux-x86_64-cpython-311/sage/symbolic/expression.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/add.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/archive.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/assume.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/basic.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/cmatcher.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/constant.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/context.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/ex.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/expair.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/expairseq.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/exprseq.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/fderivative.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/function.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/function_info.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/infinity.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/infoflagbase.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_comb.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_gamma.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_hyperb.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_hyperg.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_nstdsums.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_orthopoly.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_trans.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_trig.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/inifcns_zeta.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/lst.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/matrix.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/mpoly-giac.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/mpoly-ginac.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/mpoly-singular.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/mpoly.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/mul.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/normal.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/numeric.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/operators.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/order.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/power.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/print.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/pseries.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/py_funcs.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/registrar.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/relational.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/remember.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/sum.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/symbol.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/templates.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/upoly-ginac.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/useries.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/utils.o build/temp.linux-x86_64-cpython-311/sage/symbolic/ginac/wildcard.o -L/usr/lib/x86_64-linux-gnu/openblas-pthread/ -L/usr/lib/x86_64-linux-gnu -lflint -lgmp -lSingular -lpolys -lfactory -lflint -lmpfr -lntl -lgmp -lomalloc -lsingular_resources -lgsl -lm -lopenblas -o build/lib.linux-x86_64-cpython-311/sage/symbolic/expression.cpython-311-x86_64-linux-gnu.so -lpari [sagelib-10.1.beta4] error: Command "gcc -shared -Wl,-O1 -Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-rpath-link,/usr/local/sage-10/local/lib -L/usr/local/sage-10/local/lib -Wl,-rpath,/usr/local/sage-10/local/lib -g -O2 build/temp.linux-x86_64-cpython-311/sage/libs/arb/arith.o -L/usr/lib/x86_64-linux-gnu -lgmp -lflint -larb -o build/lib.linux-x86_64-cpython-311/sage/libs/arb/arith.cpython-311-x86_64-linux-gnu.so" failed with exit status 1 [sagelib-10.1.beta4] error: subprocess-exited-with-error [sagelib-10.1.beta4] [sagelib-10.1.beta4] × python setup.py develop did not run successfully. [sagelib-10.1.beta4] │ exit code: 1 [sagelib-10.1.beta4] ╰─> See above for output. ``` Suggestions ? Le jeudi 22 juin 2023 à 00:38:54 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 > > > 3230f00aeb4 (tag: 10.1.beta4, github/develop) Updated SageMath version to > 10.1.beta4 > 4fa9c1c33b6 gh-35787: adjust random tests for generators of elliptic curves > cf43e35862e gh-35780: Reduce dependency to rainbow in > sage.graphs.graph_coloring > af6ec5a545c gh-35776: cylint: no more xrange in matroids > 8f46a634443 gh-35773: Document that GLPK/exact can be inexact > 527295907a9 gh-35772: getting rid of many uses of xrange in pyx files > 361ba993142 gh-35770: cylint: remove some unused variables in rings/ > 02ab7005dc2 gh-35768: fix most E301 warnings > ccf11a907f5 gh-35766: fixing most E222 warnings in py files > 48559c692c6 gh-35765: more fixes for superfluous cython imports > 3d25722f1f2 gh-35764: fix all remaining E251 warnings > c32c4f0c9e2 gh-35760: gap: adapt get_global to use official libgap API > 643bb2c582a gh-35759: gap: fix a comment > 277d965b08b gh-35758: `sage.matrix.misc`: Split by library dependency > c55e7168d15 gh-35757: Implementing the type B Ish arrangement. > 17033c2cf3d gh-35754: remove deprecated in #32894 python module > interfaces/primecount > bcd9128a17b gh-35752: Clarification on the MAX_MODULUS of float matrices > modulo `n` > 7272357ae17 gh-35751: Add a note on a doctest that randomly behaves > 6252db6a222 gh-35741: `sage.combinat`: Split some Cython modules > (modularization fixes) > 81075d662d6 gh-35739: .github/workflows/docker.yml: Remove defunct steps > that refer to Trac > 344128b2af7 gh-35735: gap: use CALL_WITH_STREAM to redirect output to > string > 3e54effae56 gh-35734: Reference manual: Show modularized sagelib packages > separately > e0e8473b232 gh-35730: little refreshment of code in Weyl groups > dd8845d2d53 gh-35729: sage.coding: Modularization fixes, doctest > cosmetics, add `# optional` > 882cd19fc6a gh-35728: New feature annotations `# optional - sage.schemes > sage.modular sage.libs.flint` etc. > c4a70ab7271 gh-35724: fix some pep8 warnings in modform_hecketriangle > bb0ea9851b0 gh-35719: `sage.matroids`: Modularization fixes > ad35d8c77ba gh-35652: CI Build & Test: First build incrementally and test > changed files only > b0af318c2fd gh-35629: Implement the exceptional Jordan algebra > 1c782f25fdc gh-35620: doctester: Check for consistency of `# optional` > annotations > 3aa3644a9e5 gh-35564: `sage.misc.misc`, `sage.combinat`: Modularization > fixes > 443b7549ad3 (tag: 10.1.beta3) Updated SageMath version to 10.1.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/9f04c417-38d5-4951-94ff-6efac90b05d9n%40googlegroups.com.
