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

  • 04/25(木) Interface
  • 04/27() 2100 - 2100 ALL JA
  • 04/28() tokuda net 誕生日
  • 04/28() 自動車保険期限 (OS/Browser 制限有)
  • 04/30(火) NTT 東 払込期日
  • 04/30(火) ○ 固定資産税振替・支払
  • 05/01(水) atactl check
  • 05/01(水) 不燃ごみ
  • 05/03(金) 0900-1500 東京コンテスト
  • 05/14(火) All JA ログ締切
  • 05/15(水) 不燃ごみ
  • 05/18() 木之本会議
  • 05/19() CQ Ham Radio
  • 05/19() 別冊 CQ
  • 403 JNUG 総会/BOF 2017/07/08 (土)
  • 402 用途別 Emacs ( C, LaTeX, 日本語 )
  • 380 cvsweb の移行
  • 370 tamago 辞書登録
  • 368 CROSS (cross/i386-mingw32, cross/powerpc-linux ) Framework --- binutils + gcc
  • 363 Wanderlust+HyperEstraier
  • 360 evbppc 用 patch / 玄箱
  • 335 /dev/battery is missing hack | libgcc_s_pic.a is missing | samba の -PIE 問題335 ntpd monitor
  • 325 tcode頁の更新
  • 322 software |hardware
  • 321 emacs-22 | IPv6
  • 320 bulk build (Mac OS X 10.4 and NetBSD/macppc)
  • 310 Wanderlust の Namazu の挙動
  • 290 WordPress 1.2 -> 1.5 migration
  • 220 Wanderlust で日本語題名の wl-summary-print-buffer
  • 215 NetBSD/ofppc
便利なツール
Emacs
らくらく 入門
rakuraku-emacs-cover

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

2014年05月12日(月) 旧暦 [n年日記] [更新:"2014/05/12 08:30:36"]

#1 [openssl] git clone openssl

modena@makoto 08:26:53/140512(/export/git-work)% \
git clone https://github.com/openssl/openssl.git
Cloning into 'openssl'...
remote: Reusing existing pack: 139023, done.
remote: Counting objects: 72, done.
remote: Compressing objects: 100% (72/72), done.
Receiving objects: 100% (139095/139095), 42.04 MiB | 957.00 KiB/s, done.
remote: Total 139095 (delta 41), reused 0 (delta 0)
Resolving deltas: 100% (110319/110319), done.
Checking connectivity... done.
modena@makoto 08:27:54/140512(/export/git-work)% 
commit b3ef742cbbc1c8bf0e33dca60f08c65031647b07
Author: Andy Polyakov <appro@openssl.org>
Date:   Sun Sep 15 21:59:25 2013 +0200

    Add support for Cygwin-x86_64.
    
    PR: 3110
    Submitted by Corinna Vinschen.
modena@makoto 08:30:05/140512(..git-work/openssl)% \
git show  b3ef742cbbc1c8bf0e33dca60f08c65031647b07 |wc
     205     851    8384


2013年05月12日() 旧暦 [n年日記] [更新:"2013/05/13 09:48:37"]

#1 [pkgsrc][emacs] 最近 Emacs が良く落ちるので gdb から起動していたら

