2009-12-28 :-)
_ リッジレーサー7 の進捗率をグラフにした
リッジレーサー7 を買ってからそろそろ 1 年経過するので前回[ 20090225#p08 ]からオンラインバトル勝利数を追加してグラフを作ってみた。コードは見ないで
走行距離
名声
進行度はもはや100% を超えることはないんだけどまあ名残り。
勝利数。あまり勝率が高くない。199勝目から日記に記録しはじめたのでグラフの下限が 199 になっている。たまに勝利数が跳ね上がってるのはたぶん阻止レースのときにチームで勝ったときだろう。
_ [NetBSD][pkgsrc][ruby-mode]ruby-mode を入れようとしたら怒られた
===> Installing dependencies for emacs-23.1nb2 ========================================================================== The supported build options for emacs are: dbus gtk motif nextstep svg x11 xaw xft2 The currently selected options are: dbus gtk svg x11 xft2 You can select which build options to use by setting PKG_DEFAULT_OPTIONS or the following variable. Its current value is shown: PKG_OPTIONS.emacs (not defined) ========================================================================== ========================================================================== The following variables will affect the build process of this package, emacs-23.1nb2. Their current value is shown below: * GAMEDATAMODE = 444 * VARBASE = /var Based on these variables, the following variables have been set: * TERMCAP_TYPE = termcap You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Build dependency gmake>=3.81: found gmake-3.81 => Build dependency pkg-config>=0.19: found pkg-config-0.23nb1 => Build dependency x11-links>=0.44: NOT found => Verifying reinstall for ../../pkgtools/x11-links ERROR: This package has set PKG_FAIL_REASON: ERROR: pkgsrc has been configured to use a system provided X11 installation ERROR: but one could not be found. Possible solutions: ERROR: *) install X headers and libraries in X11BASE (currently /usr/X11R6) ERROR: *) set X11_TYPE=modular in mk.conf to use X11 from pkgsrc ERROR: Please note that changing the value of X11_TYPE in existing ERROR: pkgsrc installations is not supported! *** Error code 1 Stop. make: stopped in /usr/pkgsrc/pkgtools/x11-links *** Error code 1 Stop. make: stopped in /usr/pkgsrc/editors/emacs *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/ruby-mode
X11 なんて使わないから!
/etc/mk.conf で手当たり次第に全部無効にしておく
PKG_OPTIONS.emacs = -dbus -gtk -svg -x11 -xft2 -xaw -motif -nextstep
再度 make
gmake[2]: ディレクトリ `/usr/pkgsrc/editors/emacs/work/emacs-23.1/leim' から出ます gmake[1]: ディレクトリ `/usr/pkgsrc/editors/emacs/work/emacs-23.1' から出ます => Unwrapping files-to-be-installed. ===> Installing for emacs-23.1nb2 ERROR: emacs-23.1nb2 conflicts with installed package(s): ERROR: emacs-nox11-22.3nb5 ERROR: emacs-nox11-22.3nb5 ERROR: They install the same files into the same place. ERROR: Please remove conflicts first with pkg_delete(1). *** Error code 1 Stop. make: stopped in /usr/pkgsrc/editors/emacs *** Error code 1 Stop. make: stopped in /usr/pkgsrc/editors/emacs *** Error code 1 Stop. make: stopped in /usr/pkgsrc/editors/emacs *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/ruby-mode
んもう!
% cd /usr/pkgsrc/editors/emacs-nox11 % sudo pkg_delete emacs-nox11-22.3nb5
再度 devel/ruby-mode で make して ok