Closed macosforgebot closed 15 years ago
ebach2@… originally submitted this as attachment:PyXML-0.8.4-python2.6.patch:ticket:332
ebach2@… originally submitted this as _attachment:Twisted_ATTR-python2.6.patch:ticket:332_
ebach2@… originally submitted this as _attachment:Twisted_assert-python2.6.patch:ticket:332_
@wsanchez originally submitted this as comment:1:ticket:332
@wsanchez originally submitted this as comment:2:ticket:332
The twisted fixes will have to wait until we update to more recent Twisted code, which is due very soon now. See #325.
ebach2@… originally submitted this as ticket:332
Attached are some patches for fixing errors that occur when building CalendarServer using Python 2.6.2.
These are patches that I either found on the Internet for PyXML or from comparing the code in Twisted that DSC uses with the current version of Twisted. I'm not sure that DSC actually uses the functionality of these patches, but I really dislike errors in the build process.
In particular, the patch in filetransfer.py changes the value of a constant (which was not causing a syntax error), but the value appeared to be wrong (as it seems like it's being used as a bit-field, and the twisted trunk also has it as the updated value).