* Fabiano Weimar dos Santos <fabiano@x3ng.com.br> writes:
Em Qui 27 Dez 2001 15:56, Robin S. Socha escreveu:
Background: OpenBSD Zope package, OpenBSD 3.0, Apache with fastcgi (didn't work with ZServer alone, either). The Problem: CMF won't budge. [...] Nothing in the logs, though, Zope just silently restarts.
try to upgrade your zope version to 2.5 beta (latest release) and the python 2.1.2 from cvs or 2.2. The cause of the problem could be the GC (garbage collector) bug, that was discussed in zope-dev discussion list, last week.
,----[ zope-error ] | /usr/local/lib/python2.2/config/makesetup -m Makefile.pre -c /usr/local/lib/python2.2/config/config.c.in Setup -n /usr/local/lib/python2.2/config/Setup.config /usr/local/lib/python2.2/config/Setup.local /usr/local/lib/python2.2/config/Setup | make | make: don't know how to make ././src/ZopeSplitter.c. Stop in /home/robin/Compile/Zope/Zope-2.5.0b3-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter. | Traceback (most recent call last): | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/w_pcgi.py", line 39, in ? | if __name__=='__main__': main(sys.argv[0]) | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/w_pcgi.py", line 37, in main | import wo_pcgi; wo_pcgi.main(me) | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/wo_pcgi.py", line 33, in main | import build_extensions | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/inst/build_extensions.py", line 37, in ? | make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ZopeSplitter') | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/inst/do.py", line 63, in make | do('make') | File "/home/robin/Compile/Zope/Zope-2.5.0b3-src/inst/do.py", line 32, in do | if i and picky: raise SystemError, i | SystemError: 512 `----
I'd like to submit a more meaningful problem report - where do I start debugging? Or is this a case for the CMF list? What other information do you need?
CVS compiles but does this: ,---- | [05:50:55]-[Sun Dec 30]-[/usr/local/lib/zope] | [robin@vws1] ./start | /usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl DeprecationWarning) | /usr/local/lib/python2.2/FCNTL.py:7: DeprecationWarning: the FCNTL module is deprecated; please use fcntl DeprecationWarning) `---- *GRRRRRRRRRRRR* Wrong list? Anything else I can do?