LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Warning: modification time 1.3e+08 s in the future. (https://www.linuxquestions.org/questions/linux-newbie-8/warning-modification-time-1-3e-08-s-in-the-future-640287/)

HarryBoy 05-06-2008 09:20 AM

Warning: modification time 1.3e+08 s in the future.
 
Hi I'm trying to install DirectFB onto a Davinci Board from TI. When I run 'make' I get a load of warnings that certain files have a modification time in the future. Is this something to worry about?
e.g.
make[1]: Warning: File `Makefile' has modification time 1.3e+08 s in the future.

Thanks

harry

HarryBoy 05-06-2008 09:23 AM

Clock skew detected
 
Also I'm getting warnings like:
"warning: Clock skew detected. Your build may be incomplete."

I assume this is linked.

What does this mean??

Thanks

beadyallen 05-06-2008 09:42 AM

It just sounds like your time is wrong on the machine. What does the 'date' command say the time is. When you extracted the source, it probably kept the old timestamps, which the machine believes is in the future. It probably won't hurt much, but you may as well fix it. You can use the date command to set the correct time. use ' date -s "08/06/2008 15:30" ' as root.

HarryBoy 05-06-2008 10:14 AM

Date was wrong..
 
yes the date was set to "Sat Feb 7 05:01:21 UTC 2004". I changed it to todays date and there are no more errors.

Thanks for youy help.

AN28 08-26-2013 01:20 AM

Warning persists even after changing the date
 
Hi I am getting the same warning when trying to install the build system for the NetSurf web browser, but my date is set correctly!!!

The only difference is I am installing NetSurf on a virtual box build. Should this be a problem ?

What should I do ?

pan64 08-26-2013 01:53 AM

open a new thread


All times are GMT -5. The time now is 11:57 AM.