Re: facing prob during installation of DDD
ron flory <[email protected]>
| Newsgroups | gmane.comp.debugging.ddd.general |
|---|---|
| Message-ID | <[email protected]> |
Peter Toft wrote: > On Wed, 29 Aug 2007, ron flory wrote: > >> ddd sh wrote: >>> Dear All >>> I m facing foollowing prob during compilation Plz help me out .... >>> >>> make[2]: warning: Clock skew detected. Your build may be incomplete. >>> make[2]: Leaving directory `/global/utemp/secshard/ddd-3.3.12-test2/ddd' >>> make[1]: warning: Clock skew detected. Your build may be incomplete. >>> make[1]: Leaving directory `/global/utemp/secshard/ddd-3.3.12-test2/ddd' >>> make[1]: Entering directory `/global/utemp/secshard/ddd-3.3.12-test2' >>> make[1]: Nothing to be done for `all-am'. >>> make[1]: Leaving directory `/global/utemp/secshard/ddd-3.3.12-test2' >>> make: warning: Clock skew detected. Your build may be incomplete. >> 1. Have you set your clock (above happens if the source/make files >> are 'newer' than the current date/time). >> >> If not, try: >> >> touch `find . ` >> make clean >> make > > I have seen this problem quite a few times if your files are stored on an > NFS-server, which is of the NETAPP-type. Dunno whether this applies here. Yes, its an issue on any network FS if all the machines on the net do not sync their RTC with ntp. ron