トップ «前の日記(2013-05-27(月)) 最新 次の日記(2013-05-29(水))» 編集

新秀の介の日記

過去の日記

2013-05-28(火) 雨が近づいてる

_ 体調不良

今日は眠いだけじゃなくて、なんとなく体がだるかった。週末に疲れが取り切れていないのかも。1週間くらい、休養したいところだなあ。いっそのこと、休みをとって湯治にでも行くか?

_ ばぐじら救援通信 vol. 330

発行した。今回は、SeaMonkeyのネタが多かったな。たまには、こういうのも救援通信らしくて良いな。

_ Bug #705387 : alacarte: cannot import GError from gi._glib

alacarte 3.5.3-1を起動しようとしたら、utily.pyがエラーを吐く。BTSを検索してみたら、このバグが見つかった。で、ここに書かれている、

In /usr/share/alacarte/Alacarte/util.py  file must change

# XXX: look into pygobject error marshalling
from gi._glib import GError

to

# XXX: look into pygobject error marshalling
from gi.repository.GLib import GError

をやってみたら、alacarteが起動できるようになった。

Tags: Debian

_ 今日のFirefox - Hg 2013052821-trunk/Linux

久々にビルド中にエラーが発生した。

/usr/bin/ccache gcc -o jemalloc.o -c -I../../dist/system_wrappers -include /home/hideo/develop/mozilla-central/config/gcc_hidden.h -DMOZ_JEMALLOC_HARD_ASSERTS -DMOZ_TEMP_INVESTIGATION -Dabort=moz_abort -DMOZ_JEMALLOC_IMPL -DMOZ_GLUE_IN_PROGRAM -DNO_NSPR_10_SUPPORT -I/home/hideo/develop/mozilla-central/memory/build -I/home/hideo/develop/mozilla-central/memory/mozjemalloc -I. -I../../dist/include  -I/home/hideo/develop/mozilla-central/fx-opt/dist/include/nspr -I/home/hideo/develop/mozilla-central/fx-opt/dist/include/nss      -fPIC  -Wall -Wpointer-arith -Wdeclaration-after-statement -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-unused -Wcast-align -std=gnu99 -fgnu89-inline -fno-strict-aliasing -ffunction-sections -fdata-sections -pthread -pipe  -DNDEBUG -DTRIMMED -g -O3 -fno-omit-frame-pointer    -include ../../mozilla-config.h -DMOZILLA_CLIENT -MD -MP -MF .deps/jemalloc.o.pp  /home/hideo/develop/mozilla-central/memory/mozjemalloc/jemalloc.c
{standard input}: Assembler messages:
{standard input}:9302: Error: expecting string instruction after `rep'

Bugzilla.orgを検索してみたけど見つからなかったので、bug-org 876669 : Build error in mozjmealloc.cに登録してみた。

_ Bug-org 876553 : Preview images in filepicker dont use exif orientation tag

Bug-org 627699 : Port GTK2 to GTK3に依存しているんだけど、実際にはGTK 2.12以降で対応してるんだね。でも、Firefoxは2.10以降を条件としているので、GTK2のままじゃ難しい。いっそのこと、GTK3バージョンでサポートしようってことみたい。


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