|
From: Ramakrishna Siva-A. <siv...@mo...> - 2007-02-21 09:08:51
|
Igmar By using a script written in perl, I have done find and replace in each file where the perl path is replace from /usr/tools/perl/bin/perl to /usr/bin/perl.=20 I don't why it is giving a warning of "*** Warning: File `Makefile' has modification time in the future" After the doing the steps mentioned by you, I am still getting the same at warning on "make check" make[3]: Entering directory `/users/valgrind-3.2.3/docs/internals' make[3]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 11:31:10 > 2007-02-21 11:30:12.711726) make[3]: Nothing to be done for `check'. make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/users/valgrind-3.2.3/docs/internals' Now when I proceed for next step, i.e "make install", I am getting following warning. Is this valgrind installed properly. Can you please help me. make install-data-hook make[5]: Entering directory `/users/valgrind-3.2.3/docs' make[5]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 14:43:11 > 2007-02-21 14:41:47.148958) make[6]: Entering directory `/users/valgrind-3.2.3' make[6]: *** Warning: File `Makefile' has modification time in the future (2007-02-21 14:43:13 > 2007-02-21 14:41:47.155147) make[6]: warning: Clock skew detected. Your build may be incomplete. make[6]: Leaving directory `/users/valgrind-3.2.3' Thanks & Regards Siva Off: +91 40 2347 5027 -----Original Message----- From: Igmar Palsenberg [mailto:mai...@jd...]=20 Sent: Tuesday, February 20, 2007 9:56 PM To: Ramakrishna Siva-A15058 Cc: val...@li... Subject: Re: [Valgrind-users] I think make is failing for Val grind > Making check in images > make[3]: Entering directory `/users/valgrind-3.2.3/docs/images' > make[3]: *** Warning: File `Makefile' has modification time in the You probably modified this on a machine, and copied it over, or are using something like NFS. Either wait in this case, then do a make clean make or do a=20 find . -type f -print0 | xargs -0 touch make clean make Igmar |