# workaround for
https://trac.sagemath.org/ticket/export MAKE='make -j2'
make build || exit 1
./sage -c 'print(sin(x).simplify_full())'
# end workaround
make || exit 1
git gc --aggressive --prune=now
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/sagemath/binary-pkg/binary_pkg/cmdline.py", line 81, in <module>
launch()
~~~~~~^^
File "/usr/src/sagemath/binary-pkg/binary_pkg/cmdline.py", line 72, in launch
config.build_script.run()
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/sagemath/binary-pkg/binary_pkg/bash_script.py", line 39, in run
subprocess.check_call(
~~~~~~~~~~~~~~~~~~~~~^
['bash', self._filename], cwd=self._cwd, env=self.env())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/sagemath/binary-pkg/tools/binary-pkg/lib/python3.14/subprocess.py", line 419, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['bash', '/usr/src/sagemath/binary-pkg/tmp/SageMath/tmpon2jj7iu.sh']' returned non-zero exit status 1.
make[2]: *** [Makefile:24: build-sage] Error 1
make[2]: Leaving directory '/usr/src/sagemath/binary-pkg'
make[1]: *** [Makefile:35: package-sage] Error 2
make[1]: Leaving directory '/usr/src/sagemath/binary-pkg'
make: *** [
sage.mk:5: bdist-sage-linux] Error 2