[Zope3-dev] Trouble with X3.0b2 on Mac OS X

Jim Roepcke jim at roepcke.com
Fri Jul 30 03:11:53 EDT 2004


I had a test failure doing "make check" on Zope X3.0.0b2 on Mac OS X  
10.3.4.

I first built Python 2.3.4, and then configure'd and make'd Zope  
X3.0.0.b2 with that Python...

Here's the result:

> [GigaBook:Zope3/src/ZopeX3-3.0.0b2] jim% make check
> /Applications/Zope3/Python/bin/python install.py -q build
> /Applications/Zope3/Python/bin/python test.py -v
> Running UNIT tests at level 1
> Running UNIT tests from  
> /Applications/Zope3/src/ZopeX3-3.0.0b2/build/lib.darwin-7.4.0- 
> Power_Macintosh-2.3
> ......[[[lots of dots omitted]]]......
>
> Failure in test testRunIgnoresParentSignals  
> (zdaemon.tests.testzdrun.ZDaemonTests)
> Traceback (most recent call last):
>   File  
> "/Applications/Zope3/src/ZopeX3-3.0.0b2/build/lib.darwin-7.4.0- 
> Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 227, in  
> testRunIgnoresParentSignals
>     self.assert_(len(params) > 1, repr(response))
>   File "/Applications/Zope3/Python/lib/python2.3/unittest.py", line  
> 278, in failUnless
>     if not expr: raise self.failureException, msg
> AssertionError: ''
>
> ......[[[lots of dots omitted]]]......
> ======================================================================
> FAIL: testRunIgnoresParentSignals  
> (zdaemon.tests.testzdrun.ZDaemonTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File  
> "/Applications/Zope3/src/ZopeX3-3.0.0b2/build/lib.darwin-7.4.0- 
> Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 227, in  
> testRunIgnoresParentSignals
>     self.assert_(len(params) > 1, repr(response))
>   File "/Applications/Zope3/Python/lib/python2.3/unittest.py", line  
> 278, in failUnless
>     if not expr: raise self.failureException, msg
> AssertionError: ''
>
> ----------------------------------------------------------------------
> Ran 3961 tests in 1120.660s
>
> FAILED (failures=1)

I remember zdctl.py had problems on OS X in Zope 2.7 because the P_WAIT  
and P_NOWAIT flags were reversed.  I looked at zdctl.py from X3 and my  
patch 2.7 version that had them right, and they look the same.  It's  
gotta be more than coincidence that the only failure was related to the  
same problem that 2.7 had on OS X.

Can someone please take this for a spin on OS X and let me know if they  
have the same problem?

Thanks!

FYI: my configure commands for Python and Zope:

[GigaBook:Zope3/src/Python-2.3.4] jim% ./configure  
--prefix=/Applications/Zope3/Python

[GigaBook:Zope3/src/ZopeX3-3.0.0b2] jim% ./configure  
--prefix=/Applications/Zope3/Zope  
--with-python=/Applications/Zope3/Python/bin/python

Jim



More information about the Zope3-dev mailing list