Your message dated Wed, 8 Nov 2017 07:17:50 +0900
with message-id
<cadcyzv7nb+oudw+rmt7cgfqquhrc7le0rkn2na75g_vn_2u...@mail.gmail.com>
and subject line Re: [Pkg-ime-devel] Bug#873860: ibus-anthy FTBFS:
UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xe5 in position 46:
illegal multibyte sequence
has caused the Debian Bug report #873860,
regarding ibus-anthy FTBFS: UnicodeDecodeError: 'euc_jp' codec can't decode
byte 0xe5 in position 46: illegal multibyte sequence
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 ow...@bugs.debian.org
immediately.)
--
873860: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ibus-anthy
Version: 1.5.9-2
Severity: serious
Tags: buster sid
Some recent change in unstable makes ibus-anthy FTBFS:
https://tests.reproducible-builds.org/debian/history/ibus-anthy.html
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/ibus-anthy.html
...
Making all in data
make[3]: Entering directory '/build/1st/ibus-anthy-1.5.9/data'
LC_ALL=C /usr/bin/intltool-merge -x -u -c ../po/.intltool-merge-cache ../po
ibus-anthy.appdata.xml.in ibus-anthy.appdata.xml
Generating and caching the translation database
Merging translations into ibus-anthy.appdata.xml.
CREATED ibus-anthy.appdata.xml
Generate emoji.t
Generate zipcode.t
Your file is not eucJP? /usr/share/anthy/zipcode.t
Traceback (most recent call last):
File "zipcode-textdic.py", line 24, in <module>
contents = codecs.open(anthy_zipfile, 'r', 'euc_jp').read()
File "/usr/lib/python3.5/codecs.py", line 698, in read
return self.reader.read(size)
UnicodeDecodeError: 'euc_jp' codec can't decode byte 0xe5 in position 46:
illegal multibyte sequence
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "zipcode-textdic.py", line 27, in <module>
contents = open(anthy_zipfile).read()
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 0xe5 in position 46:
ordinal not in range(128)
Makefile:653: recipe for target 'zipcode.t' failed
make[3]: *** [zipcode.t] Error 1
--- End Message ---
--- Begin Message ---
On Tue, 31 Oct 2017 23:52:18 +0900 Osamu Aoki <os...@debian.org> wrote:
> I think 1 should be the way to move forward.
>
> I thought about uploading ibus first but maybe I was wrong. If you have
> time, please upload fixed package.
I uploaded as -2.1 with the patch. It seems fine according to buildd logs.
--- End Message ---