[Buildbot-devel] buildbot 0.6.6, twisted 2.01, OS X 10.4 : help?
Stephen Davis
stephendavis at mac.com
Mon Jun 13 21:14:04 UTC 2005
On Jun 13, 2005, at 2:05 PM, Brian Warner wrote:
>> I'm trying to update all my bots to 0.6.6 and Twisted 2.0.1 (will bb
>> 0.6.6 still work with 1.3?)
>>
>
> Yup, 0.6.6 works with twisted-1.3.0 . I don't plan to require
> twisted-2.0 for
> a while yet. My as-yet-private metabuildbot insures that the test
> suite passes
> under both 1.3 and 2.0.
Now I wish there was a "setup.py uninstall" command. :-)
>> but Twisted 2.0.1 requires zope.interface
>> and version 3.0.1final fails to build on 10.4 with either gcc 3.3 or
>> gcc 4.0. Has anybody gotten this to work?
>>
>
> I'll ask some of the #twisted folks about this.. there are a lot of
> mac users
> there. I'm sure *somebody*'s gotten z.i to work under Tiger.
Turns out it was an easy fix. In line 73 of the file
_zope_interface_coptimizations.c, you can just change:
extern PyTypeObject SpecType; /* Forward */
to
static PyTypeObject SpecType; /* Forward */
Anyway, I think I'll stick with Twisted 1.3 for now.
stephen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20050613/dd138cf7/attachment.html>
More information about the devel
mailing list