search for: r_compiler_suppress_all

Displaying 5 results from an estimated 5 matches for "r_compiler_suppress_all".

2024 May 03
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
...lve.default(rgb) This seems to crash inside the BLAS. Which BLAS are you using? Any custom ./configure arguments? Which compilers are you running? To find out more information about the crash, try to follow it with a debugger. Change directory to src/library/grDevices and run: _R_COMPILE_PKGS_=1 R_COMPILER_SUPPRESS_ALL=1 \ R_DEFAULT_PACKAGES=NULL LC_ALL=C \ ../../../bin/R -d gdb --vanilla --no-echo -e \ 'tools:::makeLazyLoading("grDevices")' (This assumes building straight from the source directory. Adjust the paths if you're using a separate build directory.) Use the "run" com...
2020 Aug 21
1
R 4.0.2 64-bit Windows hangs
...byte-compiling package 'compiler' byte-compiling package 'base' byte-compiling package 'tools' sh: line 3: 3614 Done ( cat ./R/makeLazyLoad.R; echo "makeLazyLoading(\"tools\")" ) 3615 Segmentation fault | _R_COMPILE_PKGS_=1 R_COMPILER_SUPPRESS_ALL=1 R_DEFAULT_PACKAGES=NULL LC_ALL=C R_ENABLE_JIT=0 ../../../bin/x64/Rterm.exe --vanilla --no-echo > /dev/null make[2]: *** [Makefile.win:34: ../../../library/tools/R/tools.rdb] Error 139 make[1]: *** [Makefile.win:33: R] Error 1 make: *** [Makefile:18: all] Error 2 It looks to have compiled its...
2024 May 08
1
Compilation problems with R4.4.0
I'm having a strange problem compiling R4.4.0 on an AlmaLinux9 box. I've compiled previous versions OK on the same hardware/software (last was R4.3.2) but 4.4.0 is repeatedly failing. Configuration works OK. ./configure --prefix=/bi/apps/R/4.4.0 --enable-R-shlib R is now configured for x86_64-pc-linux-gnu Source directory: . Installation directory: /bi/apps/R/4.4.0
2024 Jul 17
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
...lve.default(rgb) This seems to crash inside the BLAS. Which BLAS are you using? Any custom ./configure arguments? Which compilers are you running? To find out more information about the crash, try to follow it with a debugger. Change directory to src/library/grDevices and run: _R_COMPILE_PKGS_=1 R_COMPILER_SUPPRESS_ALL=1 \ R_DEFAULT_PACKAGES=NULL LC_ALL=C \ ../../../bin/R -d gdb --vanilla --no-echo -e \ 'tools:::makeLazyLoading("grDevices")' (This assumes building straight from the source directory. Adjust the paths if you're using a separate build directory.) Use the "run" com...
2024 May 03
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
Hi all, I seem to be getting segfaults when attempting to build R 4.4.0 on RHEL 9.1 (5.14.0-162.23.1.el9_1.x86_64). Interestingly, it seems to build ok on Rocky 9.1 and 9.3. This is the trace: make[3]: Entering directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' building package 'grDevices' make[4]: Entering directory