[Twisted-Python] Re: [Twisted-commits] Somehow the waker still messes up cfreactor, never installing waker for now
While we're at it - warner, could we have the mac os x reactor also run tests with cfreactor?
My tests failed: 24:buildbot@quartz% python2.2 bin/trial -to -r cf twisted.test ... File "/Users/buildbot/Buildbot/slave/OSX-full2.2/Twisted/twisted/internet/cfreactor.py", line 42, in ? import cfsupport as cf ImportError: Failure linking new module It might be related to the following warning during the compilation phase: gcc -arch ppc -bundle -flat_namespace -undefined suppress build/temp.darwin-6.8-Power Macintosh-2.2/cfsupport.o -o twisted/internet/cfsupport.so -framework CoreFoundation -framework CoreServices -framework Carbon ld: warning dynamic shared library: /usr/lib/libSystem.dylib not made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1 It doesn't hang, so I'm going to turn on the test anyway (it will just fail all the time). I don't know a lot about OS-X linker magic.. somebody else will have to figure out the problem here. -Brian
On Nov 12, 2003, at 3:45 AM, Brian Warner wrote:
While we're at it - warner, could we have the mac os x reactor also run tests with cfreactor?
My tests failed:
24:buildbot@quartz% python2.2 bin/trial -to -r cf twisted.test ... File "/Users/buildbot/Buildbot/slave/OSX-full2.2/Twisted/twisted/internet/ cfreactor.py", line 42, in ? import cfsupport as cf ImportError: Failure linking new module
It might be related to the following warning during the compilation phase:
gcc -arch ppc -bundle -flat_namespace -undefined suppress build/temp.darwin-6.8-Power Macintosh-2.2/cfsupport.o -o twisted/internet/cfsupport.so -framework CoreFoundation -framework CoreServices -framework Carbon ld: warning dynamic shared library: /usr/lib/libSystem.dylib not made a weak library in output with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
It doesn't hang, so I'm going to turn on the test anyway (it will just fail all the time). I don't know a lot about OS-X linker magic.. somebody else will have to figure out the problem here.
I will not EVER support that version of Python 2.2. You'll need to use python2.3 ( http://homepages.cwi.nl/~jack/macpython/index.html ) or upgrade the machine to OS X 10.3. If it works under that version of python, it's purely by chance. -bob
On Wed, 12 Nov 2003 09:58:32 -0500 Bob Ippolito <bob@redivi.com> wrote:
I will not EVER support that version of Python 2.2. You'll need to use python2.3 ( http://homepages.cwi.nl/~jack/macpython/index.html ) or upgrade the machine to OS X 10.3. If it works under that version of python, it's purely by chance.
And we do want a 2.2.0 buildbot going, since that's useful, and lets us test OS X 10.2's python. Run another buildbot I guess? -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python & Twisted consulting
participants (3)
-
Bob Ippolito -
Brian Warner -
Itamar Shtull-Trauring