落ちた。と言っても僕に見て分るようなことはないけれど。 pthread の関係らしいのかな、とは思う。
(gdb) run
Starting program: /export/CHROOT/usr/pkgsrc/wip/emacs-current/work/emacs/src/emacs 

Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 1]
0x0000000000576c3a in balance_an_interval ()
(gdb) bt
#0  0x0000000000576c3a in balance_an_interval ()
#1  0x0000000000576cee in balance_an_interval ()
#2  0x0000000000576ea1 in balance_intervals_internal ()
#3  0x0000000000576ea1 in balance_intervals_internal ()
#4  0x0000000000576eaf in balance_intervals_internal ()
#5  0x0000000000576ea1 in balance_intervals_internal ()
#6  0x0000000000576ea1 in balance_intervals_internal ()
#7  0x0000000000576ea1 in balance_intervals_internal ()
#8  0x0000000000576ea1 in balance_intervals_internal ()
#9  0x0000000000576ea1 in balance_intervals_internal ()
#10 0x000000000051cf8e in Fgarbage_collect ()
#11 0x0000000000532479 in Ffuncall ()
#12 0x0000000000565765 in exec_byte_code ()
#13 0x000000000053209a in funcall_lambda ()
#14 0x0000000000532426 in Ffuncall ()
#15 0x0000000000565765 in exec_byte_code ()
#16 0x000000000053209a in funcall_lambda ()
#17 0x0000000000532426 in Ffuncall ()
#18 0x0000000000565765 in exec_byte_code ()
#19 0x000000000053209a in funcall_lambda ()
#20 0x0000000000532426 in Ffuncall ()
#21 0x0000000000565765 in exec_byte_code ()
#22 0x000000000053209a in funcall_lambda ()
#23 0x0000000000532426 in Ffuncall ()
#24 0x00000000005328f0 in apply1 ()
#25 0x000000000052e9dc in Fcall_interactively ()
#26 0x00000000005325b3 in Ffuncall ()
#27 0x0000000000565765 in exec_byte_code ()
#28 0x0000000000532426 in Ffuncall ()
#29 0x0000000000532825 in call1 ()
#30 0x00000000004d4357 in command_loop_1 ()
#31 0x0000000000530c18 in internal_condition_case ()
#32 0x00000000004c99d0 in command_loop_2 ()
#33 0x0000000000530ae7 in internal_catch ()
#34 0x00000000004ca76c in recursive_edit_1 ()
#35 0x00000000004caa30 in Frecursive_edit ()
#36 0x00000000004c6742 in main ()
(gdb) 
#2856 0x000000000052fa25 in Fcall_interactively ()
#2857 0x00000000005325b3 in Ffuncall ()
#2858 0x0000000000565765 in exec_byte_code ()
#2859 0x0000000000532426 in Ffuncall ()
#2860 0x0000000000532825 in call1 ()
#2861 0x00000000004d4357 in command_loop_1 ()
#2862 0x0000000000530c18 in internal_condition_case ()
#2863 0x00000000004c99d0 in command_loop_2 ()
#2864 0x0000000000530ae7 in internal_catch ()
#2865 0x00000000004ca6eb in recursive_edit_1 ()
#2866 0x00000000004caa30 in Frecursive_edit ()
#2867 0x00000000005325dd in Ffuncall ()
#2868 0x0000000000565765 in exec_byte_code ()
#2869 0x0000000000532426 in Ffuncall ()
#2870 0x0000000000533316 in Fapply ()
#2871 0x00000000005328dc in apply1 ()
#2872 0x0000000000532a78 in call_debugger ()
#2873 0x0000000000532e7e in Fsignal ()
#2874 0x00000000005325c6 in Ffuncall ()
#2875 0x0000000000565765 in exec_byte_code ()
#2876 0x000000000053209a in funcall_lambda ()
#2877 0x0000000000532426 in Ffuncall ()
#2878 0x0000000000565765 in exec_byte_code ()
#2879 0x0000000000531b7c in eval_sub ()
#2880 0x0000000000531eac in Fprogn ()
---Type <return> to continue, or q <return> to quit---
#2881 0x0000000000534436 in internal_lisp_condition_case ()
#2882 0x00000000005662cc in exec_byte_code ()
#2883 0x000000000053209a in funcall_lambda ()
#2884 0x0000000000532426 in Ffuncall ()
#2885 0x0000000000565765 in exec_byte_code ()
#2886 0x000000000053209a in funcall_lambda ()
#2887 0x0000000000532426 in Ffuncall ()
#2888 0x0000000000565765 in exec_byte_code ()
#2889 0x000000000053209a in funcall_lambda ()
#2890 0x0000000000532426 in Ffuncall ()
#2891 0x0000000000533316 in Fapply ()
#2892 0x00000000005326aa in Ffuncall ()
#2893 0x0000000000565765 in exec_byte_code ()
#2894 0x000000000053209a in funcall_lambda ()
#2895 0x0000000000532426 in Ffuncall ()
#2896 0x0000000000565765 in exec_byte_code ()
#2897 0x000000000053209a in funcall_lambda ()
#2898 0x0000000000532426 in Ffuncall ()
#2899 0x0000000000565765 in exec_byte_code ()
#2900 0x000000000053209a in funcall_lambda ()
#2901 0x00000000005315ee in apply_lambda ()
#2902 0x000000000053189d in eval_sub ()
#2903 0x0000000000531eac in Fprogn ()
#2904 0x00000000005321b4 in funcall_lambda ()
#2905 0x0000000000532426 in Ffuncall ()
#2906 0x00000000005328f0 in apply1 ()
#2907 0x000000000052e9dc in Fcall_interactively ()
#2908 0x00000000005325b3 in Ffuncall ()
#2909 0x0000000000565765 in exec_byte_code ()
#2910 0x0000000000532426 in Ffuncall ()
#2911 0x0000000000532825 in call1 ()
#2912 0x00000000004d4357 in command_loop_1 ()
#2913 0x0000000000530c18 in internal_condition_case ()
#2914 0x00000000004c99d0 in command_loop_2 ()
#2915 0x0000000000530ae7 in internal_catch ()
#2916 0x00000000004ca76c in recursive_edit_1 ()
#2917 0x00000000004caa30 in Frecursive_edit ()
#2918 0x00000000004c6742 in main ()


