Fedora Linux 中的错误——检测到时钟偏差
如何解决 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,当然,清理你的代码库然后发布
<代码>查找 . -exec touch {} \;
就可以了。
正如链接所说:
Yes, definitely, cleaning up your codebase and then issuing
find . -exec touch {} \;
does the trick.
as the link said:
简单的解决方案:
触摸文件名
就可以了。
欲了解更多信息:
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
您是否见过检测到时钟偏差。您的构建可能未完成。?
Have you seen Clock skew detected. Your build may be incompleted.?