Re: [Zope] Strange errors while 'make'ing

2006-03-22 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Mar 2006, at 02:16, a blob of green gelatin wrote: slimemold[62]:/home/jello/zope/bin% ./zopectl start Traceback (most recent call last): File /usr/local/bin/zope/lib/python/Zope2/Startup/zopectl.py, line 316, in ? main() File

Re: [Zope] Strange errors while 'make'ing

2006-03-22 Thread a blob of green gelatin
On Tue, 21 Mar 2006, David wrote: undefined symbol: PyUnicodeUCS2_AsEncodedString Blob, FWIW, Maybe PyUnicodeUCS2_AsEncodedString is the culprit?. Found this via google (http://www.egenix.com/files/python/mxODBC-Zope-DA.html): *Python Unicode versions:* If you get errors mentioning

Re: [Zope] Strange errors while 'make'ing

2006-03-22 Thread a blob of green gelatin
On Wed, 22 Mar 2006, Jens Vagelpohl wrote: slimemold[62]:/home/jello/zope/bin% ./zopectl start Traceback (most recent call last): File /usr/local/bin/zope/lib/python/Zope2/Startup/zopectl.py, line 316, in ? main() File /usr/local/bin/zope/lib/python/Zope2/Startup/zopectl.py, line 274,

Re: [Zope] Strange errors while 'make'ing

2006-03-22 Thread a blob of green gelatin
On Wed, 22 Mar 2006, a blob of green gelatin wrote: Maybe PyUnicodeUCS2_AsEncodedString is the culprit?. RedHat 9 and SuSE 9 and later ship with UCS4 builds of Python and Zope, so please download the UCS4 versions of the product. To find out which Python Unicode you have, please run the

Re: [Zope] Strange errors while 'make'ing

2006-03-21 Thread a blob of green gelatin
On Tue, 21 Mar 2006, Chris McDonough wrote: These are warnings coming from GCC (as opposed to errors, which would prevent compilation from finishing). GCC 4.X emits these pointer signedness warnings whereas earlier GCC versions did not. This issue has been fixed on the Zope trunk, I believe

Re: [Zope] Strange errors while 'make'ing

2006-03-21 Thread David
a blob of green gelatin wrote: On Tue, 21 Mar 2006, Chris McDonough wrote: These are warnings coming from GCC (as opposed to errors, which would prevent compilation from finishing). GCC 4.X emits these pointer signedness warnings whereas earlier GCC versions did not. This

Re: [Zope] Strange errors while 'make'ing

2006-03-20 Thread Chris McDonough
These are warnings coming from GCC (as opposed to errors, which would prevent compilation from finishing). GCC 4.X emits these pointer signedness warnings whereas earlier GCC versions did not. This issue has been fixed on the Zope trunk, I believe (the codebase which will become Zope