Hi,
I just tried to update my sandbox and used latest=true in buildout.
Here is what I got. seems like a zcml conflict between two of the eggs.

What can I can do about it other than rolling back?
Perhaps I could add a layer value for z3c.authenticator?
Thanks!
Hass

---------------------------------------
File 
"/home/hassan/buildout-eggs/zope.configuration-3.6.0-py2.4.egg/zope/configuration/config.py",
 
line 1506, in resolveConflicts
    raise ConfigurationConflictError(conflicts)
zope.configuration.config.ConfigurationConflictError: Conflicting 
configuration actions
  For: ('view', None, u'logout.html', <InterfaceClass 
zope.publisher.interfaces.browser.IBrowserRequest>, <InterfaceClass 
zope.publisher.interfaces.browser.IDefaultBrowserLayer>)
    File 
"/home/user/buildout-eggs/z3c.authenticator-0.7.1-py2.4.egg/z3c/authenticator/browser/login.zcml",
 
line 21.2-26.8
        <page
            name="logout.html"
            for="*"
            class=".login.SiteLogout"
            permission="zope.Public"
            />
    File 
"/home/user/buildout-eggs/zope.app.security-3.7.2-py2.4.egg/zope/app/security/browser/configure.zcml",
 
line 31.2-38.8
        <browser:page
            name="logout.html"
            for="*"
            class=".auth.HTTPAuthenticationLogout"
            attribute="logout"
            permission="zope.Public"
            allowed_interface="zope.app.publisher.interfaces.http.ILogout"
            />

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
https://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to