We updated Singular. You may have to use "make sagelib-clean" to rebuild 
the Sage library from scratch.

(See https://trac.sagemath.org/ticket/29711 for the issue that sagelib does 
not have proper dependencies on the libraries that it uses.)

On Tuesday, March 23, 2021 at 7:09:26 PM UTC-7 Samuel Lelievre wrote:

> Thanks for this new release.
>
> On macOS 10.14.6 with Homebrew and many packages,
> running `make` led to an error while building dochtml.
>
> ```
> Traceback (most recent call last):
> File 
> "/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",
> line 188, in _run_module_as_main
> mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
> File 
> "/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",
> line 147, in _get_module_details
> return _get_module_details(pkg_main_name, error)
> File 
> "/usr/local/Cellar/python@3.9/3.9.2_2/Frameworks/Python.framework/Versions/3.9/lib/python3.9/runpy.py",
> line 111, in _get_module_details
> __import__(pkg_name)
> File 
> "/opt/s/sage93f/local/lib/python3.9/site-packages/sage_docbuild/__init__.py",
> line 57, in <module>
> import sage.all
> File "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/all.py",
> line 142, in <module>
> from sage.rings.all import *
> File "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/rings/all.py",
> line 83, in <module>
> from .polynomial.all import *
> File 
> "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/rings/polynomial/all.py",
> line 42, in <module>
> from sage.rings.polynomial.laurent_polynomial_ring import
> LaurentPolynomialRing
> File 
> "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/rings/polynomial/laurent_polynomial_ring.py",
> line 50, in <module>
> from sage.rings.polynomial.laurent_polynomial import
> LaurentPolynomial_mpair, LaurentPolynomial_univariate
> File "sage/rings/polynomial/laurent_polynomial.pyx", line 1, in init
> sage.rings.polynomial.laurent_polynomial
> (build/cythonized/sage/rings/polynomial/laurent_polynomial.c:40841)
> File "sage/matrix/matrix0.pyx", line 28, in init sage.matrix.matrix0
> (build/cythonized/sage/matrix/matrix0.c:44271)
> File 
> "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/modules/free_module.py",
> line 167, in <module>
> import sage.matrix.matrix_space
> File 
> "/opt/s/sage93f/local/lib/python3.9/site-packages/sage/matrix/matrix_space.py",
> line 55, in <module>
> from . import matrix_mpolynomial_dense
> ImportError: 
> dlopen(/opt/s/sage93f/local/lib/python3.9/site-packages/sage/matrix/
> matrix_mpolynomial_dense.cpython-39-darwin.so,
> 2): Library not loaded:
> /opt/s/sage93f/local/lib/libSingular-4.1.1.dylib
> Referenced from:
> /opt/s/sage93f/local/lib/python3.9/site-packages/sage/matrix/
> matrix_mpolynomial_dense.cpython-39-darwin.so
> Reason: image not found
> ```
>
> Logs:
>
> https://www.math.u-psud.fr/~lelievre/t/slel-2021-03-24-s93rc0.zip
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/32ba6965-9f67-4ec9-b6d1-43d29a11f909n%40googlegroups.com.

Reply via email to