Oh, you’re installing R packages into the user’s library during install.
Please stop doing that.
You need to either package the r packages as Arch packages and make rstudio-desktop depend on them, or (if they’re a build dependency) install them into a temporary directory during build, use them, and then delete everything.
Pinned Comments
xiota commented on 2025-03-01 05:16 (UTC) (edited on 2025-05-01 20:46 (UTC) by xiota)
Packaging notes:
pacman -Syudd
prior to rebuilding. This is unnecessary when building in a clean chroot.: ${var:=value}
can be set in the environment prior to build.var=value makepkg -rsC
; Method for AUR helpers may vary.extra-x86_64-build -- var=value
Problems?