|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||
2010年07月07日(水) 旧暦 [n年日記] [更新:"2010/07/09 07:57:27"]#1 [pkgsrc] Select coding system (default utf-8): Error reading from stdinINFODIR is /scratch/mail/wl/work/.destdir/usr/pkg/infoI had the same problem on wip/wl-current. I don't know why.
One thing I found (added on 2010/07/08):
FAIL if: make distclean && make info PASS if: make distclean && env LANG=ja_JP.eucJP make infoThe problem will be fixed by following patch $NetBSD$ --- wl/wl-vars.el.orig 2008-02-15 23:10:39.000000000 +0900 +++ wl/wl-vars.el 2010-07-09 07:50:56.000000000 +0900 @@ -107,6 +107,10 @@ (and wl-on-mule (or wl-on-xemacs (> emacs-major-version 19)))) +(defconst wl-on-mule6 + (and wl-on-mule + (> emacs-major-version 22))) + (defconst wl-on-nemacs nil) ; backward compatibility. (eval-when-compile @@ -123,7 +127,8 @@ (t nil))) (defvar wl-cs-local - (cond (wl-on-mule3 'junet) + (cond (wl-on-mule6 'utf-8) + (wl-on-mule3 'junet) (wl-on-mule '*junet*) (t nil))) ( つっこみ )
|
最近の日記 2024年07月03日 ・kicad oddity 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 | ||