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

configure: error: newly created file is older than distributed files!make: warning:  Clock skew detected.  Your build may be incomplete.

是因为现在的时钟要比文件的时间早,所以有两个方法去实现。

1.设置当前系统的时间超过文件创建时间 。

hwclock --set --date="07/24/2012 12:33:22"

如果是centos时间不同步造成 可以同步日期

yum install -y ntpdate && ntpdate ntp1.aliyun.com

2.将所有文件设置成当前时间 参考Linux下修改文件创建时间(修改文件更改时间)。

find . -name "*" -exec touch '{}' \;

然后就可以顺利地进行配置和编译了。

configure: error: newly created file is older than distributed files!相关推荐

  1. configure: error: no acceptable C compiler found in $PATH

    配置zabbix的时候报错configure: error: no acceptable C compiler found in $PATH 解决办法:安装GCC软件套件 [root@localhos ...

  2. unbuntu nginx安装详解 /configure: error: the HTTP rewrite module requires the PCRE library

    1 介绍 官网:https://nginx.org/en/download.html windows版本就不多说了,原理一模一样,下面直接介绍linux 下载: wget https://nginx. ...

  3. php baocuo error,PHP编译报错configure: error: Cannot find libmysqlclient under /usr.

    今天编译PHP的时候遇到了几个错误,记录一下 第一次编译的时候报错如下: configure: error: mcrypt.h not found. Please reinstall libmcryp ...

  4. 打开旧Flutter项目说:Your Flutter application is created using an older version of the Android embedding

    我的flutter SDK版本 :1.22.4 在打开旧的flutter项目时可能会遇到如下2个警告(FlutterSDK1.22.4创建的新项目不会存在这2个问题,所以用新项目和旧项目对比一下就容易 ...

  5. mac os x 10.11 php7,mac osx 10.11.2安装PHP7提示“configure: error: libcrypto not found!”

    刚升级到了最新的系统OS X 10.11.2,在安装PHP7时 ./configure --prefix=/usr/local/php7 --with-config-file-path=/usr/lo ...

  6. 安装keepalive错误:configure: error: No SO_MARK declaration in headers

    安装keepalive的时候,在configure的时候遇到的错误: [root@gw keepalived-1.2.16]# ./configure checking for gcc... gcc ...

  7. CentOS6 安装gcc编译器,解决【configure: error: no acceptable C compiler found in $PATH】问题

    前言: 编译文件 ntfs-3g_ntfsprogs-2021.8.22 时报缺少C编译器错误,所以需要安装gcc编译器.绿色字体标注即是错误提示. [root@localhost ntfs-3g_n ...

  8. linux下编译isl,GCC编译器升级./configure报错“configure: error: Unable to find a usable ISL.”解决办法...

    现象: GCC编译器升级时,./configure报错"configure: error: Unable to find a usable ISL. See config.log for d ...

  9. libevent configure: error: openssl is a must but can not be found.error while loading shared librari

    项目场景1: 安装libevent库 问题描述1 执行./configure 时出现以下错误 configure: error: openssl is a must but can not be fo ...

最新文章

  1. python 区域和检索_304. 二维区域和检索(Python)
  2. cad填充图案乱理石_CAD软件中如何自定义CAD填充图案?
  3. c语言实现图像拼接程序,opencv2实现10张图像上下左右拼接融合分享!
  4. 禁用计算机外部设备,在桌面办公系统中, ()能够阻止外部主机对本地计算机的端口扫描。...
  5. 使用ViewModel模式简化WPF TreeView
  6. python打印不同颜色的字_Python 根据日志级别打印不同颜色的日志的方法示例
  7. springboot 不使用 thymeleaf_springboot 使用swagger 不显示basic-error-controller解决
  8. android 时间函数 性能,Android 性能优化——启动时间优化
  9. 分享CodeIgniter上传图片成功的全过程
  10. 转:Java中abstract和interface的区别
  11. css-盒子模型详解以及远视图的制作
  12. 二阶系统根轨matlab,自控-二阶系统Matlab仿真.doc
  13. 销量下降,到底应该怎么分析?!
  14. [已解决]关于python无法显示中文的问题:SyntaxError: Non-ASCII character '\xe4' in file test.py on line 3, but no enc
  15. OSPF中双ASBR重发布5类LSA问题
  16. 【学习笔记】Windows格式文档转换成Unix格式
  17. PLUS模型教程1:认识PLUS模型
  18. 罗马数字与整数相互转换
  19. 什么是DHT网络(DHT network)
  20. 电脑格式化后文件还能恢复吗?好用方法分享

热门文章

  1. 为Visual C++ 6.0添加批量注释和取消批量注释功能
  2. 用keil烧写现成的hex文件
  3. Android从零开始(第三篇)MVP架构搭建
  4. select 忽略查询字段值大小写【小技巧】
  5. 高德地图SDK大致使用
  6. [老男孩笔记系列]-之linux定时任务crontab命令详解
  7. oracle表分区详解
  8. NetCore+MySql+EF 数据库生成实体模型
  9. jSearch(聚搜) v0.5.0 发布,多项更新和体验优化
  10. 为什么 CAPTCHA 变得越来越难?因为 AI 更聪明了