#6945: [with spkg, needs review] Update readline to version 6.0
----------------------+-----------------------------------------------------
Reporter: drkirkby | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: build | Keywords:
Reviewer: | Author: David Kirkby, William Stein
Merged: |
----------------------+-----------------------------------------------------
Comment(by mvngu):
Added the executable flag to `spkg-install` using `chmod +x spkg-install`.
These lines are suspect:
{{{
if [ `grep 11.1 /etc/SuSE-release > /dev/null; echo $?` == 0 ]; then
if [ $OVERWRITE_READLINE == "true" ]; then
}}}
Should they be the following instead with only one equal sign?
{{{
if [ `grep 11.1 /etc/SuSE-release > /dev/null; echo $?` = 0 ]; then
if [ $OVERWRITE_READLINE = "true" ]; then
}}}
Anyway, all changes have been committed in David Kirkby's name. The
package is up at
http://sage.math.washington.edu/home/mvngu/release/spkg/standard/readline-6.0.spkg
I'm now testing it under various platforms, including openSUSE 11.1.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6945#comment:1>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---