2011年05月12日(木) 旧暦 [n年日記] [更新:"2011/05/12 18:48:44"]

#1 [Emacs] charset=CP932のメールを送らないで

知合いから、GNU Emacs 21.2 で動いている MUA を使っている。
Content-Type: text/plain;
	charset=cp932
Content-Transfer-Encoding: base64
というメールを受取ったが、読めない。ちょっと調べたら、
(add-to-list 'mime-charset-coding-system-alist '(cp932 . shift_jis))
という設定をすれば良いと聞いたが、それを追加したら
 Symbol's value as variable is void: mime-charset-coding-system-alist
と言われてしまう、という質問を受けた。
参考:
Re: charset="cp932" (2007/05/08)
charset=CP932のメールを送らないで(泣)(2008/11/20) それで、試して見たところ、
(add-to-list 'variable-name '(a . b))
のような文は variable-name が既に定義されている必要があるらしい。 それで
mime-charset-coding-system-alist
の変数がどこで定義されているか自分の 24.0.50 で
M-x describe-variable RET mime-charset-coding-system-alist RET
M-x locate-library RET mcs-20.el 
などで調べると、 /usr/pkg/share/emacs/site-lisp/emu/mcs-20.el で定義されているらしい と分った。単に
(load "mime-setup") 
(add-to-list 'mime-charset-coding-system-alist '(cp932 . shift_jis))
のように書いただけでは、まだ定義されていないらしい。それで、
(load "mime-setup") 
(load "mcs-20.el") 
(add-to-list 'mime-charset-coding-system-alist '(cp932 . shift_jis))
のように書いたらどうか、と答えたところ、これで読めるようになったようだ。
さて、本当はどうするものなのかな。


2010年05月12日(水) 旧暦 [n年日記] [更新:"2010/05/20 11:03:49"]

#2 [pkgsrc] editors/emacs

I have created the patches to 23.2, but it segfaults while compiling lisp:
(also):
rm patches/patch-a{c,f}
...
Directory /export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/./nxml
Directory /export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/./mh-e
Directory /export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/./mail
Directory /export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/./language
Fatal error (11)[1]   Segmentation fault (core dumped) EMACSLOADPATH=/e...
gmake[3]: *** [custom-deps] Error 139
gmake[3]: Leaving directory `/export/pkgsrc/editors/emacs/work/emacs-23.2/lisp'
gmake[2]: *** [/export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/cus-load.el] Error 2
gmake[2]: Leaving directory `/export/pkgsrc/editors/emacs/work/emacs-23.2/lisp'
back trace may be the same as 23.1.97 This may continue OK if cd to working directory and type gmake, the same as 2010/05/06.
I have corrected the directory name from building-log and save it to the file, and issue following line by hand, it runs with no problem.
(cd work/emacs-23.2/lisp; \
EMACSLOADPATH=/export/pkgsrc/editors/emacs/work/emacs-23.2/lisp \
LC_ALL=C \
../src/emacs -batch --no-site-file --multibyte -l cus-dep \
--eval \
'(setq generated-custom-dependencies-file "/export/pkgsrc/editors/emacs/work/emacs-23.2/lisp/cus-load.el")' \
-f custom-make-dependencies  \
`cat /tmp/list`)

#1 [pkgsrc] bootstrap-pkgsrc on ubuntu 10.04

