New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/34030#issuecomment-1000447788 Comment: OK, I take it back. Jupyterlab still works, provided I also use `jupyter lab --app-dir /usr/lib/python3.10/site-packages/jupyterlab` (I'll look into that later.) As for segfaults, it goes a bit further, but e.g. ``` sage: V = var('r1, r2, u, v, m') sage: r1 = exp(m*(u^2-v^2))*u sage: r2 = exp(m*(v^2-u^2))*v sage: Jac = jacobian((r1,r2),(u,v)).inverse().simplify_full() *** SIG 11 *** inside sig_on do_raise_exception(sig=11) PyErr_Occurred() = 0 Raising Python exception 0 ms after signal... --------------------------------------------------------------------------- SignalError Traceback (most recent call last) in ----> 1 Jac = jacobian((r1,r2),(u,v)).inverse().simplify_full() (stuff) /usr/lib/sage-9.5.beta8/local/var/lib/sage/venv-python3.10/lib/python3.10/site-packages/sage/rings/integer.pyx in sage.rings.integer.Integer.factorial (build/c ythonized/sage/rings/integer.c:29386)() 4476 cdef Integer z = PY_NEW(Integer) 4477 -> 4478 sig_on() 4479 mpz_fac_ui(z.value, mpz_get_ui(self.value)) 4480 sig_off() SignalError: Segmentation fault ``` Does this work on glibc with new version of template?