it works (for me at least) if you also have gap_packages installed.

So it seems that the fix is trivial, just add gap_packages into the 
corresponding # optional tags

Dima

On Saturday, July 11, 2015 at 7:23:56 PM UTC+1, Volker Braun wrote:
>
> I can confirm that these fail with database_gap installed... can you open 
> a ticket?
>
>
> On Saturday, July 11, 2015 at 10:57:36 AM UTC+2, Emmanuel Charpentier 
> wrote:
>>
>> On Debian tesing , got three failures :
>>
>> ----------------------------------------------------------------------
>> sage -t --long --warn-long 65.9 src/sage/groups/perm_gps/permgroup_named.py 
>>  # 2 doctests failed
>> sage -t --long --warn-long 65.9 src/sage/tests/gap_packages.py  # 1 
>> doctest failed
>> ----------------------------------------------------------------------
>>
>> This time, they seem to be real failures :
>>
>> charpent@asus16-ec:/usr/local/sage$ sage -t --long --warn-long 65.9 src/
>> sage/groups/perm_gps/permgroup_named.py
>> Running doctests with ID 2015-07-11-10-14-43-04d2fdf7.
>> Git branch: develop
>> Using --optional=database_gap,dot2tex,mpir,python2,sage,sage_mode,scons,
>> threejs
>> Doctesting 1 file.
>> sage -t --long --warn-long 65.9 src/sage/groups/perm_gps/permgroup_named.
>> py
>> **********************************************************************
>> File "src/sage/groups/perm_gps/permgroup_named.py", line 2647, in sage.
>> groups.perm_gps.permgroup_named.PSL.
>> ramification_module_decomposition_hurwitz_curve
>> Failed example:
>>     G.ramification_module_decomposition_hurwitz_curve() # random, 
>> optional - database_gap
>> Exception raised:
>>     Traceback (most recent call last):
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py"
>> , line 496, in _run
>>         self.compile_and_execute(example, compiler, test.globs)
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py"
>> , line 858, in compile_and_execute
>>         exec(compiled, globs)
>>       File "<doctest 
>> sage.groups.perm_gps.permgroup_named.PSL.ramification_module_decomposition_hurwitz_curve[1]>"
>> , line 1, in <module>
>>         G.ramification_module_decomposition_hurwitz_curve() # random, 
>> optional - database_gap
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/groups/perm_gps/permgroup_named.py"
>> , line 2668, in ramification_module_decomposition_hurwitz_curve
>>         mults = gap.eval("ram_module_hurwitz("+str(q)+")")
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/gap.py"
>> , line 569, in eval
>>         result = Expect.eval(self, input_line, **kwds)
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/expect.py"
>> , line 1239, in eval
>>         for L in code.split('\n') if L != ''])
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/gap.py"
>> , line 767, in _eval_line
>>         raise RuntimeError(message)
>>     RuntimeError: Gap produced error output
>>     Error, sorry, the GAP Tables Of Marks Library is not installed
>>
>>        executing ram_module_hurwitz(13);
>> **********************************************************************
>> File "src/sage/groups/perm_gps/permgroup_named.py", line 2695, in sage.
>> groups.perm_gps.permgroup_named.PSL.
>> ramification_module_decomposition_modular_curve
>> Failed example:
>>     G.ramification_module_decomposition_modular_curve() # random, 
>> optional - database_gap
>> Exception raised:
>>     Traceback (most recent call last):
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py"
>> , line 496, in _run
>>         self.compile_and_execute(example, compiler, test.globs)
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py"
>> , line 858, in compile_and_execute
>>         exec(compiled, globs)
>>       File "<doctest 
>> sage.groups.perm_gps.permgroup_named.PSL.ramification_module_decomposition_modular_curve[1]>"
>> , line 1, in <module>
>>         G.ramification_module_decomposition_modular_curve() # random, 
>> optional - database_gap
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/groups/perm_gps/permgroup_named.py"
>> , line 2712, in ramification_module_decomposition_modular_curve
>>         mults = gap.eval("ram_module_X("+str(q)+")")
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/gap.py"
>> , line 569, in eval
>>         result = Expect.eval(self, input_line, **kwds)
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/expect.py"
>> , line 1239, in eval
>>         for L in code.split('\n') if L != ''])
>>       File 
>> "/usr/local/sage/local/lib/python2.7/site-packages/sage/interfaces/gap.py"
>> , line 767, in _eval_line
>>         raise RuntimeError(message)
>>     
>> ...
>
>

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

Reply via email to