何か間違いがあるらしい
ubuntu10@makoto 10:27:22/100512(..pkgsrc/bootstrap)% sudo env SH=/bin/zsh ./bootstrap
...
...
===> Installing for bootstrap-mk-files-20090807nb1
=> Creating installation directories
cd /home/makoto/pkgsrc/bootstrap/work/wrk/pkgtools/bootstrap-mk-files/work/bootstrap-mk-files-20090807 \
   && for file in bsd.* sys.mk; 
   do            /usr/bin/install -c -o root -g root -m 444 $file /usr/pkg/share/mk/$file;
   done
=> Automatic manual page handling
=> Registering installation for bootstrap-mk-files-20090807nb1
===> running: (cd /home/makoto/pkgsrc/devel/bmake && /home/makoto/pkgsrc/bootstrap/work/bin/bmake  \
   -DPKG_PRESERVE MAKECONF=/home/makoto/pkgsrc/bootstrap/work/mk.conf install)
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/home/makoto/pkgsrc/bootstrap/work/sbin/pkg_admin 
   -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Installing dependencies for bmake-20100423
=> Full dependency bootstrap-mk-files-[0-9]*: found bootstrap-mk-files-20090807nb1
find_best:1: no such file or directory: /home/makoto/pkgsrc/bootstrap/work/sbin/pkg_info -K /var/db/pkg
ERROR: [resolve-dependencies] A package matching ``bootstrap-mk-files-[0-9]*'' should
ERROR:     be installed, but one cannot be found.  Perhaps there is a
ERROR:     stale work directory for ../../pkgtools/bootstrap-mk-files?
*** Error code 1

Stop.
bmake: stopped in /home/makoto/pkgsrc/devel/bmake
===> exited with status 1
aborted.
ubuntu10@makoto 10:26:55/100512(..pkgsrc/bootstrap)% 
ubuntu10@makoto 10:26:55/100512(..pkgsrc/bootstrap)% \
/home/makoto/pkgsrc/bootstrap/work/sbin/pkg_info -K /var/db/pkg
bootstrap-mk-files-20090807nb1 *.mk files for the bootstrap bmake utility
でも、既に入っているように見える。
関係ないけれど入力待の hostname@username が逆だな、いつも良く見ていないので。

mk/flavor/pkg/resolve-dependencies:

mk/flavor/pkg/resolve-dependencies が怪しいので、一行目に -v を追加して おいたら、正常終了してしまった。
mk/flavor/pkg/resolve-dependencies may be the point of problem, and I have added -v to trace the problem. But now works fine.
ubuntu10@makoto 11:26:09/100512(..pkgsrc/bootstrap)% \
head -1 ../mk/flavor/pkg/resolve-dependencies
#!/bin/sh -v
   67  sudo rm -rf work/ /var/db/pkg/
   68  sudo env SH=/bin/bash ./bootstrap
ubuntu10@makoto 11:15:08/100512(..pkgsrc/bootstrap)% sudo env SH=/bin/bash ./bootstrap
...
...
===========================================================================

=> Registering installation for pkg_install-20100421
===> running: /bin/sh /home/makoto/pkgsrc/bootstrap/work/bin/install-sh -d -o root -g root /usr/pkg/etc

===========================================================================

Please remember to add /usr/pkg/bin to your PATH environment variable
and /usr/pkg/man to your MANPATH environment variable, if necessary.

An example mk.conf file with the settings you provided to "bootstrap"
has been created for you. It can be found in:

     /usr/pkg/etc/mk.conf

You can find extensive documentation of the NetBSD Packages Collection
in /home/makoto/pkgsrc/doc/pkgsrc.txt.

Hopefully everything is now complete.
Thank you

===========================================================================

===> bootstrap started: Wed May 12 11:15:53 JST 2010
===> bootstrap ended:   Wed May 12 11:22:08 JST 2010
(先を急ぐので上記問題を見るのは後にして..)
mk.conf はこれを使うよって上に書いてある

tnftp problem:

=> Bootstrap dependency digest>=20010302: found digest-20080510
=> Bootstrap dependency tnftp-[0-9]*: NOT found
=> Verifying reinstall for ../../net/tnftp
ERROR: This package has set PKG_FAIL_REASON:
ERROR: No usable termcap library found on the system.
*** Error code 1

