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/standard/readline-6.2.p2.spkg was still there

$ env SAGE_UPGRADING=yes make


Oh, if you install libncurses5-dev and/or libncursesw5-dev, you should
build the readline-6.2.p2 spkg [1] *afterwards*, i.e.

$ sudo apt-get install libncurses5-dev libncursesw5-dev
$ cp -p /path/to/downloaded/readline-6.2.p2.spkg $SAGE_ROOT/spkg/standard/
$ env SAGE_UPGRADING=yes make build


P.S.: In case you previously copied and installed the readline-6.2.p2 spkg (without having libncurses*-dev installed), instead do the following:

$ sudo apt-get install libncurses5-dev libncursesw5-dev
$ cd $SAGE_ROOT   # The directory where your Sage installation lives
$ rm spkg/installed/readline-*
$ env SAGE_UPGRADING=yes make build


-leif

--
() The ASCII Ribbon Campaign
/\ Help Cure HTML Email

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to