#13211: Upgrade GAP to 4.5.7
------------------------------------------------------------------+---------
       Reporter:  kini                                            |         
Owner:  tbd              
           Type:  enhancement                                     |        
Status:  needs_work       
       Priority:  major                                           |     
Milestone:  sage-5.6         
      Component:  packages                                        |    
Resolution:                   
       Keywords:                                                  |   Work 
issues:                   
Report Upstream:  Reported upstream. Developers acknowledge bug.  |     
Reviewers:  Dmitrii Pasechnik
        Authors:  Volker Braun, Jeroen Demeyer                    |     Merged 
in:                   
   Dependencies:  #13123, #13579                                  |      
Stopgaps:                   
------------------------------------------------------------------+---------
Changes (by jdemeyer):

  * status:  positive_review => needs_work


Comment:

 The memory size still isn't right, as I got this doctest error on
 snapperkob (Linux Ubuntu 12.04 x86_64, 8GB RAM + 0.5GB swap):
 {{{
 sage -t  --long -force_lib
 devel/sage/sage/combinat/root_system/weyl_group.py
 **********************************************************************
 File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/devel
 /sage-main/sage/combinat/root_system/weyl_group.py", line 543:
     sage: all( WeylGroup(t).long_element() ==
 WeylGroup(t).long_element_hardcoded() for t in types )  # long time (17s
 on sage.math, 2011)
 Exception raised:
     Traceback (most recent call last):
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/bin/ncadoctest.py",
 line 1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/bin/sagedoctest.py",
 line 38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/bin/ncadoctest.py",
 line 1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_16[4]>", line 1, in <module>
         all( WeylGroup(t).long_element() ==
 WeylGroup(t).long_element_hardcoded() for t in types )  # long time (17s
 on sage.math, 2011)###line 543:
     sage: all( WeylGroup(t).long_element() ==
 WeylGroup(t).long_element_hardcoded() for t in types )  # long time (17s
 on sage.math, 2011)
       File "<doctest __main__.example_16[4]>", line 1, in <genexpr>
         all( WeylGroup(t).long_element() ==
 WeylGroup(t).long_element_hardcoded() for t in types )  # long time (17s
 on sage.math, 2011)###line 543:
     sage: all( WeylGroup(t).long_element() ==
 WeylGroup(t).long_element_hardcoded() for t in types )  # long time (17s
 on sage.math, 2011)
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/combinat/root_system/weyl_group.py", line 579, in
 long_element_hardcoded
         return self.__call__(m)
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/combinat/root_system/weyl_group.py", line 362, in
 __call__
         if not gap(g) in gap(self):
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/interfaces/interface.py", line 675, in __contains__
         return P._contains(x.name(), self.name())
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/interfaces/gap.py", line 815, in _contains
         return self.eval('%s in %s'%(v1,v2)) == "true"
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/interfaces/gap.py", line 574, in eval
         result = Expect.eval(self, input_line, **kwds)
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/interfaces/expect.py", line 1220, in eval
         for L in code.split('\n') if L != ''])
       File
 
"/home/buildbot/build/sage/snapperkob/snapperkob_full/build/sage-5.6.beta1/local/lib/python
 /site-packages/sage/interfaces/gap.py", line 775, in _eval_line
         raise RuntimeError, message
     RuntimeError: Gap produced error output
     Error, exceeded the permitted memory (`-o' command line option)

        executing $sage3 in $sage11;
 **********************************************************************
 }}}

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

Reply via email to