Stop.
bmake: stopped in /home/makoto/pkgsrc/net/tnftp
*** Error code 1
いろいろ議論はあるようだけれど、僕はこれでいいと思う。
  128  scp modena:Mail/netbsd/pkgsrc-bugs/26627 /tmp
  129  cd ../..
 patch がないので
  133  sudo apt-get install patch
  135  patch -s -p0 < /tmp/26627

  136  cd net/tnftp
  137  bmake clean
  138  bmake
  139  bmake package-install
  141  sudo /usr/pkg/bin/bmake package-install

devel/ncurses:

cd ../obj_lo;
 /home/makoto/pkgsrc/devel/ncurses/work/.wrapper/bin/libtool
 --tag=CXX --mode=compile -I../c++ -I../include
 -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE
 -D_FILE_OFFSET_BITS=64 -DNDEBUG -I/usr/pkg/include/ncurses
 -Wno-error -c ../c++/cursesf.cc
libtool: compile: unrecognized option `-I../c++'
libtool: compile: Try `libtool --help' for more information.
*** Error code 1
string 'g++' is missing after '--mode=compile.' You need g++ installed for ncurses.
sudo apt-get install g++

libintl:

/home/makoto/pkgsrc/lang/gcc34/work/gcc-3.4.6/gcc/c-decl.c:4996:
  undefined reference to `libintl_gettext'
c-typeck.o:/home/makoto/pkgsrc/lang/gcc34/work/gcc-3.4.6/gcc/c-typeck.c:2676:
  more undefined references to `libintl_gettext' follow
libbackend.a(intl.o): In function `gcc_init_libintl':
/home/makoto/pkgsrc/lang/gcc34/work/gcc-3.4.6/gcc/intl.c:44:
  undefined reference to `libintl_bindtextdomain'
/home/makoto/pkgsrc/lang/gcc34/work/gcc-3.4.6/gcc/intl.c:45:
  undefined reference to `libintl_textdomain' collect2: ld
returned 1 exit status make[2]: *** [cc1] Error 1 make[2]:
Leaving directory
`/home/makoto/pkgsrc/lang/gcc34/work/obj/gcc' make[1]: ***
[stage2_build] Error 2 make[1]: Leaving directory
`/home/makoto/pkgsrc/lang/gcc34/work/obj/gcc' make: ***
[bootstrap] Error 2 *** Error code 2
Just a quick work arround,
Index: lang/gcc34/Makefile
===================================================================
RCS file: /export/cvsync/pkgsrc/lang/gcc34/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- lang/gcc34/Makefile	4 May 2010 20:46:31 -0000	1.45
+++ lang/gcc34/Makefile	12 May 2010 09:16:52 -0000
@@ -49,6 +49,7 @@
 CONFIGURE_ARGS+=	--with-gnu-as
 CONFIGURE_ARGS+=	--with-gnu-ld
 .endif
+CONFIGURE_ARGS+=	--disable-nls
 
 REPLACE_AWK+=		libjava/addr2name.awk
 USE_TOOLS+=		awk:run

長い途のりだったが、やっと pinapa が出来た:

多分 六か月くらいかかった気がする ..
creating libpinapa.la
(cd .libs && rm -f libpinapa.la && ln -s ../libpinapa.la libpinapa.la)
make[1]: Leaving directory `/home/makoto/pkgsrc/personal-pkgsrc/pinapa/work/pinapa/build.tmp'
+ :
+ cat

*******************************
   Build finished in   
   /home/makoto/pkgsrc/personal-pkgsrc/pinapa/work/pinapa/build.tmp
   You may want to run
   make install from there.
*******************************
=> Unwrapping files-to-be-installed.
INFO: [subst.mk:unwrap] Nothing changed in ./ext.tmp/gcc-3.4.1/objs/gcc/s-config.
INFO: [subst.mk:unwrap] Nothing changed in ./ext.tmp/gcc-3.4.1/objs/gcc/stage1/s-config.
INFO: [subst.mk:unwrap] Nothing changed in ./ext.tmp/gcc-3.4.1/objs/gcc/stage2/s-config.
WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package Makefile.
WARNING: Please add USE_TOOLS+=perl to the package Makefile.
WARNING: Please add USE_TOOLS+=perl to the package Makefile.
ubuntu10@makoto 22:52:35/100512(..personal-pkgsrc/pinapa)% 


