On Ubuntu 20.04 running on Xeon E5-2623 + 16 GB RAM, after make
sagelib-clean sagelib-uninstall :
1/ parallel (-j16) build terminated successully ("Sage build/upgrade
complete!") but with many error messages while building the documentation:
[sagemath_doc_html-none] importlib.metadata.PackageNotFoundError: sage-conf
[sagemath_doc_html-none] Traceback (most recent call last):
[sagemath_doc_html-none] File
"/home/eric/sage/10.0/local/var/lib/sage/venv-python3.8/bin/sage-config",
line 33, in <module>
[sagemath_doc_html-none] sys.exit(load_entry_point('sage-conf',
'console_scripts', 'sage-config')())
[sagemath_doc_html-none] File
"/home/eric/sage/10.0/local/var/lib/sage/venv-python3.8/bin/sage-config",
line 22, in importlib_load_entry_point
[sagemath_doc_html-none] for entry_point in
distribution(dist_name).entry_points
[sagemath_doc_html-none] File "/usr/lib/python3.8/importlib/metadata.py",
line 503, in distribution
[sagemath_doc_html-none] return
Distribution.from_name(distribution_name)
[sagemath_doc_html-none] File "/usr/lib/python3.8/importlib/metadata.py",
line 177, in from_name
[sagemath_doc_html-none] raise PackageNotFoundError(name)
2/ make ptestlong resulted in one failure:
sage -t --long --warn-long 65.9
--random-seed=148710094003348085974082296997178566799 src/sage/env.py
**********************************************************************
File "src/sage/env.py", line 17, in sage.env
Failed example:
out == repr((SAGE_ROOT, SAGE_LOCAL))
# long time
Expected:
True
Got:
False
**********************************************************************
This is a permanent one.
In case this is useful, from Sage's shell (sage -sh)
echo $SAGE_ROOT $SAGE_LOCAL
returns
/home/eric/sage/10.0 /home/eric/sage/10.0/local
Eric.
--
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/b631c05d-4e0c-4145-bf8f-2f50d658e4cen%40googlegroups.com.