I'm trying to build 5.4-beta2 on ML (using the changes from #13541), and it all went fine. I then applied the changes in #13541 in order to run doctests (manually, but that shouldn't matter). Now, make ptestlong returns this error:
Running Sphinx v1.1.2 Traceback (most recent call last): File "/Applications/sage/devel/sage/doc/common/builder.py", line 1099, in <module> getattr(get_builder(name), type)() File "/Applications/sage/devel/sage/doc/common/builder.py", line 243, in _wrapper getattr(get_builder(document), name)(*args, **kwds) File "/Applications/sage/devel/sage/doc/common/builder.py", line 729, in get_builder return DocBuilder(name) File "/Applications/sage/devel/sage/doc/common/builder.py", line 128, in __init__ mkdir(os.path.join(self.dir, "static")) File "/Applications/sage/devel/sage/doc/common/builder.py", line 38, in mkdir os.makedirs(path) File "/Applications/sage/local/lib/python/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 20] Not a directory: '/Applications/sage/devel/sage/doc/en/.DS_Store/static' make: *** [doc-html] Error 1 This happened with all languages, and removing the .DS_Store file fixed it. I'm guessing this is an OS X general bug, not restricted to ML, but I lack other computers to test on. Michael -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.