Discussion:
Error during source install (Gentoo)
Bastien Cer
2011-10-05 16:44:30 UTC
Permalink
Bastien Cer [http://community.zenoss.org/people/bastichou] created the discussion

"Error during source install (Gentoo)"

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

--------------------------------------------------------------
Hi, sorry for my english.

I tried to install Zenoss with source on a Gentoo.
I followed this tuto : http://en.gentoo-wiki.com/wiki/Zenoss http://en.gentoo-wiki.com/wiki/Zenoss and used installation guide.

But when i lauch./install.sh i can see an error.

installing: zope
gmake: *** [zope-install] Error 2
unable to build zenoss and prerequisites, see zenbuild.log


Here is an extract of my zenbuild.log :

byte-compiling /usr/local/zenoss/lib/python/zope/app/container/tests/placelesssetup.py to placelesssetup.pyc
byte-compiling /usr/local/zenoss/lib/python/zope/app/container/tests/__init__.py to __init__.pyc
byte-compiling /usr/local/zenoss/lib/python/zope/app/container/tests/test_view_permissions.py to test_view_permissions.pyc
running install_egg_info
Copying src/zope.app.container.egg-info to /usr/local/zenoss/lib/python/zope.app.container-3.8.0-py2.6.egg-info
Installing /usr/local/zenoss/lib/python/zope.app.container-3.8.0-py2.6-nspkg.pth
running install_scripts
//usr/local/zenoss/bin/python: can't open file 'setup.py': [Errno 2] No such file or directory


$ : python -V
Python 2.7.1

I hope someone can help me ?
regards,

Thank
--------------------------------------------------------------

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

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]
evilgenius
2012-02-03 17:19:32 UTC
Permalink
evilgenius [http://community.zenoss.org/people/evilgenius] created the discussion

"Re: Error during source install (Gentoo)"

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

--------------------------------------------------------------
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/64220#64220]

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...