Bug#954215: pybuild: Should do better than a traceback if cmake is not found

2022-08-14 Thread Stefano Rivera
Hi Scott (2020.03.18_19:26:56_+0200) > D: pybuild __init__:36: cannot initialize 'cmake' plugin > Traceback (most recent call last): > File "/usr/share/dh-python/dhpython/build/__init__.py", line 32, in > module.BuildSystem.is_usable() > File "/usr/share/dh-python/dhpython/build/base.py",

Bug#954215: pybuild: Should do better than a traceback if cmake is not found

2021-10-14 Thread Andreas Beckmann
On Wed, 18 Mar 2020 13:26:56 -0400 Scott Kitterman wrote: Pybuild should catch the error and if needed print something useful. I don't know that this needs anything though. If a package uses cmake and it's not there, it'll eventually blow up the build anyway. I don't thnk pybuild needs to cal

Bug#954215: pybuild: Should do better than a traceback if cmake is not found

2020-03-18 Thread Scott Kitterman
Package: dh-python Version: 4.20200315 Severity: normal I was building a package locally and noticed this in the build log: D: pybuild __init__:36: cannot initialize 'cmake' plugin Traceback (most recent call last): File "/usr/share/dh-python/dhpython/build/__init__.py", line 32, in module