Hi, Pink Gorilla 写道: > r-rserve 1.8-6 should compile a binary "RServ" which would be > made > available for execution similar to "R" This was fixed during our conversation on #guix yesterday. Now one gets the error I mentioned: λ R_HOME=$(guix build r-minimal) \ guix environment --ad-hoc r-rserve -- Rserve cannot find system Renviron Fatal error: unable to open the base package I haven't looked into it. > It think it fails because it wants to save the binary to > /gnu/store > where the package "r-minimal" is installed. Correct. I patched R_HOME in Makevars.in to point to r-rserve's /bin directory instead. > It might be also that r-minimal has to be installed with " > "--enable-R-shlib" What would that do? Kind regards, T G-R