Re: [Rd] [External] Re: R 4.0.0 build error with sysdata.rda on ppc64el architecture

2020-05-05 Thread Kirill Maslinsky
Dirk Eddelbuettel writes: > We know by now (thanks to Bryan and Tomas) that src/main/machar.c is the real > culprit due to the long double behaviour on ppc64el. I presume 'compiler' > calls into platform.c and hence machar.c for calibration or setup. > > On the Debian side, I just shipped an up

Re: [Rd] problem running test on a system without /etc/localtime

2017-05-17 Thread Kirill Maslinsky
On Wed, May 17, 2017 at 11:29:16AM +0200, Martin Maechler wrote: [...] > > > > Index: src/library/base/R/datetime.R > > === > > --- src/library/base/R/datetime.R (revision 72684) > > +++ src/library/base/R/datetime.

[Rd] problem running test on a system without /etc/localtime

2017-05-16 Thread Kirill Maslinsky
Hi all, A problem with tests while building R. I'm packaging R for Sisyphus repository and package build environment, by design, doesn't have /etc/localtime file present. This causes failure with Sys.timeone during test run: [builder@localhost tests]$ ../bin/R --vanilla < reg-tests-1d.R > ## P