Trying to build 10.8 from source in Debian Sid/Unstable I get
***************************************************************
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: primecountpy-0.1.1
last build time: Mar 1 08:22
log file: /home/finotti/src/sage-10.8/logs/pkgs/primecountpy-0.1.1.log
It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.
real 6m41.764s user 64m8.295s sys 4m23.287s
make[1]: *** [Makefile:40: all-start] Error 1
make[1]: Leaving directory '/home/finotti/src/sage-10.8'
make: *** [Makefile:13: all] Error 2
This happens whether I have Debian's python3-primecountpy installed or not.
Any ideas?