#10163: make doc-html sometimes hangs after having finished
------------------------+---------------------------------------------------
   Reporter:  jdemeyer  |          Owner:  GeorgSWeber   
       Type:  defect    |         Status:  needs_info    
   Priority:  major     |      Milestone:  sage-4.7.3    
  Component:  build     |       Keywords:  build Makefile
Work_issues:            |       Upstream:  N/A           
   Reviewer:            |         Author:                
     Merged:            |   Dependencies:                
------------------------+---------------------------------------------------

Comment(by jhpalmieri):

 I still don't know why sage-cleaner is running at all if you're doing make
 doc-html.  That runs sage -docbuild, which runs this (from sage-sage):
 {{{
 #!sh
 if [ "$1" = "-docbuild" -o "$1" = "--docbuild" ]; then
    cd "$CUR"
    shift
    python "$SAGE_ROOT"/devel/sage/doc/common/builder.py $@
    exit $?
 fi
 }}}
 It doesn't run sage-cleaner or sage_setup, so where does sage-cleaner get
 started?

 Are you running another copy of Sage at the same time?

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