Setting up ttf-vlgothic (20081203-1) ... xset: unable to open display "" dpkg: error processing ttf-vlgothic (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: ttf-vlgothic
とかいってインストールできない。調べてみると prerm と postinst で
fontconfig_cache_update() { if [ -x /usr/bin/fc-cache ]; then fc-cache update fi if [ -x /usr/bin/xset ]; then xset fp rehash fi }
こんなことやってた。探してみると xset fp rehash is not run after installing X fonts ? や #134968 でそういうのはダメという話になってるみたい。ということで投げた。> #507745
何も考えずに Severity: normal で投げたら、
That makes the package uninstallable and, in my opinion, this is release critical.
[[Pkg-fonts-devel] Bug#507745: ttf-vlgothic: install failure for xset: unable to open display ""より引用]
ということで Severity: serious に格上げされた。
acroread-fonts-jpn 8.1-0.2 と acroread-l10n-ja 8.1.3-0.4 が追加されたので acroread-japanesefont を削除。
Audacious、CD よめへんがな を見て、そういえばそんなこともあったと思って BTS を見てみたら報告されてた。> #497769
audacious -N で起動してみると、
cdaudio-ng: use_dae = 1, limitspeed = 1, use_cdtext = 1, use_cddb = 1, cddbserver = "freedb.org", cddbpath = "", cddbport = 0, cddbhttp = 0, device = "/dev/cdrom", debug = 1
と出てるので cdaudio-ng 自体は読まれてるようなんだけど、このメッセージの後、メニューに Add CD とかのアイテムを追加する処理が動いていない?
1.4.6 だとあることを確認。1.5.1 にしたらなかった。そして
** (audacious:9532): CRITICAL **: playlistwin_item_visible: assertion `UI_SKINNED_IS_PLAYLIST(playlistwin_list)' failed :
というのが出力されてるんだけど、どうもこれ怪しいな。バグレポートしたいけど公式サイトまだ不完全だな。
とりあえず CD を追加するだけならコマンドラインの audtool を使って
% audtool playlist-addurl cdda://
で入るはず...。
突然 X が固まったので再起動したら、キーボードとマウスが効かなくなった。仕方ないので poweroff で電源を切って Xorg.0.log を見てみると、
(==) ModulePath set to "/usr/lib/xorg/modules" (II) Cannot locate a core pointer device. (II) Cannot locate a core keyboard device. (II) The server relies on HAL to provide the list of input devices. If no devices become available, reconfigure HAL or disable AllowEmptyInput.
なんだこれは。xorg.conf(5) を見て、/etc/X11/xorg.conf に
Section "ServerFlags" Option "AllowEmptyInput" "off" EndSection
を追加してみた。そしたら
(==) ModulePath set to "/usr/lib/xorg/modules" (==) |-->Input Device "Configured Mouse" (==) |-->Input Device "Generic Keyboard" (==) No Layout section. Using the first mouse device. (==) No Layout section. Using the first keyboard device.
となってキーボードとマウス復活。
ふと #497769 を見てみたら、Debian の audacious-play-files-from-command-line.patch が原因、とのこと。試しにこのパッチを外してみたら、確かに Add CD が出るようになった。まさか Debian のパッチのせいだったとは。changelog を見てみたら、
* debian/patches/audacious-play-files-from-command-line.patch: Make adding files from the command line work. Thanks Stefan Ott! (Closes: #491043)
[/usr/share/doc/audacious/changelog.Debian.gzより引用]
とある。#491043 の修正でエンバグしたということ? 確かにパッチを外したら外したでコマンドラインからファイル指定できなくなるな。
前 | 2008年 12月 |
次 | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 | 31 |
[amd64 | audacious | comp | debian | gkrelluim | kip | misc | movie | research | rime | unicon | vdr | work | えふえふ]
書いてる人: dai
パッチ等(無保証)