2009年05月12日(火) 旧暦 [n年日記] [更新:"2009/05/12 14:17:12"]

#1 [NetBSD][KuroBox] Kurobox/Pro (self) tools を作るのに 3:08 はかかりすぎ

===> Summary of results:
 build.sh command: ./build.sh tools
 build.sh started: Tue May 12 10:46:00 JST 2009
 NetBSD version:   5.0_STABLE
 MACHINE:          evbarm
 MACHINE_ARCH:     arm
 Build platform:   NetBSD 5.0_STABLE evbarm
 HOST_SH:          /bin/sh
 No /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm/bin/nbmake, needs building.
 Bootstrapping nbmake
 TOOLDIR path:     /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm
 DESTDIR path:     /export/src-5/destdir.evbarm
 RELEASEDIR path:  /export/src-5/releasedir
 Created /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm/bin/nbmake
 makewrapper:      /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm/bin/nbmake-evbarm
 Updated /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm/bin/nbmake-evbarm
 Tools built to /export/src-5/tooldir.NetBSD-5.0_STABLE-evbarm
 build.sh ended:   Tue May 12 13:54:04 JST 2009
===> .
time を入れて時間を測るのを忘れたか。


2006年05月12日(金) 旧暦 [n年日記] [更新:"2006/05/12 23:08:33"]

#1 [pkgsrc][NetBSD] (xpkgwedge-1.15) Circular dependency detected

これって何かなぁ。ちょっと見ている時間がない ..
===> Extracting for xpkgwedge-1.15
===> Required package xpkgwedge>=1.14: NOT found
===> Verifying package for ../../pkgtools/xpkgwedge
===> Circular dependency detected
*** Error code 1
pTeX を teTex-3 に対応していただいたということで試 そうとしているのだけれど。 そうか 1.14 にして見れば ?
  • mk/x11 を新しくして
  • pkgtools/pkg_install を(かなり強引に)新しくして
から なら xpkgwede も 1.15 になったようだ。 pkgsrc を全て cvs update して ( -A 忘れた ;-) ... しかし...
===> Creating toolchain wrappers for teTeX-bin-3.0nb12
Syntax error: expecting "in"
*** Error code 2


2005年05月12日(木) 旧暦 [n年日記] [更新:"2005/05/12 08:31:45"]

#1 [pkgsrc][bulk-build][NetBSD] 敗者復活戦

/usr/lib/libgcc_s_pic.a を加えておいて


2004年05月12日(水) 旧暦 [n年日記]

#4 [pkgsrc] dvi2ps が久し振りに動いた

のだが、どこをどう直したのか整理出来ていない。

configk:

define  tmf     /usr/pkg/share/{texmf.local,texmf}/fonts
define  enc     reencode/
cconvdir        cconv
#vfontcap       /usr/pkg/lib/vfontcap
vfontcap        /usr/pkg/share/VFlib/2.24.2/vfontcap

fontsk/asc-bikanji:

# built-in kanji for pTeX / ASCII Nihongo TeX
# First, convert pTeX dvi -> built-in kanji dvi by virtual font
font    jvf     * 0     $tmf/vf/
font    jvf     * 0     $tmf/vf/ptex/
font    jvf     * 0     $tmf/vf/a2$bk/
# then, use built-in kanji
fontdesc        bikan-$bk
ptex/ の最後に / が必要だった。 tmf の調整が必要だった。 のどちらか、か。 (これって legal font ?) 別の機械で試せばいいのか。

処方前:

