You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With every unified installer since the 4.3.2 (which is the last one that works out of the box) every version up to the latest (i assume stable) 4.3.15 the install fails when enabling --static-lxml with the following error:
...
Building lxml with static libxml2/libxslt; this requires Internet access,
and takes a while...
lxml build failed.
See log file for details.
install.log
...
Develop: '/usr/local/Plone4.3.4/zeocluster/src/z3c.recipe.staticlxml'
Couldn't find index page for 'zc.recipe.cmmi' (maybe misspelled?)
Getting distribution for 'zc.recipe.cmmi==1.3.5'.
While:
Installing.
Getting section lxml.
Initializing section lxml.
Installing recipe z3c.recipe.staticlxml.
Getting distribution for 'zc.recipe.cmmi==1.3.5'.
Error: Couldn't find a distribution for 'zc.recipe.cmmi==1.3.5'.
to the buildout section of the lxml_static.cfg in the base_skeleton dir of the unified installer.
As the error messages are only helpful when someone knows the interna of all the involved tools, i suggest at least to fix the latest stable of the 4.3 tree.
The text was updated successfully, but these errors were encountered:
I have just checked out the following versions from
With every unified installer since the 4.3.2 (which is the last one that works out of the box) every version up to the latest (i assume stable) 4.3.15 the install fails when enabling --static-lxml with the following error:
install.log
This can be solved (thx 1letter Jan for the solution on https://community.plone.org/t/plone-4-3-15-unifiedinstaller-error-in-building-libxml2-libxslt-system-libraries/5674) by adding
to the buildout section of the lxml_static.cfg in the base_skeleton dir of the unified installer.
As the error messages are only helpful when someone knows the interna of all the involved tools, i suggest at least to fix the latest stable of the 4.3 tree.
The text was updated successfully, but these errors were encountered: