configure: error: newly created file is older than distributed files!

本文转载自: https://blog.csdn.net/kangear/article/details/48422677

1 问题描述

在一个特定的环境中遇到如下情况:

configure: error: newly created file is older than distributed files!

make: warning:  Clock skew detected.  Your build may be incomplete.

2 原因

是因为现在的时钟要比文件的时间早

3 解决方法

有两个方法去实现。

  1. 设置当前系统的时间超过文件创建时间 参考LINUX配置出现:configure: error: newly created file is older than distributed files!。
hwclock --set --date="07/24/2012 12:33:22"
  1. 将所有文件设置成当前时间 参考Linux下修改文件创建时间(修改文件更改时间)。
find . -name "*" -exec touch '{}' \;
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值