@(#)dvi2ps (j-version) 3.2j

Prescanning .trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/ptex
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/a2mor2/
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/tfm/ptex
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/pk/{canonex,modeless}//
kpathsea: Running mktexpk --mfmode canonex --bdpi 600 --mag 1+0/600 --dpi 600 min10
mktexpk: don't know how to create bitmap font for min10.

処法後:

@(#)dvi2ps (j-version) 3.2j

Prescanning .trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/
trying to access /usr/pkg/share/texmf.local/fonts/vf/ptex/min10.vf
Font file for min10 (mag 1000) found
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/ptex/
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/a2mor2/
trying to access /usr/pkg/share/texmf.local/fonts/tfm/ptex/rml.tfm
Font file for rml (mag 962) found
trying to access /usr/pkg/share/{texmf.local,texmf}/fonts/vf/
trying to access /usr/pkg/share/texmf.local/fonts/vf/ptex/min10.vf
Font file for min10 (mag 2488) found

#3 [MacOSX] FAX を送る (Panther)

しろやまさんの 2004/05/11 の日記 を見て、試して見る。普通に印刷する感じで、 宛先に To: <FAX 番号> とする。簡単・便利。
Sender ID:
が入っていない。入れる方法は(きっとあるのだろうな)

#2 [Namazu] メール全部

Writing index files...
[Base]
Date:                Wed May 12 05:24:40 2004
Added Documents:     420,808
Size (bytes):        1,995,283,312
Total Documents:     420,808
Added Keywords:      6,398,064
Total Keywords:      6,398,064
Wakati:              module_kakasi -ieuc -oeuc -w
Time (sec):          46,032
File/Sec:            9.14
System:              netbsd
Perl:                5.008001
Namazu:              2.0.13pre7

ttyp0:makoto@quick  5:24:41/040512(~)> 
perl 5.8.1 って良くない ...
変だな。pkgsrc は まだ 5.6.1 のはずだが。 lang/perl58 というのがあって 5.8.4 になっている。

can not make it:

./miniperl -w -Ilib -MExporter -e '<?>' || /usr/bin/make minitest
Attempt to free unreferenced scalar: SV 0x190b610.
./miniperl -Ilib configpm configpm.tmp
Use of uninitialized value in null operation at configpm line 666.
Undefined subroutine &main:: called at configpm line 666.
*** Error code 255

#1 [] Hena Hena Nikki

情報が早い。 僕が知らなかったこと(予約受付中) が書いてある。


2003年05月12日(月) 旧暦 [n年日記]

#1 [無題] 荻窪方面から菜の花プラザ



2002年05月12日() 旧暦 [n年日記]

#1 [無題] 勉強会

10:30 - 14:30 くらい


2001年05月12日() 旧暦 [n年日記]

#6 [MacOSX] nis/automount

きのう書いた http://www.bresink.de/osx/nis.html にとても親切に書いてあるので、その通りにやったら、automount 出来るように なった。
ただ、「何故 net 選択が重要か」のところに書いてあるところを 良く読んでいないせいか mount point に機械 (server) の名前が 出て来てしまう。これは net 選択を付けておけば出て来ない と読んだのだが ...
要点
  • ypserver の map に mounts.byname を加える
  • ypserver の /etc/mounts を作成 (その後 cd /var/yp/domain; make -f Makefile-mount)
  • /etc/hostconfig の次の行に domainname を設定
    NISDOMAIN=
    
  • lookupd.text を Web から取得
  • nicreate, niload を使って NetInfo に情報を加える
    sudo niutil -create . /locations/lookupd
    sudo niload -r /locations/lookupd . < lookupd.text
    
  • Application -> Utility -> NetInfo Manager で上記内容が設定されているか確認 (必要なら変更)
    ( location -> lookupd ) の中に上記の lookupd.txt の内容が 表示されているか
  • 再起動。その時に Apple + v をしていると起動の様子が表示 される。(速いし、字が化けているのか読めない部分もあるが)
  • cd /Network/Servers で確認
そう言えば、何か文句を言われていた気がする。 /var/log/system.log より
May 12 23:04:13 localhost lookupd[164]: configuration initialization failed: using defaults
May 12 23:04:13 localhost SystemStarter: ????????????? 
May 12 23:04:13 localhost lookupd[164]: clnt_call: RPC: Timed out 
May 12 23:04:13 localhost last message repeated 2 times

#5 [hns] ?05121258 ってやると todo の一行目に

512 12 って表示される。(日付+時間)
多分 todo に書いてあることに依存しているとは思うが。

僕のは「最近 30 日を表示」しているが、この意味は:

「一月に一回は見るだろう」ということになってしまうか。 一週間くらいに変更しようか。

最近 ZDNET theme にしたいが、どうやるか一応不明:

contrib だったかな。

#4 [風呂] 18:00 - 18:20

明るいうちに入るのは気持がいい

#3 [買出] 松ヶ丘 16:30 - 17:50

食料調達

#2 [信用カード] が見当らない。もしかすると 3/21 から見ていないかも

でもおかしい。これで一時間半はつぶす。

#1 [NetBSD] send-pr する




最近の日記
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)
以上、11 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)