Your message dated Wed, 24 Jul 2019 12:19:49 +0000
with message-id <[email protected]>
and subject line Bug#700307: fixed in mozc 2.23.2815.102+dfsg-6
has caused the Debian Bug report #700307,
regarding mozc-utils-gui: Some menus won't work by strange error
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.)
--
700307: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700307
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Package: mozc-utils-gui
Severity: important
Version: 1.5.1090.102-4
Dear Maintainer,
I installed fresh Wheezy to VirtualBox guest (amd64) and
noticed some actions in Mozc GUI menu failed to launch.
It is very similar with #670685 which is previously closed.
I'm using Mozc with UIM.
- - Config dialog: works
- - Dictionary tool, Word register dialog: popup shows, but closes immediately.
libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already
exists in database: config/config.proto
libprotobuf FATAL google/protobuf/descriptor.cc:862] CHECK failed:
generated_database_->Add(encoded_file_descriptor, size):
terminate called after throwing an instance of
'google::protobuf::FatalException'
what(): CHECK failed: generated_database_->Add(encoded_file_descriptor,
size):
- - Character pallete, Hand writing: none shows, just fails
libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already
exists in database: config/config.proto
libprotobuf FATAL google/protobuf/descriptor.cc:862] CHECK failed:
generated_database_->Add(encoded_file_descriptor, size):
terminate called after throwing an instance of
'google::protobuf::FatalException'
what(): CHECK failed: generated_database_->Add(encoded_file_descriptor,
size):
- - Reconvert: Application (Gnome-Terminal) crashes after reconvert. (It is
different from this bug issue)
Thanks,
- --
Kenshi Muto
[email protected]
- -- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 <http://mailcrypt.sourceforge.net/>
iQIcBAEBCgAGBQJRGPEOAAoJEB0hyD3EUuD8tCQP+wU5KjGLHimNXX5bMRdjhN+f
yYzkxKMYX3j6YDeSj36EX3oQuELcg2cq4urVgntCUZOBAU0L31C4n1jufj9Zf/Xo
V+KRJNgjN7KAvOTBI4MY67ru1nrKm4Ln5A61dLklDl3Cn4QQghOTc9e8LnAdq2ZB
oOYIF8CAWl55lviTxMNcn9LvJ+cSbvx/pKrvzVVLsP4ho5ZbVR4IcVCrQdKUwhGx
LT3FOqR1qmb4UjHs16XPqgWTDWwxzxFavAxpmylIII32T6hor/HhB8274WiE5TPw
+jhUSRsV1DfWi5K+bBxn4FoXMuf6hZv0NYFkpvrsCJSpghNg6f2bt4HM2pLV2Sti
pqOk2CFOJT13+QiCemI5i1yZBdP/F7S8pEgGG/D0n7XbEH8IOoPYGU85oFhsRVxo
UOgoGTKvq6MkeN9s6DsSZM6YClh8+8/qXv092OAd1wDNWSCVYA7r6GqgDtO0KBCS
asCPUWKzPiXzWDIi5BzlCGeJLtqeHm56D7OgUlSIFJqp0GyQlrJAgg1z863tabOl
yCYlK0ZdxDjy6PRzZQ5vQTCVcmKCFol2GumjULpl8hamV6aSYapCS7w7zBmYSa6K
bEGPEOIRN9bAi/bWLojaB+whep9BRevzA7y26yixjRD/jp+uleoxipPX0OdLLYbL
x8OwfndRZ/5vZd8cQcZG
=kpYq
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: mozc
Source-Version: 2.23.2815.102+dfsg-6
We believe that the bug you reported is fixed in the latest version of
mozc, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Nobuhiro Iwamatsu <[email protected]> (supplier of updated mozc package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 24 Jul 2019 20:00:08 +0900
Source: mozc
Architecture: source
Version: 2.23.2815.102+dfsg-6
Distribution: unstable
Urgency: medium
Maintainer: Nobuhiro Iwamatsu <[email protected]>
Changed-By: Nobuhiro Iwamatsu <[email protected]>
Closes: 700307 774370
Changes:
mozc (2.23.2815.102+dfsg-6) unstable; urgency=medium
.
* Add d/patches/Add-support-verbose-build.patch
Enable verbose build on ninja.
* Build mozc_tool with static library of libprotobuf.
mozc uses protobuf library. The protbuf library can not handle dlopen well
by design, there is a problem with this (See #721791).
This problem is also reported to Upstream, but since protbuf is assumed
to be used as static link, it has not been fixed yet.
- https://github.com/protocolbuffers/protobuf/issues/1941
- https://github.com/protocolbuffers/protobuf/issues/4126
This fix separates the build targets, and problematic mozc_tools provide
libprotobuf with static link. If this issue is fixed upstream, mozc_tool
will be provided again via dynamic link.
(Closes: #700307, #774370)
* Migrate from python2 to python3.
Add d/patches/Support-python3.patch
* Update d/copyright.
Checksums-Sha1:
a3eaae419a82565ac42fa12b1b8a5963d98e69aa 2799 mozc_2.23.2815.102+dfsg-6.dsc
961ad518d73f1710ea583d145f86f975b76d90a1 110556
mozc_2.23.2815.102+dfsg-6.debian.tar.xz
247ae22cb42cf212ab68128b9788ca679d26bc7c 19364
mozc_2.23.2815.102+dfsg-6_amd64.buildinfo
Checksums-Sha256:
09d55f4717951fd041073bce2611d17eb8268c8dff0d8f5c73b2e28d53580b2d 2799
mozc_2.23.2815.102+dfsg-6.dsc
a587d4666f7407349425e1dcae5a89a971c9e08e2d390c44343acc61f06fa6be 110556
mozc_2.23.2815.102+dfsg-6.debian.tar.xz
d647d43a609495f1b952351a342def3b778dd91a78aa3957cd66029ffd6577a7 19364
mozc_2.23.2815.102+dfsg-6_amd64.buildinfo
Files:
cc394db44ae00e640db260c65789b0ed 2799 utils optional
mozc_2.23.2815.102+dfsg-6.dsc
b1e15a4f244c8f15c354a186abb68337 110556 utils optional
mozc_2.23.2815.102+dfsg-6.debian.tar.xz
1f80519be00133233e55f3ab83f3a4cf 19364 utils optional
mozc_2.23.2815.102+dfsg-6_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEXmKe5SMhlzV7hM9DMiR/u0CtH6YFAl04RqUACgkQMiR/u0Ct
H6bLhBAAlyFea33ukokl2FS/XkSNK0q6lPKFIf2ShYy/gENODbwfvzI5l5jwHwlB
9WNnTjHou/0Es+DHyAW7NaayvwrdJh3faP+zhAO38OJM+V+6auSetp1nAor+d0iO
3QuxkhoAmP02q2yqW1Y23z4OkK9Lc0O86sVtC1kqrTYVPlwYFMIW8UkXoeVWyDDW
OQBitDaNdwRimE3vDm/r08Sq3yO7jfCdlW3JPFiKG5nU/w/Uzx6Bw1B0Ej7+DD/L
eMEqqCgc4iEVXSbF5gysS/Ad1YUK2TSOT65L2pl7CFCMuu4pJiqyTeJX7UTpkEHL
fx2cfcr5HOMW4VtzbYFf099Zop1LpvmYV/cdccfTPcz6swQ19oo8ILgBQy/RW+v1
MReI1jc1Oh/vouM6kDT2wiRcgzwl/+TFiWtvqMrB4vrZBqkoePP58gKJK3WG/SW9
SOKV3UOuakLXQRR8PeqTqjExn0xm+RCYNm/A9zy0FYP0gYIS33IVM6UBE7haze5Q
C9wUyfEtnRXVKOAYGwQLZmXt7P6wf0KwetLVPQfi+KT9njb7/1dcZoarSkiQDLfp
AHdQ5ofBGXuuIiJirX2+gUTPsEzJoIVjI2y+LA64CBRSL8rXh9YPaHUL0u7GU6jf
/QC83OTtI8xXsqSjd+GvcZUtGEqEGMm5R8zHJIhH40upiT7fB5w=
=elPW
-----END PGP SIGNATURE-----
--- End Message ---