トップ «前の日記(2011-09-11(日)) 最新 次の日記(2011-09-13(火))» 編集

新秀の介の日記

過去の日記

2011-09-12(月) 昼間は、まだまだ蒸し暑い

_ 胃もたれ

昼飯を食べたら、胃もたれした感じ。そんなにたくさん食べていないのに。昨晩の、寝酒が過ぎたかな。

_ Bug 6779 : Windows7 UI メニューバー表示時、Aero Glass適用部分のドラッグでの移動ができない

Windows 7は持っていないので、うちでは確認できないな。該当環境で、Firefox/trunk(a.k.a. Nightly)を使える方にテストをお願いしたい。

_ gnome-tweak-tool 3.0.4-1

久しぶりに試してみようとしたら、クラッシュしてしまって、起動できない。コンソールには、

Traceback (most recent call last):
  File "/usr/bin/gnome-tweak-tool", line 20, in <module>
    import gi
  File "/usr/lib/python2.6/dist-packages/gi/__init__.py", line 23, in <module>
    from ._gi import _API, Repository
ImportError: /usr/lib/python2.6/dist-packages/gi/_gi.so: undefined symbol: g_callable_info_skip_return

なんてメッセージが表示される。なんだか、python絡みのエラーのようだが、さて。

Tags: Debian

_ 今日のFirefox - Hg 2011091221になるはずだった

ビルドの途中でエラーになる。

c++ -o xpcwrappednativeproto.i_o -c -I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include /home/hideo/develop/mozilla-central/config/gcc_hidden.h -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  -DSTATIC_EXPORTABLE_JS_API -DOSTYPE=\"Linux3.0\" -DOSARCH=Linux -DJSFILE -DJS_THREADSAFE -DEXPORT_XPC_API  -DJS_TRACER=1 -DFEATURE_NANOJIT=1 -DAVMPLUS_64BIT -DAVMPLUS_AMD64 -DAVMPLUS_LINUX -DAVMPLUS_UNIX  -D_IMPL_NS_LAYOUT -I/home/hideo/develop/mozilla-central/js/src/xpconnect/src/../wrappers -I/home/hideo/develop/mozilla-central/js/src/xpconnect/src/../loader -I/home/hideo/develop/mozilla-central/js/src -I/home/hideo/develop/mozilla-central/js/src/nanojit -I/home/hideo/develop/mozilla-central/caps/include -I/home/hideo/develop/mozilla-central/content/base/src -I/home/hideo/develop/mozilla-central/content/html/content/src -I/home/hideo/develop/mozilla-central/content/html/document/src -I/home/hideo/develop/mozilla-central/content/svg/content/src -I/home/hideo/develop/mozilla-central/layout/style -I/home/hideo/develop/mozilla-central/layout/base -I/home/hideo/develop/mozilla-central/dom/base -I/home/hideo/develop/mozilla-central/xpcom/ds  -I/home/hideo/develop/mozilla-central/js/src/xpconnect/src -I. -I../../../../dist/include -I../../../../dist/include/nsprpub  -I/home/hideo/develop/mozilla-central/fx-opt/dist/include/nspr -I/home/hideo/develop/mozilla-central/fx-opt/dist/include/nss      -fPIC  -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long -fno-strict-aliasing -std=gnu++0x -pthread -ffunction-sections -fdata-sections -pipe  -DNDEBUG -DTRIMMED -g -fprofile-generate -O3 -fomit-frame-pointer   -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -MD -MF .deps/xpcwrappednativeproto.pp /home/hideo/develop/mozilla-central/js/src/xpconnect/src/xpcwrappednativeproto.cpp
In file included from /home/hideo/develop/mozilla-central/js/src/jsobj.h:59:0,
                 from /home/hideo/develop/mozilla-central/js/src/xpconnect/src/xpcpublic.h:45,
                 from /home/hideo/develop/mozilla-central/js/src/xpconnect/src/xpcprivate.h:53,
                 from /home/hideo/develop/mozilla-central/js/src/xpconnect/src/xpcwrappedjsclass.cpp:45:
