zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    rails中输出excel
    Rails IDE 有很多选择,但是具体到ubuntu 64bit 选择的余地就不多了,这里选择Aptana Studio 3 Beta
    linux中查看系统资源占用情况的命令
    GIT GUI使用
    linux下的c 环境配置vim
    oracle11 忘记密码
    Aptana_Studio 介绍和应用
    linux root命令忘记以及挂载U盘
    程序员创业生死一线 最后归宿在哪里?
    如何使用Log4j? .
  • 原文地址:https://www.cnblogs.com/hugetong/p/6518740.html
Copyright © 2011-2022 走看看