Bug 235

Summary: Clock Skew problems
Product: [Retired] Red Hat Linux Reporter: shane_drinkwater
Component: makeAssignee: David Lawrence <dkl>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1998-12-03 21:18:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description shane_drinkwater 1998-11-30 15:25:31 UTC
When compiling programs under my redhat 5.1 install I get
the following error message

Warrning Clock Skew Detected Build may be incomplete

my hardware is
   PII-266 MHZ
   SuperMicro Mother board
   32 Megs of SDRAM
   Promise HD controller and seagate 9140A 9 Gig drive
   Generic VGA controller

Comment 1 David Lawrence 1998-11-30 18:04:59 UTC
This sometimes occurs if the time stamp of the source files are dated
in the future in relation to the actual system clock. Make sure that
your system clock is set correctly and reboot the machine. Then try
your compile again.

Comment 2 Jeff Johnson 1998-12-03 21:18:59 UTC
This is not a bug but a feature of make. I usually see the message
when building on an NFS mounted file system where the NFS server has
a different time than the machine I am building on.