oops, sorry, you're hitting a more fundamental problem, your clock is
really, really skew.
I believe the error you get is from a typical autoconf-generated
configure script.
I am actually surprised that Sage's top ./configure script does not
end with this error.
There isn't much we can do here - p
On Friday, July 17, 2020 at 1:25:51 PM UTC-7, Dima Pasechnik wrote:
>
> A standard way to "fix" this for projects like fplll would be to add
> AM_MAINTAINER_MODE macro to configure.ac, regenerate ./configure
> and then run configure with --disable-maintainer-mode
>
>
We could as well delete conf
On July 17, 2020 5:56:38 PM GMT-03:00, Dima Pasechnik wrote:
>On Fri, Jul 17, 2020 at 9:43 PM 'Reimundo Heluani' via sage-devel
> wrote:
>>
>> On Jul 17, Dima Pasechnik wrote:
>> >A standard way to "fix" this for projects like fplll would be to add
>> >AM_MAINTAINER_MODE macro to configure.ac,
On Fri, Jul 17, 2020 at 9:43 PM 'Reimundo Heluani' via sage-devel
wrote:
>
> On Jul 17, Dima Pasechnik wrote:
> >A standard way to "fix" this for projects like fplll would be to add
> >AM_MAINTAINER_MODE macro to configure.ac, regenerate ./configure
> >and then run configure with --disable-maintai
On Jul 17, Dima Pasechnik wrote:
A standard way to "fix" this for projects like fplll would be to add
AM_MAINTAINER_MODE macro to configure.ac, regenerate ./configure
and then run configure with --disable-maintainer-mode
But I'll have to do this for every pkgs that will be installed? that'll tak
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.
Thanks, yes I think my home is mounted from the network. How would a
I found this which is odd at least to me. The date and timezone on the server
is fine:
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
A standard way to "fix" this for projects like fplll would be to add
AM_MAINTAINER_MODE macro to configure.ac, regenerate ./configure
and then run configure with --disable-maintainer-mode
On Fri, Jul 17, 2020 at 9:15 PM Dima Pasechnik wrote:
>
> Do you build on a network file system?
> Do they h
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, <
sage-devel@googlegroups.com> wrote:
>