Bonjour.
J'installe diacamma 2.1.16 sur xubuntu 17.10 et il y a à l'exécution de install.sh un problème de compilation lié à libxml
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.6-sXpGnM/python3.6-3.6.3=. -specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/tmp/pip-build-ro8q5vii/lxml/src/lxml/includes -I/usr/include/python3.6m -I/var/lucterios2/virtual_for_lucterios/include/python3.6m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.6/src/lxml/lxml.etree.o -w
In file included from src/lxml/lxml.etree.c:239:0:
/tmp/pip-build-ro8q5vii/lxml/src/lxml/includes/etree_defs.h:14:10: fatal error: libxml/xmlversion.h: Aucun fichier ou dossier de ce type
#include "libxml/xmlversion.h"
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/var/lucterios2/virtual_for_lucterios/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ro8q5vii/lxml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-2iujndi3-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/lucterios2/virtual_for_lucterios/include/site/python3.6/lxml" failed with error code 1 in /tmp/pip-build-ro8q5vii/lxml/
Le problème a été résolu en faisant :
sudo apt-get install libxslt1-dev
Le script ne semble donc pas à priori vérifier une dépendance requise.
En espérant avoir pu être utile.
Cordialement.