[トップ][一覧][最近の更新]

archives/2005/09/19

OpenBSD/Note:emacs-brokenness

Category of OpenBSD

追記: archives/2005/09/27

どうやら直ったようだ。

これかな?

OpenBSD/emacs-brokenness

Category of OpenBSD

原因判明。

最近のOpenBSD-cvs:src/libexec/ld.soのcommitが悪さをしているらしい。

  1. Rework symbol lookup to more closely match sun's documentation, now treats dlopens as load groups. ok kurt@
  2. Cleanly handle the case where a dynamic object is opened, but one of it's dependant libraries is missing. return NULL for a handle instead of causing the program to exit.

とかいうてる。

 # cd /usr/src/libexec/ld.so && cvs -q update -Pd -D "1 week ago"
 # make depend all install cleandir

で以前のように動作するようになった。

OpenBSDの変更に問題があるのか、 EmacsがいままでのOpenBSDに挙動に合せて、 何かトリッキーなことをやっているのか、のどちらかなんだよなあ。

他のソフトは全く問題ないから恐らく後者に修正すべき点があるんだろうな。 Emacsのソース読むか。