Not working :(( [sagelib-9.2.beta12] 0, /*tp_print*/ [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] /usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8/cpython/object.h:260:5: note: 'tp_print' has been explicitly marked deprecated here [sagelib-9.2.beta12] Py_DEPRECATED(3.8) int (*tp_print)(PyObject *, FILE *, int); [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] /usr/local/Cellar/[email protected]/3.8.5/Frameworks/Python.framework/Versions/3.8/include/python3.8/pyport.h:515:54: note: expanded from macro 'Py_DEPRECATED' [sagelib-9.2.beta12] #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__)) [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] 21 warnings generated. [sagelib-9.2.beta12] gcc -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/Users/dcoudert/sage/local/lib -Wl,-rpath,/Users/dcoudert/sage/local/lib build/temp.macosx-10.15-x86_64-3.8/build/cythonized/sage/matrix/matrix_rational_dense.o -L/usr/local/Cellar/openblas/0.3.10_1/lib -L/usr/local/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/sqlite/lib -lntl -liml -lpari -lflint -lgmp -lm -lopenblas -o build/lib.macosx-10.15-x86_64-3.8/sage/matrix/matrix_rational_dense.cpython-38-darwin.so -lpari [sagelib-9.2.beta12] build/cythonized/sage/matrix/matrix_integer_sparse.cpp:12647:18: warning: unused function '__pyx_pw_4sage_9structure_7element_1parent' [-Wunused-function] [sagelib-9.2.beta12] static PyObject *__pyx_pw_4sage_9structure_7element_1parent(PyObject *__pyx_self, PyObject *__pyx_v_x) { [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] build/cythonized/sage/matrix/matrix_integer_sparse.cpp:12646:13: warning: unused variable '__pyx_doc_4sage_9structure_7element_parent' [-Wunused-variable] [sagelib-9.2.beta12] static char __pyx_doc_4sage_9structure_7element_parent[] = "parent(x)\nFile: sage/structure/element.pxd (starting at line 6)\n\n Return the parent of the element ``x``.\n\n Usually, this means the mathematical object of which ``x`` is an\n element.\n\n INPUT:\n\n - ``x`` -- an element\n\n OUTPUT:\n\n - If ``x`` is a Sage :class:`Element`, return ``x.parent()``.\n\n - Otherwise, return ``type(x)``.\n\n .. SEEALSO::\n\n `Parents, Conversion and Coercion <http://doc.sagemath.org/html/en/tutorial/tour_coercion.html>`_\n Section in the Sage Tutorial\n\n EXAMPLES::\n\n sage: a = 42\n sage: parent(a)\n Integer Ring\n sage: b = 42/1\n sage: parent(b)\n Rational Field\n sage: c = 42.0\n sage: parent(c)\n Real Field with 53 bits of precision\n\n Some more complicated examples::\n\n sage: x = Partition([3,2,1,1,1])\n sage: parent(x)\n Partitions\n sage: v = vector(RDF, [1,2,3])\n sage: parent(v)\n Vector space of dimension 3 over Real Double Field\n\n The following are not considered to be elements, so the type is\n returned::\n\n sage: d = int(42) # Python int\n sage: parent(d)\n <... 'int'>\n sage: L = list(range(10))\n sage: parent(L)\n <... 'list'>\n "; [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] build/cythonized/sage/matrix/matrix_integer_sparse.cpp:12992:18: warning: unused function '__pyx_pw_4sage_9structure_7element_3have_same_parent' [-Wunused-function] [sagelib-9.2.beta12] static PyObject *__pyx_pw_4sage_9structure_7element_3have_same_parent(PyObject *__pyx_self, PyObject *__pyx_args, PyObject *__pyx_kwds) { [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] build/cythonized/sage/matrix/matrix_integer_sparse.cpp:12991:13: warning: unused variable '__pyx_doc_4sage_9structure_7element_2have_same_parent' [-Wunused-variable] [sagelib-9.2.beta12] static char __pyx_doc_4sage_9structure_7element_2have_same_parent[] = "have_same_parent(left, right) -> bool\nFile: sage/structure/element.pxd (starting at line 111)\n\n Return ``True`` if and only if ``left`` and ``right`` have the\n same parent.\n\n .. WARNING::\n\n This function assumes that at least one of the arguments is a\n Sage :class:`Element`. When in doubt, use the slower\n ``parent(left) is parent(right)`` instead.\n\n EXAMPLES::\n\n sage: from sage.structure.element import have_same_parent\n sage: have_same_parent(1, 3)\n True\n sage: have_same_parent(1, 1/2)\n False\n sage: have_same_parent(gap(1), gap(1/2))\n True\n\n These have different types but the same parent::\n\n sage: a = RLF(2)\n sage: b = exp(a)\n sage: type(a)\n <... 'sage.rings.real_lazy.LazyWrapper'>\n sage: type(b)\n <... 'sage.rings.real_lazy.LazyNamedUnop'>\n sage: have_same_parent(a, b)\n True\n "; [sagelib-9.2.beta12] ^ [sagelib-9.2.beta12] 15 warnings generated. [sagelib-9.2.beta12] g++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -L/Users/dcoudert/sage/local/lib -Wl,-rpath,/Users/dcoudert/sage/local/lib build/temp.macosx-10.15-x86_64-3.8/build/cythonized/sage/matrix/matrix_integer_sparse.o -L/usr/local/Cellar/openblas/0.3.10_1/lib -L/Users/dcoudert/sage/local/lib -L/usr/local/lib -L/usr/local/opt/[email protected]/lib -L/usr/local/opt/sqlite/lib -llinbox -lntl -liml -lfflas -lffpack -lgivaro -lflint -lmpfr -lgmp -lgmpxx -lopenblas -o build/lib.macosx-10.15-x86_64-3.8/sage/matrix/matrix_integer_sparse.cpython-38-darwin.so -lpari [sagelib-9.2.beta12] ld: illegal thread local variable reference to regular symbol __ZN3NTL20ZZXFac_InitNumPrimesE for architecture x86_64 [sagelib-9.2.beta12] clang: error: linker command failed with exit code 1 (use -v to see invocation) [sagelib-9.2.beta12] error: command 'g++' failed with exit status 1 [sagelib-9.2.beta12] [sagelib-9.2.beta12] real 6m3.603s [sagelib-9.2.beta12] user 10m3.754s [sagelib-9.2.beta12] sys 0m25.122s make[4]: *** [sagelib-no-deps] Error 1 make[3]: *** [/Users/dcoudert/sage/local/var/lib/sage/installed/sagelib-9.2.beta12] Error 2 make[2]: *** [all-build] Error 2
real 51m47.566s user 221m19.747s sys 24m21.839s *************************************************************** Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-build'): It is safe to delete any log files and build directories, but they contain information that is helpful for debugging build problems. WARNING: If you now run 'make' again, the build directory of the same version of the package will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this. make[1]: *** [all-build] Error 1 make: *** [build] Error 2 > Le 8 sept. 2020 à 15:26, Dima Pasechnik <[email protected]> a écrit : > > hmm, weird. > > perhaps try building Sage's NTL rather than using the one from Homebrew > > ./configure --with-system-ntl=no && make -j8 build > > > On Tue, Sep 8, 2020 at 9:26 AM David Coudert <[email protected]> wrote: >> >> sapristi:sage dcoudert$ otool -L >> local/lib/python3.8/site-packages/sage/matrix/matrix_integer_dense.cpython-38-darwin.so >> local/lib/python3.8/site-packages/sage/matrix/matrix_integer_dense.cpython-38-darwin.so: >> /Users/dcoudert/sage/local/lib/liblinbox.0.dylib (compatibility version >> 1.0.0, current version 1.0.0) >> /usr/local/opt/ntl/lib/libntl.43.dylib (compatibility version 44.0.0, >> current version 44.1.0) >> /Users/dcoudert/sage/local/lib/libiml.0.dylib (compatibility version 2.0.0, >> current version 2.1.0) >> /Users/dcoudert/sage/local/lib/libfflas.1.dylib (compatibility version >> 2.0.0, current version 2.0.0) >> /Users/dcoudert/sage/local/lib/libffpack.1.dylib (compatibility version >> 2.0.0, current version 2.0.0) >> /Users/dcoudert/sage/local/lib/libgivaro.9.dylib (compatibility version >> 11.0.0, current version 11.1.0) >> /Users/dcoudert/sage/local/lib/libpari-gmp.dylib (compatibility version >> 2.11.0, current version 2.11.4) >> /Users/dcoudert/sage/local/lib/libflint-13.5.2.dylib (compatibility version >> 13.5.0, current version 13.5.2) >> /usr/local/opt/mpfr/lib/libmpfr.6.dylib (compatibility version 8.0.0, >> current version 8.0.0) >> /usr/local/opt/gmp/lib/libgmp.10.dylib (compatibility version 15.0.0, >> current version 15.0.0) >> /usr/local/opt/gmp/lib/libgmpxx.4.dylib (compatibility version 11.0.0, >> current version 11.0.0) >> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version >> 1281.100.1) >> /usr/local/opt/openblas/lib/libopenblas.0.dylib (compatibility version >> 0.0.0, current version 0.0.0) >> >> >> Le 8 sept. 2020 à 10:14, Dima Pasechnik <[email protected]> a écrit : >> >> On Tue, Sep 8, 2020 at 8:22 AM David Coudert <[email protected]> wrote: >> >> >> I have several issues on macOS 10.15.6 >> >> I first tried to do incremental upgrade. The compilation completed, but then >> I realized that I was still with Python 3.7… >> So I tried "make python3-clean » and then ./configure and make again but it >> fails. >> After a make distclean, the compilation failed in the doc (see attached log >> file). >> >> The main issue is that sage crash at startup (see attached crash report). >> >> >> it is a linking problem: what does >> >> otool -L >> local/lib/python3.8/site-packages/sage/matrix/matrix_integer_dense.cpython-38-darwin.so >> >> say? >> >> >> I don’t know what to do. >> Thanks. >> David. >> >> >> >> -- >> 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/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.com. >> >> >> Le 7 sept. 2020 à 23:31, Kenji Iohara <[email protected]> a écrit : >> >> I am sorry... here it is. >> >> 2020年9月7日(月) 13:20 Dima Pasechnik <[email protected]>: >> >> >> please also send the top-level config.log >> Otherwise it is not clear how to reproduce this, e.g. what Python is used. >> >> On Mon, Sep 7, 2020 at 10:09 AM Kenji Iohara <[email protected]> >> wrote: >> >> >> I could compile it on Mac OS 10.15.6 but failed in making ptestlong: >> >> The following package(s) may have failed to build (not necessarily >> during this run of 'make all-start'): >> >> * documentation: dochtml >> last build time: Sep 7 09:57 >> log file: >> /Users/iohara/Desktop/sage-9.2.beta12/logs/pkgs/../dochtml.log >> >> here is its logfile: >> >> -- >> 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/558F391C-C79B-46BE-A579-0450178A7797%40gmail.com. >> >> >> 2020/09/07 7:21、Matthias Köppe <[email protected]>のメール: >> >> On Sunday, September 6, 2020 at 4:25:39 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 >> >> >> 5ec24db181 (tag: 9.2.beta12, trac/develop) Updated SageMath version to >> 9.2.beta12 >> >> >> Thanks for preparing the new beta. >> >> Testers, please note that this beta contains the Python 3.8 upgrade from >> https://trac.sagemath.org/ticket/27754, so if previous betas rejected your >> distribution's python 3.8, it would make sense to do a "make python3-clean" >> before rebuilding. >> >> >> Tests have started at https://github.com/sagemath/sage/actions . First >> results: >> >> ubuntu-{trusty, xenial, focal}: clean >> >> ubunt-{bionic,eoan, groovy}-minimal: clean >> >> ubuntu-bionic-standard (https://github.com/sagemath/sage/runs/1078907737): >> [dochtml] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in >> position 2661: ordinal not in range(128) >> [dochtml] Full log file: logs/dochtml.log >> Makefile:1874: recipe for target 'doc-html' failed >> >> ubuntu-eoan-standard (https://github.com/sagemath/sage/runs/1078907750) >> sage -t --random-seed=0 src/sage/libs/eclib/interface.py # 2 doctests failed >> >> ubuntu-groovy-standard (https://github.com/sagemath/sage/runs/1078907777): >> sage -t --random-seed=0 src/doc/en/constructions/algebraic_geometry.rst # 1 >> doctest failed >> sage -t --random-seed=0 src/doc/en/developer/coding_in_other.rst # 1 >> doctest failed >> sage -t --random-seed=0 src/sage/interfaces/singular.py # Killed due to >> segmentation fault >> sage -t --random-seed=0 src/sage/modules/fg_pid/fgp_module.py # 3 doctests >> failed >> sage -t --random-seed=0 src/sage/modules/free_module_morphism.py # 3 >> doctests failed >> sage -t --random-seed=0 src/sage/rings/complex_arb.pyx # 6 doctests failed >> sage -t --random-seed=0 src/sage/rings/real_arb.pyx # 2 doctests failed >> sage -t --random-seed=0 >> src/sage/schemes/hyperelliptic_curves/monsky_washnitzer.py # Killed due to >> abort >> >> >> Tests for optional packages are running at >> https://github.com/sagemath/sage/actions/runs/242113003 >> >> As noted in https://trac.sagemath.org/ticket/29900, many optional packages >> fail to build. I propose that we do a mass downgrade of broken optional >> packages to experimental status in https://trac.sagemath.org/ticket/30349, >> based on the test results of this beta. >> >> >> >> -- >> 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/6563fac7-a1e5-4da3-862e-d1cc6631a3d0o%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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/558F391C-C79B-46BE-A579-0450178A7797%40gmail.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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/CAAWYfq04Nan32aWB-agHcONAXQ36Ep594tR3fjCPfK-k_FKHTg%40mail.gmail.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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/CAPCAjE1p23fKTQ7DKJMG9ApcpMqGi-c9gYegj%2BWfhWGbt%2BvJig%40mail.gmail.com. >> <config.log> >> >> >> -- >> 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/617FC0A3-9075-4F92-8006-251D167436E3%40gmail.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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/CAAWYfq38%2BcyX4aNCAHVSnbJtD8f2BArN_FsDgTuDhDj6PjZ2SQ%40mail.gmail.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 [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-release/71DA0AFD-3389-4E72-A7F8-2B61B9A3DDE7%40gmail.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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sage-release/CAAWYfq2E9GnfDRYzWrLk2qhBUnKgFppkun4DZsXCaF%3Dxf%3Dfogw%40mail.gmail.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/A75E0880-6C68-400B-BA39-1A41D30E3863%40gmail.com.
