[Zope3-Users] problems with installation of zope3

gf gyromagnetic at gmail.com
Wed Jul 20 12:22:45 EDT 2005


Thanks for the response. I did google (and searched the list archives)
for previous similar errors, but apparently didn't try the right words
(I found a lot of OSX issues that seemed similar).

In any case, I just reinstalled as an 'ordinary' user, ran 'make
check', and had what look to be similar errors (although there are now
more of them).

-g

[snip: many errors]
======================================================================
ERROR: checkReadMethods (ZEO.tests.testZEO.MappingStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/home/storage/ZopeX3-3.0.0/build/lib.linux-i686-2.3/ZEO/tests/testZEO.py",
line 136, in tearDown
   os.waitpid(pid, 0)
OSError: [Errno 10] No child processes

----------------------------------------------------------------------
Ran 3970 tests in 392.115s

FAILED (errors=24)
make: *** [check] Error 1

On 7/20/05, Tim Peters <tim.peters at gmail.com> wrote:
> [gf <gyromagnetic at gmail.com>]
> ...
> > FAIL: testUmask (zdaemon.tests.testzdrun.ZDaemonTests)
> > ----------------------------------------------------------------------
> > Traceback (most recent call last):
> >  File "/usr2/local/buildirs/zope_plone/ZopeX3-3.0.0/build/lib.linux-i686-2.3/zdaemon/tests/testzdrun.py",
> > line 244, in testUmask
> >    self.assert_(not os.access(path, os.W_OK))
> >  File "/usr/lib/python2.3/unittest.py", line 278, in failUnless
> >    if not expr: raise self.failureException, msg
> > AssertionError
> 
> Each time this one has been reported in the past, turned out the tests
> were being run as root.  Were you running as root?  If so, don't.
>


More information about the Zope3-users mailing list