I just found another nice one with 6.9rc3.

Not only it has problems with $SAGE_ROOT/local/lib/libtinfo* (see here 
<https://groups.google.com/forum/#!topic/sage-support/uNcv2g0QSb4>), but it 
also spews nonsense :
In [2]:
%display simple

solve(x^2+1==0,x,to_poly_solve="force")
Out[2]:

[]


Huh ?

Command-line sage :
sage: solve(x^2+1==0, x)
[x == -I, x == I]

Sage via emacs :
sage: solve(x^2+1==0,x)
[x == -I, x == I]

This is nicely typeset in the emacs window, BTW...).

I also checked that the sage notebook is indemn of this folly...

And, BTW, I also tried Trac#19374 <http://trac.sagemath.org/ticket/19374> 
with the same result (and no typeset output, by the way !).

I think this should be a blocker...

For the record : this is on a tree resulting from a fresh tarball, where I 
moved $SAGE_ROOT/local/lib/libtinfo* out of the way, which passes 
ptestlong, and where I did git trac chechout 19374.
 
Any idea/opinion on how to write the ticket ?

HTH,

--
Emmanuel Charpentier

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to