[Python-Dev] Python unit tests failing on Pybots farm (original) (raw)

Grig Gheorghiu grig.gheorghiu at gmail.com
Fri Oct 20 20:16:49 CEST 2006


On 10/20/06, "Martin v. Löwis" <martin at v.loewis.de> 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



More information about the Python-Dev mailing list