开发者

Error in Fedora Linux -- clock skew detected

How to solve the "Clock Skew detected. Your b开发者_Python百科uild may be incomplete" error in Fedora Linux?

I am getting this error while using the make command in the terminal.


Yes, definitely, cleaning up your codebase and then issuing find . -exec touch {} \; does the trick.

as the link said:

Sometimes the last modified time on the files is wrong:
because it is greater than the time of day clock.  `make'
then issues the above message.
You usually see these sort of problems in programming
enviroments that use NFS to share files but don't sync
clocks using NTP.


Simple solution:

touch filename

will do all OK.

For more info: http://embeddedbuzz.blogspot.in/2012/03/make-warning-clock-skew-detected-your.html


Have you seen Clock skew detected. Your build may be incompleted.?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