Hi! I'm trying to build sage. This is what I did on my opensuse tumbleweed system:
git clone -c core.symlinks=true --branch master $ORIG
cd sage/
less README.md
export SAGE_ROOT=~/sage
export MAKE="make -j4"
make configure
./configure
make
After a while I got:
Error building Sage.
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):
* package: pyzmq-22.0.3
last build time: Jan 3 13:42
log file: /home/pony/sage/logs/pkgs/pyzmq-22.0.3.log
build directory: /home/pony/sage/local/var/tmp/sage/build/pyzmq-22.0.3
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.
make[1]: *** [Makefile:39: all-start] Error 1
make[1]: Leaving directory '/home/pony/sage'
make: *** [Makefile:13: all] Error 2
Attached you find pyzmq-22.0.3.log and config.log