You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the new compilation database functionality in the 1.4.0 release and it keeps failing with:
Warning message:
! System command 'make' failed
Digging deeper and running pkgload:::generate_db() directly I get the following, more useful, error
Error in `processx::run("make", c(makevars, "print-compilers"), env = env)`:
! System command 'make' failed
---
Exit status: 2
Stderr:
/usr/lib64/R/etc/Makeconf:10: /usr/lib64/R/share/make/vars.mk: No such file or directory
make: *** No rule to make target '/usr/lib64/R/share/make/vars.mk'. Stop.
Note I'm running on R 4.4.1 on Fedora Linux 40. For me vars.mk is found in /usr/share/R/make/vars.mk not the address looked for above.
Currently I'm unsure if this is pkgload / processx /R or Fedora related (tagging @Enchufa2 in case of the latter).
The text was updated successfully, but these errors were encountered:
I'm trying the new compilation database functionality in the 1.4.0 release and it keeps failing with:
Digging deeper and running
pkgload:::generate_db()
directly I get the following, more useful, errorNote I'm running on R 4.4.1 on Fedora Linux 40. For me vars.mk is found in /usr/share/R/make/vars.mk not the address looked for above.
Currently I'm unsure if this is pkgload / processx /R or Fedora related (tagging @Enchufa2 in case of the latter).The text was updated successfully, but these errors were encountered: