Re: [Zope3-Users] problems with installation of zope3

2005-07-21 Thread gf
On 7/20/05, Tim Cook [EMAIL PROTECTED] wrote:
 
 Is this relevant?
 http://www.zope.org/Collectors/Zope/1334

I had checked this out before. The version of Zope I am using has the
fix in it already.

 
 again, this may or may not lead you to a hint:
 http://zopewiki.org/HowToRunZopeUnitTests/src
 

Thanks. I've started reading that reference.

 If you google the OSError: [Errno 10] No child processes you'll find
 more references to Python 2.3.4 and that error...
 

I've done that, but didn't learn much. Many of the references I had
seen point to fixes for this around version 2.7.4.

 But, my suggestion is to install Python 2.3.5 and Zope 3.1.0b  unless
 you have some burning reason to install the experimental version.
 

Thanks for the suggestion. I may give that a try, but would rather
stick with the stable version of Zope.

-g
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] problems with installation of zope3

2005-07-20 Thread Tim Cook
On Wed, 2005-07-20 at 09:09 -0600, gf wrote:
 Hi,
 I just downloaded zope3 ( ZopeX3-3.0.0.tar.gz) and issued the
 'configure', and 'make' commands. When I try a 'make check', I get
 multiple errors (see bottom of message).
 I am including below the output from what I think are relevant commands.
 
 I'd appreciate any help you can provide in diagnosing these errors.

Is this relevant? 
http://www.zope.org/Collectors/Zope/1334

again, this may or may not lead you to a hint:
http://zopewiki.org/HowToRunZopeUnitTests/src

If you google the OSError: [Errno 10] No child processes you'll find
more references to Python 2.3.4 and that error...

But, my suggestion is to install Python 2.3.5 and Zope 3.1.0b  unless
you have some burning reason to install the experimental version.

Cheers,

-- 
Tim Cook, Consultant
CHASE Health Informatics, Inc.
GPG Key is on key servers everywhere.


signature.asc
Description: This is a digitally signed message part
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] problems with installation of zope3

2005-07-20 Thread Tim Peters
[gf [EMAIL PROTECTED]]
...
 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.
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] problems with installation of zope3

2005-07-20 Thread gf
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 [EMAIL PROTECTED] wrote:
 [gf [EMAIL PROTECTED]]
 ...
  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.

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] problems with installation of zope3

2005-07-20 Thread Tim Peters
[gf [EMAIL PROTECTED]]
 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).

If it wasn't clear, I was talking specifically (and only) about the
one test I quoted:

 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

If that failure in testUmask went away, then you accomplished all I
hoped to accomplish by not running as root.
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users