Dear colleagues,
I have the following problem.
The compilation of SAGE 9.0 from source is terminated by
*********************************************************************
[scipy-1.2.0] Fatal Error: error writing to /tmp/ccIBG4L0.s: No space left on device
[scipy-1.2.0] compilation terminated.
[scipy-1.2.0] gfortran:f77: scipy/fftpack/src/dfftpack/zffti1.f
[scipy-1.2.0] scipy/fftpack/src/dfftpack/dfftf1.f:62:0:
[scipy-1.2.0]
[scipy-1.2.0] END
[scipy-1.2.0]
[scipy-1.2.0] Fatal Error: error writing to /tmp/ccfIV1qY.s: No space left on device
[scipy-1.2.0] compilation terminated.
[scipy-1.2.0] scipy/fftpack/src/dfftpack/zfftb1.f:64:0:
[scipy-1.2.0]
[scipy-1.2.0] END
[scipy-1.2.0]
[scipy-1.2.0] Fatal Error: error writing to /tmp/cc7a1xUc.s: No space left on device
[scipy-1.2.0] compilation terminated.
[scipy-1.2.0] scipy/fftpack/src/dfftpack/zfftf1.f:64:0:
[scipy-1.2.0]
[scipy-1.2.0] END
[scipy-1.2.0]
[scipy-1.2.0] Fatal Error: error writing to /tmp/cc9ZGXMf.s: No space left on device
[scipy-1.2.0] compilation terminated.
[scipy-1.2.0] error: Command "gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops -I/home/prince_add/sage-9.0/local/lib/python3.7/site-packages/numpy/core/include -c -c scipy/fftpack/src/dfftpack/dfftb1.f -o build/temp.linux-x86_64-3.7/scipy/fftpack/src/dfftpack/dfftb1.o" failed with exit status 1
[scipy-1.2.0] Running setup.py install for scipy: finished with status 'error'
********************************************************************************************
I do not understand what is the problem because /dev/root with subdirectory /tmp has 23G free, and the device where I am building SAGE has 212 G free.
Can you help me?