On 21 April 2013 at 22:25, Dave Steele wrote:
| On Sun, Apr 21, 2013 at 12:31 PM, Dirk Eddelbuettel <e...@debian.org> wrote:
| 
| > Hail Mary pass suggestion:  some R packages want x11 around to get fonts 
etc,
| > which has caused us grief in the past as it would prevent headless server
| > operation.  Easiest fix: install the xvfb server package and precede your
| > (shell) command call with 'xvfb-run' eg
| >
| >         xvfb-run python someScript.py
| >
| > or
| >
| >         xvfb-run someScript.py
| >
| > Let's see how that goes.
| >
| 
| That works. This gives me a path for a kluge fix. Please let me know
| if you have any ideas for a more elegant solution.

Well I guess we have now established that

 a)  R 3.0.0 and rpy do not work together (your bugreport)

 b)  disabling Rf_PrintMessage as per my simple patch fixes that

 c)  somewhat unrelated: launching R-related jobs with xvfb-run helps
     when X11 resources are required.

So I think I should apply the patch from b) to fix your bug report from a).

Or am I missing something here?

Dirk
 
| Thanks for your help.

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to