探 自谦 必胜

KISS:Keep It Simple and Stupid

Home / About / Contract / Wiki / Guestbook

emerge 过程中意外断电, 重启后某软件包编译失败提示 “file format not recognized; treating as linker script” , 这个是ccache问题, 编辑 /etc/make.conf 将其禁用后则编译通过.

怀疑是断电时ccache缓存的文件发生损坏, 可以运行


ccache -C

将ccache所有缓存都清空.


Commenting is closed for this article.