• nfs的时间问题,影响编译


    [root@okk dpdk]# rm -rf x86_64-native-linuxapp-gcc/      
    [root@okk dpdk]# A=`date +%s` ; B=`expr $A + 1`; echo $A ;date -s @"$B"  
    1488945198 
    Wed Mar  8 11:53:19 CST 2017 
    [root@okk dpdk]# make config T=$RTE_TARGET O=$RTE_TARGET                
    make[3]: 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[4]: 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[5]: 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[5]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[5]: 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[6]: 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[6]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[6]: 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[6]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[5]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[4]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[4]: 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[5]: 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[5]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[5]: 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[5]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[4]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[4]: 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[4]: warning:  Clock skew detected.  Your build may be incomplete. 
    make[3]: warning:  Clock skew detected.  Your build may be incomplete. 
    Configuration done 
    [root@okk dpdk]# A=`date +%s` ; B=`expr $A + 1`; echo $A ;date -s @"$B" 
    1488945220 
    Wed Mar  8 11:53:41 CST 2017
  • 相关阅读:
    详细解释:nginx中Nginx Main Module(主模块)配置及各个参数含义
    windows form (窗体) 之间传值小结
    利用C#转换图片格式,还可转换为ico
    修复IE默认主页——注册表篇
    如何截获数据库操作时来自服务器的错误返回码
    C#将代码中的信息保存为txt或ini文件
    修改IE为默认浏览器
    C#中winform窗体常用设置
    各种数据源的连接字符串的写法
    什么是CS和BS结构,两种结构的区别
  • 原文地址:https://www.cnblogs.com/hugetong/p/6518740.html
Copyright © 2020-2023  润新知