Dear All,
A plain vanilla Sage 9.7 Beta1 was built from "~/sage-9.7$/beta1" which then is renamed to "~/sage-9.7$/beta1_"
"root.beta1" is a symlink to "$SAGE_ROOT/sage" and "local.beta1" is a symlink to "$SAGE_LOCAL/bin/sage".
Please find appended below the scenario when some of the 'sage' options were tried.
Is the outcome expected or is it just something that happens only on this machine?
Please note that "--coverageall" and "--testall" are available, according to "sage --advanced" which does not show "--sdist" (but this user is familiar with it and has been using it)
~/sage-9.7$ mv beta1 beta1_
~/sage-9.7$ root.beta1
-bash: /home/hph/bin/root.beta1: No such file or directory
~/sage-9.7$ local.beta1 --coverageall
Traceback (most recent call last):
File "/mnt/g/Maths/sage-9.7/beta1/bin/sage-coverage", line 60, in <module>
coverage_all(os.path.join(os.environ["SAGE_SRC"], 'sage'))
File "/usr/lib/python3.10/os.py", line 679, in __getitem__
raise KeyError(key) from None
KeyError: 'SAGE_SRC'
~/sage-9.7$ local.beta1 --sdist
/home/hph/bin/local.beta1: line 994: exec: sage-sdist: not found
~/sage-9.7$ local.beta1 --testall
too many failed tests, not using stored timings
Running doctests with ID 2022-05-31-12-38-54-59a8fb70.
Using --optional=pip,sage
Features to be detected: 4ti2,benzene,bliss,buckygen,conway_polynomials,csdp,database_cremona_ellcurve,database_cremona_mini_ellcurve,database_jones_numfield,database_knotinfo,dvipng,gfan,graphviz,imagemagick,jupymake,kenzo,latte_int,lrslib,mcqd,meataxe,nauty,palp,pandoc,pdf2svg,pdftocairo,phitigra,plantri,polytopes_db,polytopes_db_4d,pynormaliz,python_igraph,rubiks,sage.combinat,sage.geometry.polyhedron,sage.graphs,sage.groups,sage.plot,sage.rings.number_field,sage.rings.padics,sage.rings.real_double,sage.symbolic,sage_numerical_backends_coin,sagemath_doc_html,sphinx,tdlib
Doctesting entire Sage library.
Traceback (most recent call last):
File "/mnt/g/Maths/sage-9.7/beta1/bin/sage-runtests", line 151, in <module>
err = DC.run()
File "/mnt/g/Maths/sage-9.7/beta1/lib/python3.10/site-packages/sage/doctest/control.py", line 1343, in run
self.add_files()
File "/mnt/g/Maths/sage-9.7/beta1/lib/python3.10/site-packages/sage/doctest/control.py", line 840, in add_files
all_files()
File "/mnt/g/Maths/sage-9.7/beta1/lib/python3.10/site-packages/sage/doctest/control.py", line 823, in all_files
import sage_docbuild
File "/mnt/g/Maths/sage-9.7/beta1/lib/python3.10/site-packages/sage_docbuild/__init__.py", line 59, in <module>
from .build_options import (LANGUAGES, SPHINXOPTS, OMIT,
File "/mnt/g/Maths/sage-9.7/beta1/lib/python3.10/site-packages/sage_docbuild/build_options.py", line 9, in <module>
LANGUAGES = [d for d in os.listdir(SAGE_DOC_SRC) if re.match('^[a-z][a-z]$', d)]
FileNotFoundError: [Errno 2] No such file or directory: 'src/doc'
~/sage-9.7$