Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
leif wrote: Thomas Oliveira wrote: Now, sage runs without throwing any warning. Let me summarizing how I followed your advices to a next user that faces this problem: $ touch spkg/installed/readline-6.2.p2 $ sudo apt-get install libncurses5-dev libncursesw5-dev Verified that $SAGE_ROOT/spkg/

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
Thomas Oliveira wrote: > Now, sage runs without throwing any warning. > > Let me summarizing how I followed your advices to a next user that faces > this problem: > > $ touch spkg/installed/readline-6.2.p2 > > $ sudo apt-get install libncurses5-dev libncursesw5-dev > > Verified that $SAGE_ROOT/

[sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread Thomas Oliveira
On Nov 5, 4:32 am, leif wrote: > john.hoebing wrote: > > The solution is to replace ./spkg/standard/readline-6.1* with > > readline-6.2.p2.spkg and then go to the sage home directory and run > > 'make distclean' and then run 'make'. The 'libreadline*' files that > > are already built (and used

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-05 Thread leif
Thomas Oliveira wrote: > $ ./sage --python -c "import readline" > > gives > > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named readline Ok, your Python spkg apparently wasn't (re)built after you installed the readline-6.2.p2 spkg. To do so, run $ ./sag

Re: [sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-04 Thread leif
john.hoebing wrote: > The solution is to replace ./spkg/standard/readline-6.1* with > readline-6.2.p2.spkg and then go to the sage home directory and run > 'make distclean' and then run 'make'. The 'libreadline*' files that > are already built (and used by other packages) have to be replaced > w

[sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-04 Thread john.hoebing
The solution is to replace ./spkg/standard/readline-6.1* with readline-6.2.p2.spkg and then go to the sage home directory and run 'make distclean' and then run 'make'. The 'libreadline*' files that are already built (and used by other packages) have to be replaced with the new 6.2 spkg, so you h

[sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-04 Thread leif
On 5 Nov., 02:22, Thomas Oliveira wrote: > May this piece of information be useful to you: > after 'make'-ing sage succesfully, sage now starts with this warning: > > "" > WARNING: Readline services not available on this platform. > WARNING: The auto-indent feature requires the readline library >

[sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-04 Thread Thomas Oliveira
leif, Thank you very much for your detailed instructions! They solved the readline problem during compilation. I had not encountered the Symmetrica and the Singular issues yet, but now I have found the work-arounds you talked about. May this piece of information be useful to you: after 'make'-in

[sage-devel] Re: Error related to readline while installing r-2.10.1.p4

2011-11-02 Thread leif
On 2 Nov., 21:42, Thomas Oliveira wrote: > Hi everyone, > > I'm trying to compile sage-4.7.1 on Ubuntu 11.10, and having the > following problem: > > """ > configure: error: --with-readline=yes (default) and headers/libs are not > available > Error configuring R. Without looking at the logs... ;-