On 10/20/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Grig Gheorghiu schrieb: > >> > Maybe the makefiles should be modified so that a full rebuild is > >> > triggered when the configure and configure.in files are changed? > >> > >> The makefiles already do that: if configure changes, a plain > >> "make" will first re-run configure. > > > > Well, that didn't trigger a full rebuild on the Pybots buildslaves though. > > Can you provide more details? Did it not run configure again, or > did that not cause a rebuild? > > There is an issue with setup.py/distutils not doing the rebuilding > properly if header files change; contributions to fix this are welcome > (quick-hacked work-arounds are not). >
Here are the steps that led to the unit test failures, after your checkin of configure and configure.in. svn update: http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/55/step-svn/0 configure: http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/55/step-configure/0 compile: http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/55/step-compile/0 test: http://www.python.org/dev/buildbot/community/all/x86%20Ubuntu%20Breezy%20trunk/builds/55/step-test/0 HTH, Grig _______________________________________________ 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/archive%40mail-archive.com