Displaying 5 results from an estimated 5 matches for "lazycomp".
2024 Oct 31
1
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
...il.com> wrote:
>> On 10/31/24 17:30, Avraham Adler wrote:
>>> When compiling R, the build fails after byte compiling grDevices with
>>> the following error:
>>>
>>> byte-compiling package 'grDevices'
>>> make[4]: *** [../../../share/make/lazycomp.mk:9:
>>> ../../../library/grDevices/R/grDevices.rdb] Error 139
>>> make[3]: *** [Makefile.win:23: all] Error 2
>>> make[2]: *** [Makefile.win:34: R] Error 1
>>> make[1]: *** [Makefile:18: all] Error 2
>>> make: *** [Makefile:392: distribution] Error 2
&...
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