#9418: Add GNU patch as a standard package.
----------------------------+-----------------------------------------------
   Reporter:  drkirkby      |       Owner:  GeorgSWeber
       Type:  enhancement   |      Status:  needs_work 
   Priority:  major         |   Milestone:  sage-4.6.1 
  Component:  build         |    Keywords:  patch spkg 
     Author:  David Kirkby  |    Upstream:  N/A        
   Reviewer:                |      Merged:             
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by cremona):

 On the 64-bit ubuntu system, I installed the new version of the Sphinx
 package (with -f) and did a full test.  All OK except this:
 {{{
 sage -t -long ./sage/misc/sagedoc.py
 **********************************************************************
 File "/home/jec/sage-4.6.1.alpha1/devel/sage-main/sage/misc/sagedoc.py",
 line 891:
     sage: len(search_doc('tree', interact=False).splitlines()) > 2000
 Expected:
     True
 Got:
     Warning, the following Sage documentation hasn't been built,
     so documentation search results may be incomplete:
     <BLANKLINE>
     /home/jec/sage-current/devel/sage/doc/output/html/en/website
     /home/jec/sage-current/devel/sage/doc/output/html/en/developer
     /home/jec/sage-current/devel/sage/doc/output/html/en/installation
     /home/jec/sage-current/devel/sage/doc/output/html/en/constructions
     /home/jec/sage-current/devel/sage/doc/output/html/en/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/numerical_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/faq
     /home/jec/sage-
 current/devel/sage/doc/output/html/en/thematic_tutorials
     /home/jec/sage-current/devel/sage/doc/output/html/en/reference
     /home/jec/sage-current/devel/sage/doc/output/html/en/bordeaux_2008
     /home/jec/sage-current/devel/sage/doc/output/html/fr/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/fr/tutorial
     <BLANKLINE>
     You can build these with 'sage -docbuild DOCUMENT html',
     where DOCUMENT is one of 'website', 'developer', 'installation',
 'constructions', 'a_tour_of_sage', 'numerical_sage', 'faq',
 'thematic_tutorials', 'reference', 'bordeaux_2008', 'a_tour_of_sage',
 'tutorial',
     or you can use 'sage -docbuild all html' to build all of the missing
 documentation.
     False
 **********************************************************************
 File "/home/jec/sage-4.6.1.alpha1/devel/sage-main/sage/misc/sagedoc.py",
 line 893:
     sage: len(search_doc('tree', whole_word=True,
 interact=False).splitlines()) < 200
 Expected:
     True
 Got:
     Warning, the following Sage documentation hasn't been built,
     so documentation search results may be incomplete:
     <BLANKLINE>
     /home/jec/sage-current/devel/sage/doc/output/html/en/website
     /home/jec/sage-current/devel/sage/doc/output/html/en/developer
     /home/jec/sage-current/devel/sage/doc/output/html/en/installation
     /home/jec/sage-current/devel/sage/doc/output/html/en/constructions
     /home/jec/sage-current/devel/sage/doc/output/html/en/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/numerical_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/faq
     /home/jec/sage-
 current/devel/sage/doc/output/html/en/thematic_tutorials
     /home/jec/sage-current/devel/sage/doc/output/html/en/reference
     /home/jec/sage-current/devel/sage/doc/output/html/en/bordeaux_2008
     /home/jec/sage-current/devel/sage/doc/output/html/fr/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/fr/tutorial
     <BLANKLINE>
     You can build these with 'sage -docbuild DOCUMENT html',
     where DOCUMENT is one of 'website', 'developer', 'installation',
 'constructions', 'a_tour_of_sage', 'numerical_sage', 'faq',
 'thematic_tutorials', 'reference', 'bordeaux_2008', 'a_tour_of_sage',
 'tutorial',
     or you can use 'sage -docbuild all html' to build all of the missing
 documentation.
     True
 **********************************************************************
 File "/home/jec/sage-4.6.1.alpha1/devel/sage-main/sage/misc/sagedoc.py",
 line 496:
     sage: 'abvar/homology' in _search_src_or_doc('doc', 'homology',
 'variety', interact=False)
 Expected:
     True
 Got:
     Warning, the following Sage documentation hasn't been built,
     so documentation search results may be incomplete:
     <BLANKLINE>
     /home/jec/sage-current/devel/sage/doc/output/html/en/website
     /home/jec/sage-current/devel/sage/doc/output/html/en/developer
     /home/jec/sage-current/devel/sage/doc/output/html/en/installation
     /home/jec/sage-current/devel/sage/doc/output/html/en/constructions
     /home/jec/sage-current/devel/sage/doc/output/html/en/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/numerical_sage
     /home/jec/sage-current/devel/sage/doc/output/html/en/faq
     /home/jec/sage-
 current/devel/sage/doc/output/html/en/thematic_tutorials
     /home/jec/sage-current/devel/sage/doc/output/html/en/reference
     /home/jec/sage-current/devel/sage/doc/output/html/en/bordeaux_2008
     /home/jec/sage-current/devel/sage/doc/output/html/fr/a_tour_of_sage
     /home/jec/sage-current/devel/sage/doc/output/html/fr/tutorial
     <BLANKLINE>
     You can build these with 'sage -docbuild DOCUMENT html',
     where DOCUMENT is one of 'website', 'developer', 'installation',
 'constructions', 'a_tour_of_sage', 'numerical_sage', 'faq',
 'thematic_tutorials', 'reference', 'bordeaux_2008', 'a_tour_of_sage',
 'tutorial',
     or you can use 'sage -docbuild all html' to build all of the missing
 documentation.
     False
 **********************************************************************
 }}}
 Before installing the patch spkg and sphinx I had built the docs, but I
 had not rebuilt them, so perhaps this is harmless?

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