hns - 日記自動生成システム - Version 2.19.9

先月 2010年07月 来月
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
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2010年07月21日(水) 旧暦 [n年日記] [更新:"2010/07/21 12:31:13"]

#1 [Emacs] Recent Wanderlust and Emacs

きょうは不思議なことが多すぎ:

wanderlust の r D (wl-summary-delete-region) の動作:

wanderlust の r D (wl-summary-delete-region) の動作が変なので wl ML に投稿した、これは(一部 ?) 山岡さんが直して下さった

flim-1.14.9nb1 を入替:

上の投稿の後、(山岡さんが直して下さる前に) もしかして semi や flim のバイトコンパイルが以前の emacs によるもののままかも知れないと思って pkgsrc devel/flim や devel/semi を入替ようとした。しかし flim の方で
=> Checking file-check results for flim-1.14.9nb1
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR: ...flim/work/.destdir/usr/pkg/share/emacs/site-lisp/flim/md4.elc
ERROR: ...flim/work/.destdir/usr/pkg/share/emacs/site-lisp/flim/ntlm.elc
ERROR: ...flim/work/.destdir/usr/pkg/share/emacs/site-lisp/flim/sasl-ntlm.elc
*** Error code 1
(一部編集しています)のように言われる。
同じ名前のものは gnus から持って来たのか 24.0.50/lisp/net に入っている。 ntlm は:
2007-12-02  Glenn Morris  <rgm@gnu.org>
        * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
        Move here from gnus/.
それで flim は要らないと思って入れなかったのかと思われる。
自分用にはとりあえず 少し変更して
make package && make package-install

Emacs 各版の公開日:

  23.2 2010/05/10
  23.1 2009/07/31

  22.1 2007/06

  21.4 2005/02
  21.3 2003/03
  21.1 2001/10

  20.7 2000/06
  20.3 1998/08
となっているで、上の件は emacs 23 からかな。

wip/wl-current が最新にならない:

それで wip/wl-current で make clean && make package-install しても 動作が変らない(山岡さんの変更が来ていない)気がする。 調べると、cvs で持って来たはずなのに、最新になっていない。
pkgsrc で make した後に、手動で、
   91  (cd work/wanderlust/; cvs update -dPA)
   92  rm work/.build_done
   93  make
のようにすると、最新に更新される

wip/wl-current/PLIST 問題:

それで前項に引続いて
   94  make package
すると、今度は次のようになってしまう
=> Checking file-check results for wl-2.15.9nb20100721
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /usr/pkg:
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/im-wl.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/im-wl.elc
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/rfc2368.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/rfc2368.elc
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/ssl.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/ssl.elc
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-addrbook.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-addrbook.elc
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-complete.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-complete.elc
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-mailto.el
ERROR: ...wip/wl-current/work/.destdir/usr/pkg/share/emacs/site-lisp/wl/wl-mailto.elc
*** Error code 1
(横幅をせばめるため編集しています)
少なくとも rfc2368.el は emacs 側に既に入っている
wanderlust/ChangeLog:  * WL-ELS (UTILS-MODULES): If rfc2368 found, not to install it.
とあるので、これは良い。
cat -n  work/wanderlust/WL-MK
    22  (defvar wl-install-utils nil
    23    "If Non-nil, install `wl-utils-modules'.")

cat -n  work/wanderlust/WL-CFG
    11  ;; If you want to install utils, uncomment following line.
    12  ;(setq wl-install-utils t)
これの二つ目は、本来 patch-aa で変更しているはず。なのに手元で変更されていない。 patch の後に cvs update しているからか。wip/wl-current で:
  135  make clean
  136  make patch
  137   (cd work/wanderlust/; cvs update -dPA)
  138  cat patches/patch-aa | (cd work/wanderlust/; patch -s -p0)
       cat patches/patch-ab | (cd work/wanderlust/; patch -s -p0)
  140  make package
  143  sudo pkg_delete -f wl
  144  make package-install
これでやっと入った。



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)