control: reassign -1 libpython3.5-minimal 3.5.3-1+deb9u1
@doko: reassigning, only affects stretch, but might be rc. See below.
Hi Olivier
thanks for your feedback!
> trying to rebuild khronos-api (version from backport) with pbuilder on a
> Debian Stretch, it fails with:
I just successfully rebuilt khronos-api_4.6+git20180514-1~bpo9+1 with
gbp in a clean stretch (+backports) environment.
But the same fails if I add the letter "Ă" to d/changelog. I assume you
have some unicode/non-ascii letter entry there!?
Similar to you I get:
[...]
File "/usr/lib/python3/dist-packages/debian/changelog.py", line 308,
in parse_changelog
for line in file:
File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position 75:
ordinal not in range(128)
[...]
I get "0xc4" while you got "0xc3" - I probably copy&pasted the wrong
character from my websearch.
Anyway, there's some issue with decoding unicode characters - I assume
/usr/lib/python3.5/encodings/ascii.py in package libpython3.5-minimal
needs to be fixed. Reassigning to this package.
I'm not sure about the severity, might be rc if other packages are affected.
Luckily, the same build succeeds in a clean sid environment with
libpython3.7-minimal 3.7.3-2.
Greets
jre