|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||
2000年05月24日(水) 旧暦 [n年日記]#1 [健康] やっと回復
5/16 火からずうっと腹痛で日記を書けなかった。
間を埋めて書くべきか。 ( つっこみ )
#2 [NetBSD] macppc
snapshot/20000205 を PowerMac 7500/100 -> 604e/160 改に入れると
0 > setenv boot-device scsi-int/sd@0:0 ok 0 > boot >> NetBSD/macppc OpenFirmware Boot, Revision 1.2 >> (tsubai@moeko, Sun Feb 6 23:24:18 JST 2000) no active package2596652+211440 [100+97520+81624]=0x2d97d4 start=0x100000 _1.4.1 の方は問題なく動くし、1.4V のカーネルに入替えても問題ない。 ( つっこみ )
#3 [Emacs] 20.6.9
pretest 版を入手する。gnu.org がつながらないので、liaftp.epfl.ch の方から。
makoto@harry 21:03:02/000524(...src/tar_files)> ftp alpha.gnu.org ^C makoto@harry 21:04:06/000524(...src/tar_files)> ftp liaftp.epfl.ch Connected to liasun13.epfl.ch. 220 liasun13 FTP server (Version wu-2.4(8) Fri Feb 7 16:04:38 MET 1997) ready. Name (liaftp.epfl.ch:makoto): ftp 331 Guest login ok, send your complete e-mail address as password. Password: 230 Guest login ok, access restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> bin 200 Type set to I. ftp> cd /users/monnier/emacs 250 CWD command successful. ftp> prompt Interactive mode off. ftp> mget emacs.xtar.gz leim.xtar.gz 'EPSV': command not understood. local: emacs.xtar.gz remote: emacs.xtar.gz 200 PORT command successful. 150 Opening BINARY mode data connection for emacs.xtar.gz (15129258 bytes). 100% |************** ****************| 14774 KB 9.96 KB/s 00:00 ETA 226 Transfer complete. 15129258 bytes received in 24:42 (9.96 KB/s) Y2K warning! Incorrect time-val `191000522124140' received from server. Converted to `20000522124140' local: leim.xtar.gz remote: leim.xtar.gz 200 PORT command successful. 150 Opening BINARY mode data connection for leim.xtar.gz (3321109 bytes). 100% |************** ******************| 3243 KB 10.18 KB/s 00:00 ETA 226 Transfer complete. 3321109 bytes received in 05:18 (10.18 KB/s) Y2K warning! Incorrect time-val `191000522125650' received from server. Converted to `20000522125650' ftp> quit 221 Goodbye.山岡さんの 「egg.el の byte compile 中に止ってしまうが」版 makoto@harry 21:37:19/000524(...src/tar_files)> ftp ftp.jpl.org Connected to ftp.jpl.org. 220 ProFTPD 1.2.0pre3 Server (ftp.jpl.org) [209.40.107.247] Name (ftp.jpl.org:makoto): ftp 331 Anonymous login ok, send your complete e-mail address as password. Password: 230- This is not Jet Propulsion Laboratory. $$$$ $$$$$$$$$$$$o $$$$ $$$$ $$$$$$$$$$$$$$ $$$$ $$$$ $$$$ "$$$$ $$$$ http://www.jpl.nasa.gov/ or ftp://ftp.jpl.nasa.gov/ $$$$ $$$$ "$$$$$$$" $$$$ $$$$ $$$$ """"" $$$$ o$$$$$$$$$$$ $$$$ $$$$$$$$$$$o o$$$$$$$$$$$$" $$$$ "$$$$$$$$$$$$o 230 Anonymous access granted, restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> cd /pub/tmp 250 CWD command successful. ftp> bin 200 Type set to I. ftp> prompt Interactive mode off. ftp> mget emcws-20.6.90-20000522.gz emcws-20.6.90-rename.patch.gz EPSV not understood. local: emcws-20.6.90-20000522.gz remote: emcws-20.6.90-20000522.gz 227 Entering Passive Mode (209,40,107,247,242,243) 150 Opening BINARY mode data connection for emcws-20.6.90-20000522.gz (176235 bytes). 100% |**************** **********************************| 172 KB 11.71 KB/s 00:00 ETA 226 Transfer complete. 176235 bytes received in 00:14 (11.66 KB/s) local: emcws-20.6.90-rename.patch.gz remote: emcws-20.6.90-rename.patch.gz 227 Entering Passive Mode (209,40,107,247,242,252) 150 Opening BINARY mode data connection for emcws-20.6.90-rename.patch.gz (881 bytes). 100% |**************** *********************************| 881 6.28 KB/s 00:00 ETA 226 Transfer complete. 881 bytes received in 00:00 (4.78 KB/s) ftp> makoto@harry 21:45:41/000524(...src/emacs-20.6.90-work)> \ ../emacs-20.6.90/configure \ --with-wnn4 \ --with-wnn-includes=/usr/local/include/wnn \ --with-wnn-libraries=/usr/local/lib \ --with-canna \ --with-canna-includes=/usr/local/canna/include \ --with-canna-libraries=/usr/local/canna/lib \ --with-sj3 \ --with-x \ --with-x-toolkit \ --with-gcc loading cache ./config.cache checking host system type... powerpc-apple-netbsd1.4V checking whether ln -s works... yes ..... creating src/.gdbinit makoto@harry 21:50:32/000524(...src/emacs-20.6.90-work)> time make /usr/local: write failed, file system is full insdel.o: No space left on device /tmp/ccy74qaF.s: Assembler messages: /tmp/ccy74qaF.s:10046: FATAL: Can't close insdel.o : Bad file descriptor *** Error code 1 Stop. *** Error code 1 Stop. 244.049u 45.500s 5:24.32 89.2% 0+0k 741+4263io 58pf+0w ちょっとおそまつ。少し整理してから、 /usr/bin/ld: cannot open -lcanna: No such file or directory collect2: ld returned 1 exit statusどうも canna が入っていない気がするので 入れて から、make をすると ./temacs -batch -l mule-inst.el /usr/local/src/emacs-20.6.90/src/../lisp/egg.elc ........ ............... /usr/local/src/emacs-20.6.90/src/../lisp/window.elc /usr/local/src/emacs-20.6.90/src/../lisp/version.el *** Signal 6 Stop. *** Error code 1 Stop. makoto@harry 22:49:16/000524(...src/emacs-20.6.90-work)> ( つっこみ )
#4 [NetBSD] i386
会社の ThinkPad 600X に 1.4.1 を入れて、以前使っていた 560X から中身を写
したが、Netscape communcator だけが emulation がうまく行かず、動かなかった。
何のことはない /emul/linux -> /usr/pkg/emul/linux の link を張る必要がある
ことを忘れていただけ。数時間を浪費した。
ちなみに 20000505 という snapshot (1.4Y) は login: root libkbr.so.1 not found となるので、輸出用と国内用の切分けが不適切なのではないかという気がしている。 ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||