Hi,
zimoun <[email protected]> skribis:
> $ strace -f -s 500 -o log ./bin/R
> proot error: ptrace(TRACEME): Operation not permitted
> proot error:
> execve("/gnu/store/nqqhaz59gdr5q6mb6mw9dd8jk133rna2-r-minimal-4.0.3/bin/R"):
> Operation not permitted
> proot info: possible causes:
> * the program is a script but its interpreter (eg. /bin/sh) was not found;
> * the program is an ELF but its interpreter (eg. ld-linux.so) was not found;
> * the program is a foreign binary but qemu was not specified;
> * qemu does not work correctly (if specified);
> * the loader was not found or doesn't work.
> fatal error: see `proot --help`.
> proot error: can't chmod '/tmp/proot-12809-PB78qJ': No such file or directory
Oh right, you’d need to pick a different execution engine, most likely
‘fakechroot’ is the only one that works on this machine:
export GUIX_EXECUTION_ENGINE=fakechroot
strace -f -s 500 -o log ./bin/R
HTH,
Ludo’.