Opened 19 years ago
Closed 19 years ago
#3814 closed defect (fixed)
zope 2.7.3 doesn't start
Reported by: | r_welz@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mwdiers@… | |
Port: |
Description
I cannot start zope nor does it autostart. zopectl start gives a lot of errors: Gutenberg:/Users/welz root# zopectl sem_init: Function not implemented sem_wait: Bad file descriptor sem_post: Bad file descriptor sem_wait: Bad file descriptor sem_post: Bad file descriptor
and ...
sem_init: Function not implemented sem_init: Function not implemented sem_post: Bad file descriptor Traceback (most recent call last):
File "/opt/local/libexec/Zope/lib/python/Zope/Startup/zopectl.py", line 43, in ?
import Zope.Startup
File "/opt/local/libexec/Zope/lib/python/Zope/Startup/init.py", line 60, in ?
File "/opt/local/libexec/Zope/lib/python/Zope/Startup/init.py", line 22, in ?
import ZConfig
File "/opt/local/libexec/Zope/lib/python/Zope/Startup/init.py", line 18, in ?
import sys
File "/opt/local/var/db/dports/build/
file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_www_zope/work/ destroot/opt/local/libexec/Zope/lib/python/ZConfig/loader.py", line 19, in ?
File "/opt/local/lib/python2.3/urllib2.py", line 93, in ?
import httplib
File "/opt/local/lib/python2.3/httplib.py", line 70, in ?
import mimetools
File "/opt/local/lib/python2.3/mimetools.py", line 6, in ?
import tempfile
File "/opt/local/lib/python2.3/tempfile.py", line 85, in ?
_once_lock = _allocate_lock()
thread.error: can't allocate lock
Change History (4)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to rshaw@… |
---|---|
severity: | blocker → normal |
comment:2 Changed 19 years ago by mwdiers@…
Cc: | mwdiers@… added |
---|
This is a Python 2.3 problem, not a zope problem.
To test, type: python2.3 on the command line. You should see the same errors.
I could not find a solution. Straight ./configure, make, make install has the same problem.
comment:3 Changed 19 years ago by rshaw@…
Owner: | changed from rshaw@… to darwinports-bugs@… |
---|
No longer maintaining these ports.
comment:4 Changed 19 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This should be fixed with the latest python23; Robert, be sure to update your python23 install, then redo zope. Note also that zope was upgraded as well...
assigning to maintainer