PDA

View Full Version : Clock skew detected



handvbnet
سه شنبه 18 اسفند 1388, 12:56 عصر
Clock skew detected. Your build may be incomplete. مشکل چیه ؟
برنامه من یک برنامه خیلی بزرگه ( حدود 500 مگابایت فقط سورس ) اولاش این ارور رو نمی داد . ولی بعد نشون می داد ، ولی باز Build می کرد ولی الان دیگه Build هم نمی کنه

amin1softco
سه شنبه 18 اسفند 1388, 19:26 عصر
It means that the "make" program detected that a file's timestamp seems to be in the future.
This can happen if
- You change the time during compiling, commonly in a cronjob using netdate. Run ntpd instead.
- You are using NFS and your client's clock is not synchronized with the server's. Run ntpd.
- Certain OSs/Filesystems only have an accuracy of two seconds, e.g. FAT filesystems. Don't know about Solaris though. No solution that I know of.

Run a "make clean" before "make" to remove files that may have future timestamps.

handvbnet
پنج شنبه 20 اسفند 1388, 09:26 صبح
It means that the "make" program detected that a file's timestamp seems to be in the future.
This can happen if
- You change the time during compiling, commonly in a cronjob using netdate. Run ntpd instead.
- You are using NFS and your client's clock is not synchronized with the server's. Run ntpd.
- Certain OSs/Filesystems only have an accuracy of two seconds, e.g. FAT filesystems. Don't know about Solaris though. No solution that I know of.

Run a "make clean" before "make" to remove files that may have future timestamps.

کسی توضیح دیگه ای نداره؟
90