/home/hideo/develop/mozilla-central/js/src/jsvector.h: In static member function ‘static void js::VectorImpl<T, N, AP, IsPod>::moveConstruct(T*, const U*, const U*) [with U = js::Value, T = js::Value, long unsigned int N = 8ul, AP = js::TempAllocPolicy, bool IsPod = false]’:
/home/hideo/develop/mozilla-central/js/src/jsvector.h:620:5:   instantiated from ‘bool js::Vector<T, MinInlineCapacity, AllocPolicy>::convertToHeapStorage(size_t) [with T = js::Value, long unsigned int N = 8ul, AllocPolicy = js::TempAllocPolicy, size_t = long unsigned int]’
/home/hideo/develop/mozilla-central/js/src/jsvector.h:637:34:   instantiated from ‘bool js::Vector<T, MinInlineCapacity, AllocPolicy>::growStorageBy(size_t) [with T = js::Value, long unsigned int N = 8ul, AllocPolicy = js::TempAllocPolicy, size_t = long unsigned int]’
/home/hideo/develop/mozilla-central/js/src/jsvector.h:673:5:   instantiated from ‘bool js::Vector<T, MinInlineCapacity, AllocPolicy>::growByImpl(size_t) [with bool InitNewElems = false, T = js::Value, long unsigned int N = 8ul, AllocPolicy = js::TempAllocPolicy, size_t = long unsigned int]’
/home/hideo/develop/mozilla-central/js/src/jsvector.h:699:34:   instantiated from ‘bool js::Vector<T, MinInlineCapacity, AllocPolicy>::growByUninitialized(size_t) [with T = js::Value, long unsigned int N = 8ul, AllocPolicy = js::TempAllocPolicy, size_t = long unsigned int]’
/home/hideo/develop/mozilla-central/js/src/jscntxt.h:2432:9:   instantiated from ‘bool js::AutoVectorRooter<T>::resize(size_t) [with T = js::Value, size_t = long unsigned int]’
/home/hideo/develop/mozilla-central/js/src/xpconnect/src/xpcwrappedjsclass.cpp:1462:26:   instantiated from here
/home/hideo/develop/mozilla-central/js/src/jsvector.h:93:13: error: call of overloaded ‘Value(js::MoveRef<const js::Value>)’ is ambiguous
/home/hideo/develop/mozilla-central/js/src/jsvector.h:93:13: note: candidates are:
/home/hideo/develop/mozilla-central/js/src/jsvalue.h:334:7: note: constexpr js::Value::Value(const js::Value&)
/home/hideo/develop/mozilla-central/js/src/jsvalue.h:334:7: note: constexpr js::Value::Value(js::Value&&)
make[6]: *** [xpcwrappedjsclass.i_o] エラー 1

ここまで来ると、何が問題なのか、ちっともわからない。Bugzilla.orgでバグを検索しようにも、何をキーワードにすればいいのか。まあ、しばらく様子見しか無いか。

_ Bug #641072 : gnome control center hangs when clicking on bluetooth icon

通知エリアのBluetoothアイコンをクリックしても何も起動しない問題だが、このバグが登録されていた。やはり、gnome-bluetoothの問題らしいが、今のところ原因などについては、何も触れられていないな。

Tags: Debian
本日のツッコミ(全2件) [ツッコミを入れる]
_ やすっち。 (2011-09-12(月) 23:34)

> ウィンドウのドラッグ<br><br>一応再現できましたけど、過去に、類似(同じ?)のバグがdupeでfixedになってます。<br>再発?<br>https://bugzilla.mozilla.org/show_bug.cgi?id=555116

_ 秀の介 (2011-09-12(月) 23:39)

> 一応再現できましたけど、過去に、類似(同じ?)のバグがdupeでfixedになってます。<br>> 再発?<br>該当のバグは6月にFIXEDになっていますから、再発かもしれませんね。


Copyright (C) 2005-2012 by Hidenosuke. All rights reserved.
mailto: hidenosuke_at_hidenosuke_dot_org or hideo.oshima_at_gmail_dot_com