I just installed Plone 4.2.3 on Linux (RHEL 5.8) and try to install plone.app.ldap now. Buildout failed everytime I tried with the following messages:
Setting socket time out to 10 seconds Uninstalling precompiler. Uninstalling zopepy. Uninstalling client2. Uninstalling client1. Updating zeoserver. Installing client1. Download error on http://dist.plone.org: timed out -- Some packages may not be found! Download error on http://download.zope.org/ppix/: timed out -- Some packages may not be found! Download error on http://download.zope.org/distribution/: timed out -- Some packages may not be found! Download error on http://effbot.org/downloads: timed out -- Some packages may not be found! Download error on http://dist.plone.org/release/4.3.2: timed out -- Some packages may not be found! Download error on https://pypi.python.org/pypi/: timed out -- Some packages may not be found! Download error on http://download.zope.org/ppix/: timed out -- Some packages may not be found! Download error on http://pypi.python.org/simple/plone.app.ldap/: timed out -- Some packages may not be found! Download error on http://pypi.python.org/simple/plone.app.ldap/: timed out -- Some packages may not be found! Couldn't find index page for 'plone.app.ldap' (maybe misspelled?) Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found! Getting distribution for 'plone.app.ldap==1.3.'. While: Installing client1. Getting distribution for 'plone.app.ldap==1.3.'. Error: Couldn't find a distribution for 'plone.app.ldap==1.3.'. *************** PICKED VERSIONS **************** [versions] *************** /PICKED VERSIONS *************** After this my Plone installation is broken, until I remove plone.app.ldap from buildout.cfg and run buildout again. I checked, if maybe the installation took place, like it was proposed in the other threads I found, but nothing there. I tried to install Products.PloneLDAP, Products.LDAPUserFolder 2.26 or Products.LDAPMultiPlugins 1.14 via buildout and the problem stays the same. I checked the URL in the error message and can see the package, it wants to get. I could download with wget, though found that to manage that, I had to feed it the link of the package (copied it from the page) which was very different from what I had in the error message (Products.PloneLDAP as example) URL (see above): https://pypi.python.org/simple/Products.PloneLDAP/ for wget: wget --no-check-certificate https://pypi.python.org/packages/source/P/Products.PloneLDAP/Products.PloneLDAP-1.2.zip#md5=46caa70e6676e7b4665deb0e20452d97 Our proxy is enabled and wget managed to get through without problems, so it doesn't seem to be the system settings that are in the way. So far I didn't find any solution that fit for my problem on the web as the download servers are obviously up and running. I tried to install Products.PloneLDAP like described under http://plone.org/documentation/kb/add-ons/installing for installing Zope2 products with buildout, but all I get is this: Updating zeoserver. Updating client1. Updating client2. Updating backup. Updating zopepy. Updating unifiedinstaller. Updating precompiler. Compiling Python files. Compiling locale files. Error while compiling /cms/vhosts/desktop-news_test/Plone-4.3.2/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test5.po Error while compiling /cms/vhosts/desktop-news_test/Plone-4.3.2/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test_escape.po Updating setpermissions. setpermissions: Running # Dummy references to force this to execute after referenced parts echo /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/var/backups yes > /dev/null chmod 600 .installed.cfg # Make sure anything we've created in var is r/w by our group find /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/var -type d -exec chmod 770 {} \; 2> /dev/null find /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/var -type f -exec chmod 660 {} \; 2> /dev/null find /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/var -type d -exec chmod 770 {} \; 2> /dev/null find /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/var -type f -exec chmod 660 {} \; 2> /dev/null chmod 754 /cms/vhosts/desktop-news_test/Plone-4.3.2/zeocluster/bin/* *************** PICKED VERSIONS **************** [versions] *************** /PICKED VERSIONS *************** I've spent two days on this now and I'm really getting frustrated. -- View this message in context: http://plone.293351.n2.nabble.com/Addon-installation-with-buildout-fails-with-timed-out-Some-packages-may-not-be-found-tp7568743.html Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com. _______________________________________________ Setup mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-setup
