Re: [sage-devel] Re: Ticket #29441 (major upgrade to rpy2) needs review ... by actual R users

2020-07-17 Thread Matthias Koeppe
On Friday, July 17, 2020 at 4:05:22 PM UTC-7, Dima Pasechnik wrote: > > one can trigger tests on GitHub Actions, which will be testing in such a > case, too. > See developer manual on how this is done. > >> >> I have already run automated portability tests through GH Actions on this ticket. What

Re: [sage-devel] Re: Ticket #29441 (major upgrade to rpy2) needs review ... by actual R users

2020-07-17 Thread Dima Pasechnik
one can trigger tests on GitHub Actions, which will be testing in such a case, too. See developer manual on how this is done. basically, fork Sage on github and issue a pull request to your own repo. On Fri, 17 Jul 2020, 23:42 Emmanuel Charpentier, < emanuel.charpent...@gmail.com> wrote: > I gav

[sage-devel] Re: Ticket #29441 (major upgrade to rpy2) needs review ... by actual R users

2020-07-17 Thread Emmanuel Charpentier
I gave a positive review to this ticket, using a Sage system ysing the system's R installation (Debian packaged). This should (must ?) be, by all means, re-checked on a system using Sage's own R packaging... Le jeudi 16 juillet 2020 16:44:13 UTC+2, Emmanuel Charpentier a écrit : > > Currently, o

Re: [sage-devel] Making Sagemath available to Raspberry Pi

2020-07-17 Thread Grant Ellis
Hello everyone, In regards to the interest in making Sagemath present on the Raspberry Pi platform it would be helpful in also having the GPIO module available in Sagemath. It would be helpful to have Sagemath be able to access electronic circuits e.g. A/D, D/A converters, motor controllers, sens

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread Dima Pasechnik
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread Matthias Koeppe
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread 'Reimundo Heluani' via sage-devel
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,

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread Dima Pasechnik
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread 'Reimundo Heluani' via sage-devel
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread 'Reimundo Heluani' via sage-devel
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread 'Reimundo Heluani' via sage-devel
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread Dima Pasechnik
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

Re: [sage-devel] error: newly created file is older than distributed files!

2020-07-17 Thread Dima Pasechnik
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: >