Hi,
the errors in your test.log all appear to come from a broken
matplotlib installation.
A typical error message is
ImportError:
/home/math/sage-10.7/local/var/lib/sage/venv-python3.12.5/lib/python3.12/site-packages/matplotlib/_path.cpython-312-x86_64-linux-gnu.so:
undefined symbol: _ZN3agg10curve3_div4initEdddddd
("undefined symbol" varies, but it's always in
"_path.cpython-312-x86_64-linux-gnu.so")
Can you post the output of
ldd
/home/math/sage-10.7/local/var/lib/sage/venv-python3.12.5/lib/python3.12/site-packages/matplotlib/_path.cpython-312-x86_64-linux-gnu.so
?
It's certain C++ function, curve3_div, as you can see by running the demangler:
c++filt _ZN3agg10curve3_div4initEdddddd
agg::curve3_div::init(double, double, double, double, double, double)
Apparently it's from https://matplotlib.org/stable/api/backend_agg_api.html
Can you post the matplotlib install log, in logs/pkgs/matplotlib*.log ?
HTH
Dima
On August 21, 2025 4:23:42 AM CDT, Philippe Delavalade
<[email protected]> wrote:
>Hi all.
>
>I just installed sage-10.7. Installation seemed to be correct.
>
>When running
>make ptestlong
>I got many errors and failures. I don't understand what is going wrong.
>
>I join config.log, install.log and test.log (this one is very long).
>
>I'm using linux, slint 15.0 (based on slackware 15.0).
>
>Thanks for help.
>
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-support/CAAWYfq3%2BLYS%2B-Uu3PUx%2BvG%2BA2AryjBEh2txCrouDz5tJjCwGrA%40mail.gmail.com.