Skip to content

Instantly share code, notes, and snippets.

@henriquechehad
Created October 28, 2015 14:18
Show Gist options
  • Save henriquechehad/caf816e419674080ed4c to your computer and use it in GitHub Desktop.
Save henriquechehad/caf816e419674080ed4c to your computer and use it in GitHub Desktop.
root@2617d85a67ae:/usr/local/Plone/zeocluster# sudo -u plone_buildout bin/buildout
Updating zeoserver.
Updating client1.
Updating client2.
Updating backup.
Updating zopepy.
Updating unifiedinstaller.
Updating precompiler.
Compiling Python files.
Compiling locale files.
Error while compiling /usr/local/Plone/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test_escape.po
Error while compiling /usr/local/Plone/buildout-cache/eggs/python_gettext-1.2-py2.7.egg/pythongettext/tests/test5.po
Updating setpermissions.
setpermissions: Running # Dummy references to force this to execute after referenced parts
echo /usr/local/Plone/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 /usr/local/Plone/zeocluster/var -type d -exec chmod 770 {} \; 2> /dev/null
find /usr/local/Plone/zeocluster/var -type f -exec chmod 660 {} \; 2> /dev/null
# but not the egg cache
chmod -R g-w /usr/local/Plone/zeocluster/var/.python-eggs
find /usr/local/Plone/zeocluster/var -type d -exec chmod 770 {} \; 2> /dev/null
find /usr/local/Plone/zeocluster/var -type f -exec chmod 660 {} \; 2> /dev/null
chmod 754 /usr/local/Plone/zeocluster/bin/*
chmod: cannot access '/usr/local/Plone/zeocluster/var/.python-eggs': No such file or directory
Versions had to be automatically picked.
The following part definition lists the versions picked:
[versions]
CairoSVG = 1.0.18
Products.ATExtensions = 1.1
Werkzeug = 0.10.4
bika.lims = 3.1.9
cairocffi = 0.7.2
cffi = 1.3.0
cssselect = 0.9.1
plone.recipe.precompiler = 0.6
# Required by:
# bika.lims==3.1.9
Products.AdvancedQuery = 3.0.4
# Required by:
# bika.lims==3.1.9
Products.DataGridField = 1.9.4
# Required by:
# WeasyPrint==0.19.2
Pyphen = 0.9.2
# Required by:
# bika.lims==3.1.9
collective.progressbar = 0.5
# Required by:
# bika.lims==3.1.9
collective.wtf = 1.0b9
# Required by:
# bika.lims==3.1.9
gpw = 0.2
# Required by:
# bika.lims==3.1.9
magnitude = 0.9.4
# Required by:
# bika.lims==3.1.9
plone.api = 1.4.8
# Required by:
# bika.lims==3.1.9
plone.jsonapi.core = 0.5
# Required by:
# cffi==1.3.0
pycparser = 2.14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment