linux下编译出现tmp空间不足解决办法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
本文转载自:https://blog.csdn.net/bi_hu_man_wu/article/details/61416306
编译的时候出现问题:
Vargen.c:551: fatal error: error writing to /tmp/ccybwTg3.s: No space left on device
主要是系统 /tmp/空间不足引起的,tmp文件夹空间不足了,不能满足编译的需求,编译的中间文件不能写入。
解决办法 :你可以在空间充足的地方mkdir 文件夹——你可以使用的文件夹,例如:mkdir /home/username/tmp
为了是设置生效,需要设置环境变量,只要export TMPDIR=/home/username/tmp,编辑完成记得source ~/.bashrc
这样就不会出现 tmp文件夹不够用的情况。




A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)