Changes between Initial Version and Version 1 of Ticket #46856, comment 7


Ignore:
Timestamp:
Feb 15, 2015, 11:45:02 PM (9 years ago)
Author:
howarth.at.macports@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46856, comment 7

    initial v1  
    22> Why do you need an X11 server at build time?  That seems like an obvious bug in the build system to me.
    33
    4 The X11 accesses arise from the byte-compilation of the R code in rNMR.r during the execution of the R CMD Install command. I believe this is the nature of the beast and you really can't work around it short of resorting to xvfb-run or its equivalent . As I mentioned before, this is seen for all CRAN modules which access X11 graphics (e.g. as R modules cairodevice, gwidgetsrgtk2, tkrplot, etc).
     4The X11 accesses arise from the byte-compilation of the R code in rNMR.r during the execution of the R CMD Install command. I believe this is the nature of the beast and you really can't work around it short of resorting to xvfb-run or its equivalent . As I mentioned before, this is seen for all CRAN modules which access X11 graphics (e.g. as R modules cairodevice, gwidgetsrgtk2, tkrplot, etc). You haven't seen this issue in MacPorts before because you have very few CRAN modules packaged for R.