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.

Reply via email to