seletz / z3c.recipe.staticlxml

A buildout recipe for building a statically linked lxml library
Other
1 stars 2 forks source link

build errors with python3.2 and buildout 2.0.0a1 #2

Open gregfi opened 12 years ago

gregfi commented 12 years ago

Static build of lxml with python3.2 and buildout 2.0.0a1 on x86_64 linux system fails as detailed below.

An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/eggs/zc.buildout-2.0.0a1-py3.2.egg/zc/buildout/buildout.py", line 1806, in main getattr(buildout, command)(args) File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/eggs/zc.buildout-2.0.0a1-py3.2.egg/zc/buildout/buildout.py", line 589, in install installed_files = self[part]._call(recipe.install) File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/eggs/zc.buildout-2.0.0a1-py3.2.egg/zc/buildout/buildout.py", line 1301, in _call return f() File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/src/z3c/recipe/staticlxml/init.py", line 179, in install self.get_configs( os.path.join(self.xml2_location, "bin"), os.path.join(self.xslt_location, "bin")) File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/src/z3c/recipe/staticlxml/init.py", line 251, in get_configs self.xslt_config = which("xslt-config", xslt_location) File "/home/fischega/src/lxml/p3/z3c.recipe.staticlxml-0.8/src/z3c/recipe/staticlxml/init.py", line 29, in which fullpath = ['.'] + fullpath TypeError: can only concatenate list (not "filter") to list

icemac commented 7 years ago

Python 3.6 has still the same problem.