Zope-2.5.0-src + python2.1.2 + OpenBSD 3.0 don't work
It's me again, the power-luser from http://lists.zope.org/pipermail/zope/2002-January/107872.html So I followed Chris McDonough's advice and installed 2.1, and then 2.1.2. Still no luck: Python 2.1.2 + Zope fresh from sources. The same two tarballs build and run on FreeBSD 4.5. ,----[ zope-error ] | make: don't know how to make ././src/ISO_8859_1_Splitter.c. Stop in /usr/local/src/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter. | Traceback (most recent call last): | File "/usr/local/src/Zope-2.5.0-src/w_pcgi.py", line 39, in ? | if __name__=='__main__': main(sys.argv[0]) | File "/usr/local/src/Zope-2.5.0-src/w_pcgi.py", line 37, in main | import wo_pcgi; wo_pcgi.main(me) | File "/usr/local/src/Zope-2.5.0-src/wo_pcgi.py", line 33, in main | import build_extensions | File "/usr/local/src/Zope-2.5.0-src/inst/build_extensions.py", line 38, in ? | make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter') | File "/usr/local/src/Zope-2.5.0-src/inst/do.py", line 63, in make | do('make') | File "/usr/local/src/Zope-2.5.0-src/inst/do.py", line 32, in do | if i and picky: raise SystemError, i | SystemError: 512 | `----
this sounds like the errors you get on systems with a broken "tar" utility where the tarballs get botched during expansion (solaris, mac os x). the workaround is to use the gnu version of tar instead. jens On Friday, February 15, 2002, at 03:58 , Robin S. Socha wrote:
It's me again, the power-luser from http://lists.zope.org/pipermail/zope/2002-January/107872.html
So I followed Chris McDonough's advice and installed 2.1, and then 2.1.2. Still no luck:
Python 2.1.2 + Zope fresh from sources. The same two tarballs build and run on FreeBSD 4.5.
,----[ zope-error ] | make: don't know how to make ././src/ISO_8859_1_Splitter.c. Stop in /usr/local/src/Zope-2.5.0-src/lib/python/Products/PluginIndexes/TextIndex/ Splitter/ISO_8859_1_Splitter. | Traceback (most recent call last): | File "/usr/local/src/Zope-2.5.0-src/w_pcgi.py", line 39, in ? | if __name__=='__main__': main(sys.argv[0]) | File "/usr/local/src/Zope-2.5.0-src/w_pcgi.py", line 37, in main | import wo_pcgi; wo_pcgi.main(me) | File "/usr/local/src/Zope-2.5.0-src/wo_pcgi.py", line 33, in main | import build_extensions | File "/usr/local/src/Zope-2.5.0-src/inst/build_extensions.py", line 38, in ? | make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter' ) | File "/usr/local/src/Zope-2.5.0-src/inst/do.py", line 63, in make | do('make') | File "/usr/local/src/Zope-2.5.0-src/inst/do.py", line 32, in do | if i and picky: raise SystemError, i | SystemError: 512 | `----
At 3:58 PM -0500 2/15/02, Robin S. Socha wrote:
So I followed Chris McDonough's advice and installed 2.1, and then 2.1.2. Still no luck:
Did you actually get rid of 2.2? Things may be confused for some reason. Instead of using: python w_pcgi.py to build Zope, try: python2.1 w_pcgi.py
Python 2.1.2 + Zope fresh from sources. The same two tarballs build and run on FreeBSD 4.5.
That would be expected if the FreeBSD installation has never had 2.2 on it while there is some residual confusion from the earlier install on OpenBSD. If it comes down to it, you can look at the Makefile in Zope/lib/python and see where it thinks python is located, etc. Good luck. Richard Gordon -------------------- Gordon Design Web Design/Database Development http://www.richardgordon.net
* Anonymous Coward <richard@richardgordon.net> writes:
At 3:58 PM -0500 2/15/02, Robin S. Socha wrote:
So I followed Chris McDonough's advice and installed 2.1, and then 2.1.2. Still no luck:
Did you actually get rid of 2.2? Things may be confused for some reason. Instead of using: python w_pcgi.py to build Zope, try: python2.1 w_pcgi.py
Well, I'm rather dense at times, but I've got my system under control. Yes, it was of course 2.1.2.
Python 2.1.2 + Zope fresh from sources. The same two tarballs build and run on FreeBSD 4.5.
That would be expected if the FreeBSD installation has never had 2.2 on it while there is some residual confusion from the earlier install on OpenBSD.
As it turned out, it was indeed BSD tar vs GNU tar. Using gtar instead "fixed" the problem. Now I have to find out why ZPhotoAlbum does not appear in "Select type to add..." thingy. Happy happy joy joy... Thanks! --
participants (4)
-
Jens Vagelpohl -
Richard -
Robin S. Socha -
Robin S. Socha