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

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

2005年05月04日(水) 旧暦 [n年日記] [更新:"2007/09/12 09:23:45"]

#1 [Emacs] 所謂 install 大会(設置大会) 3.99.3

emacs, apel, flim, semi, emacs-w3m, wanderlust, riece, tc, auc-tex
   120  8:17    cd /export/local-src/
   122  8:20    export CVS_RSH=ssh
   128  8:25    cvs -d anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs
   132  11:13   mkdir emacs-work
   133  11:13   cd emacs-work
   134  11:13   ../emacs/configure
   135  11:58   time make bootstrap

   150  12:50   sudo make install
   136  12:47   cd ../

   139  12:47   tar zxf /e/u/j/distfiles/apel-10.6.tar.gz
   140  12:47   tar zxf /e/u/j/distfiles/flim-1.14.7.tar.gz
   141  12:47   tar zxf /e/u/j/distfiles/semi-1.14.6.tar.gz
   143  12:50   cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
   144  12:50   cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout wanderlust

   151  12:51   cd ../apel-10.6/
   152  12:51   rehash
   153  12:51   sudo make install

   154  12:51   cd ../flim-1.14.7/
   155  12:51   sudo make install
   156  12:52   cd ../semi-1.14.6/
   157  12:52   sudo make install

   158  12:52   cd ..
   159  12:52   tar zxf /e/u/j/distfiles/emacs-w3m-1.4.3.tar.gz
   162  12:53   cd emacs-w3m-1.4.3/
   166  12:53   ./configure
   168  12:54   sudo make install
   169  12:54   sudo make install-icons
   170  12:54   cd ../wanderlust/
   172  12:54   sudo make install

ttyp4:makoto@mini  12:54:25/050504(...local-src/wanderlust)> sudo make install
emacs -batch -q -no-site-file -l WL-MK -f install-wl-package  NONE NONE
Loading ./WL-CFG...
Loading ./WL-ELS...
Wrote /export/local-src/wanderlust/literal-test-file
Wrong type argument: symbolp, (lambda (operation &rest args) (setq called t) 
                     (let (file-name-handler-alist) (apply operation args)))
*** Error code 255

Stop.
make: stopped in /export/local-src/wanderlust

riece:

   174  12:59   cd ..
   175  12:59   cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root login
   176  12:59   cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root checkout riece
   177  13:00   cd riece/
   195  13:02   cat INSTALL-CVS
   197  13:03   autoreconf -f -i
   201  13:03   ./configure
   202  13:03   make
                make install

auc-tex:

   124  13:55   cd /export/local-src/
   128  13:58   cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/auctex co auctex
   129  14:00   cd auctex/
   130  14:00   ./autogen.sh
   131  14:00   ./configure
   132  14:00   make
   134  14:00   sudo make install
(上記 cvs は 2007/09/12 には無効で次のものを使う)
cvs -d :pserver:anoncvs@cvs.sv.gnu.org:/sources/auctex co auctex

tcode:

   136  14:00   tar zxf /e/u/j/distfiles/tc-2.3.1.tar.gz
   137  14:01   cd tc-2.3.1/
   140  14:08   patch -s -p1 < ~/Mail/ml/tcode/1545
   142  14:09   patch -s -p1 < ~/Mail/ml/tcode/1528
   143  14:09   ./configure
   144  14:10   sudo make install

mu-cite (5/5 追加):

   105  21:41   tar zxf /e/u/j/distfiles/mu-cite-200202250931.tar.gz
   106  21:41   cd mu-cite-200202250931/
   107  21:41   ls
   108  21:41   make
   109  21:41   which emacs
   110  21:41   make EMACS=/usr/local/bin/emacs
   111  21:42   sudo make EMACS=/usr/local/bin/emacs install
/usr/pkg/bin/emacs が入ってしまっているので上のように EMACS を指定

segmentation fault する ?:

#0  0x419a50dc in ?? () from /usr/libexec/ld.elf_so
#1  0x018fdf30 in emacs_blocked_free (ptr=0x0)
    at /export/local-src/emacs/src/alloc.c:1190
#2  0x41d53468 in ?? () from /usr/X11/lib/libX11.so.6
#3  0x41d33868 in ?? () from /usr/X11/lib/libX11.so.6
#4  0x01885f1c in xim_initialize (dpyinfo=0x1c20224, 
    resource_name=0x41d848e4 <Error reading address 0x41d848e4: Invalid argument>) 
    at /export/local-src/emacs/src/xterm.c:8071
#5  0x01889650 in x_term_init (display_name=25713892, xrm_option=0x0, 
    resource_name=0x1ddeb30 "\001悃")
    at /export/local-src/emacs/src/xterm.c:10474
#6  0x01890584 in Fx_open_connection (display=31152531, xrm_string=28237825, 
    must_succeed=28237873) at /export/local-src/emacs/src/xfns.c:3999
X11 のせいか emacs の所為か切分。emacs をいつも使っている 20050305 にして見る。
   156  14:43   cvs update -D 20050305
   157  14:44   cd ..
   158  14:44   mkdir emacs-20050305
   159  14:44   cd emacs-20050305
   160  14:44   ../emacs/configure
   161  14:45   time make bootstrap
Generating /export/local-src/emacs/lisp/cus-load.el...done
999.313u 117.149s 19:48.93 93.9%        0+0k 73+11088io 202pf+5w
ttyp1:makoto@mini  15:05:31/050504(...local-src/emacs-20050305)> 
   162  19:28   sudo make install
   163  19:29   rehash
   164  19:29   cd ../apel-10.6/
   165  19:29   sudo make install
これでも全く同じ気がする。ということは .. ?

HAVE_XIM を undef にしておけば良いような ... それとも逆かな ? そんなはずはない。 次のようにすると落ちない。やはり。

Index: ../emacs/src/xterm.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/xterm.c,v
retrieving revision 1.861
diff -u -u -r1.861 xterm.c
--- ../emacs/src/xterm.c	17 Feb 2005 12:51:16 -0000	1.861
+++ ../emacs/src/xterm.c	4 May 2005 10:51:30 -0000
@@ -8074,7 +8074,7 @@
      struct x_display_info *dpyinfo;
      char *resource_name;
 {
-#ifdef HAVE_XIM
+#if 0
   if (use_xim)
     {
 #ifdef HAVE_X11R6_XIM

configure --without-xim:

   229  19:55   cd emacs-work/
   230  19:55   ../emacs/configure --without-xim
   231  19:56   time make bootstrap
   232  20:18   sudo make install
これで充分だった。



最近の日記
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
2024年04月29日
dkim
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)