On 15-09-07 05:19 AM, Matthias Klose wrote: > Package: src:lttnganalyses > Version: 0.3.0-1 > Severity: serious > Tags: sid stretch > > [...] > fakeroot debian/rules binary > dh binary --with python3 --buildsystem=pybuild > dh_testroot -O--buildsystem=pybuild > dh_prep -O--buildsystem=pybuild > dh_auto_install -O--buildsystem=pybuild > I: pybuild base:170: /usr/bin/python3.5 setup.py install --root > /«PKGBUILDDIR»/debian/python3-lttnganalyses > lttnganalysescli needs the babeltrace package. > See https://www.efficios.com/babeltrace for more info. > > E: pybuild pybuild:256: install: plugin distutils failed with: exit code=1: > /usr/bin/python3.5 setup.py install --root > /«PKGBUILDDIR»/debian/python3-lttnganalyses > dh_auto_install: pybuild --install -i python{version} -p 3.5 3.4 --dir . > --dest-dir /«PKGBUILDDIR»/debian/python3-lttnganalyses returned exit code 13 > make: *** [binary] Error 13 > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status > 2 > debian/rules:7: recipe for target 'binary' failed >
This seems to be related to the transition to python 3.5, lttnganalyses depends on python3-babeltrace which contains a native extension that wasn't built against python 3.5. I'm not sure what's the proper way to fix this. Michael