#9486: ECL 10.2.1 fails to install on OS X (bsd.math) in sage-4.5.rc0
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.5
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by leif):
Replying to [comment:7 drkirkby]:
> My build on OS X (bsd.math) completed with one doc test failure. [...]
> I've attached the ptestlong.log (renamed to
bsd.math+7379+9187-ptestlong.log). After that one test failed, I run it
again from the command line:
{{{
[kir...@bsd sage-4.5.rc0]$ ./sage -t -long
devel/sage/sage/interfaces/sage0.py
sage -t -long "devel/sage/sage/interfaces/sage0.py"
[13.7 s]
----------------------------------------------------------------------
All tests passed!
Total time for all tests: 13.7 seconds
[kir...@bsd sage-4.5.rc0]$
}}}
>
> It's difficult to really trust anything, when tests results are not
reproducible.
>
> Line 3527 looks a bit odd in the log of the tests.
That's an ANSI escape sequence (actually {{{xterm}}}) generated by
readline/ncurses and should be harmless; you'll find another instance of
it right at the beginning after "Testing that Sage starts...":
{{{
#!sh
$ head -n 3 kirkby/bsd.math+7379+9187-ptestlong.log | hd
00000000 54 65 73 74 69 6e 67 20 74 68 61 74 20 53 61 67 |Testing that
Sag|
00000010 65 20 73 74 61 72 74 73 2e 2e 2e 0a 1b 5b 3f 31 |e
starts.....[?1|
00000020 30 33 34 68 59 65 73 2c 20 53 61 67 65 20 73 74 |034hYes, Sage
st|
00000030 61 72 74 73 2e 0a 47 6c 6f 62 61 6c 20 69 74 65 |arts..Global
ite|
00000040 72 61 74 69 6f 6e 73 3a 20 31 0a |rations: 1.|
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9486#comment:11>
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.