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 ...
随机推荐
- Fluent动网格【3】:DEFINE_CG_MOTION宏
除了利用Profile进行运动指定之外,Fluent中还可以使用UDF宏来指定部件的运动.其中用于运动指定的宏主要有三个: DEFINE_CG_MOTION DEFINE_GEOM DEFINE_GR ...
- tensorflow 笔记10:tf.nn.sparse_softmax_cross_entropy_with_logits 函数
函数:tf.nn.sparse_softmax_cross_entropy_with_logits(_sentinel=None,labels=None,logits=None,name=None) ...
- SDL获得屏幕属性及实现分析
[时间:2017-05] [状态:Open] [关键词:sdl2,屏幕分辨率,显示区域,多媒体渲染,窗口,sdl2源码分析] 0 引言 本文的主要目标在于使用SDL2获得屏幕相关的属性,比如分辨率.屏 ...
- Python 读取csv的某行
站长用Python写了一个可以提取csv任一列的代码,欢迎使用.Github链接 csv是Comma-Separated Values的缩写,是用文本文件形式储存的表格数据,比如如下的表格: 就可以存 ...
- openssl 非对称加密DSA,RSA区别与使用介绍
在日常系统管理工作中,需要作一些加解密的工作,通过openssl工具包就能完成我们很多需求! 1. openssl RSA 加解密 RSA是基于数论中大素数的乘积难分解理论上的非对称加密法,使用公私钥 ...
- 牛客网_Go语言相关练习_选择题(1)
声明:题目源自牛客网. 一.单项选择题 解析:作为形参时,可以要求单向,只读或只写. 解析:Go语言的内存回收机制规定,只要有一个指针指向引用一个变量,那么这个变量就不会被释放(内存逃逸),因此在Go ...
- python初级 2 字符串格式化
一.回顾 上次我们讲解的数据类型,有int,float,str,bool,NoneType五种 前两种和后两种都比较简单,str较为复杂 二.字符串格式化的使用场景: 有一种字符串, xxx 的内容都 ...
- mysql语法 -- concat函数
mysql CONCAT(str1,str2,…) 返回结果为连接参数产生的字符串.如有任何一个参数为NULL ,则返回值为 NULL.或许有一个或多个参 ...
- CentOS下安装Vmtools
基本步骤差不多 [root@rd01 ~]# cd /media [root@rd01 ~]# ls -a [root@rd01 ~]# cp VMwareTools-5.5.1-19175.tar. ...
- vue项目在安卓低版本机显示空白原因
vue项目在安卓低版本机显示空白原因: 可能的原因一: 查看安卓debug,报错,可能有箭头函数语法错误,或者其他语法问题,那可能是ES6语法问题. 这时候需要安装babel-pollyfill. 网 ...