On 17 June, 06:07, Kirill Vankov <[email protected]> wrote: > > > Detected SAGE64 flag > > > Building Sage on OS X in 64-bit mode > > > Does this happen every time you start Sage? That is odd. > > Yes, it does. But I really had never noticed, since usually I start > sage not from terminal > > > down. Presumably you have no directories like the ones in > > > '/Users/buildbot/build/sage/bsd-1/bsd_64_binary/build/sage-4.7/local/ > > lib/R/doc/html/packages.html'
I also ran into the problem of incorrect directories in R using sage-4.6.2-linux-64bit-ubuntu_10.04.1_lts-x86_64-Linux. R stores these settings in the following text files: sage/local/lib/R/bin/R sage/local/lib/R/bin/libtool sage/local/lib/R/etc/Makeconf sage/local/lib/R/etc/ldpath sage/local/lib/R/etc/Renviron sage/local/bin/R so simply replacing the bad paths with the ones that match your installation worked for me. The R documentation mentions other ways to override the default settings of the variables on a per-user basis. > Indeed I have no this type of directories. Moreover, I tried to make > one, but it did not help. > > > The workaround for you is pretty simple, though it will take a few > > hours of sleep for it to happen. > > > 1) Download the *source* to Sage, e.g. > > athttp://www.sagemath.org/download-source.html > > 2) Follow the instructions to build Sage from source. It consists of > > going into a certain directory in Terminal and typing "make". > > 3) Wait a few hours. > > 4) Now try to install your package! Seems like overkill if R is the only package that stores paths a build time. > I'll try. Thank you for your suggestions. > > Kirill -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
