search for: lazycomp

Displaying 4 results from an estimated 4 matches for "lazycomp".

2024 May 08
1
Compilation problems with R4.4.0
...oadDB(package, lib.loc = lib.loc, keep.source = keep.source, keep.parse.data = keep.parse.data, compress = compress, set.install.dir = set.install.dir) 17: tools:::makeLazyLoading("grDevices") An irrecoverable exception occurred. R is aborting now ... make[4]: *** [../../../share/make/lazycomp.mk:9: ../../../library/grDevices/R/grDevices.rdb] Error 139 I can reproduce the error directly by running make in /bi/apps/R/R-4.4.0/src/library/grDevices. Nothing strange is in my environment, I'm using the stock version of make and gcc $ which make /usr/bin/make $ which gcc /usr/bin/gcc $...
2024 May 03
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
...DB(package, lib.loc = lib.loc, keep.source = keep.source, keep.parse.data = keep.parse.data, compress = compress, set.install.dir = set.install.dir) 17: tools:::makeLazyLoading("grDevices") An irrecoverable exception occurred. R is aborting now ... make[4]: *** [../../../share/make/lazycomp.mk:9: ../../../library/grDevices/R/grDevices.rdb] Error 139 make[4]: Leaving directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' make[3]: *** [Makefile:28: all] Error 2 make[3]: Leaving directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' make[2]: *** [Makefile:39:...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and