#9523: Upgrade the Readline spkg to 6.1
----------------------------------------------+-----------------------------
Reporter: cwitty | Owner: tbd
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-4.6.1
Component: packages | Keywords:
Author: David Kirkby | Upstream: N/A
Reviewer: Florent Hivert, Leif Leonhardy | Merged:
Work_issues: |
----------------------------------------------+-----------------------------
Comment(by drkirkby):
I build Sage from scratch with the updated .spkg on a Sun Ultra 27 running
!OpenSolaris. This was a parallel build, and parallel doctests. Two
doctests failed
{{{
The following tests failed:
sage -t -long -force_lib devel/sage/sage/interfaces/psage.py # 1
doctests failed
sage -t -long -force_lib
devel/sage/sage/algebras/quatalg/quaternion_algebra_element.pyx # 0
doctests failed
----------------------------------------------------------------------
Total time for all tests: 1675.4 seconds
}}}
But when I run those two tests individually they both passed. I can only
assume this is the usual problem - the doctesting framework is partially
broken for parallel testing.
{{{
drkir...@hawk:~/sage-4.6.rc0$ ./sage -t -long -force_lib
devel/sage/sage/interfaces/psage.py
sage -t -long -force_lib "devel/sage/sage/interfaces/psage.py"
[24.9 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 25.4 seconds
drkir...@hawk:~/sage-4.6.rc0$ ./sage -t -long -force_lib
devel/sage/sage/algebras/quatalg/quaternion_algebra_element.pyx
sage -t -long -force_lib
"devel/sage/sage/algebras/quatalg/quaternion_algebra_element.pyx"
[13.0 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 13.0 seconds
drkir...@hawk:~/sage-4.6.rc0$
}}}
As such, Sage has been build from scratch using this package, and has
passed all tests on both Linux and !OpenSolaris.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9523#comment:32>
Sage <http://www.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.