![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dmfe0: TX stall detected | pasalagua | SUN Solaris | 1 | 02-15-2008 12:17 AM |
| How can i make Build. | ajayyadavmca | UNIX for Advanced & Expert Users | 3 | 02-22-2007 08:36 AM |
| Softlockup detected on cpu#0 | sriram.ec | UNIX for Dummies Questions & Answers | 0 | 03-01-2006 05:39 AM |
| HDD not detected by RHL 9 (or 7.2) | Abhishek Ghose | Linux | 5 | 12-17-2005 06:49 PM |
| make: WARNING- Product is not licensed. | joedelabush | UNIX for Dummies Questions & Answers | 3 | 07-29-2004 07:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
make[2]: warning: Clock skew detected. Your build may be incomplete.
dear all
when i compile any file under solaris it gives the below warning how can i disable it -bash-3.00$ make GNLPFT177 make: Warning: File `GNLPFT177.rc' has modification time 36 s in the future make GNLPFT177.c make[1]: Entering directory `/devapp/jordev/batch/source' make[1]: Warning: File `GNLPFT177.rc' has modification time 36 s in the future /usr/local/mss/bin/sqc GNLPFT177.rc sqc GNLPFT177.rc: Compile complete. make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/devapp/jordev/batch/source' make GNLPFT177.o make[1]: Entering directory `/devapp/jordev/batch/source' make[1]: Warning: File `GNLPFT177.c' has modification time 61 s in the future gcc -g -DPRIMARY_REPORT -m64 -I/usr/local/mss/include -I../include -I../insert -c GNLPFT177.c make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/devapp/jordev/batch/source' make GNLPFT177 make[1]: Entering directory `/devapp/jordev/batch/source' make[1]: Warning: File `GNLPFT177.o' has modification time 61 s in the future make[2]: Entering directory `/devapp/jordev/batch/source' make[2]: Warning: File `GNLPFT177.o' has modification time 60 s in the future gcc -m64 -o GNLPFT177 GNLPFT177.o -L../lib -lmodule -llinc_curs -L/usr/local/mss/lib -lreport -lmcs -L/oracle/product/10.2.0/client//lib/ -ln10 -lnl10 -lnls10 -lcore10 -lclntsh -lnbeq10 -lnhost10 -lnus10 -lnldap10 -lldapclnt10 -lnsslb10 -lntcp10 -lntcps10 -lnsslb10 -lntcp10 -lntns10 -lkstat -lnsl -lsocket -lgen -ldl -lsched -R/oracle/product/10.2.0/client//lib -laio -lposix4 -lm -lthread make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/devapp/jordev/batch/source' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/devapp/jordev/batch/source' make: warning: Clock skew detected. Your build may be incomplete. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
1. Are you building over an NFS volume?
2. you could do find . -type f | xargs -n 5 touch make clean make |
|
#3
|
|||
|
|||
|
I was having the same problem.
Thanks for your help, porter... |
|
#4
|
|||
|
|||
|
hhhmm... in regards to the below warning...
Warning message: Clock skew detected. Your build may be incomplete. These warnings can occur when the clock on the build machine is out of sync with the timestamps on the source files. Other errors, apparently unrelated but in fact caused by the clock skew, can occur along with the clock skew warnings. These secondary errors may tend to obscure the fact that the true root cause of the problem is an out-of-sync clock. For example, an out-of-sync clock has been known to cause an old version of javac to be used to compile some files, resulting in errors when the pre-1.4 compiler ran across the new assert keyword in the 1.4 source code. If you see these warnings, reset the clock on the build machine, run "gnumake clobber" or delete the directory containing the build output, and restart the build from the beginning. |
|||
| Google The UNIX and Linux Forums |