#5775: Building the documentation after -bdisting is broken
--------------------------+-------------------------------------------------
Reporter: mabshoff | Owner: mhansen
Type: defect | Status: new
Priority: critical | Milestone: sage-3.4.1
Component: distribution | Keywords:
--------------------------+-------------------------------------------------
This is a tree that was bdisted from 3.4.1.rc2:
{{{
sphinx-build -b html -d /scratch/mabshoff/sage-3.4.1.rc3/devel
/sage/doc/output/doctrees/en/tutorial . /scratch/mabshoff/sage-
3.4.1.rc3/devel/sage/doc/output/html/en/tutorial
Build finished. The built documents can be found in /scratch
/mabshoff/sage-3.4.1.rc3/devel/sage/doc/output/html/en/tutorial
sphinx-build -b html -d /scratch/mabshoff/sage-3.4.1.rc3/devel
/sage/doc/output/doctrees/en/website . /scratch/mabshoff/sage-
3.4.1.rc3/devel/sage/doc/output/html/en/website
Build finished. The built documents can be found in /scratch
/mabshoff/sage-3.4.1.rc3/devel/sage/doc/output/html/en/website
Traceback (most recent call last):
File "/scratch/mabshoff/sage-3.4.1.rc3/devel/sage/doc/common
/builder.py", line 668, in <module>
getattr(get_builder(name), type)()
File "/scratch/mabshoff/sage-3.4.1.rc3/devel/sage/doc/common
/builder.py", line 258, in _wrapper
getattr(get_builder(document), name)(*args, **kwds)
File "/scratch/mabshoff/sage-3.4.1.rc3/devel/sage/doc/common
/builder.py", line 348, in _wrapper
for module_name in self.get_modified_modules():
File "/scratch/mabshoff/sage-3.4.1.rc3/devel/sage/doc/common
/builder.py", line 415, in get_modified_modules
added, changed, removed = env.get_outdated_files(False)
File "/scratch/mabshoff/sage-3.4.1.rc3/local/lib/python2.5/site-
packages/Sphinx-0.5.1-py2.5.egg/sphinx/environment.py", line 400, in
get_outdated_files
newmtime = path.getmtime(self.doc2path(docname))
File "/scratch/mabshoff/sage-3.4.1.rc3/local/lib/python
/posixpath.py", line 143, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/scratch/mabshoff
/sage-3.4.1.rc2/devel/sage-main/doc/en/reference/sage/combinat/word/
morphism.rst'
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5775>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---