Issue1677687

classification
Title: Fix the 2.3 build
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, kzuberi, pjenvey
Priority: normal Keywords: patch

Created on 2007-03-10.00:26:50 by pjenvey, last changed 2007-03-11.23:46:25 by cgroves.

Files
File name Uploaded Description Edit Remove
2.3fix_build.diff pjenvey, 2007-03-10.00:26:50 r3140 fixes 2.3 branch compile
Messages
msg2677 (view) Author: Philip Jenvey (pjenvey) Date: 2007-03-10.00:26:50
2.3 has a couple issues preventing compile, after a few recent merges from trunk. This patch applied against r3140 will fix the compile errors:

o Merge the original slots gderived-defs change (r2974) from trunk. A followup fix to derived slots definitions was merged from trunk, but this was forgotten
o reran gderived.py and gexpose.py, with the random module temporarily uncommented out of the mappings file (touches PyBooleanDerived, PyRandom and PyRandomDerived)
o fixed the PyRandom imports broken as of r3139
msg2678 (view) Author: Khalid Zuberi (kzuberi) Date: 2007-03-10.03:27:20
Thanks! That fixed my 2.3 build. Applied in r3141. Lets see if that cheers the buildslaves up a bit.

- kz
msg2679 (view) Author: Charlie Groves (cgroves) Date: 2007-03-11.23:46:25
whoops, sorry about that.  That's what I get for merging from starbucks as my battery was running out.
History
Date User Action Args
2007-03-10 00:26:50pjenveycreate