nfs的时间问题,影响编译
[root@okk dpdk]# rm -rf x86_64-native-linuxapp-gcc/
[root@okk dpdk]# A=`date +%s` ; B=`expr $A + `; echo $A ;date -s @"$B" Wed Mar :: CST
[root@okk dpdk]# make config T=$RTE_TARGET O=$RTE_TARGET
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.config' has modification time 0.74 s in the future
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.66 s in the future
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.config' has modification time 0.5 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.41 s in the future
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.config' has modification time 0.24 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.15 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.65 s in the future
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.51 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.66 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: Warning: File `/root/src/thirdparty/dpdk/dpdk-16.04/x86_64-native-linuxapp-gcc/.depdirs' has modification time 0.66 s in the future
make[]: warning: Clock skew detected. Your build may be incomplete.
make[]: warning: Clock skew detected. Your build may be incomplete.
Configuration done
[root@okk dpdk]# A=`date +%s` ; B=`expr $A + `; echo $A ;date -s @"$B" Wed Mar :: CST
nfs的时间问题,影响编译的更多相关文章
- linux测试noatime对文件访问时间的影响
linux测试noatime对文件访问时间的影响 文件(如abc)有3个时间: # stat abc Access: 2015-04-16 19:30:13.665970572 +0800 Modif ...
- 痞子衡嵌入式:串行NOR Flash的页编程模式对于量产时间的影响
大家好,我是痞子衡,是正经搞技术的痞子.今天痞子衡给大家分享的是串行NOR Flash的页编程模式对于量产时间的影响. 任何嵌入式产品最终都绕不开量产效率话题,尤其是对于主控是非内置 Flash 型 ...
- 拒绝深坑!记录找了多半天时间的C++编译失败的错误
采用新的源码,和原来的服务改动也不是很大,但是拒绝深坑啊,找了半天以为是源码的问题,结果倒好原来是环境的问题,还是要感谢一个神一样的人物的帮助 编译的时候一直出现undefined reference ...
- C++ 获取程序编译时间
一个简单的需求,就是需要程序判断当前系统的时间是不是在程序编译之后的,如果系统当前时间在编译之前,那说明这台机器的时间是不正确的,需要终止程序运行. 因为要在程序编译时候获取时间,如果每次编译前手动修 ...
- AgentJob--修改操作系统时间对Job的影响
场景:有一个数据库作业每10分钟运行一次,在系统管理员修改操作系统时间后,作业长时间未运行. 分析:作业最后一次运行时间是 10:20,按照作业的计划,下一次的运行时间为 10:30,而系统管理员修改 ...
- VC使用编译时间作为版本号
常用方法分两步:1. 得到编译时间:2. 设置基准时间,以编译时间距基准时间的总天数的2倍作为版本号,适当情况还可加上初值: 其中第一步实现有两种方法: 1. 直接使用系统宏:CString OcxT ...
- Nginx+FastCGI到底是谁影响超时时间
需求: 一个php程序要跑一段时间,但是时间不确定. 问题: 当该php程序运行超过一段时间被强制断开连接. PHP本身超时处理 在 php.ini 中,有一个参数 max_execution_tim ...
- ccache高速编译工具
ccache的主页:http://ccache.samba.org distcc的主页:http://distcc.samba.org 1.背景: 在处理一些规模相对较大的工程时,编译花费的时间可能会 ...
- [troubleshoot][automake] automake编译的时候发生死循环
在某台特有设备上,编译dssl工程时,竟然发生了死循环. https://github.com/tony-caotong/libdssl 错误日志如下: checking zlib.h presenc ...
随机推荐
- 【Linux高级驱动】网卡驱动分析
两个重要的结构体简单介绍 *sk_buff 如果把网络传输看成是运送货物的话,那么sk_buff就是这个“货物”了,所有经手这个货物的人都要干点什么事儿,要么加个包装,要么印个戳儿等等.收货的时候就要 ...
- 【论文笔记】使用SPSS 进行 T Test (T检验)
从具有t值来看,你是在进行T检验.T检验是平均值的比较方法. T检验分为三种方法: 1. 单一样本t检验(One-sample t test),是用来比较一组数据的平均值和一个数值有无差异.例如,你选 ...
- Android开发(十二)——头部、中部、底部布局
参考: [1] http://www.thinksaas.cn/group/topic/82898/ [2] http://***/Article/12399 其实RadioGroup不好使,不能图片 ...
- rtrim() 函数 从字符串的末端开始删除空白字符!
例子 在本例中,我们将使用 rtrim() 函数从字符串右端删除字符: <?php $str = "Hello World!\n\n"; echo $str; echo rt ...
- apache kylin2.10在原生hadoop集群上安装
Install Kylin Download latest Kylin binaries at http://kylin.apache.org/download Export KYLIN_HOME p ...
- [Angularjs] 第一步开始一个项目
[Angularjs] 第一步开始一个项目 一.什么是angularjs angularjs是2009年兴起的,目前由Google维护一个采用mvc模式的js框架,很多时候用来创建单页面应用.我也经常 ...
- linux-centos下持续集成工具jenkins部署使用教程
centos下准备工作: 1.安装jdk环境 2.安装maven环境(用于构建项目) 3.git客户端(用于拉取源码) 此外码云还要准备一份java源码(springboot项目) 一.安装jenki ...
- OpenWRT AR9331 mjpg-streamer 网络安装和离线ipk安装
OpenWRT AR9331 固件 我的摄像头ID为: root@Off-1CD0:/# lsusb Bus 001 Device 002: ID 1871:0101 OpenWRT支持的UVV摄像 ...
- Map字符串类型去掉空格处理
Iterator it = data.keySet().iterator(); for (; it.hasNext();) { if( data.get(key) instanceof Strin ...
- 05原型模式Prototype
一.什么是原型模式 Prototype模式是一种对象创建型模式,它采 取复制原型对象的方法来创建对象的实例.使用 Prototype模式创建的实例,具有与原型一样的 数据. 二.原型模式的特点 1. ...