Discussion:
Zenoss 3.1 on openSUSE 11.4
evilgenius
2012-02-03 17:20:14 UTC
Permalink
evilgenius [http://community.zenoss.org/people/evilgenius] created the discussion

"Re: Zenoss 3.1 on openSUSE 11.4"

To view the discussion, visit: http://community.zenoss.org/message/64221#64221

--------------------------------------------------------------
The following patch fixed it for me, because the path for Zope2 has been incorrectly detected to be same as for Zope2deps:

--- GNUmakefile.1       2012-02-03 21:11:59.065274996 +0400
+++ GNUmakefile 2012-02-02 23:37:24.077891776 +0400
@@ -149,7 +149,7 @@
MYSQLPYTHON=   $(call ROOT, MySQL-python)
PYOPENSSL=     $(call ROOT, pyOpenSSL)
EPYDOC=        $(call ROOT, epydoc)
-ZOPE=          $(call ROOT, Zope2)
+ZOPE=          $(call ROOT, Zope2-)
ZOPEDEPS=      $(call ROOT, Zope2deps)
PYCRYPTO=      $(call ROOT, pycrypto)
COVERAGE=      $(call ROOT, coverage)
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/64221#64221]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...