[Zope3-Users] Zope 3.2.1 "make check" issues...

Felipe Barousse Boue fbarousse at piensa.com
Tue Sep 19 15:31:33 EDT 2006


Hello:
I'd appreciate your comments on the issue shown below which happens on
Fedora Core 5, stock python 2.4.3 (with python-devel 2.4.3 installed)
and Zope 3.2.1.

[zserver at cluster Zope-3.2.1]$ ./configure --prefix /usr/local/Zope-3.2.1
--force --with-python /usr/bin/python2.4

Configuring Zope installation

Using Python interpreter at /usr/bin/python2.4

[zserver at cluster Zope-3.2.1]$ make
/usr/bin/python2.4 install.py -q build
[zserver at cluster Zope-3.2.1]$ make check
/usr/bin/python2.4 install.py -q build
/usr/bin/python2.4 test.py -v
Running tests at all levels
Running unit tests:
  Running:
    ..................................................
***many dotted lines removed***
    ..................................................
  Ran 8045 tests with 0 failures and 0 errors in 574.133 seconds.
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1332, in shutdown
    h.flush()
  File "/usr/lib/python2.4/logging/__init__.py", line 718, in flush
    self.stream.flush()
ValueError: I/O operation on closed file
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.4/logging/__init__.py", line 1332, in shutdown
    h.flush()
  File "/usr/lib/python2.4/logging/__init__.py", line 718, in flush
    self.stream.flush()
ValueError: I/O operation on closed file

This is run as a NON root user. 
As you can see above, all tests are passed sucessfully (that's what it
seems, at least). 
Installation instructions on
http://www.zope.org/Products/Zope3/3.2.1/README.txt clearly state that
"Zope 3 requires that Python 2.4.2 or newer be installed." (we have
python 2.4.3).
Have tried the same procedure on several FC5+Python 2.4.3+Zope 3.2.1
with exactly same results everytime.

I am missing something ?  Thanks in advance for your assistance,
comments, enlightenment....

I am willing to, if required, update the installation docs, once we get
this resolved, including fixing the requirements or dependencies notes
of Zope 3, if any.

Thanks.

Felipe



More information about the Zope3-users mailing list