Source: twms Version: 0.06y-1 Severity: serious Tags: ftbfs >From my pbuilder build log:
... fakeroot debian/rules clean dh clean --with=python3 --with=systemd --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild I: pybuild base:217: python3.7 setup.py clean running clean removing '/build/twms-0.06y/.pybuild/cpython3_3.7/build' (and everything under it) /usr/lib/python3/dist-packages/setuptools/dist.py:407: UserWarning: The version specified ('0.06y') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. "details." % self.metadata.version 'build/bdist.linux-amd64' does not exist -- can't clean it 'build/scripts-3.7' does not exist -- can't clean it I: pybuild base:217: python3.6 setup.py clean Traceback (most recent call last): File "setup.py", line 48, in <module> long_description = read('README.md'), File "setup.py", line 14, in read return open(os.path.join(os.path.dirname(__file__), fname)).read() File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 86: ordinal not in range(128) E: pybuild pybuild:338: clean: plugin distutils failed with: exit code=1: python3.6 setup.py clean dh_auto_clean: pybuild --clean -i python{version} -p "3.7 3.6" returned exit code 13 make: *** [debian/rules:3: clean] Error 25 dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned exit status 2 (Also reproducible in the reproducible-builds.org log.) -- Daniel Schepler