#14491: Add FreeBSD as a supported platform
--------------------------------+-------------------------------------------
       Reporter:  kcrisman      |         Owner:  pjeremy  
           Type:  enhancement   |        Status:  new      
       Priority:  major         |     Milestone:  sage-5.10
      Component:  porting: BSD  |    Resolution:           
       Keywords:                |   Work issues:           
Report Upstream:  N/A           |     Reviewers:           
        Authors:                |     Merged in:           
   Dependencies:                |      Stopgaps:           
--------------------------------+-------------------------------------------

Comment (by jpflori):

 Building the doc repeatedly failed at:
 {{{
 [tensor   ] writing output... [ 25%] index
 [tensor   ] writing output... [ 50%] sage/tensor/coordinate_patch
 [tensor   ] writing output... [ 75%] sage/tensor/differential_form_element
 [tensor   ] writing output... [100%] sage/tensor/differential_forms
 [tensor   ] dumping object inventory... done
 [tensor   ] build succeeded.
 [history_a] loading cross citations... looking for now-outdated files...
 none found
 [history_a] no targets are out of date.
 }}}
 so I tried Stephen's patch:
 * http://www.freebsd.org/cgi/cvsweb.cgi/ports/math/sage/files/spkg-patch-
 sage_-_doc_common_builder.py
 but then it failed at
 {{{
 [geometry ] writing output... [ 95%]
 sage/geometry/triangulation/point_configuration
 [geometry ] writing output... [100%] sage/rings/polynomial/groebner_fan
 [geometry ] dumping object inventory... done
 [geometry ] build succeeded.
 }}}

 And indeed Python still fails
 {{{
 sage -t devel/sage/sage/parallel/decorate.py
 **********************************************************************
 File "devel/sage/sage/parallel/decorate.py", line 526, in
 sage.parallel.decorate.fork
 Failed example:
     g(10^7, m=5)
 Exception raised:
     Traceback (most recent call last):
       File "/scratch/jpflori/sage-5.9+freebsd-83-amd64/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 466, in _run
         self.execute(example, compiled, test.globs)
       File "/scratch/jpflori/sage-5.9+freebsd-83-amd64/local/lib/python2.7
 /site-packages/sage/doctest/forker.py", line 825, in execute
         exec compiled in globs
       File "<doctest sage.parallel.decorate.fork[6]>", line 1, in <module>
         g(Integer(10)**Integer(7), m=Integer(5))
       File "/scratch/jpflori/sage-5.9+freebsd-83-amd64/local/lib/python2.7
 /site-packages/sage/parallel/decorate.py", line 475, in h
         return list(g([(args, kwds)]))[0][1]
     IndexError: list index out of range
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14491#comment:24>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to