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

发布于 2024-11-11 17:37:16 字数 157 浏览 2 评论 0原文

如何解决 Fedora Linux?

我在终端中使用 make 命令时收到此错误。

How to solve the "Clock Skew detected. Your build may be incomplete" error in Fedora Linux?

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

乖乖哒 2024-11-18 17:37:16

是的,当然,清理你的代码库然后发布
<代码>查找 . -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.

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.
那片花海 2024-11-18 17:37:16

简单的解决方案:

触摸文件名

就可以了。

欲了解更多信息:
http://embeddedbuzz.blogspot.in/2012 /03/make-warning-clock-skew-detected-your.html

Simple solution:

touch filename

will do all OK.

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文