Hi all, As mentioned in the supercomputer thread, I can't compile Sage because R fails to build. In particular, it fails on configuration, at this point:
checking for lpr... lpr checking for paperconf... false Error configuring R. real 0m55.172s user 0m14.281s sys 0m13.608s ************************************************************************ Error installing package r-3.1.1.p0 ************************************************************************ Interestingly, if I download R directly, and configure, then things work just fine. The end of the configure script simply states configure: WARNING: you cannot build info or HTML versions of the R manuals configure: WARNING: you cannot build PDF versions of the R manuals configure: WARNING: you cannot build PDF versions of vignettes and help pages and in the middle: checking for visible __lib_stack_end... yes checking for lpr... lpr checking for paperconf... false checking for gfortran... gfortran checking whether we are using the GNU Fortran compiler... yes This works both in the system's shell and inside "sage -sh". So is our spkg using a different configure script from vanilla R? Or is something else going on? --Stefan. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
