|
|
系统环境, 笔记本 gentoo , 父亲的台式机 gentoo@VMware , 以及一台老的P3 gentoo, gcc版本同为4.3.3 , accpetword 都是 ~x86 , distcc 配置无误, 最开始编译的时候分布情况正常,大约编译到30分钟以后 开始频繁出现第一个提示,
然后就开始频繁出现第二个提示
三台机器都启用了ccache ,和 distcc
- distcc[10448] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10475] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10479] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10483] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10487] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10513] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10517] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
- distcc[10521] (dcc_build_somewhere) Warning: failed to distribute, running locally instead
复制代码- distcc[15961] (dcc_select_for_read) ERROR: IO timeout
- distcc[15961] (dcc_r_token_int) ERROR: read failed while waiting for token "DONE"
- distcc[15961] (dcc_r_result_header) ERROR: server provided no answer. Is the server configured to allow access from your IP address? Does the server have the compiler installed? Is the server configured to access the compiler?
- distcc[15961] Warning: failed to distribute /var/tmp/ccache/sipkdeuipa.tmp.laptop.15957.ii to 192.168.0.101, running locally instead
复制代码
192.168.0.101是笔记本, 而且只有笔记本的IP出现在提示中
google半天没有什么有效的结果, 特来询问 |
|