#6362: [with spkg, needs work] Singular and GCC 4.4
------------------------+---------------------------------------------------
 Reporter:  aginiewicz  |       Owner:  tbd     
     Type:  defect      |      Status:  new     
 Priority:  blocker     |   Milestone:  sage-4.1
Component:  algebra     |    Keywords:          
 Reviewer:              |      Author:          
   Merged:              |  
------------------------+---------------------------------------------------

Comment(by rlm):

 The spkg causes several doctest failures when built on sage-4.1.alpha3:
 {{{
         sage -t -long devel/sage/sage/rings/quotient_ring.py # 1 doctests
 failed
         sage -t -long devel/sage/sage/rings/quotient_ring_element.py # 1
 doctests failed
         sage -t -long devel/sage/sage/rings/polynomial/term_order.py # 1
 doctests failed
         sage -t -long
 devel/sage/sage/rings/polynomial/polynomial_singular_interface.py # 6
 doctests failed
         sage -t -long devel/sage/sage/rings/polynomial/pbori.pyx # 1
 doctests failed
         sage -t -long
 devel/sage/sage/rings/polynomial/multi_polynomial_libsingular.pyx # 11
 doctests failed
         sage -t -long devel/sage/sage/interfaces/singular.py # 10 doctests
 failed
 }}}

 These all seem to be just from the way Singular is printing things, e.g.:
 {{{
 **********************************************************************
 File "/space/rlm/sage-4.1.alpha3/devel/sage-
 main/sage/interfaces/singular.py", line 975:
     sage: singular.current_ring()
 Expected:
     //   characteristic : 127
     //   number of vars : 3
     //        block   1 : ordering rp
     //                  : names    x y z
     //        block   2 : ordering C
 Got:
     //   characteristic : 127
     //   number of vars : 3
     //        block   1 : ordering rp
     //                  : names    xyz
     //        block   2 : ordering C
 **********************************************************************
 }}}

 I assume this is nothing major. If someone wants to post a patch, I will
 gladly finish the review.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6362#comment:21>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to