2012-09-16(日) 雨、降るかな?
_ 飲み過ぎ
昨晩は、友人と試合後恒例の祝勝会。調子に乗って飲み過ぎた。今日は頭が痛いので、軽い二日酔いかな。あるいは、単に寝不足かもしれないが。ま、昼寝でもすれば、治るだろう。
_ ばぐじら救援通信
いつものメモ書き。
- 9/4から9/17に登録されたバグ : Core / Suite / Fx / Tb / Web標準化
- 9/4から9/17に解決したバグ : Core / Suite / Fx / Tb / Web標準化
- 未解決のCriticalなバグ : Core / Suite / Fx / Tb / Web標準化
- 未解決のバグ総数 : Core / Suite / Fx / Tb / Web標準化
今回は、Firefox/Thunderbird 15.0.1のリリースがあるけど、Nightlyネタも探してみよう。
_ Bug-org 627699 : Port GTK2 to GTK3
テストビルドの話が出ていたので、試してみようと思って、.mozconfigに
ac_add_options --enable-default-toolkit=gtk3
なんて書いてビルドしてみたのだが、
configure: error: You must specify a default toolkit (perhaps cairo-gtk2). *** Fix above errors and then restart with "make -f client.mk build"
で、あえなくエラー。他にも、gtkとか試してみたけど、全てダメだった。パッチが投入され終わるまで待つしか無いかな。
_ 今日のThunerbird
ここしばらくビルドは成功していたのだが、今日は失敗。
c++ -o nsMsgUtils.o -c -I../../../mozilla/dist/stl_wrappers -I../../../mozilla/dist/system_wrappers -include /home/hideo/develop/comm-central/mozilla/config/gcc_hidden.h -D_IMPL_NS_MSG_BASE -DMOZ_GLUE_IN_PROGRAM -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM -DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET -DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES -DZLIB_INTERNAL -DMOZ_THUNDERBIRD=1 -DOSTYPE=\"Linux3\" -DOSARCH=Linux -I/home/hideo/develop/comm-central/mailnews/base/util -I. -I../../../mozilla/dist/include -I../../../mozilla/dist/include/nsprpub `/home/hideo/develop/comm-central/tb-opt/mozilla/dist/sdk/bin/nspr-config --prefix=/home/hideo/develop/comm-central/tb-opt/mozilla/dist --includedir=/home/hideo/develop/comm-central/tb-opt/mozilla/dist/include/nspr --cflags` -I/home/hideo/develop/comm-central/tb-opt/mozilla/dist/include/nss -fPIC -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -Wno-long-long -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -std=gnu++0x -pthread -pipe -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fomit-frame-pointer -DMOZILLA_CLIENT -include ../../../comm-config.h -MD -MF .deps/nsMsgUtils.pp /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp: In function ‘bool NS_MsgStripRE(const char**, uint32_t*, char**)’: /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp:601:15: warning: variable ‘last’ set but not used [-Wunused-but-set-variable] /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp: In function ‘char* NS_MsgSACat(char**, const char*)’: /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp:751:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp: In function ‘nsresult MsgExamineForProxy(const char*, const char*, int32_t, nsIProxyInfo**)’: /home/hideo/develop/comm-central/mailnews/base/util/nsMsgUtils.cpp:2057:19: error: ‘class nsIProtocolProxyService’ has no member named ‘Resolve’ make[6]: *** [nsMsgUtils.o] エラー 1
これは、ソースコードに問題がある感じだな。そのうち、FIXされるだろう。
[追記]Bug-org 791457 : MailNews calls synchronous nsIProtocolProxyService::Resolve which doesn't exist any more since Bug 769764 removed it.が関係ありそうな感じ。
Copyright (C) 2005-2012 by Hidenosuke. All rights reserved.
mailto: hidenosuke_at_hidenosuke_dot_org or hideo.oshima_at_gmail_dot_com