#15130: Docbuilder issue with BasisExchangeMatroid
---------------------------------+-------------------------
       Reporter:  jdemeyer       |        Owner:
           Type:  defect         |       Status:  new
       Priority:  critical       |    Milestone:  sage-5.12
      Component:  documentation  |   Resolution:
       Keywords:                 |    Merged in:
        Authors:                 |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+-------------------------
Changes (by jdemeyer):

 * priority:  blocker => critical


Old description:

> In sage-5.12.beta4, the command
> {{{
> rm -rf devel/sage/doc/output/ && ./sage -ba-force && make doc
> }}}
> yields
> {{{
> Traceback (most recent call last):
>   File
> "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
> line 1452, in <module>
>     getattr(get_builder(name), type)()
>   File
> "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
> line 269, in _wrapper
>     getattr(get_builder(document), 'inventory')(*args, **kwds)
>   File
> "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
> line 472, in _wrapper
>     pool.map_async(build_ref_doc, L, 1).get(99999)
>   File
> "/mazur/release/merger/sage-5.12.beta4/local/lib/python/multiprocessing/pool.py",
> line 554, in get
>     raise self._value
> AttributeError: 'module' object has no attribute 'BasisExchangeMatroid'
> }}}

New description:

 In sage-5.12.beta4, sometimes
 {{{
 make doc
 }}}
 yields
 {{{
 Traceback (most recent call last):
   File
 "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
 line 1452, in <module>
     getattr(get_builder(name), type)()
   File
 "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
 line 269, in _wrapper
     getattr(get_builder(document), 'inventory')(*args, **kwds)
   File
 "/mazur/release/merger/sage-5.12.beta4/devel/sage/doc/common/builder.py",
 line 472, in _wrapper
     pool.map_async(build_ref_doc, L, 1).get(99999)
   File
 
"/mazur/release/merger/sage-5.12.beta4/local/lib/python/multiprocessing/pool.py",
 line 554, in get
     raise self._value
 AttributeError: 'module' object has no attribute 'BasisExchangeMatroid'
 }}}
 but the exact circumstances to reproduce this are not clear.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/15130#comment:1>
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to