[Zope3-dev] Build problem

Dmitry Vasiliev lists at hlabs.spb.ru
Fri Sep 2 06:58:52 EDT 2005


Dmitry Vasiliev wrote:
> 
> There is a problem to build extensions for the Zope3 trunk (and I guess 
> for ZODB trunk as well) - all extension module names is lowercased now. 
> For example:
> 
> gcc -pthread -shared 
> build/temp.linux-i686-2.4/src/persistent/TimeStamp.o -o 
> src/persistent/timestamp.so
> 
> I guess the problem that the SETUP.cfg's '<extension>' section name 
> always lowercased before processing.

Ugh, the problem is in new setup.py at line 24:

site.addsitedir(buildsupport)

'src' directory now appended at the end of the sys.path and old version of 
ZConfig had been imported by zpgsetup.

The fix commited at revision 38239.

-- 
Dmitry Vasiliev (dima at hlabs.spb.ru)
     http://hlabs.spb.ru


More information about the Zope3-dev mailing list