Fedora Linux中的错误—检测到时钟偏斜

| 如何解决Fedora Linux中的“检测到时钟偏斜。您的版本可能不完整”错误? 在终端中使用
make
命令时出现此错误。     
已邀请:
        是的,当然,清理您的代码库,然后发出
find . -exec touch {} \\;
绝招。 如链接所述:
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.
    
        简单的解决方案: 触摸文件名 一切都会好的。 有关更多信息: http://embeddedbuzz.blogspot.in/2012/03/make-warning-clock-skew-detected-your.html     
        您是否看到检测到的时钟偏斜。您的构建可能未完成。     

要回复问题请先登录注册