Summary: | Error message: R engine has died | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | Thierry Thomas <thierry> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | j.mcercadillo, thomas.friedrichsmeier |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | FreeBSD Ports | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thierry Thomas
2018-04-19 20:06:01 UTC
Yes, R 3.4.4 is supported. (The upcoming R 3.5.0 is also supported, but not binary compatible. You will need to recompile for that. Any chance this could be at the heart of the problem?) /tmp/rkward.rbackend may have further hints. You may also want to increase the verbosity of that file by running with --debug-level 5 . Attach that to this ticket, if you need further assistance. Thanks! Oh sorry, I did not read my own-created bug template well:
> The backend executable could not be found. This is likely to be a problem with your installation.
Check that. It's failing to find the rkward.rbackend executable. On debian this gets installed to /usr/lib/(ARCH)/libexec .
rkward --debug-output terminal --debug-level 4 2>&1 | grep -i "backend"
will show you where rkward expects to find the backend.
My bad! It was caused by an old patch, previously used to fix the detection of the backend under $PREFIX/lib/kde4/libexec/. Thanks for your quick help. No problem. Thanks for packaging RKWard! Closing this, then. |