Getting Zope 2.7 trunk working
I'm trying to do work off of the 2.7 trunk in svn. After doing: svn svn://svn.zope.org/repos/main/Zope/trunk zope ./configure make make instance when I run bin/zopectl debug I get the following, what am I doing wrong? No handlers could be found for logger "Init" Starting debugger (the name "app" is bound to the top-level Zope object) 2004-05-17 11:33:09 WARNING Init Ambiguous name for method of OFS.Uninstalled.BrokenClass: 'manage' != 'manage_main' 2004-05-17 11:33:09 WARNING Init Ambiguous name for method of OFS.Uninstalled.BrokenClass: 'manage' != 'manage_workspace' 2004-05-17 11:33:10 ERROR Zope.ZODBMountPoint Failed to mount database. exceptions.AttributeError ('Connection' object has no attribute '_getMountedConnection') Traceback (most recent call last): File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/Mount.py", line 93, in _getOrOpenObject conn = self._getMountedConnection(anyjar) File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/Mount.py", line 71, in _getMountedConnection conn = anyjar._getMountedConnection(db_name) AttributeError: 'Connection' object has no attribute '_getMountedConnection' 2004-05-17 11:33:10 ERROR Zope Default Object Creation Could not add a /temp_folder mount point due to an error. Traceback (most recent call last): File "/home/edahl/src/zope/lib/python/OFS/Application.py", line 358, in install_tempfolder_and_sdc manage_addMounts(app, ('/temp_folder',)) File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/ MountedObject.py", line 283, in manage_addMounts mo._test(app) File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/Mount.py", line 126, in _test self._getOrOpenObject(parent) File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/Mount.py", line 93, in _getOrOpenObject conn = self._getMountedConnection(anyjar) File "/home/edahl/src/zope/lib/python/Products/ZODBMountPoint/Mount.py", line 71, in _getMountedConnection conn = anyjar._getMountedConnection(db_name) AttributeError: 'Connection' object has no attribute '_getMountedConnection'
Erik A.Dahl wrote:
I'm trying to do work off of the 2.7 trunk in svn. After doing:
Just for clarity: the Subversion repository has the "head" branch of Zope, which will be branched to create the 2.8 release branch. The 2.7 release branch remains in CVS: $ cvs -d :ext:cvs.zope.org:/cvs-repository \ co -r Zope-2_7-branch -d Zope-2.7-branch Zope The 2.7 branch head works fine for me. Tres. -- =============================================================== Tres Seaver tseaver@zope.com Zope Corporation "Zope Dealers" http://www.zope.com
participants (2)
-
Erik A.Dahl -
Tres Seaver