Your message dated Sat, 27 Oct 2018 20:07:29 +0300
with message-id <20181027170729.GU24921@localhost>
and subject line Fixed in the version in NEW
has caused the Debian Bug report #912053,
regarding twms: FTBFS: UnicodeDecodeError
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
912053: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912053
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.06y-2
* Temporarily work around the encoding issue by forcefully setting
LC_ALL to C.UTF-8.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---