#5994: singular.version() yields an error when first called, has no doctest, and
has a strange output imo
--------------------------+-------------------------------------------------
Reporter: SimonKing | Owner: was
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: interfaces | Keywords: singular version
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Comment(by SimonKing):
Replying to [comment:8 was]:
> So can you review this?
I'd like to, but the sage-4.3.1.alpha1 that I had built on sage-math seems
broken. It used to work, but when I did {{{./sage -br main}}}, it failed
with
{{{
ImportError: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found
(required by
/home/SimonKing/SAGE/sage-4.3.1.alpha1/local/lib/libgmpxx.so.3)
}}}
Might {{{./sage -ba}}} work?
Anyway, I'd like to see one more doc test, that checks consistency with
another way of getting the version number -- just for consistency:
{{{
sage: tuple([Integer(c) for c in singular.eval('system("version")')][:3]
== singular.version()[0]
True
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5994#comment:10>
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.