Tried building an upgraded branch on macOS 10.15.4 (Catalina). Sage won't 
start with an error I've not seen before. Log attached.

FYI this was a rather long build process. How many packages were updated? 
Sould I just do a distclean and rebuild?

On Wednesday, May 20, 2020 at 3:53:54 PM UTC-7, Volker Braun wrote:
>
> The "master" git branch has been updated to Sage-9.1. 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
>
> There was no change over 9.1.rc5
>
>

-- 
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/9b35f11c-752e-4139-81f8-06830dec2105%40googlegroups.com.
[2019-11-21 17:34:42] SageMath version 9.0.beta6, Release Date: 2019-11-18
Yes, Sage starts.
[2020-01-10 13:29:54] SageMath version 9.1.beta0, Release Date: 2020-01-10
Yes, Sage starts.
[2020-02-14 13:51:30] SageMath version 9.1.beta4, Release Date: 2020-02-13
Yes, Sage starts.
[2020-03-19 13:50:33] SageMath version 9.1.beta7, Release Date: 2020-03-08
Yes, Sage starts.
[2020-03-29 16:43:57] SageMath version 9.1.beta9, Release Date: 2020-03-29
Yes, Sage starts.
[2020-05-22 19:51:15] SageMath version 9.1, Release Date: 2020-05-20
Traceback (most recent call last):
  File "/Users/Masson/Downloads/GitHub/sage/src/bin/sage-eval", line 4, in 
<module>
    from sage.all import *
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/all.py",
 line 132, in <module>
    from sage.matrix.all     import *
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/matrix/__init__.py",
 line 2, in <module>
    import sage.matrix.args
  File "sage/matrix/args.pyx", line 23, in init sage.matrix.args 
(build/cythonized/sage/matrix/args.c:21224)
  File 
"/Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/matrix/matrix_space.py",
 line 46, in <module>
    from . import matrix_modn_sparse
  File "sage/matrix/matrix_integer_sparse.pxd", line 5, in init 
sage.matrix.matrix_modn_sparse 
(build/cythonized/sage/matrix/matrix_modn_sparse.cpp:16314)
  File "sage/matrix/matrix_integer_dense.pxd", line 10, in init 
sage.matrix.matrix_integer_sparse 
(build/cythonized/sage/matrix/matrix_integer_sparse.cpp:15982)
  File "sage/matrix/matrix_rational_dense.pxd", line 4, in init 
sage.matrix.matrix_integer_dense 
(build/cythonized/sage/matrix/matrix_integer_dense.c:56361)
ImportError: 
dlopen(/Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/matrix/matrix_rational_dense.cpython-37m-darwin.so,
 2): Library not loaded: 
/Users/Masson/Downloads/GitHub/sage/local/lib/libopenblas_haswellp-r0.3.6.dylib
  Referenced from: 
/Users/Masson/Downloads/GitHub/sage/local/lib/python3.7/site-packages/sage/matrix/matrix_rational_dense.cpython-37m-darwin.so
  Reason: image not found

Reply via email to