|
From: Doug R. <dou...@us...> - 2008-01-16 22:58:35
|
I am trying to install Valgrind 3.3.0 on an AIX 5.3 system using the 3.3.0 source code. When i run ./configure I get this error: [root@pollux] /trang/valgrind-3.3.0> ./configure checking for a BSD-compatible install... ./install-sh -c checking whether build environment is sane... configure: error: ls -t appears to fail. Make sure there is not a broken alias in your environment configure: error: newly created file is older than distributed files! Check your system clock I have checked the system clock and it is ok, I have also touched all the files so the are all the same time and date. ls -t seems to work when I perform it manually. So any ideas or help would be greatly appreciated. Thanks Doug Richardson Systems Administrator SDS SWG IBM 6300 Diagonal Hwy Boulder Colorado 80501 |
|
From: Paul F. <pa...@fr...> - 2008-01-17 09:11:40
|
Quoting Doug Richardson <dou...@us...>: > > I am trying to install Valgrind 3.3.0 on an AIX 5.3 system using the 3.3.0 > source code. When i run ./configure I get this error: > > [root@pollux] /trang/valgrind-3.3.0> ./configure > checking for a BSD-compatible install... ./install-sh -c > checking whether build environment is sane... configure: error: ls -t > appears to fail. Make sure there is not a broken > alias in your environment > configure: error: newly created file is older than distributed files! > Check your system clock > > I have checked the system clock and it is ok, I have also touched all the > files so the are all the same time and date. ls -t seems to work when I > perform it manually. So any ideas or help would be greatly appreciated. Hi If you are using NFS, check that the clocks are synchronized on the server and client (e.g., use NTP). A+ Paul |