2.5 won't compile with Python2.2 and OpenBSD 3.0
Greetings. Python 2.2 (#1, Dec 25 2001, 16:48:00) [GCC 2.95.3 20010125 (prerelease)] on openbsd3 ,----[ zope_error ] | make: don't know how to make ././src/ISO_8859_1_Splitter.c. Stop in /opt1/home/robin/Compile/Zope/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter. | Traceback (most recent call last): | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 39, in ? | if __name__=='__main__': main(sys.argv[0]) | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 37, in main | import wo_pcgi; wo_pcgi.main(me) | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/wo_pcgi.py", line 33, in main | import build_extensions | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/build_extensions.py", line 38, in ? | make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter') | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 63, in make | do('make') | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 32, in do | if i and picky: raise SystemError, i | SystemError: 512 | `----
Hi Robin, Zope may not work under Python 2.2 yet (no extensive testing has been done). Use Python 2.1.2. - C Robin S. Socha wrote:
Greetings.
Python 2.2 (#1, Dec 25 2001, 16:48:00) [GCC 2.95.3 20010125 (prerelease)] on openbsd3
,----[ zope_error ] | make: don't know how to make ././src/ISO_8859_1_Splitter.c. Stop in /opt1/home/robin/Compile/Zope/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter. | Traceback (most recent call last): | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 39, in ? | if __name__=='__main__': main(sys.argv[0]) | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/w_pcgi.py", line 37, in main | import wo_pcgi; wo_pcgi.main(me) | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/wo_pcgi.py", line 33, in main | import build_extensions | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/build_extensions.py", line 38, in ? | make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter') | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 63, in make | do('make') | File "/opt1/home/robin/Compile/Zope/Zope-2.5.0-src/inst/do.py", line 32, in do | if i and picky: raise SystemError, i | SystemError: 512 | `----
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris McDonough -
Robin S. Socha