[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:18950] BTS#700307について
- From: SHITAMORI Akira <sitamo@xxxxxxxxx>
- Subject: [debian-devel:18950] BTS#700307について
- Date: Sun, 19 Apr 2015 16:14:13 +0900
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=Cr4tiQDcdbUsE2/0cTmN8vlxVC//YY9AnUQN6Vu97n4=; b=E6nvEaBXesX5xYB3yoPZE6TDvHvVNZZQCkMM2BOQmK5jQGsln29tCDwJncsrTwbL1t KCOmZIuzK9IuzqSFQDX/quPwsL01+Iq4BtaMThOUbJVqu3jBmDi+ZyxkTY4wWjMWFFSl 2TUSA8eGtBrf2ZFHiXmfAe2FAFFf7oHnKaRjgXGheDfOvd5258z5DUkasbNv/95pQq1X rr/uxNSbaXeLWKi1WUHzJY8SmbuSbWZljHkxREGU86nafNnQdDxylfyvObXsrybMtQC+ vIN4nSuoxzsjXjgH4kwLJp8YWjJxT713VTJZ6cnoj3jGxf+dvJoAs9Shd2QIy4vj4Ys7 MHlQ==
- List-help: <mailto:debian-devel-ctl@debian.or.jp?body=help>
- List-id: debian-devel.debian.or.jp
- List-owner: <mailto:debian-devel-admin@debian.or.jp>
- List-post: <mailto:debian-devel@debian.or.jp>
- List-software: fml [fml 4.0.3 release (20011202/4.0.3)]
- List-unsubscribe: <mailto:debian-devel-ctl@debian.or.jp?body=unsubscribe>
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-devel-ctl@debian.or.jp; help=<mailto:debian-devel-ctl@debian.or.jp?body=help>
- X-ml-name: debian-devel
- X-mlserver: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post)
- X-original-to: debian-devel-dist@debian.or.jp
- X-received: by 10.68.227.41 with SMTP id rx9mr10335882pbc.76.1429427651706; Sun, 19 Apr 2015 00:14:11 -0700 (PDT)
- X-sender: SHITAMORI Akira <sitamo.send@xxxxxxxxx>
- X-spam-checker-version: SpamAssassin 3.2.5 (2008-06-10) on osdn.debian.or.jp
- X-spam-level:
- X-spam-status: No, score=-1.4 required=10.0 tests=DNS_FROM_AHBL_RHSBL,KI, RCVD_IN_DNSWL_LOW autolearn=disabled version=3.2.5
- Message-id: <20150419161407.1396fe51cc614144023c7194@xxxxxxxxx>
- X-mail-count: 18950
- X-mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu)
下森です。
Google+で何度か書いてたのですが忘れられてそうなので。
jessieリリース時にはなおっていて欲しいなあという希望なのです。
BTSの#700307ですが、先日jessieのインストーラーを使ってvirtualbox上に
tasksel?でデスクトップをチェックして入れてみましたがやはりmozcの設定画面
が起動しません。メニューで設定のアイコンをクリックしても反応が無いのでコ
マンドを端末上でいれるとメッセージが出てきて立ち上がってきません。
https://plus.google.com/102555318977515261647/posts/H39eA3qDqCy
> BTS#700307「mozc-utils-gui: Some menus won't work by strange error」の方
> を見てなかったので気が付かなかったのですがprotobuf側で直す気なかったんで
> すね。Debianが静的リンクにしないのはライセンスへの考慮なんですかね?
>
> https://ekato.wordpress.com/2012/01/30/mozc_tool/
> > 問題 1: protobuf の変数初期化の問題で、mozc_tool が動かない
> > 解決法
> > 1.1 protobuf を dynamic link のまま利用
> > ・ protobuf にパッチをあてる場合
> > (new solution)
> > http://code.google.com/p/protobuf/issues/detail?id=370#c10 にあるパッチ
> > をあて libprotobuf.so.* を作りなおして元々あったシステムの
> > libprotobuf.so.* と入れ替え
> >
> > ・ protobuf にパッチを当てていない場合
> > mozc_tool を動かすまえに、デフォルトの入力方式を uim-mozc 以外
> > (uim-direct など) に変更
> >
> > 1.2 protobuf を static link にして回避問題 2:
> > r77 以降 (r94 時点) の Mozc の内部変数の問題で mozc_tool が動かない (解
> > 決済み)
>
> http://nyaruru.hatenablog.com/entry/2013/01/01/134011
> > Mozc Issue 14
> > uim-mozc の開発者の人からのレポートで,Protocol Buffers のライブラリと動
> > 的リンクしていると,起動時にエラーになるので静的リンクに変更して欲しい,
> > というもの.レポートから 1 年半以上放置されていたので見かねて修正.ちな
> > みに Debian/Ubuntu/Fedora/Vineはこの辺まるっと無視して今も動的リンクして
> > いたはず.ほんと静的リンク嫌いますよね……
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700307#10
> I guess this issue is one that is the same to Mozc Issue 14.
> https://code.google.com/p/mozc/issues/detail?id=14
>
> See also for the background.
> http://ekato.wordpress.com/2012/01/30/mozc_tool/
> https://code.google.com/p/protobuf/issues/detail?id=370
>
> FYI, in upstream, currently we don't consider this as a bug to be fixed
> because we have no reason to use protobuf as a dynamic link library. Mozc
> binaries for all the platforms (Windows, Mac, Chromium OS, Android) have
> been released with linking to protobuf statically.
>
> I hope you find a good work around.
--
SHITAMORI Akira <sitamo@xxxxxxxxx>