heluani@tsunami5:~$ date sex 17 jul 2020 17:31:38 -03 heluani@tsunami5:~$ touch hello.txt heluani@tsunami5:~$ ls -l hello.txt -rw-rw-rw- 1 heluani pesq 0 jul 17 14:31 hello.txt heluani@tsunami5:~$ TZ="utc" ls -l hello.txt -rw-rw-rw- 1 heluani pesq 0 jul 17 17:31 hello.txt
So "ls" is not showing the modification time in localtime, this behaviour is different than every other system I own. I would have guessed this has something to do with this, until you mentioned the skew clocks. R.
On Jul 17, Dima Pasechnik wrote:
Do you build on a network file system? Do they have a "scratch" partition you can use, which is on a local disk? What you see has to do with "skew clocks" on the fileserver vs the CPU you use. On Fri, 17 Jul 2020, 21:00 'Reimundo Heluani' via sage-devel, <[1] sage-devel@googlegroups.com> wrote: Hello, I asked shell access to a larger computer at my institution (192 threads and a couple terabytes of RAM). This is not a computer that I have root access. I am trying to build sage from git and I hit a configure error on every package with the message "newly created file is older than distributed files!" The snippet that fails is: # Do 'set' in a subshell so we don't clobber the current shell's # arguments. Must try -L first in case configure is actually a # symlink; some systems play weird games with the mod time of symlinks # (eg FreeBSD returns the mod time of the symlink's containing # directory). if ( am_has_slept=no for am_try in 1 2; do echo "timestamp, slept: $am_has_slept" > conftest.file set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` if test "$*" = "X"; then # -L didn't work. set X `ls -t "$srcdir/configure" conftest.file` fi if test "$*" != "X $srcdir/configure conftest.file" \ && test "$*" != "X conftest.file $srcdir/configure"; then # If neither matched, then we have a broken ls. This can happen # if, for instance, CONFIG_SHELL is bash and it inherits a # broken ls alias from the environment. This has actually # happened. Such a system could not be considered "sane". as_fn_error $? "ls -t appears to fail. Make sure there is not a broken alias in your environment" "$LINENO" 5 fi if test "$2" = conftest.file || test $am_try -eq 2; then break fi # Just in case. sleep 1 am_has_slept=yes done test "$2" = conftest.file ) then # Ok. : else as_fn_error $? "newly created file is older than distributed files! Check your system clock" "$LINENO" 5 fi But I am not familiar with the build system. I am attaching one of the config logs that fails and the main configure.log. I'll appreciate any help. Best, R. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [2]sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit [3]https://groups.google.com/d/ msgid/sage-devel/20200717200023.GB589209%40vertex. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [4]sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit [5]https://groups.google.com/d/msgid/ sage-devel/ CAAWYfq34CANhyWT%2BRo7CdfLzpOyBVocbxpHpiZN6WUOO%2B_RcMw%40mail.gmail.com. References: [1] mailto:sage-devel@googlegroups.com [2] mailto:sage-devel%2bunsubscr...@googlegroups.com [3] https://groups.google.com/d/msgid/sage-devel/20200717200023.GB589209%40vertex [4] mailto:sage-devel+unsubscr...@googlegroups.com [5] https://groups.google.com/d/msgid/sage-devel/CAAWYfq34CANhyWT%2BRo7CdfLzpOyBVocbxpHpiZN6WUOO%2B_RcMw%40mail.gmail.com?utm_medium=email&utm_source=footer
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/20200717203402.GE589209%40vertex.
signature.asc
Description: PGP signature