2011-06-01 64 views
0

如何解決「時鐘偏差檢測到您的創建可能是不完整的。」錯誤Fedora Linux呢?錯誤在Fedora Linux系統 - 時鐘脈衝相位差檢測

我同時在終端使用make命令得到這個錯誤。

+2

的可能重複的[遠程Linux機器上Compling C++ - 「時鐘歪斜檢測的」 警告](http://stackoverflow.com/questions/3824500/compling-c-on-遠程Linux的機器時鐘歪斜檢測警告) – Flexo 2012-07-31 09:08:35

回答

3

是的,當然,清理你的代碼庫,然後發行 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.