|
各位大神,小弟我遇到这么个问题,编译的时候出现tar错误,具体显示:
/tests/test_fib2.py’: No space left on device
tar: usr/lib/pymodules/python2.7/numpy/distutils/command/install_headers.py: Cannot create symlink to ‘/usr/share/pyshared/numpy/distutils/command/install_headers.py’: No space left on device
tar: usr/lib/pymodules/python2.7/numpy/distutils/command/build_scripts.py: Cannot create symlink to ‘/usr/share/pyshared/numpy/distutils/command/build_scripts.py’: No space left on device
tar: usr/lib/pymodules/python2.7/numpy/distutils/command/config_compiler.py: Cannot create symlink to ‘/usr/share/pyshared/numpy/distutils/command/config_compiler.py’: No space left on device
tar: usr/lib/pymodules/python2.7/numpy/distutils/mingw/gfortran_vs2003_hack.c: Cannot create symlink to ‘/usr/share/pyshared/numpy/distutils/mingw/gfortran_vs2003_hack.c’: No space left on device
tar: usr/lib/pyshared/python2.7/gtk-2.0/pynotify/_pynotify.so: Cannot create symlink to ‘../../../../python2.7/dist-packages/gtk-2.0/pynotify/_pynotify.so’: No space left on device
tar: usr/lib/pyshared/python2.6/gtk-2.0/pynotify/_pynotify.so: Cannot create symlink to ‘../../../../python2.6/dist-packages/gtk-2.0/pynotify/_pynotify.so’: No space left on device
t
这个问题什么原因?有人遇到过吗? |
|