Daily documentation builds
The online development docs stopped their nightly rebuilds four days ago. Raymond
I ran 2.6, 3.0, and 3.1 manually. 2.7 should get picked up on the next run. The problem is that regrtest.py -R hangs from time to time which caused the machine to run out of memory. Does anyone else have regrtest.py -R hang for them? Some tests were disabled to try to prevent the problem, but it still happens from time to time. n On Tue, Feb 10, 2009 at 11:33 AM, Raymond Hettinger <python@rcn.com> wrote:
The online development docs stopped their nightly rebuilds four days ago.
Raymond _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/nnorwitz%40gmail.com
On Tue, Feb 10, 2009 at 09:16:48PM -0800, Neal Norwitz wrote:
I ran 2.6, 3.0, and 3.1 manually. 2.7 should get picked up on the next run. The problem is that regrtest.py -R hangs from time to time which caused the machine to run out of memory. Does anyone else have regrtest.py -R hang for them? Some tests were disabled to try to prevent the problem, but it still happens from time to time.
It's also possible that tools/sphinx needs a manual 'svn update'. A recent change to sphinxext/pyspecific.py imports a new package, sphinx.builders. I had to do this to keep my source tree building the docs. --amk
On Wed, Feb 11, 2009 at 6:24 AM, A.M. Kuchling <amk@amk.ca> wrote:
On Tue, Feb 10, 2009 at 09:16:48PM -0800, Neal Norwitz wrote:
I ran 2.6, 3.0, and 3.1 manually. 2.7 should get picked up on the next run. The problem is that regrtest.py -R hangs from time to time which caused the machine to run out of memory. Does anyone else have regrtest.py -R hang for them? Some tests were disabled to try to prevent the problem, but it still happens from time to time.
It's also possible that tools/sphinx needs a manual 'svn update'. A recent change to sphinxext/pyspecific.py imports a new package, sphinx.builders. I had to do this to keep my source tree building the docs.
Ok, I'll take a look later. Misc/build.sh should be doing a "make update" which should fix most problems. There was one problem a while back I had to fix manually though. If you see ways to make Misc/build more robust, feel free to check in changes. The doc section is at the bottom of the file. n
participants (3)
-
A.M. Kuchling
-
Neal Norwitz
-
Raymond Hettinger